Skip to content
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 dependencies group with 5 updates #994

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 16, 2025

Bumps the dependencies group with 5 updates:

Package From To
@typescript-eslint/eslint-plugin 8.26.0 8.26.1
@typescript-eslint/parser 8.26.0 8.26.1
eslint-import-resolver-typescript 3.8.3 3.9.1
eslint-plugin-import-x 4.6.1 4.8.0
typescript-eslint 8.26.0 8.26.1

Updates @typescript-eslint/eslint-plugin from 8.26.0 to 8.26.1

Release notes

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

v8.26.1

8.26.1 (2025-03-10)

🩹 Fixes

  • eslint-plugin: [prefer-nullish-coalescing] treat any/unknown as eligible for nullish coalescing (#10865)
  • eslint-plugin: [no-unsafe-return] handle recursive type (#10883)
  • rule-tester: export TestLanguageOptions (#10930)

❤️ Thank You

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

Changelog

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

8.26.1 (2025-03-10)

🩹 Fixes

  • eslint-plugin: [no-unsafe-return] handle recursive type (#10883)
  • eslint-plugin: [prefer-nullish-coalescing] treat any/unknown as eligible for nullish coalescing (#10865)

❤️ Thank You

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

Commits
  • 9aa0b6b chore(release): publish 8.26.1
  • ee90e45 fix(eslint-plugin): [no-unsafe-return] handle recursive type (#10883)
  • dba0bed fix(eslint-plugin): [prefer-nullish-coalescing] treat any/unknown as elig...
  • See full diff in compare view

Updates @typescript-eslint/parser from 8.26.0 to 8.26.1

Release notes

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

v8.26.1

8.26.1 (2025-03-10)

🩹 Fixes

  • eslint-plugin: [prefer-nullish-coalescing] treat any/unknown as eligible for nullish coalescing (#10865)
  • eslint-plugin: [no-unsafe-return] handle recursive type (#10883)
  • rule-tester: export TestLanguageOptions (#10930)

❤️ Thank You

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

Changelog

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

8.26.1 (2025-03-10)

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 3.8.3 to 3.9.1

Release notes

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

v3.9.1

Patch Changes

v3.9.0

Minor Changes

Full Changelog: import-js/eslint-import-resolver-typescript@v3.8.7...v3.9.0

v3.8.7

Patch Changes

Full Changelog: import-js/eslint-import-resolver-typescript@v3.8.6...v3.8.7

v3.8.6

Patch Changes

Full Changelog: import-js/eslint-import-resolver-typescript@v3.8.5...v3.8.6

v3.8.5

Patch Changes

Full Changelog: import-js/eslint-import-resolver-typescript@v3.8.4...v3.8.5

v3.8.4

Patch Changes

Full Changelog: import-js/eslint-import-resolver-typescript@v3.8.3...v3.8.4

Changelog

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

3.9.1

Patch Changes

3.9.0

Minor Changes

3.8.7

Patch Changes

3.8.6

Patch Changes

3.8.5

Patch Changes

3.8.4

Patch Changes

Commits
  • a4a65dd chore: release eslint-import-resolver-typescript (#383)
  • 4a9176e fix: use rspack-resolver fork for pnp support (#382)
  • 7d50d38 chore: hourcekeeping, bump all (dev) deps (#381)
  • c894d76 chore: release eslint-import-resolver-typescript (#380)
  • 6814443 feat: migrate enhanced-resolve to oxc-resolver (#379)
  • 904356b chore: release eslint-import-resolver-typescript (#378)
  • a14fdd9 fix: include mapper with no files and force non-dynamic projects to use absol...
  • 7fdfd80 chore: release eslint-import-resolver-typescript (#375)
  • c9d5ab0 fix: add support for importing with .js extension as tsx importee (#374)
  • 7d63ec7 chore: release eslint-import-resolver-typescript (#373)
  • Additional commits viewable in compare view

Updates eslint-plugin-import-x from 4.6.1 to 4.8.0

Release notes

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

v4.8.0

Minor Changes

v4.7.2

Patch Changes

v4.7.1

Patch Changes

v4.7.0

Minor Changes

Patch Changes

New Contributors

Full Changelog: un-ts/eslint-plugin-import-x@v4.6.1...v4.7.0

Changelog

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

4.8.0

Minor Changes

4.7.2

Patch Changes

4.7.1

Patch Changes

4.7.0

Minor Changes

Patch Changes

Commits
  • 96c08b4 chore: release eslint-plugin-import-x (#247)
  • 60eb443 feat: migrate minimatch to picomatch (#240)
  • 0449729 chore: release eslint-plugin-import-x (#246)
  • 437db59 fix: align pnpapi resolved path with enhanced-resolve (#245)
  • dcafcb3 chore: release eslint-plugin-import-x (#244)
  • 5bc8976 fix: use rspack-resolver fork for pnp support (#243)
  • d2512df chore: release eslint-plugin-import-x (#219)
  • cfabeb5 chore: ensure only one prettier installed
  • fb7209b chore: enable eslint-plugin-mdx for linting Markdown files (#241)
  • 9730916 ci: corepack is not used
  • Additional commits viewable in compare view

Updates typescript-eslint from 8.26.0 to 8.26.1

Release notes

Sourced from typescript-eslint's releases.

v8.26.1

8.26.1 (2025-03-10)

🩹 Fixes

  • eslint-plugin: [prefer-nullish-coalescing] treat any/unknown as eligible for nullish coalescing (#10865)
  • eslint-plugin: [no-unsafe-return] handle recursive type (#10883)
  • rule-tester: export TestLanguageOptions (#10930)

❤️ Thank You

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

Changelog

Sourced from typescript-eslint's changelog.

8.26.1 (2025-03-10)

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

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

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bumps the dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.26.0` | `8.26.1` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.26.0` | `8.26.1` |
| [eslint-import-resolver-typescript](https://github.com/import-js/eslint-import-resolver-typescript) | `3.8.3` | `3.9.1` |
| [eslint-plugin-import-x](https://github.com/un-ts/eslint-plugin-import-x) | `4.6.1` | `4.8.0` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.26.0` | `8.26.1` |


Updates `@typescript-eslint/eslint-plugin` from 8.26.0 to 8.26.1
- [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.26.1/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.26.0 to 8.26.1
- [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.26.1/packages/parser)

Updates `eslint-import-resolver-typescript` from 3.8.3 to 3.9.1
- [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@v3.8.3...v3.9.1)

Updates `eslint-plugin-import-x` from 4.6.1 to 4.8.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.6.1...v4.8.0)

Updates `typescript-eslint` from 8.26.0 to 8.26.1
- [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.26.1/packages/typescript-eslint)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 16, 2025
Copy link

trunk-io bot commented Mar 16, 2025

⏱️ 33m total CI duration on this PR
Job Cumulative Duration Recent Runs
Linter Tests ubuntu-latest 21m 🟩
Tool Tests (ubuntu-latest) 8m 🟩
CodeQL-Build 1m 🟩
Action Tests 1m 🟩
Trunk Check runner [linux] 54s 🟩
Repo Tests / Plugin Tests 30s 🟩
Detect changed files 9s 🟩
Aggregate Test Results 2s 🟥
Linter Tests macOS 1s 🟥
Tool Tests (macOS) 1s 🟥

settingsfeedbackdocs ⋅ learn more about trunk.io

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.

None yet

0 participants