Bumps the development-dependencies group with 5 updates in the / directory:
Updates @typescript-eslint/eslint-plugin
from 8.29.0 to 8.35.1
Release notes
Sourced from @typescript-eslint/eslint-plugin
's releases.
v8.35.1
8.35.1 (2025年06月30日)
🩹 Fixes
- remove prettier from eslint-plugin (#11339)
- website: did not find a source file error if url hash doesn't contain fileType (#11350)
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.35.0
8.35.0 (2025年06月23日)
🚀 Features
- eslint-plugin: [no-base-to-string] add checkUnknown Option (#11128)
🩹 Fixes
- website: acquired types are shown in the editor but not reflected in linting (#11198)
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.34.1
8.34.1 (2025年06月16日)
🩹 Fixes
- types: add 2026/17 to EcmaVersion (#11304)
- typescript-estree: emit a Literal instead of Identifier for constructor when the identifier is a string (#11299)
- visitor-keys: bump
eslint-visitor-keys
dependency (#11294)
❤️ Thank You
- David Archibald
- overlookmotel
- Tao
You can read about our versioning strategy and releases on our website.
... (truncated)
Changelog
Sourced from @typescript-eslint/eslint-plugin
's changelog.
8.35.1 (2025年06月30日)
🩹 Fixes
- remove prettier from eslint-plugin (#11339)
❤️ Thank You
You can read about our versioning strategy and releases on our website.
8.35.0 (2025年06月23日)
🚀 Features
- eslint-plugin: [no-base-to-string] add checkUnknown Option (#11128)
❤️ Thank You
You can read about our versioning strategy and releases on our website.
8.34.1 (2025年06月16日)
This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
8.34.0 (2025年06月09日)
🩹 Fixes
- typescript-estree: add validation to interface extends (#11271)
❤️ Thank You
You can read about our versioning strategy and releases on our website.
8.33.1 (2025年06月02日)
🩹 Fixes
- exclude docs/ directory from eslint-plugin package (#11251)
❤️ Thank You
... (truncated)
Commits
f9bd7d8
chore(release): publish 8.35.1
db32b8a
docs: update only-throw-error documentation allowRethrowing (#11346)
3e54520
fix: remove prettier from eslint-plugin (#11339)
d19c9f3
chore(release): publish 8.35.0
f000a1f
feat(eslint-plugin): [no-base-to-string] add checkUnknown Option (#11128)
9fb60d2
chore(eslint-plugin): switch auto-generated test cases to hand-written in ban...
c273e03
chore(eslint-plugin): switch auto-generated test cases to hand-written in no-...
2e35e3a
chore(eslint-plugin): switch auto-generated test cases to hand-written in con...
ccd0791
chore(release): publish 8.34.1
3a8369d
chore(eslint-plugin): switch auto-generated test cases to hand-written in no-...
- Additional commits viewable in compare view
Updates eslint
from 9.23.0 to 9.30.1
Release notes
Sourced from eslint's releases.
v9.30.1
Bug Fixes
e91bb87
fix: allow separate default and named type imports (#19899) (xbinaryx)
Documentation
ab7c625
docs: Update README (GitHub Actions Bot)
dae1e5b
docs: update jsdoc's link (#19896) (JamesVanWaza)
Chores
b035f74
chore: upgrade to @eslint/js@9.30.1
(#19906) (Francesco Trotta)
b3dbc16
chore: package.json update for @eslint/js
release (Jenkins)
v9.30.0
Features
52a5fca
feat: Support basePath
property in config objects (#19879) (Milos Djermanovic)
4ab4482
feat: add allowSeparateTypeImports
option to no-duplicate-imports
(#19872) (sethamus)
b8a7e7a
feat: throw error when column is negative in getIndexFromLoc
(#19831) (루밀LuMir)
Bug Fixes
6a0f164
fix: handle null
type loc
in getIndexFromLoc
method (#19862) (루밀LuMir)
3fbcd70
fix: update error message for no-restricted-properties
(#19855) (Tanuj Kanti)
7ef4cf7
fix: remove unnecessary semicolon from fixes (#19857) (Francesco Trotta)
7dabc38
fix: use process.version
in --env-info
(#19865) (TKDev7)
Documentation
8662ed1
docs: adopt eslint-stylistic sub packages related changes (#19887) (ntnyq)
20158b0
docs: typo in comment for unused variables handling (#19870) (leopardracer)
ebfb5b4
docs: Fixed Typo in configuration-files.md (#19873) (0-20)
4112fd0
docs: clarify that boolean is still allowed for rule meta.deprecated
(#19866) (Bryan Mishkin)
Chores
2b6491c
chore: upgrade to @eslint/js@9.30.0
(#19889) (Francesco Trotta)
5a5d526
chore: package.json update for @eslint/js
release (Jenkins)
eaf8a41
chore: Correct typos in linter tests (#19878) (kilavvy)
v9.29.0
Features
f686fcb
feat: add ecmaVersion: 2026
, parsing using
and await using
(#19832) (Milos Djermanovic)
19cdd22
feat: prune suppressions for non-existent files (#19825) (TKDev7)
b3d720f
feat: add ES2025 globals (#19835) (fisker Cheung)
677a283
feat: add auto-accessor fields support to class-methods-use-this (#19789) (sethamus)
dbba058
feat: allow global type declaration in no-var
(#19714) (Remco Haszing)
342bd29
feat: ignore type annotations in no-restricted-globals (#19781) (sethamus)
786bcd1
feat: add allowProperties option to no-restricted-properties (#19772) (sethamus)
05b66d0
feat: add sourceCode.isGlobalReference(node)
method (#19695) (Nitin Kumar)
Bug Fixes
85c082c
fix: explicit matching behavior with negated patterns and arrays (#19845) (Milos Djermanovic)
9bda4a9
fix: fix LintOptions.filterCodeBlock
types (#19837) (ntnyq)
7ab77a2
fix: correct breaking deprecation of FlatConfig type (#19826) (Logicer)
... (truncated)
Changelog
Sourced from eslint's changelog.
v9.30.1 - July 1, 2025
b035f74
chore: upgrade to @eslint/js@9.30.1
(#19906) (Francesco Trotta)
b3dbc16
chore: package.json update for @eslint/js
release (Jenkins)
e91bb87
fix: allow separate default and named type imports (#19899) (xbinaryx)
ab7c625
docs: Update README (GitHub Actions Bot)
dae1e5b
docs: update jsdoc's link (#19896) (JamesVanWaza)
v9.30.0 - June 27, 2025
2b6491c
chore: upgrade to @eslint/js@9.30.0
(#19889) (Francesco Trotta)
5a5d526
chore: package.json update for @eslint/js
release (Jenkins)
52a5fca
feat: Support basePath
property in config objects (#19879) (Milos Djermanovic)
6a0f164
fix: handle null
type loc
in getIndexFromLoc
method (#19862) (루밀LuMir)
8662ed1
docs: adopt eslint-stylistic sub packages related changes (#19887) (ntnyq)
eaf8a41
chore: Correct typos in linter tests (#19878) (kilavvy)
4ab4482
feat: add allowSeparateTypeImports
option to no-duplicate-imports
(#19872) (sethamus)
3fbcd70
fix: update error message for no-restricted-properties
(#19855) (Tanuj Kanti)
20158b0
docs: typo in comment for unused variables handling (#19870) (leopardracer)
ebfb5b4
docs: Fixed Typo in configuration-files.md (#19873) (0-20)
b8a7e7a
feat: throw error when column is negative in getIndexFromLoc
(#19831) (루밀LuMir)
7ef4cf7
fix: remove unnecessary semicolon from fixes (#19857) (Francesco Trotta)
7dabc38
fix: use process.version
in --env-info
(#19865) (TKDev7)
4112fd0
docs: clarify that boolean is still allowed for rule meta.deprecated
(#19866) (Bryan Mishkin)
v9.29.0 - June 13, 2025
5c114c9
chore: upgrade @eslint/js
@9
.29.0 (#19851) (Milos Djermanovic)
acf2201
chore: package.json update for @eslint/js
release (Jenkins)
f686fcb
feat: add ecmaVersion: 2026
, parsing using
and await using
(#19832) (Milos Djermanovic)
85c082c
fix: explicit matching behavior with negated patterns and arrays (#19845) (Milos Djermanovic)
00e3e6a
docs: add support for custom name parameter to includeIgnoreFile
(#19795) (루밀LuMir)
9bda4a9
fix: fix LintOptions.filterCodeBlock
types (#19837) (ntnyq)
a806994
refactor: Remove eslintrc from flat config functionality (#19833) (Nicholas C. Zakas)
19cdd22
feat: prune suppressions for non-existent files (#19825) (TKDev7)
b3d720f
feat: add ES2025 globals (#19835) (fisker Cheung)
677a283
feat: add auto-accessor fields support to class-methods-use-this (#19789) (sethamus)
3aed075
docs: Update README (GitHub Actions Bot)
7ab77a2
fix: correct breaking deprecation of FlatConfig type (#19826) (Logicer)
a2f888d
docs: enhance documentation with links and fix typos (#19761) (루밀LuMir)
dbba058
feat: allow global type declaration in no-var
(#19714) (Remco Haszing)
152ed51
test: switch to flat config mode in code path analysis tests (#19824) (Milos Djermanovic)
b647239
chore: Update first-party dependencies faster with Renovate (#19822) (Nicholas C. Zakas)
7abe42e
refactor: SafeEmitter -> SourceCodeVisitor (#19708) (Nicholas C. Zakas)
342bd29
feat: ignore type annotations in no-restricted-globals (#19781) (sethamus)
e392895
perf: improve time complexity of getLocFromIndex
(#19782) (루밀LuMir)
1ba3318
fix: add language
and dialects
to no-use-before-define
(#19808) (Francesco Trotta)
786bcd1
feat: add allowProperties option to no-restricted-properties (#19772) (sethamus)
05b66d0
feat: add sourceCode.isGlobalReference(node)
method (#19695) (Nitin Kumar)
53c3235
docs: update to clarify prompt usage (#19748) (Jennifer Davis)
... (truncated)
Commits
Updates eslint-config-prettier
from 10.1.1 to 10.1.5
Release notes
Sourced from eslint-config-prettier's releases.
v10.1.5
Patch Changes
Full Changelog: prettier/eslint-config-prettier@v10.1.4...v10.1.5
v10.1.4
Patch Changes
Full Changelog: prettier/eslint-config-prettier@v10.1.3...v10.1.4
v10.1.3
Patch Changes
New Contributors
Full Changelog: prettier/eslint-config-prettier@v10.1.2...v10.1.3
v10.1.2
Patch Changes
- #321
a8768bf
Thanks @Fdawgs
! - chore(package): add homepage for some 3rd-party registry - see #321 for more details
Changelog
Sourced from eslint-config-prettier's changelog.
10.1.5
Patch Changes
10.1.4
Patch Changes
10.1.3
Patch Changes
10.1.2
Patch Changes
- #321
a8768bf
Thanks @Fdawgs
! - chore(package): add homepage for some 3rd-party registry - see #321 for more details
Commits
Updates eslint-plugin-prettier
from 5.2.5 to 5.5.1
Release notes
Sourced from eslint-plugin-prettier's releases.
v5.5.1
Patch Changes
Full Changelog: prettier/eslint-plugin-prettier@v5.5.0...v5.5.1
v5.5.0
Minor Changes
- #743
92f2c9c
Thanks @dotcarmen
! - feat: support non-js languages like css
for @eslint/css
and json
for @eslint/json
New Contributors
Full Changelog: prettier/eslint-plugin-prettier@v5.4.1...v5.5.0
v5.4.1
Patch Changes
- #740
c21521f
Thanks @JounQin
! - fix(deps): bump synckit
to v0.11.7 to fix potential TypeError: Cannot read properties of undefined (reading 'message')
error
Full Changelog: prettier/eslint-plugin-prettier@v5.4.0...v5.4.1
v5.4.0
Minor Changes
v5.3.1
Patch Changes
Full Changelog: prettier/eslint-plugin-prettier@v5.3.0...v5.3.1
v5.3.0
Minor Changes
New Contributors
Full Changelog: prettier/eslint-plugin-prettier@v5.2.6...v5.3.0
v5.2.6
Patch Changes
... (truncated)
Changelog
Sourced from eslint-plugin-prettier's changelog.
5.5.1
Patch Changes
5.5.0
Minor Changes
- #743
92f2c9c
Thanks @dotcarmen
! - feat: support non-js languages like css
for @eslint/css
and json
for @eslint/json
5.4.1
Patch Changes
- #740
c21521f
Thanks @JounQin
! - fix(deps): bump synckit
to v0.11.7 to fix potential TypeError: Cannot read properties of undefined (reading 'message')
error
5.4.0
Minor Changes
5.3.1
Patch Changes
5.3.0
Minor Changes
5.2.6
Patch Changes
Commits
Updates prettier
from 3.5.3 to 3.6.2
Release notes
Sourced from prettier's releases.
3.6.2
What's Changed
🔗 Changelog
3.6.1
- Fix "Warning: File descriptor 39 closed but not opened in unmanaged mode" error when running
--experimental-cli
🔗 Changelog
3.6.0
diff
🔗 Release note "Prettier 3.6: Experimental fast CLI and new OXC and Hermes plugins!"
Changelog
Sourced from prettier's changelog.
3.6.2
diff
Markdown: Add missing blank line around code block (#17675 by @fisker
)
<!-- Input -->
1. Some text, and code block below, with newline after code block
---
foo: bar
Another
List
<!-- Prettier 3.6.1 -->
Some text, and code block below, with newline after code block
---
foo: bar
Another
List
<!-- Prettier 3.6.2 -->
Some text, and code block below, with newline after code block
---
foo: bar
Another
List
3.6.1
diff
TypeScript: Allow const without initializer (#17650, #17654 by @fisker
)
... (truncated)
Commits
You can trigger a rebase of this PR 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
Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
Uh oh!
There was an error while loading. Please reload this page.
Bumps the development-dependencies group with 5 updates in the / directory:
8.29.0
8.35.1
9.23.0
9.30.1
10.1.1
10.1.5
5.2.5
5.5.1
3.5.3
3.6.2
Updates
@typescript-eslint/eslint-plugin
from 8.29.0 to 8.35.1Release notes
Sourced from
@typescript-eslint/eslint-plugin
's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/eslint-plugin
's changelog.... (truncated)
Commits
f9bd7d8
chore(release): publish 8.35.1db32b8a
docs: update only-throw-error documentation allowRethrowing (#11346)3e54520
fix: remove prettier from eslint-plugin (#11339)d19c9f3
chore(release): publish 8.35.0f000a1f
feat(eslint-plugin): [no-base-to-string] add checkUnknown Option (#11128)9fb60d2
chore(eslint-plugin): switch auto-generated test cases to hand-written in ban...c273e03
chore(eslint-plugin): switch auto-generated test cases to hand-written in no-...2e35e3a
chore(eslint-plugin): switch auto-generated test cases to hand-written in con...ccd0791
chore(release): publish 8.34.13a8369d
chore(eslint-plugin): switch auto-generated test cases to hand-written in no-...Updates
eslint
from 9.23.0 to 9.30.1Release notes
Sourced from eslint's releases.
... (truncated)
Changelog
Sourced from eslint's changelog.
... (truncated)
Commits
6769b5f
9.30.1b2950ac
Build: changelog update for 9.30.1b035f74
chore: upgrade to@eslint/js@9.30.1
(#19906)b3dbc16
chore: package.json update for@eslint/js
releasee91bb87
fix: allow separate default and named type imports (#19899)ab7c625
docs: Update READMEdae1e5b
docs: update jsdoc's link (#19896)ad1d639
9.30.0c02d70b
Build: changelog update for 9.30.02b6491c
chore: upgrade to@eslint/js@9.30.0
(#19889)Updates
eslint-config-prettier
from 10.1.1 to 10.1.5Release notes
Sourced from eslint-config-prettier's releases.
Changelog
Sourced from eslint-config-prettier's changelog.
Commits
4c94893
chore: release eslint-config-prettier (#333)60fef02
chore: addfunding
field intopackage.json
(#332)f55501f
chore: release eslint-config-prettier (#329)50a8a22
chore(deps): update all dependencies (#330)94b4799
fix(cli): do not crash on no rules configured (#328)cdc4a5c
chore: release eslint-config-prettier (#326)4e95a1d
fix: this package iscommonjs
, align its types correctly (#325)8911369
chore: release eslint-config-prettier (#322)a8768bf
chore(package): add homepage url (#321)4ae04c0
chore(deps): update yarn to v4.8.1 (#320)Updates
eslint-plugin-prettier
from 5.2.5 to 5.5.1Release notes
Sourced from eslint-plugin-prettier's releases.
... (truncated)
Changelog
Sourced from eslint-plugin-prettier's changelog.
Commits
3e87f2e
chore: release eslint-plugin-prettier (#749)bfd1e95
fix: useprettierRcOptions
directly for prettier 3.6+ (#748)9c4b792
chore: release eslint-plugin-prettier (#744)78e41ec
chore(deps): update all dependencies (#745)92f2c9c
feat: support non-js languages (#743)aa4935c
chore(deps): update all dependencies (#742)3d15dea
chore: release eslint-plugin-prettier (#741)c21521f
fix(deps): bumpsynckit
to v0.11.7 (#740)cd48a27
chore: release eslint-plugin-prettier (#737)59a0cae
refactor: migrateworker.js
toworker.mjs
(#736)Updates
prettier
from 3.5.3 to 3.6.2Release notes
Sourced from prettier's releases.
Changelog
Sourced from prettier's changelog.
... (truncated)
Commits
7a8b05f
Release 3.6.246526b4
Add missing blank line around code block (#17675)a04ec11
chore(deps): update babel to v7.27.7 (#17684)32be5b6
chore(deps): update dependency flow-parser to v0.274.1 (#17676)b55e777
Update docs about "TypeScript Configuration Files" (#17677)b197c99
chore(deps): update dependency@vitejs/plugin-react
to v4.6.0 (#17674)1185f83
chore(deps): update dependency@angular/compiler
to v20.0.5 (#17680)aa1316f
chore(deps): update dependency browserslist to v4.25.1 (#17671)c468d33
chore(deps): update dependency oxc-parser to v0.75.0 (#17672)3f46d91
chore(deps): update dependency vite to v7 (#17673)You can trigger a rebase of this PR 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