diff --git a/eslint.config.mjs b/eslint.config.mjs index c60f3de94a..401abeb4ec 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -187,5 +187,11 @@ export default tseslint.config( ], "no-use-before-define": "off", }, + }, + { + files: ["src/util/recorder-worklet.js"], + languageOptions: { + globals: globals.audioWorklet, + }, } ); diff --git a/package.json b/package.json index 1bebc2177f..07f9da89ee 100644 --- a/package.json +++ b/package.json @@ -229,7 +229,7 @@ "clean-css": "5.3.3", "@lit/reactive-element": "2.1.2", "@fullcalendar/daygrid": "6.1.20", - "globals": "16.5.0", + "globals": "17.0.0", "tslib": "2.8.1", "@material/mwc-list@^0.27.0": "patch:@material/mwc-list@npm%3A0.27.0#~/.yarn/patches/@material-mwc-list-npm-0.27.0-5344fc9de4.patch", "glob@^10.2.2": "^10.5.0" diff --git a/yarn.lock b/yarn.lock index b7414e4238..0ef18a5678 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8748,10 +8748,10 @@ __metadata: languageName: node linkType: hard -"globals@npm:16.5.0": - version: 16.5.0 - resolution: "globals@npm:16.5.0" - checksum: 10/f9e8a2a13f50222c127030a619e283e7bbfe32966316bdde0715af1d15a7e40cb9c24ff52cad59671f97762ed8b515353c2f8674f560c63d9385f19ee26735a6 +"globals@npm:17.0.0": + version: 17.0.0 + resolution: "globals@npm:17.0.0" + checksum: 10/af6213db9bf5f599b8a609061984c4d5fedb23db336228b866eba70819fe13ea3d11ca507b4799e8afc888331d0f7e5760d01507e38cb988fff9ad3a9635b312 languageName: node linkType: hard