| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
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. |
Sorry, something went wrong.
There was a problem hiding this comment.
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:
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 |
Sorry, something went wrong.
…17.3.0 Bump globals from 16.5.0 to 17.3.0
/home/runner/work/codeql-action/action/.github/actions/check-codescanning-config/index.ts:30
assert.deepStrictEqual(
^
AssertionError [ERR_ASSERTION]: Expected configuration does not match actual configuration
+ actual - expected
+ {}
- {
- 'query-filters': [
- {
- exclude: {
- tags: 'exclude-from-incremental'
- }
- }
- ]
- }
at Object.<anonymous> (/home/runner/work/codeql-action/action/.github/actions/check-codescanning-config/index.ts:30:8)
at Module._compile (node:internal/modules/cjs/loader:1804:14)
at Module.m._compile (/opt/hostedtoolcache/node/24.13.1/x64/lib/node_modules/ts-node/src/index.ts:1618:23)
at node:internal/modules/cjs/loader:1936:10
at Object.require.extensions.<computed> [as .ts] (/opt/hostedtoolcache/node/24.13.1/x64/lib/node_modules/ts-node/src/index.ts:1621:12)
at Module.load (node:internal/modules/cjs/loader:1525:32)
at Module._load (node:internal/modules/cjs/loader:1327:12)
at TracingChannel.traceSync (node:diagnostics_channel:328:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:245:24)
at Module.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:154:5) {
generatedMessage: false,
code: 'ERR_ASSERTION',
actual: {},
expected: { 'query-filters': [ [Object] ] },
operator: 'deepStrictEqual',
how could this start failing? |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Bumps globals from 16.5.0 to 17.3.0.
Release notesSourced from globals's releases.
CommitsDependabot 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: