-
Notifications
You must be signed in to change notification settings - Fork 396
Bump the npm group with 5 updates #3133
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
Conversation
Bumps the npm group with 5 updates: | Package | From | To | | --- | --- | --- | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.35.0` | `9.36.0` | | [@octokit/types](https://github.com/octokit/types.ts) | `14.1.0` | `15.0.0` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.43.0` | `8.44.0` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.43.0` | `8.44.0` | | [esbuild](https://github.com/evanw/esbuild) | `0.25.9` | `0.25.10` | Updates `@eslint/js` from 9.35.0 to 9.36.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/commits/v9.36.0/packages/js) Updates `@octokit/types` from 14.1.0 to 15.0.0 - [Release notes](https://github.com/octokit/types.ts/releases) - [Commits](octokit/types.ts@v14.1.0...v15.0.0) Updates `@typescript-eslint/eslint-plugin` from 8.43.0 to 8.44.0 - [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.44.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.43.0 to 8.44.0 - [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.44.0/packages/parser) Updates `esbuild` from 0.25.9 to 0.25.10 - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md) - [Commits](evanw/esbuild@v0.25.9...v0.25.10) --- updated-dependencies: - dependency-name: "@eslint/js" dependency-version: 9.36.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm - dependency-name: "@octokit/types" dependency-version: 15.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: npm - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.44.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm - dependency-name: "@typescript-eslint/parser" dependency-version: 8.44.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm - dependency-name: esbuild dependency-version: 0.25.10 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm ... 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 5 npm packages to their latest versions, including ESLint, TypeScript-ESLint, Octokit types, and esbuild. The updates include patch/minor version bumps for ESLint and TypeScript-ESLint tools, a major version bump for Octokit types, and a patch update for esbuild.
- Updated ESLint and TypeScript-ESLint packages to latest versions with bug fixes and new features
- Upgraded @octokit/types from v14 to v15 (major version with breaking changes)
- Updated esbuild with bug fixes for minification edge cases
Reviewed Changes
Copilot reviewed 11 out of 13 changed files in this pull request and generated no comments.
File | Description |
---|---|
package.json | Updates dependency versions for 5 npm packages in devDependencies |
lib/*.js | Generated JavaScript files reflecting the same package.json changes |
Files not reviewed (1)
- package-lock.json: Language not supported
Bumps the npm group with 5 updates:
9.35.0
9.36.0
14.1.0
15.0.0
8.43.0
8.44.0
8.43.0
8.44.0
0.25.9
0.25.10
Updates
@eslint/js
from 9.35.0 to 9.36.0Release notes
Sourced from
@eslint/js
's releases.Changelog
Sourced from
@eslint/js
's changelog.Commits
488cba6
chore: package.json update for@eslint/js
release1c0d850
fix: updateeslint-all.js
to useObject.freeze
forrules
object (#20116)Updates
@octokit/types
from 14.1.0 to 15.0.0Release notes
Sourced from
@octokit/types
's releases.Commits
56ff680
feat: new Projects v2 endpoints, new code scanning dismissal endpoints, many ...7ef763e
ci(action): update actions/checkout action to v5 (#679)1ce7ba2
chore(deps): update dependency node to v22 (#677)75bbcf6
chore(deps): update dependency sort-keys to v6 (#680)5b864f3
ci(action): update gr2m/release-notifier-action action to v2 (#681)7ce2a3a
ci(action): update actions/setup-node action to v5 (#682)Updates
@typescript-eslint/eslint-plugin
from 8.43.0 to 8.44.0Release notes
Sourced from
@typescript-eslint/eslint-plugin
's releases.Changelog
Sourced from
@typescript-eslint/eslint-plugin
's changelog.Commits
77056f7
chore(release): publish 8.44.0684e63f
chore(deps): update eslint monorepo to v9.35.0 (#11600)2ed6857
fix(eslint-plugin): [no-unnecessary-type-conversion] ignore enum members (#11...85d8dea
feat(eslint-plugin): [await-thenable] report invalid (non-promise) values pas...42527df
chore: remove unnecessary nullThrows() (#11580)Updates
@typescript-eslint/parser
from 8.43.0 to 8.44.0Release notes
Sourced from
@typescript-eslint/parser
's releases.Changelog
Sourced from
@typescript-eslint/parser
's changelog.Commits
77056f7
chore(release): publish 8.44.0Updates
esbuild
from 0.25.9 to 0.25.10Release notes
Sourced from esbuild's releases.
... (truncated)
Changelog
Sourced from esbuild's changelog.
... (truncated)
Commits
d6b668f
publish 0.25.10 to npm5088c19
refactor: use strings.Builder (#4290)755da31
runmake update-compat-table
a1d9c86
fix #4287: marked the wrong issue as fixed73a0b2a
fix #4286: minifier panic due to identity function134dadf
fix #4265:@supports
nested inside::pseudo
Most Recent Ignore Conditions Applied to This Pull Request
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 rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will 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 version
will 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