Bump the npm-development group across 1 directory with 13 updates
Type: Pull Request
State: Closed
![dependabot[bot]](https://github.com/dependabot.png)
Association: None
Comments: 1
(3 months ago)
(3 months ago)
(3 months ago)
dependencies javascript
Bumps the npm-development group with 12 updates in the / directory:
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.57 |
@typescript-eslint/eslint-plugin | 8.31.0 |
8.33.1 |
eslint | 9.25.1 |
9.28.0 |
eslint-config-prettier | 10.1.2 |
10.1.5 |
eslint-import-resolver-typescript | 4.3.4 |
4.4.2 |
eslint-plugin-jest | 28.11.0 |
28.12.0 |
eslint-plugin-prettier | 5.2.6 |
5.4.1 |
prettier-eslint | 16.4.1 |
16.4.2 |
rollup | 4.40.0 |
4.41.1 |
ts-jest | 29.3.2 |
29.3.4 |
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.57
Commits
- See full diff in compare view
Updates @typescript-eslint/eslint-plugin
from 8.31.0 to 8.33.1
Release notes
Sourced from @typescript-eslint/eslint-plugin
's releases.
v8.33.1
8.33.1 (2025-06-02)
🩹 Fixes
- exclude docs/ directory from eslint-plugin package (#11251)
- project-service: add missing
typescript
peer dependency (#11265)❤️ Thank You
- JounQin
- roottool
You can read about our versioning strategy and releases on our website.
v8.33.0
8.33.0 (2025-05-26)
🚀 Features
- create standalone project-service, tsconfig-utils packages (#11182)
❤️ Thank You
- Josh Goldberg ✨
You can read about our versioning strategy and releases on our website.
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
... (truncated)
Changelog
Sourced from @typescript-eslint/eslint-plugin
's changelog.
8.33.1 (2025-06-02)
🩹 Fixes
- exclude docs/ directory from eslint-plugin package (#11251)
❤️ Thank You
- roottool
You can read about our versioning strategy and releases on our website.
8.33.0 (2025-05-26)
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.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
... (truncated)
Commits
936f350
chore(release): publish 8.33.1c14bcac
fix: exclude docs/ directory from eslint-plugin package (#11251)e493317
docs(eslint-plugin): add FAQ about JSDoc link usage with no-unused-vars (#11259)dca57b3
chore(release): publish 8.33.0387eeb5
docs(eslint-plugin): [typedef] deprecate the rule (#11202)f9e0eb9
chore: clean up nx and other config (#11226)1c0e1ae
chore: update some package scripts and dependency config (#10765)05014ff
chore: use TLA in ESM scripts rather than async main().catch() (#11218)220c38c
chore: updateeslint-plugin-perfectionist
tov4
(#11185)af077a0
chore(release): publish 8.32.1- Additional commits viewable in compare view
Updates @typescript-eslint/parser
from 8.31.0 to 8.33.1
Release notes
Sourced from @typescript-eslint/parser
's releases.
v8.33.1
8.33.1 (2025-06-02)
🩹 Fixes
- exclude docs/ directory from eslint-plugin package (#11251)
- project-service: add missing
typescript
peer dependency (#11265)❤️ Thank You
- JounQin
- roottool
You can read about our versioning strategy and releases on our website.
v8.33.0
8.33.0 (2025-05-26)
🚀 Features
- create standalone project-service, tsconfig-utils packages (#11182)
❤️ Thank You
- Josh Goldberg ✨
You can read about our versioning strategy and releases on our website.
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
... (truncated)
Changelog
Sourced from @typescript-eslint/parser
's changelog.
8.33.1 (2025-06-02)
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.33.0 (2025-05-26)
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.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
936f350
chore(release): publish 8.33.1dca57b3
chore(release): publish 8.33.0f9e0eb9
chore: clean up nx and other config (#11226)1c0e1ae
chore: update some package scripts and dependency config (#10765)48a9835
chore(parser): finish migrating tovitest
(#11191)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)- Additional commits viewable in compare view
Updates eslint
from 9.25.1 to 9.28.0
Release notes
Sourced from eslint's releases.
v9.28.0
Features
b0674be
feat: Customization of serialization for languageOptions (#19760) (Nicholas C. Zakas)a95721f
feat: Add--pass-on-unpruned-suppressions
CLI option (#19773) (Milos Djermanovic)bfd0e7a
feat: support TypeScript syntax inno-use-before-define
(#19566) (Tanuj Kanti)68c61c0
feat: support TS syntax inno-shadow
(#19565) (Nitin Kumar)0f773ef
feat: support TS syntax inno-magic-numbers
(#19561) (Nitin Kumar)c4a6b60
feat: add allowTypeAnnotation to func-style (#19754) (sethamus)b03ad17
feat: add TypeScript support toprefer-arrow-callback
(#19678) (Tanuj Kanti)bc3c331
feat: ignore overloaded function declarations in func-style rule (#19755) (sethamus)Bug Fixes
eea3e7e
fix: Remove configured global variables fromGlobalScope#implicit
(#19779) (Milos Djermanovic)a467de3
fix: update context.report types (#19751) (Nitin Kumar)fd467bb
fix: remove interopDefault to use jiti's default (#19697) (sethamus)72d16e3
fix: avoid false positive inno-unassigned-vars
for declare module (#19746) (Azat S.)81c3c93
fix: curly types (#19750) (Eli)Documentation
3ec2082
docs: Nested arrays in files config entry (#19799) (Nicholas C. Zakas)89a65b0
docs: clarify how config arrays can apply to subsets of files (#19788) (Shais Ch)2ba8a0d
docs: Add description of meta.namespace to plugin docs (#19798) (Nicholas C. Zakas)59dd7e6
docs: updatefunc-style
with examples (#19793) (Tanuj Kanti)e9129e0
docs: add global scope'simplicit
field to Scope Manager docs (#19770) (Milos Djermanovic)52f5b7a
docs: fix minor typos and add links (#19743) (루밀LuMir)00716a3
docs: upfront recommend against using the no-return-await rule (#19727) (Mike DiDomizio)Chores
175b7b8
chore: upgrade to@eslint/js@9.28.0
(#19802) (Francesco Trotta)844f5a6
chore: package.json update for@eslint/js
release (Jenkins)62b1c1b
chore: update globals to v16 (#19791) (Nitin Kumar)e8a1cb8
chore: ignore jiti-v2.0 & jiti-v2.1 for renovate (#19786) (Nitin Kumar)43d3975
chore: Add Copilot Instructions file (#19753) (Nicholas C. Zakas)2dfb5eb
test: updateSourceCodeTraverser
tests (#19763) (Milos Djermanovic)5bc21f9
chore: add*.code-workspace
to.gitignore
(#19771) (루밀LuMir)f4fa40e
refactor: NodeEventGenerator -> SourceCodeTraverser (#19679) (Nicholas C. Zakas)0f49329
refactor: use a service to emit warnings (#19725) (Francesco Trotta)20a9e59
chore: update dependency shelljs to ^0.10.0 (#19740) (renovate[bot])v9.27.0
Features
d71e37f
feat: Allow flags to be set in ESLINT_FLAGS env variable (#19717) (Nicholas C. Zakas)ba456e0
feat: Externalize MCP server (#19699) (Nicholas C. Zakas)07c1a7e
feat: addallowRegexCharacters
tono-useless-escape
(#19705) (sethamus)7bc6c71
feat: add no-unassigned-vars rule (#19618) (Jacob Bandes-Storch)ee40364
feat: convert no-array-constructor suggestions to autofixes (#19621) (sethamus)32957cd
feat: support TS syntax inmax-params
(#19557) (Nitin Kumar)Bug Fixes
... (truncated)
Changelog
Sourced from eslint's changelog.
v9.28.0 - May 30, 2025
175b7b8
chore: upgrade to@eslint/js@9.28.0
(#19802) (Francesco Trotta)844f5a6
chore: package.json update for@eslint/js
release (Jenkins)b0674be
feat: Customization of serialization for languageOptions (#19760) (Nicholas C. Zakas)3ec2082
docs: Nested arrays in files config entry (#19799) (Nicholas C. Zakas)89a65b0
docs: clarify how config arrays can apply to subsets of files (#19788) (Shais Ch)2ba8a0d
docs: Add description of meta.namespace to plugin docs (#19798) (Nicholas C. Zakas)eea3e7e
fix: Remove configured global variables fromGlobalScope#implicit
(#19779) (Milos Djermanovic)a95721f
feat: Add--pass-on-unpruned-suppressions
CLI option (#19773) (Milos Djermanovic)a467de3
fix: update context.report types (#19751) (Nitin Kumar)59dd7e6
docs: updatefunc-style
with examples (#19793) (Tanuj Kanti)62b1c1b
chore: update globals to v16 (#19791) (Nitin Kumar)bfd0e7a
feat: support TypeScript syntax inno-use-before-define
(#19566) (Tanuj Kanti)68c61c0
feat: support TS syntax inno-shadow
(#19565) (Nitin Kumar)e8a1cb8
chore: ignore jiti-v2.0 & jiti-v2.1 for renovate (#19786) (Nitin Kumar)0f773ef
feat: support TS syntax inno-magic-numbers
(#19561) (Nitin Kumar)43d3975
chore: Add Copilot Instructions file (#19753) (Nicholas C. Zakas)c4a6b60
feat: add allowTypeAnnotation to func-style (#19754) (sethamus)fd467bb
fix: remove interopDefault to use jiti's default (#19697) (sethamus)2dfb5eb
test: updateSourceCodeTraverser
tests (#19763) (Milos Djermanovic)b03ad17
feat: add TypeScript support toprefer-arrow-callback
(#19678) (Tanuj Kanti)e9129e0
docs: add global scope'simplicit
field to Scope Manager docs (#19770) (Milos Djermanovic)bc3c331
feat: ignore overloaded function declarations in func-style rule (#19755) (sethamus)5bc21f9
chore: add*.code-workspace
to.gitignore
(#19771) (루밀LuMir)72d16e3
fix: avoid false positive inno-unassigned-vars
for declare module (#19746) (Azat S.)f4fa40e
refactor: NodeEventGenerator -> SourceCodeTraverser (#19679) (Nicholas C. Zakas)81c3c93
fix: curly types (#19750) (Eli)52f5b7a
docs: fix minor typos and add links (#19743) (루밀LuMir)0f49329
refactor: use a service to emit warnings (#19725) (Francesco Trotta)20a9e59
chore: update dependency shelljs to ^0.10.0 (#19740) (renovate[bot])00716a3
docs: upfront recommend against using the no-return-await rule (#19727) (Mike DiDomizio)v9.27.0 - May 16, 2025
f8f1560
chore: upgrade@eslint/js
@9
.27.0 (#19739) (Milos Djermanovic)ecaef73
chore: package.json update for@eslint/js
release (Jenkins)25de550
docs: Update description of frozen rules to mention TypeScript (#19736) (Nicholas C. Zakas)bd5def6
docs: Clean up configuration files docs (#19735) (Nicholas C. Zakas)d71e37f
feat: Allow flags to be set in ESLINT_FLAGS env variable (#19717) (Nicholas C. Zakas)5687ce7
fix: correct mismatched removed rules (#19734) (루밀LuMir)596fdc6
chore: update dependency@arethetypeswrong/cli
to ^0.18.0 (#19732) (renovate[bot])ba456e0
feat: Externalize MCP server (#19699) (Nicholas C. Zakas)dc5ed33
fix: correct types and tighten type definitions inSourceCode
class (#19731) (루밀LuMir)4d0c60d
docs: Add Neovim to editor integrations (#19729) (Maria José Solano)f791da0
chore: remove unbalanced curly brace from.editorconfig
(#19730) (Maria José Solano)e86edee
refactor: Consolidate Config helpers (#19675) (Nicholas C. Zakas)07c1a7e
feat: addallowRegexCharacters
tono-useless-escape
(#19705) (sethamus)cf36352
chore: remove shared types (#19718) (Francesco Trotta)f60f276
refactor: Easier RuleContext creation (#19709) (Nicholas C. Zakas)
... (truncated)
Commits
f341f21
9.28.0779dda9
Build: changelog update for 9.28.0175b7b8
chore: upgrade to@eslint/js@9.28.0
(#19802)844f5a6
chore: package.json update for@eslint/js
releaseb0674be
feat: Customization of serialization for languageOptions (#19760)3ec2082
docs: Nested arrays in files config entry (#19799)89a65b0
docs: clarify how config arrays can apply to subsets of files (#19788)2ba8a0d
docs: Add description of meta.namespace to plugin docs (#19798)eea3e7e
fix: Remove configured global variables fromGlobalScope#implicit
(#19779)a95721f
feat: Add--pass-on-unpruned-suppressions
CLI option (#19773)- 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-import-resolver-typescript
from 4.3.4 to 4.4.2
Release notes
Sourced from eslint-import-resolver-typescript's releases.
v4.4.2
Patch Changes
- #459
f16150b
Thanks@carlocorradini
and@JounQin
! - fix: always sort projects by affinity before iteratingFull Changelog: https://github.com/import-js/eslint-import-resolver-typescript/compare/v4.4.1...v4.4.2
v4.4.1
Patch Changes
Full Changelog: https://github.com/import-js/eslint-import-resolver-typescript/compare/v4.4.0...v4.4.1
v4.4.0
Minor Changes
Full Changelog: https://github.com/import-js/eslint-import-resolver-typescript/compare/v4.3.5...v4.4.0
v4.3.5
Patch Changes
Full Changelog: https://github.com/import-js/eslint-import-resolver-typescript/compare/v4.3.4...v4.3.5
Changelog
Sourced from eslint-import-resolver-typescript's changelog.
4.4.2
Patch Changes
- #459
f16150b
Thanks@carlocorradini
! - fix: always sort projects by affinity before iterating4.4.1
Patch Changes
4.4.0
Minor Changes
4.3.5
Patch Changes
Commits
5db36e7
chore: release eslint-import-resolver-typescript (#460)f16150b
fix: always sort projects by affinity before iterating (#459)f9ad3b0
docs: addStar History
sectionc7d0125
chore: release eslint-import-resolver-typescript (#458)d9f3e68
fix(deps): bumpeslint-import-context
to v0.1.5 (#457)93aabc2
chore: release eslint-import-resolver-typescript (#455)7d87517
feat: integrateeslint-import-context
to get correctcontext.cwd
(#453)c45039e
chore: release eslint-import-resolver-typescript (#451)3f1aab1
fix: remove buggymodule-sync
exports field (#450)- See full diff in compare view
Updates eslint-plugin-jest
from 28.11.0 to 28.12.0
Release notes
Sourced from eslint-plugin-jest's releases.
v28.12.0
28.12.0 (2025-05-29)
Features
v28.11.2
28.11.2 (2025-05-29)
Bug Fixes
v28.11.1
28.11.1 (2025-05-27)
Bug Fixes
Changelog
Sourced from eslint-plugin-jest's changelog.
28.12.0 (2025-05-29)
Features
Pull Request Statistics
Commits:
1Files Changed:
2Additions:
+395Deletions:
-288
Package Dependencies
eslint-import-resolver-typescript
npm
4.3.4 → 4.4.2
Minor
@typescript-eslint/eslint-plugin
npm
8.31.0 → 8.33.1
Minor
Technical Details
ID: | 1241805 |
UUID: | 2561727735 |
Node ID: | PR_kwDOOqS5Qs6YsNz3 |
Host: | GitHub |
Repository: | Osama261caryp/https-github.com-Osama261caryp-typescript-action |
Mergeable: | Yes |
Merge State: | Unstable |
Rebaseable: | Yes |