Bump the npm-minor group across 1 directory with 6 updates#3821
Merged
henrymercer merged 2 commits intomainfrom Apr 13, 2026
Merged
Bump the npm-minor group across 1 directory with 6 updates#3821henrymercer merged 2 commits intomainfrom
henrymercer merged 2 commits intomainfrom
Conversation
Bumps the npm-minor group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@octokit/plugin-retry](https://github.com/octokit/plugin-retry.js) | `8.0.3` | `8.1.0` | | [jsonschema](https://github.com/tdegrunt/jsonschema) | `1.4.1` | `1.5.0` | | [@eslint/compat](https://github.com/eslint/rewrite/tree/HEAD/packages/compat) | `2.0.3` | `2.0.4` | | [@types/sinon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/sinon) | `21.0.0` | `21.0.1` | | [esbuild](https://github.com/evanw/esbuild) | `0.27.4` | `0.28.0` | | [nock](https://github.com/nock/nock) | `14.0.11` | `14.0.12` | Updates `@octokit/plugin-retry` from 8.0.3 to 8.1.0 - [Release notes](https://github.com/octokit/plugin-retry.js/releases) - [Commits](octokit/plugin-retry.js@v8.0.3...v8.1.0) Updates `jsonschema` from 1.4.1 to 1.5.0 - [Commits](https://github.com/tdegrunt/jsonschema/commits) Updates `@eslint/compat` from 2.0.3 to 2.0.4 - [Release notes](https://github.com/eslint/rewrite/releases) - [Changelog](https://github.com/eslint/rewrite/blob/main/packages/compat/CHANGELOG.md) - [Commits](https://github.com/eslint/rewrite/commits/compat-v2.0.4/packages/compat) Updates `@types/sinon` from 21.0.0 to 21.0.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/sinon) Updates `esbuild` from 0.27.4 to 0.28.0 - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md) - [Commits](evanw/esbuild@v0.27.4...v0.28.0) Updates `nock` from 14.0.11 to 14.0.12 - [Release notes](https://github.com/nock/nock/releases) - [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md) - [Commits](nock/nock@v14.0.11...v14.0.12) --- updated-dependencies: - dependency-name: "@octokit/plugin-retry" dependency-version: 8.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-minor - dependency-name: jsonschema dependency-version: 1.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-minor - dependency-name: "@eslint/compat" dependency-version: 2.0.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-minor - dependency-name: "@types/sinon" dependency-version: 21.0.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-minor - dependency-name: esbuild dependency-version: 0.28.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-minor - dependency-name: nock dependency-version: 14.0.12 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Contributor
|
Pushed a commit to rebuild the Action. Please mark the PR as ready for review to trigger PR checks. |
henrymercer
approved these changes
Apr 13, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the repository’s npm dependencies (a Dependabot “npm-minor” group bump) and refreshes the bundled lib/ artifacts that ship with the CodeQL Action.
Changes:
- Bump 6 npm packages:
@octokit/plugin-retry,jsonschema,@eslint/compat,@types/sinon,esbuild, andnock. - Update
package-lock.jsonaccordingly (including updated resolved URLs/integrities and dependency tree changes). - Regenerate
lib/bundled outputs to incorporate updated dependency code.
Show a summary per file
| File | Description |
|---|---|
| package.json | Updates declared dependency/devDependency versions for the grouped bump. |
| package-lock.json | Updates lockfile entries for the bumped packages and their transitive dependencies. |
| lib/upload-sarif-action.js | Bundled output updated (generated); not reviewed. |
| lib/upload-sarif-action-post.js | Bundled output updated (generated); not reviewed. |
| lib/upload-lib.js | Bundled output updated (generated); not reviewed. |
| lib/start-proxy-action.js | Bundled output updated (generated); not reviewed. |
| lib/start-proxy-action-post.js | Bundled output updated (generated); not reviewed. |
| lib/setup-codeql-action.js | Bundled output updated (generated); not reviewed. |
| lib/resolve-environment-action.js | Bundled output updated (generated); not reviewed. |
| lib/init-action.js | Bundled output updated (generated); not reviewed. |
| lib/init-action-post.js | Bundled output updated (generated); not reviewed. |
| lib/autobuild-action.js | Bundled output updated (generated); not reviewed. |
| lib/analyze-action.js | Bundled output updated (generated); not reviewed. |
| lib/analyze-action-post.js | Bundled output updated (generated); not reviewed. |
Copilot's findings
- Files reviewed: 1/14 changed files
- Comments generated: 0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the npm-minor group with 6 updates in the / directory:
8.0.38.1.01.4.11.5.02.0.32.0.421.0.021.0.10.27.40.28.014.0.1114.0.12Updates
@octokit/plugin-retryfrom 8.0.3 to 8.1.0Release notes
Sourced from
@octokit/plugin-retry's releases.Commits
e8bdeb7feat: add types (#661)96f572fchore(deps): replace glob with tinyglobby (#657)2b9b2eabuild(deps): bump glob (#656)31bd239build(deps): lock file maintenance (#643)58b66d1chore(deps): update dependency node to v24 (#649)927b598chore(deps): update dependency prettier to v3.6.2 (#636)Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for
@octokit/plugin-retrysince your current version.Updates
jsonschemafrom 1.4.1 to 1.5.0Commits
Updates
@eslint/compatfrom 2.0.3 to 2.0.4Release notes
Sourced from
@eslint/compat's releases.Changelog
Sourced from
@eslint/compat's changelog.Commits
fe114eechore: release main (#413)8863791docs: Update README sponsors835ddf9docs: Update README sponsors8cd3676docs: Update README sponsors4d73459docs: Update README sponsorsa6c7a26chore: updateeslintandeslint-config-eslint(#401)Updates
@types/sinonfrom 21.0.0 to 21.0.1Commits
Updates
esbuildfrom 0.27.4 to 0.28.0Release notes
Sourced from esbuild's releases.
... (truncated)
Changelog
Sourced from esbuild's changelog.
... (truncated)
Commits
6a794dfpublish 0.28.0 to npm64ee0eafix #4435: supportwith { type: text }importsef65aeefix sort order insnapshots_packagejson.txt1a26a8etry to fixtest-old-ts, also shuffle CI tasks556ce6cuse''instead ofnullto omit build hashes8e675a8ci: allow missing binary hashes for tests7067763Reapply "update go 1.25.7 => 1.26.1"39473a9fix #4343: integrity check for binary download2025c9fpublish 0.27.7 to npmc6b586efix typo inMakefilefor@esbuild/win32-x64Updates
nockfrom 14.0.11 to 14.0.12Release notes
Sourced from nock's releases.
Commits
7ea9933fix: prevent crash when query params have conflicting dot-notation keys (#2958)d00d371chore(deps): bump picomatche899c49chore(deps-dev): bump minimatch from 3.1.2 to 3.1.59ad19eachore(deps): bump qs and@definitelytyped/dtslint657d9a1chore(deps): bump actions/checkout from 5 to 6 (#2933)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 <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions