PR #213 merged: chore(deps): bump the minor-and-patch group across 1 directory with 7 updates
Bumps the minor-and-patch group with 7 updates in the / directory:
| Package | From | To |
|---|---|---|
| @types/node | 25.9.0 | 25.9.1 |
| @typescript-eslint/eslint-plugin | 8.59.4 | 8.60.0 |
| @typescript-eslint/parser | 8.59.4 | 8.60.0 |
| eslint | 10.4.0 | 10.4.1 |
| lint-staged | 17.0.5 | 17.0.7 |
| ts-jest | 29.4.10 | 29.4.11 |
| typescript-eslint | 8.59.4 | 8.60.0 |
Updates @types/node from 25.9.0 to 25.9.1
▶Commits
- See full diff in compare view
Updates @typescript-eslint/eslint-plugin from 8.59.4 to 8.60.0
▶Release notes
Sourced from @typescript-eslint/eslint-plugin's releases.
v8.60.0
8.60.0 (2026-05-25)
🚀 Features
- rule-tester: added updates of RuleTester from upstream (#12291)
🩹 Fixes
❤️ Thank You
- Evyatar Daud
@StyleShit- Vinccool96
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
▶Changelog
Sourced from @typescript-eslint/eslint-plugin's changelog.
8.60.0 (2026-05-25)
This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
▶Commits
f891c29chore(release): publish 8.60.0- See full diff in compare view
Updates @typescript-eslint/parser from 8.59.4 to 8.60.0
▶Release notes
Sourced from @typescript-eslint/parser's releases.
v8.60.0
8.60.0 (2026-05-25)
🚀 Features
- rule-tester: added updates of RuleTester from upstream (#12291)
🩹 Fixes
❤️ Thank You
- Evyatar Daud
@StyleShit- Vinccool96
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
▶Changelog
Sourced from @typescript-eslint/parser's changelog.
8.60.0 (2026-05-25)
This was a version bump only for parser to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
▶Commits
f891c29chore(release): publish 8.60.0- See full diff in compare view
Updates eslint from 10.4.0 to 10.4.1
▶Release notes
Sourced from eslint's releases.
v10.4.1
Bug Fixes
e557467fix: update@eslint/plugin-kitversion to 0.7.2 (#20930) (Francesco Trotta)d4ce898fix: propagate failures from delegated commands (#20917) (Minh Vu)f4f3507fix: prefer-arrow-callback invalid autofix with newline afterasync(#20916) (kuldeep kumar)c5bc78bfix: false positive for reference infinallyblock (#20655) (Tanuj Kanti)27538c0fix: add missing CodePath and CodePathSegment types (#20853) (Pixel998)Documentation
61b0adddocs: remove deprecated rule from related rules ofmax-params(#20921) (Tanuj Kanti)305d5b9docs: remove deprecated rules from related rules section (#20911) (Tanuj Kanti)49b0202docs: fixdisplay: noneof ad (#20901) (Tanuj Kanti)9067f94docs: switch build to Node.js 24 (#20893) (Milos Djermanovic)c91b041docs: Update README (GitHub Actions Bot)e349265docs: clarify semver strings in rule deprecation objects (#20885) (Milos Djermanovic)Chores
b0e466btest: adddataproperty to invalid tests cases for rules (#20924) (Tanuj Kanti)f78838btest: add CodePath type coverage (#20904) (Pixel998)1daa4bdchore: updateeslint-plugin-eslint-commentstest data to latest commit (#20922) (Francesco Trotta)002942cci: declare contents:read on update-readme workflow (#20919) (Arpit Jain)64bca24chore: update ecosystem plugins (#20912) (ESLint Bot)6d7c832chore: ignore fflate updates in renovate (#20908) (Pixel998)b2c8638ci: bump pnpm/action-setup from 6.0.7 to 6.0.8 (#20889) (dependabot[bot])a9b8d7fchore: increase maxBuffer for ecosystem tests (#20881) (sethamus)b702eadchore: update ecosystem update PR settings (#20884) (Pixel998)507f60echore: update ecosystem plugins (#20882) (ESLint Bot)92f5c5btest: add unit test for message-count (#20878) (kuldeep kumar)df32108chore: add@eslint/markdownand typescript-eslint ecosystem tests (#20837) (sethamus)327f91dchore: use includeIgnoreFile internally (#20876) (Kirk Waiblinger)f0dc4bdchore: pin [email protected] (#20877) (Milos Djermanovic)0f4bd25ci: run Discord alert for ecosystem test failures (#20873) (Copilot)
▶Commits
4a3d15a10.4.143e7e2bBuild: changelog update for 10.4.1e557467fix: update@eslint/plugin-kitversion to 0.7.2 (#20930)b0e466btest: adddataproperty to invalid tests cases for rules (#20924)d4ce898fix: propagate failures from delegated commands (#20917)f4f3507fix: prefer-arrow-callback invalid autofix with newline afterasync(#20916)f78838btest: add CodePath type coverage (#20904)61b0adddocs: remove deprecated rule from related rules ofmax-params(#20921)1daa4bdchore: updateeslint-plugin-eslint-commentstest data to latest commit (#20...002942cci: declare contents:read on update-readme workflow (#20919)- Additional commits viewable in compare view
Updates lint-staged from 17.0.5 to 17.0.7
▶Release notes
Sourced from lint-staged's releases.
v17.0.7
Patch Changes
v17.0.6
Patch Changes
#1803
bdf2770- Run all tests with Deno, in addition to Node.js and Bun.#1796
7508272- Fix performance regression of lint-staged v17 by going back to usinggit addto stage task modifications. This was changed togit update-index --againin v17 for less manual work, but unfortunately theupdate-indexcommand gets slower in very large Git repos.#1797
7b2505a- This version of lint-staged uses the new staged publishing for npm packages feature. Releases are already published from GitHub Actions with trusted publishing, but now an additional approval with two-factor authentication is also required.#1802
321b0a9- Downgrade dependency[email protected]to avoid issues in version 1.2.3.
▶Changelog
Sourced from lint-staged's changelog.
17.0.7
Patch Changes
17.0.6
Patch Changes
#1803
bdf2770- Run all tests with Deno, in addition to Node.js and Bun.#1796
7508272- Fix performance regression of lint-staged v17 by going back to usinggit addto stage task modifications. This was changed togit update-index --againin v17 for less manual work, but unfortunately theupdate-indexcommand gets slower in very large Git repos.#1797
7b2505a- This version of lint-staged uses the new staged publishing for npm packages feature. Releases are already published from GitHub Actions with trusted publishing, but now an additional approval with two-factor authentication is also required.#1802
321b0a9- Downgrade dependency[email protected]to avoid issues in version 1.2.3.
▶Commits
cd11fecMerge pull request #1807 from lint-staged/changeset-release/main15a8ee0chore(changeset): release797bbd9Merge pull request #1808 from lint-staged/add-stashing-faq504e307docs: add FAQ entry on how stashing workseff5cd1Merge pull request #1806 from lint-staged/update-tinyexece692e58build(deps): updatetinyexec@^1.2.4a2dd4eaMerge pull request #1805 from lint-staged/update-github-templatesc928519docs: update GitHub templates094ba56Merge pull request #1798 from lint-staged/changeset-release/main88e19fechore(changeset): release- Additional commits viewable in compare view
Updates ts-jest from 29.4.10 to 29.4.11
▶Commits
bff2d64chore(release): 29.4.113941818fix: preserve Bundler on the CJS path under TypeScript >= 6efb3c2fbuild(deps): bump webpack-dev-server from 5.2.2 to 5.2.4 in /website4e46fadci: refactor release workflow- See full diff in compare view
Updates typescript-eslint from 8.59.4 to 8.60.0
▶Release notes
Sourced from typescript-eslint's releases.
v8.60.0
8.60.0 (2026-05-25)
🚀 Features
- rule-tester: added updates of RuleTester from upstream (#12291)
🩹 Fixes
❤️ Thank You
- Evyatar Daud
@StyleShit- Vinccool96
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
▶Changelog
Sourced from typescript-eslint's changelog.
8.60.0 (2026-05-25)
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
▶Commits
f891c29chore(release): publish 8.60.0- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@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