Bumps the npm group with 4 updates in the / directory:semver,@eslint/js,@typescript-eslint/eslint-plugin and@typescript-eslint/parser.
Updatessemver
from 7.7.1 to 7.7.2
Release notes
Sourced fromsemver's releases.
v7.7.2
7.7.2 (2025-05-12)
Bug Fixes
Chores
Changelog
Sourced fromsemver's changelog.
7.7.2 (2025-05-12)
Bug Fixes
Chores
Commits
Updates@eslint/js
from 9.25.1 to 9.26.0
Release notes
Sourced from@eslint/js
's releases.
v9.26.0
Features
e9754e7
feat: add reportGlobalThis to no-shadow-restricted-names (#19670) (sethamus)0fa2b7a
feat: add suggestions foreqeqeq
rule (#19640) (Nitin Kumar)dcbdcc9
feat: Add MCP server (#19592) (Nicholas C. Zakas)2dfd83e
feat: addignoreDirectives
option inno-unused-expressions
(#19645) (sethamus)
Bug Fixes
96e84de
fix: check cache file existence before deletion (#19648) (sethamus)d683aeb
fix: don't crash on tests with circular references inRuleTester
(#19664) (Milos Djermanovic)9736d5d
fix: addnamespace
toPlugin.meta
type (#19661) (Milos Djermanovic)17bae69
fix: updateRuleTester.run()
type (#19634) (Nitin Kumar)
Documentation
dd98d63
docs: Update README (GitHub Actions Bot)c25e858
docs: Update README (GitHub Actions Bot)b2397e9
docs: Update README (GitHub Actions Bot)addd0a6
docs: fix formatting of unordered lists in Markdown (#19660) (Milos Djermanovic)a21b38d
docs: Update README (GitHub Actions Bot)c0721a7
docs: fix double space in command (#19657) (CamWass)
Chores
5b247c8
chore: upgrade to@eslint/js@9.26.0
(#19681) (Francesco Trotta)d6fa4ac
chore: package.json update for@eslint/js
release (Jenkins)0958690
chore: disambiguate internal typesLanguageOptions
andRule
(#19669) (Francesco Trotta)f1c858e
chore: fix internal type references toPlugin
andRule
(#19665) (Francesco Trotta)40dd299
refactor: One-shot ESQuery selector analysis (#19652) (Nicholas C. Zakas)1cfd702
chore: update dependency@eslint/json
to ^0.12.0 (#19656) (renovate[bot])
Changelog
Sourced from@eslint/js
's changelog.
v9.26.0 - May 2, 2025
5b247c8
chore: upgrade to@eslint/js@9.26.0
(#19681) (Francesco Trotta)d6fa4ac
chore: package.json update for@eslint/js
release (Jenkins)e9754e7
feat: add reportGlobalThis to no-shadow-restricted-names (#19670) (sethamus)0fa2b7a
feat: add suggestions foreqeqeq
rule (#19640) (Nitin Kumar)dd98d63
docs: Update README (GitHub Actions Bot)96e84de
fix: check cache file existence before deletion (#19648) (sethamus)c25e858
docs: Update README (GitHub Actions Bot)0958690
chore: disambiguate internal typesLanguageOptions
andRule
(#19669) (Francesco Trotta)dcbdcc9
feat: Add MCP server (#19592) (Nicholas C. Zakas)b2397e9
docs: Update README (GitHub Actions Bot)d683aeb
fix: don't crash on tests with circular references inRuleTester
(#19664) (Milos Djermanovic)f1c858e
chore: fix internal type references toPlugin
andRule
(#19665) (Francesco Trotta)9736d5d
fix: addnamespace
toPlugin.meta
type (#19661) (Milos Djermanovic)40dd299
refactor: One-shot ESQuery selector analysis (#19652) (Nicholas C. Zakas)addd0a6
docs: fix formatting of unordered lists in Markdown (#19660) (Milos Djermanovic)a21b38d
docs: Update README (GitHub Actions Bot)c0721a7
docs: fix double space in command (#19657) (CamWass)1cfd702
chore: update dependency@eslint/json
to ^0.12.0 (#19656) (renovate[bot])2dfd83e
feat: addignoreDirectives
option inno-unused-expressions
(#19645) (sethamus)17bae69
fix: updateRuleTester.run()
type (#19634) (Nitin Kumar)
Commits
Updates@typescript-eslint/eslint-plugin
from 8.31.1 to 8.32.1
Release notes
Sourced from@typescript-eslint/eslint-plugin
's releases.
v8.32.1
8.32.1 (2025-05-12)
🩹 Fixes
- eslint-plugin: [no-unnecessary-type-conversion] shouldn't have fixable property (#11194)
- eslint-plugin: [no-deprecated] support computed member access (#10867)
- eslint-plugin: [consistent-indexed-object-style] adjust auto-fixer to generate valid syntax for
TSMappedType
with no type annotation (#11180) - eslint-plugin: [consistent-indexed-object-style] check for indirect circular types in aliased mapped types (#11177)
❤️ Thank You
You can read about ourversioning strategy andreleases on our website.
v8.32.0
8.32.0 (2025-05-05)
🚀 Features
- eslint-plugin: [no-unnecessary-type-conversion] add rule (#10182)
- eslint-plugin: [only-throw-error] add option
allowRethrowing
(#11075)
🩹 Fixes
- deps: update dependency typedoc to ^0.28.0 (1fef33521)
- eslint-plugin: [no-unnecessary-type-parameters] should parenthesize type in suggestion fixer if necessary (#10907)
- eslint-plugin: [unified-signatures] exempt
this
from optional parameter overload check (#11005) - eslint-plugin: [prefer-nullish-coalescing] fix parenthesization bug in suggestion (#11098)
- typescript-estree: ensure consistent TSMappedType AST shape (#11086)
- typescript-estree: correct
TSImportType
property name whenassert
(#11115)
❤️ Thank You
You can read about ourversioning strategy andreleases on our website.
Changelog
Sourced from@typescript-eslint/eslint-plugin
's changelog.
8.32.1 (2025-05-12)
🩹 Fixes
- eslint-plugin: [consistent-indexed-object-style] check for indirect circular types in aliased mapped types (#11177)
- eslint-plugin: [consistent-indexed-object-style] adjust auto-fixer to generate valid syntax for
TSMappedType
with no type annotation (#11180) - eslint-plugin: [no-deprecated] support computed member access (#10867)
- eslint-plugin: [no-unnecessary-type-conversion] shouldn't have fixable property (#11194)
❤️ Thank You
You can read about ourversioning strategy andreleases on our website.
8.32.0 (2025-05-05)
🚀 Features
- eslint-plugin: [only-throw-error] add option
allowRethrowing
(#11075) - eslint-plugin: [no-unnecessary-type-conversion] add rule (#10182)
🩹 Fixes
- eslint-plugin: [prefer-nullish-coalescing] fix parenthesization bug in suggestion (#11098)
- eslint-plugin: [unified-signatures] exempt
this
from optional parameter overload check (#11005) - eslint-plugin: [no-unnecessary-type-parameters] should parenthesize type in suggestion fixer if necessary (#10907)
❤️ Thank You
You can read about ourversioning strategy andreleases on our website.
Commits
af077a0
chore(release): publish 8.32.1f8db925
fix(eslint-plugin): [consistent-indexed-object-style] check for indirect circ...98c5c4c
fix(eslint-plugin): [consistent-indexed-object-style] adjust auto-fixer to ge...b2be3dc
chore: simplifytsconfig
setup usingconfigDir
(#11136)523b3ea
fix(eslint-plugin): [no-deprecated] support computed member access (#10867)0d822bd
docs: useT[]
instead of[T, ...T[]]
in rule options (#11129)aeb7402
chore(ast-spec): finish migrating tovitest
(#11126)a89d5e3
fix(eslint-plugin): [no-unnecessary-type-conversion] shouldn't have fixable p...7598496
chore: remove now-stub@types/marked
package0cee7ca
chore(deps): update dependency ignore to v7 (#11163)- Additional commits viewable incompare view
Updates@typescript-eslint/parser
from 8.31.1 to 8.32.1
Release notes
Sourced from@typescript-eslint/parser
's releases.
v8.32.1
8.32.1 (2025-05-12)
🩹 Fixes
- eslint-plugin: [no-unnecessary-type-conversion] shouldn't have fixable property (#11194)
- eslint-plugin: [no-deprecated] support computed member access (#10867)
- eslint-plugin: [consistent-indexed-object-style] adjust auto-fixer to generate valid syntax for
TSMappedType
with no type annotation (#11180) - eslint-plugin: [consistent-indexed-object-style] check for indirect circular types in aliased mapped types (#11177)
❤️ Thank You
You can read about ourversioning strategy andreleases on our website.
v8.32.0
8.32.0 (2025-05-05)
🚀 Features
- eslint-plugin: [no-unnecessary-type-conversion] add rule (#10182)
- eslint-plugin: [only-throw-error] add option
allowRethrowing
(#11075)
🩹 Fixes
- deps: update dependency typedoc to ^0.28.0 (1fef33521)
- eslint-plugin: [no-unnecessary-type-parameters] should parenthesize type in suggestion fixer if necessary (#10907)
- eslint-plugin: [unified-signatures] exempt
this
from optional parameter overload check (#11005) - eslint-plugin: [prefer-nullish-coalescing] fix parenthesization bug in suggestion (#11098)
- typescript-estree: ensure consistent TSMappedType AST shape (#11086)
- typescript-estree: correct
TSImportType
property name whenassert
(#11115)
❤️ Thank You
You can read about ourversioning strategy andreleases on our website.
Changelog
Sourced from@typescript-eslint/parser
's changelog.
8.32.1 (2025-05-12)
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.32.0 (2025-05-05)
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
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 npm group with 4 updates in the / directory:semver,@eslint/js,@typescript-eslint/eslint-plugin and@typescript-eslint/parser.
Updates
semver
from 7.7.1 to 7.7.2Release notes
Sourced fromsemver's releases.
Changelog
Sourced fromsemver's changelog.
Commits
281055e
chore: release 7.7.2 (#783)fcafb61
fix: add missing'use strict'
directives (#780)c760403
chore: template-oss-apply for workflow permissions (#784)c99f336
fix: prerelease identifier starting with digits (#781)2677f2a
chore: bump@npmcli/template-oss
from 4.23.6 to 4.24.3 (#778)0b98655
chore: bump@npmcli/template-oss
from 4.23.4 to 4.23.6 (#760)Updates
@eslint/js
from 9.25.1 to 9.26.0Release notes
Sourced from
@eslint/js
's releases.Changelog
Sourced from
@eslint/js
's changelog.Commits
d6fa4ac
chore: package.json update for@eslint/js
releaseaddd0a6
docs: fix formatting of unordered lists in Markdown (#19660)Updates
@typescript-eslint/eslint-plugin
from 8.31.1 to 8.32.1Release notes
Sourced from
@typescript-eslint/eslint-plugin
's releases.Changelog
Sourced from
@typescript-eslint/eslint-plugin
's changelog.Commits
af077a0
chore(release): publish 8.32.1f8db925
fix(eslint-plugin): [consistent-indexed-object-style] check for indirect circ...98c5c4c
fix(eslint-plugin): [consistent-indexed-object-style] adjust auto-fixer to ge...b2be3dc
chore: simplifytsconfig
setup usingconfigDir
(#11136)523b3ea
fix(eslint-plugin): [no-deprecated] support computed member access (#10867)0d822bd
docs: useT[]
instead of[T, ...T[]]
in rule options (#11129)aeb7402
chore(ast-spec): finish migrating tovitest
(#11126)a89d5e3
fix(eslint-plugin): [no-unnecessary-type-conversion] shouldn't have fixable p...7598496
chore: remove now-stub@types/marked
package0cee7ca
chore(deps): update dependency ignore to v7 (#11163)Updates
@typescript-eslint/parser
from 8.31.1 to 8.32.1Release notes
Sourced from
@typescript-eslint/parser
's releases.Changelog
Sourced from
@typescript-eslint/parser
's changelog.Commits
af077a0
chore(release): publish 8.32.1b2be3dc
chore: simplifytsconfig
setup usingconfigDir
(#11136)aeb7402
chore(ast-spec): finish migrating tovitest
(#11126)819a03f
chore(release): publish 8.32.0172ab8a
chore(eslint-plugin): resolve remaining issues fromvitest
migration (#11100)a9c9251
chore: revertvitest
related changes intsconfig
files (#11124)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