Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore(deps): update all non-major dependencies #120

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

Open
renovate wants to merge 1 commit into main
base: main
Choose a base branch
Loading
from renovate/all-non-major-dependencies

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 5, 2025
edited
Loading

This PR contains the following updates:

Package Change Age Confidence Type Update
@eslint/compat (source) 1.4.0 -> 1.4.1 age confidence devDependencies patch
@eslint/js (source) 9.37.0 -> 9.39.0 age confidence devDependencies minor
@types/node (source) 22.18.8 -> 22.18.13 age confidence devDependencies patch
@typescript-eslint/eslint-plugin (source) 8.45.0 -> 8.46.2 age confidence devDependencies minor
@typescript-eslint/parser (source) 8.45.0 -> 8.46.2 age confidence devDependencies minor
@vitest/eslint-plugin 1.3.15 -> 1.4.0 age confidence devDependencies minor
eslint (source) 9.37.0 -> 9.39.0 age confidence devDependencies minor
pnpm/action-setup v4.1.0 -> v4.2.0 age confidence action minor
rimraf 6.0.1 -> 6.1.0 age confidence devDependencies minor
typescript-eslint (source) 8.45.0 -> 8.46.2 age confidence devDependencies minor

Release Notes

eslint/rewrite (@​eslint/compat)

v1.4.1

Compare Source

Dependencies
  • The following workspace dependencies were updated
eslint/eslint (@​eslint/js)

v9.39.0

Compare Source

v9.38.0

Compare Source

Features
  • ce40f74 feat: update complexity rule to only highlight function header (#​20048) (Atul Nair)
  • e37e590 feat: correct no-loss-of-precision false positives with e notation (#​20187) (Francesco Trotta)
Bug Fixes
  • 50c3dfd fix: improve type support for isolated dependencies in pnpm (#​20201) (Francesco Trotta)
  • a1f06a3 fix: correct SourceCode typings (#​20114) (Pixel998)
Documentation
  • 462675a docs: improve web accessibility by hiding non-semantic character (#​20205) (루밀LuMir)
  • c070e65 docs: correct formatting in no-irregular-whitespace rule documentation (#​20203) (루밀LuMir)
  • b39e71a docs: Update README (GitHub Actions Bot)
  • cd39983 docs: move custom-formatters type descriptions to nodejs-api (#​20190) (Percy Ma)
Chores
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.46.2

Compare Source

🩹 Fixes
  • eslint-plugin: [prefer-optional-chain] skip optional chaining when it could change the result (#​11702)
❤️ Thank You
  • mdm317

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

v8.46.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-misused-promises] special-case .finally not to report when a promise returning function is provided as an argument (#​11667)
  • eslint-plugin: [prefer-optional-chain] include mixed "nullish comparison style" chains in checks (#​11533)
❤️ Thank You
  • mdm317
  • Ronen Amiel

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

v8.46.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unsafe-member-access] add allowOptionalChaining option (#​11659)
  • rule-schema-to-typescript-types: clean up and make public (#​11633)
🩹 Fixes
  • eslint-plugin: [prefer-readonly-parameter-types] ignore tagged primitives (#​11660)
  • typescript-estree: forbid abstract method and accessor to have implementation (#​11657)
  • eslint-plugin: removed error type previously deprecated (#​11674)
  • eslint-plugin: [no-deprecated] ignore deprecated export imports (#​11603)
  • eslint-plugin: [unbound-method] improve wording around this: void and binding (#​11634)
  • rule-tester: deprecate TestCaseError#type and LintMessage#nodeType (#​11628)
  • eslint-plugin: [no-floating-promises] remove excess parentheses in suggestions (#​11487)
❤️ Thank You

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

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.46.2

Compare Source

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.

v8.46.1

Compare Source

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.

v8.46.0

Compare Source

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.

vitest-dev/eslint-plugin-vitest (@​vitest/eslint-plugin)

v1.4.0

Compare Source

🐞 Bug Fixes
View changes on GitHub

v1.3.26

Compare Source

🐞 Bug Fixes
View changes on GitHub

v1.3.25

Compare Source

🐞 Bug Fixes
View changes on GitHub

v1.3.24

Compare Source

🐞 Bug Fixes
View changes on GitHub

v1.3.23

Compare Source

No significant changes

View changes on GitHub

v1.3.22

Compare Source

No significant changes

View changes on GitHub

v1.3.20

Compare Source

🐞 Bug Fixes
View changes on GitHub

v1.3.19

Compare Source

🐞 Bug Fixes
View changes on GitHub

v1.3.18

Compare Source

🐞 Bug Fixes
View changes on GitHub

v1.3.17

Compare Source

🐞 Bug Fixes
View changes on GitHub

v1.3.16

Compare Source

🐞 Bug Fixes
View changes on GitHub
eslint/eslint (eslint)

v9.39.0

Compare Source

v9.38.0

Compare Source

Features

  • ce40f74 feat: update complexity rule to only highlight function header (#​20048) (Atul Nair)
  • e37e590 feat: correct no-loss-of-precision false positives with e notation (#​20187) (Francesco Trotta)

Bug Fixes

  • 50c3dfd fix: improve type support for isolated dependencies in pnpm (#​20201) (Francesco Trotta)
  • a1f06a3 fix: correct SourceCode typings (#​20114) (Pixel998)

Documentation

  • 462675a docs: improve web accessibility by hiding non-semantic character (#​20205) (루밀LuMir)
  • c070e65 docs: correct formatting in no-irregular-whitespace rule documentation (#​20203) (루밀LuMir)
  • b39e71a docs: Update README (GitHub Actions Bot)
  • cd39983 docs: move custom-formatters type descriptions to nodejs-api (#​20190) (Percy Ma)

Chores

pnpm/action-setup (pnpm/action-setup)

v4.2.0

Compare Source

When there's a .npmrc file at the root of the repository, pnpm will be fetched from the registry that is specified in that .npmrc file #​179

isaacs/rimraf (rimraf)

v6.1.0

Compare Source

typescript-eslint/typescript-eslint (typescript-eslint)

v8.46.2

Compare Source

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.

v8.46.1

Compare Source

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.

v8.46.0

Compare Source

🚀 Features
❤️ Thank You

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


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from adrianmjim as a code owner October 5, 2025 21:49
@renovate renovate bot enabled auto-merge (squash) October 5, 2025 21:49
Copy link

codecov bot commented Oct 5, 2025
edited
Loading

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.50%. Comparing base (59141cc) to head (1cc074f).

Additional details and impacted files
@@ Coverage Diff @@
## main #120 +/- ##
=======================================
 Coverage 99.50% 99.50% 
=======================================
 Files 11 11 
 Lines 200 200 
 Branches 34 34 
=======================================
 Hits 199 199 
 Misses 1 1 

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from 5a2c846 to dac0151 Compare October 6, 2025 17:15
@renovate renovate bot changed the title (削除) chore(deps): update dependency @vitest/eslint-plugin to v1.3.16 (削除ここまで) (追記) chore(deps): update all non-major dependencies (追記ここまで) Oct 6, 2025
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch 7 times, most recently from 06a476f to 40b6970 Compare October 13, 2025 21:45
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch 7 times, most recently from 3861708 to f4b5177 Compare October 21, 2025 01:15
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch 7 times, most recently from e920c57 to 2351a22 Compare October 31, 2025 03:43
@renovate renovate bot force-pushed the renovate/all-non-major-dependencies branch from 2351a22 to 1cc074f Compare October 31, 2025 21:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@adrianmjim adrianmjim Awaiting requested review from adrianmjim adrianmjim is a code owner

At least 1 approving review is required to merge this pull request.

Assignees

No one assigned

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant

AltStyle によって変換されたページ (->オリジナル) /