Skip to content

Bump the dependencies group across 1 directory with 6 updates #1020

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

Merged
merged 1 commit into from
May 1, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 27, 2025

Bumps the dependencies group with 6 updates in the / directory:

Package From To
@types/node 22.14.1 22.15.2
@typescript-eslint/eslint-plugin 8.29.1 8.31.0
@typescript-eslint/parser 8.29.1 8.31.0
eslint-import-resolver-typescript 4.3.2 4.3.4
eslint-plugin-import-x 4.10.3 4.11.0
typescript-eslint 8.29.1 8.31.0

Updates @types/node from 22.14.1 to 22.15.2

Commits

Updates @typescript-eslint/eslint-plugin from 8.29.1 to 8.31.0

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v8.31.0

8.31.0 (2025-04-21)

🚀 Features

  • eslint-plugin: [no-unnecessary-type-assertion] add option to ignore string const assertions (#10979)

🩹 Fixes

  • typescript-eslint: address bugs in config() around global ignores (#11065)
  • typescript-eslint: gracefully handle invalid flat config objects in config helper (#11070)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.30.1

8.30.1 (2025-04-14)

🚀 Features

  • eslint-plugin: [no-explicit-any] suggest to replace keyof any with PropertyKey (#11032)

🩹 Fixes

  • eslint-plugin: [promise-function-async] use a different error message for functions with promise and non-promise types (#10950)
  • typescript-estree: use token type of PrivateIdentifier instead of Identifier for private identifiers (#11023)
  • eslint-plugin: fix mistake with eslintrc config generation (#11072)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.30.0

see release notes here https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.30.1

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

8.31.0 (2025-04-21)

🚀 Features

  • eslint-plugin: [no-unnecessary-type-assertion] add option to ignore string const assertions (#10979)

❤️ Thank You

  • Nicolas Le Cam

You can read about our versioning strategy and releases on our website.

8.30.1 (2025-04-14)

🩹 Fixes

  • eslint-plugin: fix mistake with eslintrc config generation (#11072)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

8.30.0 (2025-04-14)

🚀 Features

  • eslint-plugin: [no-explicit-any] suggest to replace keyof any with PropertyKey (#11032)

🩹 Fixes

  • eslint-plugin: [promise-function-async] use a different error message for functions with promise and non-promise types (#10950)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Commits
  • 2cc7656 chore(release): publish 8.31.0
  • 80bd7a5 feat(eslint-plugin): [no-unnecessary-type-assertion] add option to ignore str...
  • 1a3ab0d chore(eslint-plugin): migrate to vitest (#10579)
  • 9531492 chore(release): publish 8.30.1
  • 152def7 fix(eslint-plugin): fix mistake with eslintrc config generation (#11072)
  • b3688be chore(release): publish 8.30.0
  • 3ccd79c feat(eslint-plugin): [no-explicit-any] suggest to replace keyof any with Prop...
  • 128d95b fix(eslint-plugin): [promise-function-async] use a different error message fo...
  • 69e2f6c feat: support stringly-typed extends (#10973)
  • See full diff in compare view

Updates @typescript-eslint/parser from 8.29.1 to 8.31.0

Release notes

Sourced from @​typescript-eslint/parser's releases.

v8.31.0

8.31.0 (2025-04-21)

🚀 Features

  • eslint-plugin: [no-unnecessary-type-assertion] add option to ignore string const assertions (#10979)

🩹 Fixes

  • typescript-eslint: address bugs in config() around global ignores (#11065)
  • typescript-eslint: gracefully handle invalid flat config objects in config helper (#11070)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.30.1

8.30.1 (2025-04-14)

🚀 Features

  • eslint-plugin: [no-explicit-any] suggest to replace keyof any with PropertyKey (#11032)

🩹 Fixes

  • eslint-plugin: [promise-function-async] use a different error message for functions with promise and non-promise types (#10950)
  • typescript-estree: use token type of PrivateIdentifier instead of Identifier for private identifiers (#11023)
  • eslint-plugin: fix mistake with eslintrc config generation (#11072)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.30.0

see release notes here https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.30.1

Changelog

Sourced from @​typescript-eslint/parser's changelog.

8.31.0 (2025-04-21)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.30.1 (2025-04-14)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.30.0 (2025-04-14)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

Commits

Updates eslint-import-resolver-typescript from 4.3.2 to 4.3.4

Release notes

Sourced from eslint-import-resolver-typescript's releases.

v4.3.4

Patch Changes

Full Changelog: import-js/eslint-import-resolver-typescript@v4.3.3...v4.3.4

v4.3.3

Patch Changes

Full Changelog: import-js/eslint-import-resolver-typescript@v4.3.2...v4.3.3

Changelog

Sourced from eslint-import-resolver-typescript's changelog.

4.3.4

Patch Changes

4.3.3

Patch Changes

Commits

Updates eslint-plugin-import-x from 4.10.3 to 4.11.0

Release notes

Sourced from eslint-plugin-import-x's releases.

v4.11.0

Minor Changes

Full Changelog: un-ts/eslint-plugin-import-x@v4.10.6...v4.11.0

v4.10.6

Patch Changes

New Contributors

Full Changelog: un-ts/eslint-plugin-import-x@v4.10.5...v4.10.6

v4.10.5

Patch Changes

Full Changelog: un-ts/eslint-plugin-import-x@v4.10.4...v4.10.5

v4.10.4

Patch Changes

Full Changelog: un-ts/eslint-plugin-import-x@v4.10.3...v4.10.4

Changelog

Sourced from eslint-plugin-import-x's changelog.

4.11.0

Minor Changes

4.10.6

Patch Changes

4.10.5

Patch Changes

4.10.4

Patch Changes

Commits
  • 369ef38 chore: release eslint-plugin-import-x (#315)
  • 11ebfbd refactor: migrate deprecated doctrine to comment-parser (#314)
  • 4b7e2f4 chore: release eslint-plugin-import-x (#311)
  • d54302f chore: bump unrs-resolver to v1.6.0 (#310)
  • 335d9f5 docs: place Installation and Configuration sections before Rules in README (#...
  • bd5f67f docs: add jsdoc for import-type util (#307)
  • 95dd356 chore: use correct code @example (#302)
  • f37e138 chore: release eslint-plugin-import-x (#301)
  • db1824b fix: support run with worker eval (#300)
  • d29f255 chore: release eslint-plugin-import-x (#298)
  • Additional commits viewable in compare view

Updates typescript-eslint from 8.29.1 to 8.31.0

Release notes

Sourced from typescript-eslint's releases.

v8.31.0

8.31.0 (2025-04-21)

🚀 Features

  • eslint-plugin: [no-unnecessary-type-assertion] add option to ignore string const assertions (#10979)

🩹 Fixes

  • typescript-eslint: address bugs in config() around global ignores (#11065)
  • typescript-eslint: gracefully handle invalid flat config objects in config helper (#11070)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.30.1

8.30.1 (2025-04-14)

🚀 Features

  • eslint-plugin: [no-explicit-any] suggest to replace keyof any with PropertyKey (#11032)

🩹 Fixes

  • eslint-plugin: [promise-function-async] use a different error message for functions with promise and non-promise types (#10950)
  • typescript-estree: use token type of PrivateIdentifier instead of Identifier for private identifiers (#11023)
  • eslint-plugin: fix mistake with eslintrc config generation (#11072)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.30.0

see release notes here https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.30.1

Changelog

Sourced from typescript-eslint's changelog.

8.31.0 (2025-04-21)

🩹 Fixes

  • typescript-eslint: gracefully handle invalid flat config objects in config helper (#11070)
  • typescript-eslint: address bugs in config() around global ignores (#11065)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

8.30.1 (2025-04-14)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.30.0 (2025-04-14)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

Commits
  • 2cc7656 chore(release): publish 8.31.0
  • b40ce5a fix(typescript-eslint): gracefully handle invalid flat config objects in conf...
  • be558e5 fix(typescript-eslint): address bugs in config() around global ignores (#11...
  • 9531492 chore(release): publish 8.30.1
  • b3688be chore(release): publish 8.30.0
  • f1ceade chore: remove unused downlevel-dts (#11034)
  • 6e03f7c chore: corrected vitest.config.base compiler inclusion (#11067)
  • 69e2f6c feat: support stringly-typed extends (#10973)
  • d1f57a7 chore(visitor-keys): migrate from jest to vitest (#10773)
  • See full diff in compare view

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

Bumps the dependencies group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.14.1` | `22.15.2` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.29.1` | `8.31.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.29.1` | `8.31.0` |
| [eslint-import-resolver-typescript](https://github.com/import-js/eslint-import-resolver-typescript) | `4.3.2` | `4.3.4` |
| [eslint-plugin-import-x](https://github.com/un-ts/eslint-plugin-import-x) | `4.10.3` | `4.11.0` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.29.1` | `8.31.0` |



Updates `@types/node` from 22.14.1 to 22.15.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@typescript-eslint/eslint-plugin` from 8.29.1 to 8.31.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.31.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.29.1 to 8.31.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.31.0/packages/parser)

Updates `eslint-import-resolver-typescript` from 4.3.2 to 4.3.4
- [Release notes](https://github.com/import-js/eslint-import-resolver-typescript/releases)
- [Changelog](https://github.com/import-js/eslint-import-resolver-typescript/blob/master/CHANGELOG.md)
- [Commits](import-js/eslint-import-resolver-typescript@v4.3.2...v4.3.4)

Updates `eslint-plugin-import-x` from 4.10.3 to 4.11.0
- [Release notes](https://github.com/un-ts/eslint-plugin-import-x/releases)
- [Changelog](https://github.com/un-ts/eslint-plugin-import-x/blob/master/CHANGELOG.md)
- [Commits](un-ts/eslint-plugin-import-x@v4.10.3...v4.11.0)

Updates `typescript-eslint` from 8.29.1 to 8.31.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.31.0/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 22.15.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.31.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.31.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: eslint-import-resolver-typescript
  dependency-version: 4.3.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: eslint-plugin-import-x
  dependency-version: 4.11.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: typescript-eslint
  dependency-version: 8.31.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 27, 2025
Copy link

trunk-io bot commented Apr 27, 2025

⏱️ 56m total CI duration on this PR
Job Cumulative Duration Recent Runs
Linter Tests ubuntu-latest 23m 🟩
Linter Tests macOS 13m 🟩
Tool Tests (ubuntu-latest) 8m 🟩
Tool Tests (macOS) 7m 🟩
CodeQL-Build 2m 🟩
Action Tests 1m 🟩
Trunk Check runner [linux] 59s 🟩
Repo Tests / Plugin Tests 31s 🟩
Detect changed files 8s 🟩
Aggregate Test Results 3s 🟩

settingsfeedbackdocs ⋅ learn more about trunk.io

@TylerJang27 TylerJang27 merged commit 0ec6856 into main May 1, 2025
15 checks passed
@TylerJang27 TylerJang27 deleted the dependabot/npm_and_yarn/dependencies-5336e0965d branch May 1, 2025 18:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Development

Successfully merging this pull request may close these issues.

1 participant