Conversation
Bumps [globals](https://github.com/sindresorhus/globals) from 16.5.0 to 17.3.0. - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](sindresorhus/globals@v16.5.0...v17.3.0) --- updated-dependencies: - dependency-name: globals dependency-version: 17.3.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
|
Pushed a commit to rebuild the Action. Please mark the PR as ready for review to trigger PR checks. |
There was a problem hiding this comment.
Pull request overview
This PR bumps the globals dev dependency from version 16.5.0 to 17.3.0, which is used by ESLint to define global variables for different JavaScript environments. The codebase only uses globals.node for ESLint configuration, which is not affected by the breaking change in v17.0.0 (the split of audioWorklet from browser environment). The update includes new environment definitions and updated global variable lists that are backward-compatible for the Node.js environment used in this project.
Changes:
- Updated
globalsfrom ^16.5.0 to ^17.3.0 in package.json - Updated package-lock.json with new version (17.3.0) and nested dependency for eslint-plugin-github (16.5.0)
- Regenerated lib/ JavaScript files to reflect the package.json change
Reviewed changes
Copilot reviewed 13 out of 14 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| package.json | Updated globals dev dependency from ^16.5.0 to ^17.3.0 |
| package-lock.json | Updated lockfile with globals@17.3.0 and added nested globals@16.5.0 for eslint-plugin-github |
| lib/upload-sarif-action.js | Auto-generated file reflecting package.json change |
| lib/upload-sarif-action-post.js | Auto-generated file reflecting package.json change |
| lib/upload-lib.js | Auto-generated file reflecting package.json change |
| lib/start-proxy-action.js | Auto-generated file reflecting package.json change |
| lib/start-proxy-action-post.js | Auto-generated file reflecting package.json change |
| lib/setup-codeql-action.js | Auto-generated file reflecting package.json change |
| lib/resolve-environment-action.js | Auto-generated file reflecting package.json change |
| lib/init-action.js | Auto-generated file reflecting package.json change |
| lib/init-action-post.js | Auto-generated file reflecting package.json change |
| lib/autobuild-action.js | Auto-generated file reflecting package.json change |
| lib/analyze-action.js | Auto-generated file reflecting package.json change |
| lib/analyze-action-post.js | Auto-generated file reflecting package.json change |
…17.3.0 Bump globals from 16.5.0 to 17.3.0
how could this start failing? |
|
This is fixed by #3518 |
Bumps globals from 16.5.0 to 17.3.0.
Release notes
Sourced from globals's releases.
Commits
5edc60217.3.0295fba9Update globals (2026-02-01) (#336)8176ac717.2.097f23a7jasmine: AddthrowUnlessandthrowUnlessAsyncglobals (#335)7a2f35417.1.065cae73Addwebpackandrspackglobals (#333)3efe5aaRemove script transform (#332)bb89b1817.0.0ebe1063Update globals (2026-01-01) (#329)e3d8da3Revert "Automate script forpaintWorkletenvironment (#325)" (#328)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)