Bump the npm-development group with 11 updates
Type: Pull Request
State: Open
![dependabot[bot]](https://github.com/dependabot.png)
Association: None
Comments: 1
(4 months ago)
(4 months ago)
dependencies javascript
⚠️ Dependabot is rebasing this PR ⚠️
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Bumps the npm-development group with 11 updates:
Package | From | To |
---|---|---|
@eslint/compat | 1.2.8 |
1.2.9 |
@github/local-action | 3.2.0 |
3.2.1 |
@types/node | 20.17.31 |
20.17.47 |
@typescript-eslint/eslint-plugin | 8.31.0 |
8.32.1 |
@typescript-eslint/parser | 8.31.0 |
8.32.1 |
eslint | 9.25.1 |
9.26.0 |
eslint-config-prettier | 10.1.2 |
10.1.5 |
eslint-plugin-prettier | 5.2.6 |
5.4.0 |
prettier-eslint | 16.4.1 |
16.4.2 |
rollup | 4.40.0 |
4.40.2 |
ts-jest | 29.3.2 |
29.3.3 |
Updates @eslint/compat
from 1.2.8 to 1.2.9
Commits
daa1955
chore: release main (#198)a830283
fix: Upgrade@eslint/core
(#197)b840b0e
chore: release migrate-config 1.5.0 (#193)4d92bce
chore: release plugin-kit 0.3.0 (#190)89c7748
chore: release core 0.14.0 (#194)592557c
chore: fix release-please PR title (#189)7af665e
chore: Separate pull requests (#183)917feb1
docs: Update README sponsors63cb367
feat: Better conversion of .eslintrc.js files in migrate-config (#172)484b6ca
feat: makeTextSourceCodeBase
a generic type (#182)- Additional commits viewable in compare view
Updates @github/local-action
from 3.2.0 to 3.2.1
Release notes
Sourced from @github/local-action
's releases.
v3.2.1
What's Changed
- Update required Node.js versions by
@ncalteen
in github/local-action#185Full Changelog: https://github.com/github/local-action/compare/v3.2.0...v3.2.1
Commits
- See full diff in compare view
Updates @types/node
from 20.17.31 to 20.17.47
Commits
- See full diff in compare view
Updates @typescript-eslint/eslint-plugin
from 8.31.0 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
- Azat S.
@azat-io
- Dima Barabash
@dbarabashh
- Ronen Amiel
You can read about our versioning strategy and releases 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
- Andy Edwards
- Dima Barabash
@dbarabashh
- Kirk Waiblinger
@kirkwaiblinger
- mdm317
- overlookmotel
- Sasha Kondrashov
- Yukihiro Hasegawa
@y-hsgw
You can read about our versioning strategy and releases on our website.
v8.31.1
8.31.1 (2025-04-28)
... (truncated)
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
- Azat S.
@azat-io
- Dima Barabash
@dbarabashh
- Ronen Amiel
You can read about our versioning strategy and releases 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
- Andy Edwards
- Kirk Waiblinger
@kirkwaiblinger
- mdm317
- Sasha Kondrashov
- Yukihiro Hasegawa
@y-hsgw
You can read about our versioning strategy and releases on our website.
8.31.1 (2025-04-28)
🩹 Fixes
- eslint-plugin: [no-unnecessary-condition] downgrade fix to suggestion (#11081)
❤️ Thank You
- Kirk Waiblinger
@kirkwaiblinger
... (truncated)
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 in compare view
Updates @typescript-eslint/parser
from 8.31.0 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
- Azat S.
@azat-io
- Dima Barabash
@dbarabashh
- Ronen Amiel
You can read about our versioning strategy and releases 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
- Andy Edwards
- Dima Barabash
@dbarabashh
- Kirk Waiblinger
@kirkwaiblinger
- mdm317
- overlookmotel
- Sasha Kondrashov
- Yukihiro Hasegawa
@y-hsgw
You can read about our versioning strategy and releases on our website.
v8.31.1
8.31.1 (2025-04-28)
... (truncated)
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 our versioning strategy and releases 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 our versioning strategy and releases on our website.
8.31.1 (2025-04-28)
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.
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)f5c588c
chore(release): publish 8.31.1- See full diff in compare view
Updates eslint
from 9.25.1 to 9.26.0
Release notes
Sourced from eslint'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'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
8bbabc4
9.26.016f5ff7
Build: changelog update for 9.26.05b247c8
chore: upgrade to@eslint/js@9.26.0
(#19681)d6fa4ac
chore: package.json update for@eslint/js
releasee9754e7
feat: add reportGlobalThis to no-shadow-restricted-names (#19670)0fa2b7a
feat: add suggestions foreqeqeq
rule (#19640)dd98d63
docs: Update README96e84de
fix: check cache file existence before deletion (#19648)c25e858
docs: Update README0958690
chore: disambiguate internal typesLanguageOptions
andRule
(#19669)- Additional commits viewable in compare view
Updates eslint-config-prettier
from 10.1.2 to 10.1.5
Release notes
Sourced from eslint-config-prettier's releases.
v10.1.5
Patch Changes
Full Changelog: https://github.com/prettier/eslint-config-prettier/compare/v10.1.4...v10.1.5
v10.1.4
Patch Changes
- #328
94b4799
Thanks@silvenon
! - fix(cli): do not crash on no rules configuredFull Changelog: https://github.com/prettier/eslint-config-prettier/compare/v10.1.3...v10.1.4
v10.1.3
Patch Changes
New Contributors
@pilikan
made their first contribution in prettier/eslint-config-prettier#325Full Changelog: https://github.com/prettier/eslint-config-prettier/compare/v10.1.2...v10.1.3
Changelog
Sourced from eslint-config-prettier's changelog.
10.1.5
Patch Changes
10.1.4
Patch Changes
- #328
94b4799
Thanks@silvenon
! - fix(cli): do not crash on no rules configured10.1.3
Patch Changes
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)- See full diff in compare view
Updates eslint-plugin-prettier
from 5.2.6 to 5.4.0
Release notes
Sourced from eslint-plugin-prettier's releases.
v5.4.0
Minor Changes
- #736
59a0cae
Thanks@yashtech00
! - refactor: migrateworker.js
toworker.mjs
v5.3.1
Patch Changes
Full Changelog: https://github.com/prettier/eslint-plugin-prettier/compare/v5.3.0...v5.3.1
v5.3.0
Minor Changes
New Contributors
@irsooti
made their first contribution in prettier/eslint-plugin-prettier#674@yashtech00
made their first contribution in prettier/eslint-plugin-prettier#729Full Changelog: https://github.com/prettier/eslint-plugin-prettier/compare/v5.2.6...v5.3.0
Changelog
Sourced from eslint-plugin-prettier's changelog.
5.4.0
Minor Changes
- #736
59a0cae
Thanks@yashtech00
! - refactor: migrateworker.js
toworker.mjs
5.3.1
Patch Changes
5.3.0
Minor Changes
Commits
cd48a27
chore: release eslint-plugin-prettier (#737)59a0cae
refactor: migrateworker.js
toworker.mjs
(#736)5eaf8fd
chore: release eslint-plugin-prettier (#735)dcf2c80
ci: enable autofix.ci and pkg-pr-new workflows (#734)3247172
chore: release eslint-plugin-prettier (#733)6fe0c90
feat: preferConfig
overFlatConfig
when they're equal (#674)9e37575
chore: migrate@typedef
jsdoc to@import
(#729)27030dd
chore(deps): update all dependencies (#727)- See full diff in compare view
Updates prettier-eslint
from 16.4.1 to 16.4.2
Release notes
Sourced from prettier-eslint's releases.
v16.4.2
Patch Changes
- #1186
96967e9
Thanks@bpfoster
! - fix:tslib
should be listed asdependency
New Contributors
@bpfoster
made their first contribution in prettier/prettier-eslint#1186Full Changelog: https://github.com/prettier/prettier-eslint/compare/v16.4.1...v16.4.2
Changelog
Sourced from prettier-eslint's changelog.
16.4.2
Patch Changes
- #1186
96967e9
Thanks@bpfoster
! - fix:tslib
should be listed asdependency
Commits
Updates rollup
from 4.40.0 to 4.40.2
Release notes
Sourced from rollup's releases.
v4.40.2
4.40.2
2025-05-06
Bug Fixes
- Create correct IIFE/AMD/UMD bundles when using a mutable default export (#5934)
- Fix execution order when using top-level await for dynamic imports with inlineDynamicImports (#5937)
- Throw when the output is watched in watch mode (#5939)
Pull Requests
- #5934: fix(exports): avoid "exports is not defined"
ReferenceError
(@dasa
)- #5937: consider TLA imports have higher execution priority (
@TrickyPi
)- #5939: fix: watch mode input should not be an output subpath (
@btea
)- #5940: chore(deps): update dependency vite to v6.3.4 [security] (
@renovate
[bot])- #5941: chore(deps): update dependency eslint-plugin-unicorn to v59 (
@renovate
[bot])- #5942: fix(deps): lock file maintenance minor/patch updates (
@renovate
[bot])- #5943: fix(deps): lock file maintenance minor/patch updates (
@renovate
[bot])v4.40.1
4.40.1
2025-04-28
Bug Fixes
- Limit hash size for asset file names to the supported 21 (#5921)
- Do not inline user-defined entry chunks or chunks with explicit file name (#5923)
- Avoid top-level-await cycles when non-entry chunks use top-level await (#5930)
- Expose package.json via exports (#5931)
Pull Requests
- #5921: fix(assetFileNames): reduce max hash size to 21 (
@shulaoda
)- #5923: fix: generate the separate chunk for the entry module with explicated chunk filename or name (
@TrickyPi
)- #5926: fix(deps): update rust crate swc_compiler_base to v18 (
@renovate
[bot])- #5927: fix(deps): lock file maintenance minor/patch updates (
@renovate
[bot])- #5928: fix(deps): lock file maintenance minor/patch updates (
@renovate
[bot])- #5930: Avoid chunks TLA dynamic import circular when TLA dynamic import used in non-entry modules (
@TrickyPi
)- #5931: chore: add new
./package.json
entry (@JounQin
,@lukastaegert
)- #5936: fix(deps): lock file maintenance minor/patch updates (
@renovate
[bot])
Changelog
Sourced from rollup's changelog.
4.40.2
2025-05-06
Bug Fixes
- Create correct IIFE/AMD/UMD bundles when using a mutable default export (#5934)
- Fix execution order when using top-level await for dynamic imports with inlineDynamicImports (#5937)
- Throw when the output is watched in watch mode (#5939)
Pull Requests
- #5934: fix(exports): avoid "exports is not defined"
ReferenceError
(@dasa
)- #5937: consider TLA imports have higher execution priority (
@TrickyPi
)- #5939: fix: watch mode input should not be an output subpath (
@btea
)- #5940: chore(deps): update dependency vite to v6.3.4 [security] (
@renovate
[bot])- #5941: chore(deps): update dependency eslint-plugin-unicorn to v59 (
@renovate
[bot])- #5942: fix(deps): lock file maintenance minor/patch updates (
@renovate
[bot])- #5943: fix(deps): lock file maintenance minor/patch updates (
@renovate
[bot])4.40.1
2025-04-28
Bug Fixes
- Limit hash size for asset file names to the supported 21 (#5921)
- Do not inline user-defined entry chunks or chunks with explicit file name (#5923)
- Avoid top-level-await cycles when non-entry chunks use top-level await (#5930)
- Expose package.json via exports (#5931)
Pull Requests
- #5921: fix(assetFileNames): reduce max hash size to 21 (
@shulaoda
)- #5923: fix: generate the separate chunk for the entry module with explicated chunk filename or name (
@TrickyPi
)- #5926: fix(deps): update rust crate swc_compiler_base to v18 (
@renovate
[bot])- #5927: fix(deps): lock file maintenance minor/patch updates (
@renovate
[bot])- #5928: fix(deps): lock file maintenance minor/patch updates (
@renovate
[bot])- #5930: Avoid chunks TLA dynamic import circular when TLA dynamic import used in non-entry modules (
@TrickyPi
)- #5931: chore: add new
./package.json
entry (@JounQin
,@lukastaegert
)- #5936: fix(deps): lock file maintenance minor/patch updates (
@renovate
[bot])
Commits
02da7ef
4.40.2d115fb2
fix: watch mode input should not be an output subpath (#5939)9ea9093
fix(exports): avoid "exports is not defined"ReferenceError
(#5934)30f342d
chore(deps): update dependency eslint-plugin-unicorn to v59 (#5941)de2aefe
fix(deps): lock file maintenance minor/patch updates (#5943)4d018ae
fix(deps): lock file maintenance minor/patch updates (#5942)860df3f
chore(deps): update dependency vite to v6.3.4 [security] (#5940)cb8f815
consider TLA imports have higher execution priority (#5937)1e6c40f
4.40.103f34b0
fix: generate the separate chunk for the entry module with explicated chunk f...- Additional commits viewable in compare view
Updates ts-jest
from 29.3.2 to 29.3.3
Commits
...Description has been truncated
Pull Request Statistics
0
0
+0
-0
Package Dependencies
@typescript-eslint/parser
npm
8.31.0 → 8.32.1
Minor
@typescript-eslint/eslint-plugin
npm
8.31.0 → 8.32.1
Minor
Technical Details
ID: | 1082763 |
UUID: | 3064807792 |
Node ID: | PR_kwDOOqS5Qs6WQIQE |
Host: | GitHub |
Repository: | Osama261caryp/https-github.com-Osama261caryp-typescript-action |