Bumps the all-dependencies group with 7 updates in the / directory:
Updates@eslint/js
from 9.18.0 to 9.19.0
Release notes
Sourced from@eslint/js
's releases.
v9.19.0
Features
1637b8e
feat: add--report-unused-inline-configs
(#19201) (Josh Goldberg ✨)
Bug Fixes
aae6717
fix: sync rule type header comments automatically (#19276) (Francesco Trotta)
Documentation
cfea9ab
docs: Clarify overrideConfig option (#19370) (Nicholas C. Zakas)2b84f66
docs: Update README (#19362) (Nicholas C. Zakas)044f93c
docs: clarify frozen rule description (#19351) (Pavel)797ee7c
docs: fix Bluesky links (#19368) (Milos Djermanovic)81a9c0e
docs: Update README (GitHub Actions Bot)093fb3d
docs: replacevar
withlet
andconst
in rule examples (#19365) (Tanuj Kanti)417de32
docs: replace var with const in rule examples (#19352) (jj)17f2aae
docs: update getting-started config to match default generated config (#19308) (0xDev)8a0a5a8
docs: betterglobal ignores
instruction (#19297) (Jacopo Marrone)6671a2c
docs: Update README (GitHub Actions Bot)e39d3f2
docs: fix divider for rule category (#19264) (Tanuj Kanti)e0cf53f
docs: fix search result box position for small screens (#19328) (Tanuj Kanti)f92a680
docs: replace var with let or const in rule examples (#19331) (Ravi Teja Kolla)b04b84b
docs: revert accidental changes in TS config files docs (#19336) (Francesco Trotta)
Chores
9b9cb05
chore: upgrade@eslint/js
@9
.19.0 (#19371) (Milos Djermanovic)58560e7
chore: package.json update for@eslint/js
release (Jenkins)2089707
test: fix failing test in Node.js v22.13.0 (#19345) (Francesco Trotta)
Changelog
Sourced from@eslint/js
's changelog.
v9.19.0 - January 24, 2025
9b9cb05
chore: upgrade@eslint/js
@9
.19.0 (#19371) (Milos Djermanovic)58560e7
chore: package.json update for@eslint/js
release (Jenkins)cfea9ab
docs: Clarify overrideConfig option (#19370) (Nicholas C. Zakas)2b84f66
docs: Update README (#19362) (Nicholas C. Zakas)044f93c
docs: clarify frozen rule description (#19351) (Pavel)797ee7c
docs: fix Bluesky links (#19368) (Milos Djermanovic)81a9c0e
docs: Update README (GitHub Actions Bot)093fb3d
docs: replacevar
withlet
andconst
in rule examples (#19365) (Tanuj Kanti)417de32
docs: replace var with const in rule examples (#19352) (jj)17f2aae
docs: update getting-started config to match default generated config (#19308) (0xDev)aae6717
fix: sync rule type header comments automatically (#19276) (Francesco Trotta)8a0a5a8
docs: betterglobal ignores
instruction (#19297) (Jacopo Marrone)2089707
test: fix failing test in Node.js v22.13.0 (#19345) (Francesco Trotta)6671a2c
docs: Update README (GitHub Actions Bot)1637b8e
feat: add--report-unused-inline-configs
(#19201) (Josh Goldberg ✨)e39d3f2
docs: fix divider for rule category (#19264) (Tanuj Kanti)e0cf53f
docs: fix search result box position for small screens (#19328) (Tanuj Kanti)f92a680
docs: replace var with let or const in rule examples (#19331) (Ravi Teja Kolla)b04b84b
docs: revert accidental changes in TS config files docs (#19336) (Francesco Trotta)
Commits
Updates@typescript-eslint/eslint-plugin
from 8.19.1 to 8.21.0
Release notes
Sourced from@typescript-eslint/eslint-plugin
's releases.
v8.21.0
8.21.0 (2025-01-20)
🚀 Features
- ast-spec: support import attributes in
TSImportType
(#10640)
🩹 Fixes
- eslint-plugin: [no-unnecessary-type-arguments] handle type args on jsx (#10630)
- eslint-plugin: check JSX spread elements for misused spread usage (#10653)
- eslint-plugin: [no-for-in-array] report on any type which may be an array or array-like (#10535)
- eslint-plugin: [no-base-to-string] don't crash for recursive array or tuple types (#10633)
- eslint-plugin: [no-duplicate-enum-values] handle template literal (#10675)
- eslint-plugin-internal: [debug-namespace] on windows (#10661)
- rule-tester: handle window root path (#10654)
- scope-manager: add a reference for JSX closing element if it exists (#10614)
❤️ Thank You
You can read about ourversioning strategy andreleases on our website.
v8.20.0
8.20.0 (2025-01-13)
🚀 Features
- standardize debug namespaces to file paths (#10599)
- eslint-plugin: [no-misused-spread] add new rule (#10551)
- eslint-plugin: [no-deprecated] add allow options (#10585)
- eslint-plugin: [consistent-type-assertions] add arrayLiteralTypeAssertions options (#10565)
🩹 Fixes
- eslint-plugin: [no-shadow] ignore ordering of type declarations (#10593)
- eslint-plugin: [no-unnecessary-condition] don't flag optional chaining for union types with an unconstrained type parameters (#10602)
❤️ Thank You
You can read about ourversioning strategy andreleases on our website.
Changelog
Sourced from@typescript-eslint/eslint-plugin
's changelog.
8.21.0 (2025-01-20)
🩹 Fixes
- eslint-plugin: [no-duplicate-enum-values] handle template literal (#10675)
- eslint-plugin: [no-base-to-string] don't crash for recursive array or tuple types (#10633)
- eslint-plugin: [no-for-in-array] report on any type which may be an array or array-like (#10535)
- eslint-plugin: check JSX spread elements for misused spread usage (#10653)
- eslint-plugin: [no-unnecessary-type-arguments] handle type args on jsx (#10630)
❤️ Thank You
You can read about ourversioning strategy andreleases on our website.
8.20.0 (2025-01-13)
🚀 Features
- eslint-plugin: [consistent-type-assertions] add arrayLiteralTypeAssertions options (#10565)
- eslint-plugin: [no-deprecated] add allow options (#10585)
- eslint-plugin: [no-misused-spread] add new rule (#10551)
🩹 Fixes
- eslint-plugin: [no-unnecessary-condition] don't flag optional chaining for union types with an unconstrained type parameters (#10602)
- eslint-plugin: [no-shadow] ignore ordering of type declarations (#10593)
❤️ Thank You
You can read about ourversioning strategy andreleases on our website.
Commits
79af426
chore(release): publish 8.21.0609a78f
test(eslint-plugin): adjust tests to verifyno-unnecessary-type-assertion
d...fb4ca72
fix(eslint-plugin): [no-duplicate-enum-values] handle template literal (#10675)1895948
fix(eslint-plugin): [no-base-to-string] don't crash for recursive array or tu...74f1c5a
fix(eslint-plugin): [no-for-in-array] report on any type which may be an arra...916b989
fix(eslint-plugin): check JSX spread elements for misused spread usage (#10653)31be053
chore: fix failing test on master70f3092
docs: [no-misused-spread] fix sample code (#10659)a157fd4
chore: standardized on inline named exports (mostly) (#10596)3dbcc19
fix(eslint-plugin): [no-unnecessary-type-arguments] handle type args on jsx (...- Additional commits viewable incompare view
Updates@typescript-eslint/parser
from 8.19.1 to 8.21.0
Release notes
Sourced from@typescript-eslint/parser
's releases.
v8.21.0
8.21.0 (2025-01-20)
🚀 Features
- ast-spec: support import attributes in
TSImportType
(#10640)
🩹 Fixes
- eslint-plugin: [no-unnecessary-type-arguments] handle type args on jsx (#10630)
- eslint-plugin: check JSX spread elements for misused spread usage (#10653)
- eslint-plugin: [no-for-in-array] report on any type which may be an array or array-like (#10535)
- eslint-plugin: [no-base-to-string] don't crash for recursive array or tuple types (#10633)
- eslint-plugin: [no-duplicate-enum-values] handle template literal (#10675)
- eslint-plugin-internal: [debug-namespace] on windows (#10661)
- rule-tester: handle window root path (#10654)
- scope-manager: add a reference for JSX closing element if it exists (#10614)
❤️ Thank You
You can read about ourversioning strategy andreleases on our website.
v8.20.0
8.20.0 (2025-01-13)
🚀 Features
- standardize debug namespaces to file paths (#10599)
- eslint-plugin: [no-misused-spread] add new rule (#10551)
- eslint-plugin: [no-deprecated] add allow options (#10585)
- eslint-plugin: [consistent-type-assertions] add arrayLiteralTypeAssertions options (#10565)
🩹 Fixes
- eslint-plugin: [no-shadow] ignore ordering of type declarations (#10593)
- eslint-plugin: [no-unnecessary-condition] don't flag optional chaining for union types with an unconstrained type parameters (#10602)
❤️ Thank You
You can read about ourversioning strategy andreleases on our website.
Changelog
Sourced from@typescript-eslint/parser
's changelog.
8.21.0 (2025-01-20)
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about ourversioning strategy andreleases on our website.
8.20.0 (2025-01-13)
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about ourversioning strategy andreleases on our website.
Commits
Updateseslint-config-prettier
from 9.1.0 to 10.0.1
Release notes
Sourced fromeslint-config-prettier's releases.
v10.0.1
eslint-config-prettier
10.0.1
What's Changed
New Contributors
Full Changelog:prettier/eslint-config-prettier@v9.1.0...v10.0.1
v10.0.0
Major Changes
Changelog
Sourced fromeslint-config-prettier's changelog.
eslint-config-prettier
10.0.0
Major Changes
Versions before 10.0.0
Commits
Maintainer changes
This version was pushed to npm byjounqin, a new releaser for eslint-config-prettier since your current version.
Updateseslint-plugin-prettier
from 5.2.1 to 5.2.3
Release notes
Sourced fromeslint-plugin-prettier's releases.
v5.2.3
Patch Changes
v5.2.2
Patch Changes
What's Changed
New Contributors
Full Changelog:prettier/eslint-plugin-prettier@v5.2.1...v5.2.2
Changelog
Sourced fromeslint-plugin-prettier's changelog.
5.2.3
Patch Changes
5.2.2
Patch Changes
Commits
6fd7ba1
chore: release eslint-plugin-prettier (#704)190d6f9
build(deps): Bump synckit from 0.9.1 to 0.9.2 (#705)9cf6a01
build(deps-dev): Bump svelte from 4.2.8 to 4.2.19 (#677)9c6141f
chore: add plugin name to flat recommended config (#703)35a5cd0
chore: bupm eslint-plugin-comments (#702)df123a5
chore: release eslint-plugin-prettier (#701)e272d7c
chore: use double quote for changesets/changelog filesaa5b59f
fix: report node when loc not found (#700)37d87ea
chore: update FUNDING.ymlb307125
docs(README): fixes legacy ESlint configs link (#686)- Additional commits viewable incompare view
Updatestypescript-eslint
from 8.19.1 to 8.21.0
Release notes
Sourced fromtypescript-eslint's releases.
v8.21.0
8.21.0 (2025-01-20)
🚀 Features
- ast-spec: support import attributes in
TSImportType
(#10640)
🩹 Fixes
- eslint-plugin: [no-unnecessary-type-arguments] handle type args on jsx (#10630)
- eslint-plugin: check JSX spread elements for misused spread usage (#10653)
- eslint-plugin: [no-for-in-array] report on any type which may be an array or array-like (#10535)
- eslint-plugin: [no-base-to-string] don't crash for recursive array or tuple types (#10633)
- eslint-plugin: [no-duplicate-enum-values] handle template literal (#10675)
- eslint-plugin-internal: [debug-namespace] on windows (#10661)
- rule-tester: handle window root path (#10654)
- scope-manager: add a reference for JSX closing element if it exists (#10614)
❤️ Thank You
You can read about ourversioning strategy andreleases on our website.
v8.20.0
8.20.0 (2025-01-13)
🚀 Features
- standardize debug namespaces to file paths (#10599)
- eslint-plugin: [no-misused-spread] add new rule (#10551)
- eslint-plugin: [no-deprecated] add allow options (#10585)
- eslint-plugin: [consistent-type-assertions] add arrayLiteralTypeAssertions options (#10565)
🩹 Fixes
- eslint-plugin: [no-shadow] ignore ordering of type declarations (#10593)
- eslint-plugin: [no-unnecessary-condition] don't flag optional chaining for union types with an unconstrained type parameters (#10602)
❤️ Thank You
You can read about ourversioning strategy andreleases on our website.
Changelog
Sourced fromtypescript-eslint's changelog.
8.21.0 (2025-01-20)
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about ourversioning strategy andreleases on our website.
8.20.0 (2025-01-13)
🚀 Features
- eslint-plugin: [no-misused-spread] add new rule (#10551)
❤️ Thank You
You can read about ourversioning strategy andreleases on our website.
Commits
79af426
chore(release): publish 8.21.0a157fd4
chore: standardized on inline named exports (mostly) (#10596)ea6fbea
chore(release): publish 8.20.0a175189
docs(typescript-eslint): make jsdoc for config helper function consistent (#1...04166e0
feat(eslint-plugin): [no-misused-spread] add new rule (#10551)- See full diff incompare view
Updatesmocha
from 11.0.1 to 11.1.0
Release notes
Sourced frommocha's releases.
v11.1.0
11.1.0 (2025-01-02)
🌟 Features
v11.0.2
11.0.2 (2024-12-09)
🩹 Fixes
- catch exceptions setting Error.stackTraceLimit (#5254) (259f8f8)
- error handling for unexpected numeric arguments passed to cli (#5263) (210d658)
📚 Documentation
- correct outdated
status: accepting prs
link (#5268) (f729cd0) - replace "New in" with "Since" in version annotations (#5262) (6f10d12)
Changelog
Sourced frommocha's changelog.
11.1.0 (2025-01-02)
🌟 Features
11.0.2 (2024-12-09)
🩹 Fixes
- catch exceptions setting Error.stackTraceLimit (#5254) (259f8f8)
- error handling for unexpected numeric arguments passed to cli (#5263) (210d658)
📚 Documentation
- correct outdated
status: accepting prs
link (#5268) (f729cd0) - replace "New in" with "Since" in version annotations (#5262) (6f10d12)
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
Bumps the all-dependencies group with 7 updates in the / directory:
9.18.0
9.19.0
8.19.1
8.21.0
8.19.1
8.21.0
9.1.0
10.0.1
5.2.1
5.2.3
8.19.1
8.21.0
11.0.1
11.1.0
Updates
@eslint/js
from 9.18.0 to 9.19.0Release notes
Sourced from
@eslint/js
's releases.Changelog
Sourced from
@eslint/js
's changelog.Commits
58560e7
chore: package.json update for@eslint/js
releaseUpdates
@typescript-eslint/eslint-plugin
from 8.19.1 to 8.21.0Release notes
Sourced from
@typescript-eslint/eslint-plugin
's releases.Changelog
Sourced from
@typescript-eslint/eslint-plugin
's changelog.Commits
79af426
chore(release): publish 8.21.0609a78f
test(eslint-plugin): adjust tests to verifyno-unnecessary-type-assertion
d...fb4ca72
fix(eslint-plugin): [no-duplicate-enum-values] handle template literal (#10675)1895948
fix(eslint-plugin): [no-base-to-string] don't crash for recursive array or tu...74f1c5a
fix(eslint-plugin): [no-for-in-array] report on any type which may be an arra...916b989
fix(eslint-plugin): check JSX spread elements for misused spread usage (#10653)31be053
chore: fix failing test on master70f3092
docs: [no-misused-spread] fix sample code (#10659)a157fd4
chore: standardized on inline named exports (mostly) (#10596)3dbcc19
fix(eslint-plugin): [no-unnecessary-type-arguments] handle type args on jsx (...Updates
@typescript-eslint/parser
from 8.19.1 to 8.21.0Release notes
Sourced from
@typescript-eslint/parser
's releases.Changelog
Sourced from
@typescript-eslint/parser
's changelog.Commits
79af426
chore(release): publish 8.21.0a157fd4
chore: standardized on inline named exports (mostly) (#10596)ea6fbea
chore(release): publish 8.20.0Updates
eslint-config-prettier
from 9.1.0 to 10.0.1Release notes
Sourced fromeslint-config-prettier's releases.
Changelog
Sourced fromeslint-config-prettier's changelog.
Commits
c5170f0
fix: add main fielde814e70
chore: change release folders9ebedc7
chore: release eslint-config-prettier (#296)5be64be
feat: add support for@stylistic/eslint-plugin
(#272)5687e7d
chore: migrate to changeset for automatically releasing (#278)4f3bbb4
Remove unused eslint-disable-next-line commentMaintainer changes
This version was pushed to npm byjounqin, a new releaser for eslint-config-prettier since your current version.
Updates
eslint-plugin-prettier
from 5.2.1 to 5.2.3Release notes
Sourced fromeslint-plugin-prettier's releases.
Changelog
Sourced fromeslint-plugin-prettier's changelog.
Commits
6fd7ba1
chore: release eslint-plugin-prettier (#704)190d6f9
build(deps): Bump synckit from 0.9.1 to 0.9.2 (#705)9cf6a01
build(deps-dev): Bump svelte from 4.2.8 to 4.2.19 (#677)9c6141f
chore: add plugin name to flat recommended config (#703)35a5cd0
chore: bupm eslint-plugin-comments (#702)df123a5
chore: release eslint-plugin-prettier (#701)e272d7c
chore: use double quote for changesets/changelog filesaa5b59f
fix: report node when loc not found (#700)37d87ea
chore: update FUNDING.ymlb307125
docs(README): fixes legacy ESlint configs link (#686)Updates
typescript-eslint
from 8.19.1 to 8.21.0Release notes
Sourced fromtypescript-eslint's releases.
Changelog
Sourced fromtypescript-eslint's changelog.
Commits
79af426
chore(release): publish 8.21.0a157fd4
chore: standardized on inline named exports (mostly) (#10596)ea6fbea
chore(release): publish 8.20.0a175189
docs(typescript-eslint): make jsdoc for config helper function consistent (#1...04166e0
feat(eslint-plugin): [no-misused-spread] add new rule (#10551)Updates
mocha
from 11.0.1 to 11.1.0Release notes
Sourced frommocha's releases.
Changelog
Sourced frommocha's changelog.
Commits
a87fb11
chore(main): release 11.1.0 (#5277)3c191c0
feat: replacestrip-ansi
withutil.stripVTControlCharacters
(#5267)8f1c8d8
feat: bump yargs to 17 (#5165)6caa902
chore(main): release 11.0.2 (#5269)259f8f8
fix: catch exceptions setting Error.stackTraceLimit (#5254)210d658
fix: error handling for unexpected numeric arguments passed to cli (#5263)6f10d12
docs: replace "New in" with "Since" in version annotations (#5262)f729cd0
docs: correct outdatedstatus: accepting prs
link (#5268)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