diff --git a/data/browser.mjs b/data/browser.mjs index 245c902..0fd2053 100644 --- a/data/browser.mjs +++ b/data/browser.mjs @@ -131,6 +131,9 @@ export default { CSSFontFaceRule: false, CSSFontFeatureValuesRule: false, CSSFontPaletteValuesRule: false, + CSSFunctionDeclarations: false, + CSSFunctionDescriptors: false, + CSSFunctionRule: false, CSSGroupingRule: false, CSSImageValue: false, CSSImportRule: false, @@ -867,6 +870,11 @@ export default { SnapEvent: false, SourceBuffer: false, SourceBufferList: false, + SpeechGrammar: false, + SpeechGrammarList: false, + SpeechRecognition: false, + SpeechRecognitionErrorEvent: false, + SpeechRecognitionEvent: false, speechSynthesis: false, SpeechSynthesis: false, SpeechSynthesisErrorEvent: false, diff --git a/globals.json b/globals.json index 976bafa..81f0c58 100644 --- a/globals.json +++ b/globals.json @@ -156,6 +156,9 @@ "CSSFontFaceRule": false, "CSSFontFeatureValuesRule": false, "CSSFontPaletteValuesRule": false, + "CSSFunctionDeclarations": false, + "CSSFunctionDescriptors": false, + "CSSFunctionRule": false, "CSSGroupingRule": false, "CSSImageValue": false, "CSSImportRule": false, @@ -892,6 +895,11 @@ "SnapEvent": false, "SourceBuffer": false, "SourceBufferList": false, + "SpeechGrammar": false, + "SpeechGrammarList": false, + "SpeechRecognition": false, + "SpeechRecognitionErrorEvent": false, + "SpeechRecognitionEvent": false, "speechSynthesis": false, "SpeechSynthesis": false, "SpeechSynthesisErrorEvent": false, diff --git a/package.json b/package.json index bc96147..ae994fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "globals", - "version": "16.3.0", + "version": "16.4.0", "description": "Global identifiers from different JavaScript environments", "license": "MIT", "repository": "sindresorhus/globals", @@ -55,7 +55,7 @@ "nano-spawn": "^0.2.0", "npm-run-all2": "^8.0.1", "outdent": "^0.8.0", - "puppeteer": "^24.11.1", + "puppeteer": "^24.19.0", "shelljs": "^0.9.2", "tsd": "^0.32.0", "type-fest": "^4.41.0",