-
Notifications
You must be signed in to change notification settings - Fork 421
Bump the npm-minor group with 4 updates #3281
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump the npm-minor group with 4 updates #3281
Conversation
Bumps the npm-minor group with 4 updates: [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js), [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) and [esbuild](https://github.com/evanw/esbuild). Updates `@eslint/js` from 9.39.0 to 9.39.1 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](https://github.com/eslint/eslint/commits/v9.39.1/packages/js) Updates `@typescript-eslint/eslint-plugin` from 8.46.3 to 8.46.4 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.46.4/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.46.3 to 8.46.4 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.46.4/packages/parser) Updates `esbuild` from 0.25.12 to 0.27.0 - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md) - [Commits](evanw/esbuild@v0.25.12...v0.27.0) --- updated-dependencies: - dependency-name: "@eslint/js" dependency-version: 9.39.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-minor - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.46.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-minor - dependency-name: "@typescript-eslint/parser" dependency-version: 8.46.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-minor - dependency-name: esbuild dependency-version: 0.27.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-minor ... Signed-off-by: dependabot[bot] <[email protected]>
|
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates four npm development dependencies in the npm-minor group to their latest patch versions. The updates include bug fixes for ESLint and TypeScript-ESLint tooling, plus a major version bump for esbuild which contains breaking changes.
- Updates ESLint and TypeScript-ESLint packages with bug fixes and improvements
- Upgrades esbuild from 0.25.12 to 0.27.0 (contains breaking changes)
- Regenerates all compiled JavaScript files in the
lib/directory to reflect updated dependency versions
Reviewed Changes
Copilot reviewed 13 out of 14 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| package.json | Updates version constraints for 4 dev dependencies |
| package-lock.json | Updates dependency resolution tree with new versions and integrity hashes for all affected packages |
| lib/upload-sarif-action.js | Regenerated file reflecting updated devDependencies versions from package.json |
| lib/upload-sarif-action-post.js | Regenerated file reflecting updated devDependencies versions from package.json |
| lib/upload-lib.js | Regenerated file reflecting updated devDependencies versions from package.json |
| lib/start-proxy-action.js | Regenerated file reflecting updated devDependencies versions from package.json |
| lib/start-proxy-action-post.js | Regenerated file reflecting updated devDependencies versions from package.json |
| lib/setup-codeql-action.js | Regenerated file reflecting updated devDependencies versions from package.json |
| lib/resolve-environment-action.js | Regenerated file reflecting updated devDependencies versions from package.json |
| lib/init-action.js | Regenerated file reflecting updated devDependencies versions from package.json |
| lib/init-action-post.js | Regenerated file reflecting updated devDependencies versions from package.json |
| lib/autobuild-action.js | Regenerated file reflecting updated devDependencies versions from package.json |
| lib/analyze-action.js | Regenerated file reflecting updated devDependencies versions from package.json |
| lib/analyze-action-post.js | Regenerated file reflecting updated devDependencies versions from package.json |
| "@typescript-eslint/parser": "^8.41.0", | ||
| "ava": "^6.4.1", | ||
| "esbuild": "^0.25.12", | ||
| "esbuild": "^0.27.0", |
Copilot
AI
Nov 11, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The esbuild upgrade from 0.25.12 to 0.27.0 introduces breaking changes including increased OS requirements (Linux kernel 3.2+, macOS 12+) and changes to the binary loader that may affect builds. While esbuild is a dev dependency used only for building and doesn't use the binary loader feature, teams should verify their build environment meets the new OS requirements before merging.
Bumps the npm-minor group with 4 updates: @eslint/js, @typescript-eslint/eslint-plugin, @typescript-eslint/parser and esbuild.
Updates
@eslint/jsfrom 9.39.0 to 9.39.1Release notes
Sourced from
@eslint/js's releases.Commits
c7ebefcchore: package.json update for@eslint/jsreleaseUpdates
@typescript-eslint/eslint-pluginfrom 8.46.3 to 8.46.4Release notes
Sourced from
@typescript-eslint/eslint-plugin's releases.Changelog
Sourced from
@typescript-eslint/eslint-plugin's changelog.Commits
843f144chore(release): publish 8.46.4997e0c0fix(parser): error when bothprojectServiceandprojectare set (#11333)7c6944echore: fix typos (#11744)189a7f7fix(eslint-plugin): handle override modifier in promise-function-async fixer ...c779f3cfix(eslint-plugin): [no-deprecated] fix double-report on computed literal ide...ea2ee6bchore(eslint-plugin): use correct type for return type ofcreateValidator(...Updates
@typescript-eslint/parserfrom 8.46.3 to 8.46.4Release notes
Sourced from
@typescript-eslint/parser's releases.Changelog
Sourced from
@typescript-eslint/parser's changelog.Commits
843f144chore(release): publish 8.46.4Updates
esbuildfrom 0.25.12 to 0.27.0Release notes
Sourced from esbuild's releases.
Changelog
Sourced from esbuild's changelog.
Commits
2b91699publish 0.27.0 to npm22b425cfix #4286: useUint8Array.fromBase64if present (#4295)6d187efupdate go 1.25.3 => 1.25.49d0d4e7update go 1.23.12 => 1.25.3 (#4318)b6979d8use a patched go compiler for release builds893d2b9delete temporaryrelease.ymlworkflowcee3918add a temporaryrelease.ymlworkflowf5bb1d6fixpublish.yml17ff82bpublish 0.26.0 to npmf87181fenable trusted publishing (#4319)Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for esbuild since your current version.
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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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