Bump the npm-development-minor group across 1 directory with 11 updates
Type: Pull Request
State: Closed
Association: Contributor
Comments: 1
(11 months ago)
(10 months ago)
(10 months ago)
dependencies javascript
Bumps the npm-development-minor group with 11 updates in the / directory:
| Package | From | To |
|---|---|---|
| @types/node | 22.14.0 |
22.15.3 |
| @typescript-eslint/eslint-plugin | 8.29.0 |
8.31.1 |
| @typescript-eslint/parser | 8.29.0 |
8.31.1 |
| eslint | 9.24.0 |
9.26.0 |
| eslint-config-prettier | 10.1.1 |
10.1.2 |
| eslint-import-resolver-typescript | 4.3.2 |
4.3.4 |
| eslint-plugin-prettier | 5.2.6 |
5.4.0 |
| jsdom | 26.0.0 |
26.1.0 |
| prettier-eslint | 16.3.0 |
16.4.1 |
| rollup | 4.39.0 |
4.40.1 |
| ts-jest | 29.3.1 |
29.3.2 |
Updates @types/node from 22.14.0 to 22.15.3
Commits
- See full diff in compare view
Updates @typescript-eslint/eslint-plugin from 8.29.0 to 8.31.1
Release notes
Sourced from @typescript-eslint/eslint-plugin's releases.
v8.31.1
8.31.1 (2025-04-28)
🩹 Fixes
- eslint-plugin: [no-unnecessary-condition] downgrade fix to suggestion (#11081)
❤️ Thank You
- Kirk Waiblinger
@kirkwaiblingerYou can read about our versioning strategy and releases on our website.
v8.31.0
8.31.0 (2025-04-21)
🚀 Features
- eslint-plugin: [no-unnecessary-type-assertion] add option to ignore string const assertions (#10979)
🩹 Fixes
- typescript-eslint: address bugs in
config()around global ignores (#11065)- typescript-eslint: gracefully handle invalid flat config objects in config helper (#11070)
❤️ Thank You
- Kirk Waiblinger
@kirkwaiblinger- Nicolas Le Cam
You can read about our versioning strategy and releases on our website.
v8.30.1
8.30.1 (2025-04-14)
🚀 Features
- eslint-plugin: [no-explicit-any] suggest to replace keyof any with PropertyKey (#11032)
🩹 Fixes
- eslint-plugin: [promise-function-async] use a different error message for functions with promise and non-promise types (#10950)
- typescript-estree: use token type of
PrivateIdentifierinstead ofIdentifierfor private identifiers (#11023)- eslint-plugin: fix mistake with eslintrc config generation (#11072)
❤️ Thank You
- Dima Barabash
@dbarabashh- Ronen Amiel
- Kirk Waiblinger
@kirkwaiblinger
... (truncated)
Changelog
Sourced from @typescript-eslint/eslint-plugin's changelog.
8.31.1 (2025-04-28)
🩹 Fixes
- eslint-plugin: [no-unnecessary-condition] downgrade fix to suggestion (#11081)
❤️ Thank You
- Kirk Waiblinger
@kirkwaiblingerYou can read about our versioning strategy and releases on our website.
8.31.0 (2025-04-21)
🚀 Features
- eslint-plugin: [no-unnecessary-type-assertion] add option to ignore string const assertions (#10979)
❤️ Thank You
- Nicolas Le Cam
You can read about our versioning strategy and releases on our website.
8.30.1 (2025-04-14)
🩹 Fixes
- eslint-plugin: fix mistake with eslintrc config generation (#11072)
❤️ Thank You
- Kirk Waiblinger
@kirkwaiblingerYou can read about our versioning strategy and releases on our website.
8.30.0 (2025-04-14)
🚀 Features
- eslint-plugin: [no-explicit-any] suggest to replace keyof any with PropertyKey (#11032)
🩹 Fixes
- eslint-plugin: [promise-function-async] use a different error message for functions with promise and non-promise types (#10950)
❤️ Thank You
- Dima Barabash
@dbarabashh- Ronen Amiel
... (truncated)
Commits
f5c588cchore(release): publish 8.31.10cff7bffix(eslint-plugin): [no-unnecessary-condition] downgrade fix to suggestion (#...068ec25docs(website): fix typo (#11091)2cc7656chore(release): publish 8.31.080bd7a5feat(eslint-plugin): [no-unnecessary-type-assertion] add option to ignore str...1a3ab0dchore(eslint-plugin): migrate to vitest (#10579)9531492chore(release): publish 8.30.1152def7fix(eslint-plugin): fix mistake with eslintrc config generation (#11072)b3688bechore(release): publish 8.30.03ccd79cfeat(eslint-plugin): [no-explicit-any] suggest to replace keyof any with Prop...- Additional commits viewable in compare view
Updates @typescript-eslint/parser from 8.29.0 to 8.31.1
Release notes
Sourced from @typescript-eslint/parser's releases.
v8.31.1
8.31.1 (2025-04-28)
🩹 Fixes
- eslint-plugin: [no-unnecessary-condition] downgrade fix to suggestion (#11081)
❤️ Thank You
- Kirk Waiblinger
@kirkwaiblingerYou can read about our versioning strategy and releases on our website.
v8.31.0
8.31.0 (2025-04-21)
🚀 Features
- eslint-plugin: [no-unnecessary-type-assertion] add option to ignore string const assertions (#10979)
🩹 Fixes
- typescript-eslint: address bugs in
config()around global ignores (#11065)- typescript-eslint: gracefully handle invalid flat config objects in config helper (#11070)
❤️ Thank You
- Kirk Waiblinger
@kirkwaiblinger- Nicolas Le Cam
You can read about our versioning strategy and releases on our website.
v8.30.1
8.30.1 (2025-04-14)
🚀 Features
- eslint-plugin: [no-explicit-any] suggest to replace keyof any with PropertyKey (#11032)
🩹 Fixes
- eslint-plugin: [promise-function-async] use a different error message for functions with promise and non-promise types (#10950)
- typescript-estree: use token type of
PrivateIdentifierinstead ofIdentifierfor private identifiers (#11023)- eslint-plugin: fix mistake with eslintrc config generation (#11072)
❤️ Thank You
- Dima Barabash
@dbarabashh- Ronen Amiel
- Kirk Waiblinger
@kirkwaiblinger
... (truncated)
Changelog
Sourced from @typescript-eslint/parser's changelog.
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.
8.31.0 (2025-04-21)
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.30.1 (2025-04-14)
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.30.0 (2025-04-14)
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.29.1 (2025-04-07)
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
f5c588cchore(release): publish 8.31.12cc7656chore(release): publish 8.31.09531492chore(release): publish 8.30.1b3688bechore(release): publish 8.30.0f1ceadechore: remove unused downlevel-dts (#11034)6e03f7cchore: corrected vitest.config.base compiler inclusion (#11067)c438c50chore(parser): migrate fromjesttovitest(#10775)ef7e6dechore(release): publish 8.29.1- See full diff in compare view
Updates eslint from 9.24.0 to 9.26.0
Release notes
Sourced from eslint's releases.
v9.26.0
Features
e9754e7feat: add reportGlobalThis to no-shadow-restricted-names (#19670) (sethamus)0fa2b7afeat: add suggestions foreqeqeqrule (#19640) (Nitin Kumar)dcbdcc9feat: Add MCP server (#19592) (Nicholas C. Zakas)2dfd83efeat: addignoreDirectivesoption inno-unused-expressions(#19645) (sethamus)Bug Fixes
96e84defix: check cache file existence before deletion (#19648) (sethamus)d683aebfix: don't crash on tests with circular references inRuleTester(#19664) (Milos Djermanovic)9736d5dfix: addnamespacetoPlugin.metatype (#19661) (Milos Djermanovic)17bae69fix: updateRuleTester.run()type (#19634) (Nitin Kumar)Documentation
dd98d63docs: Update README (GitHub Actions Bot)c25e858docs: Update README (GitHub Actions Bot)b2397e9docs: Update README (GitHub Actions Bot)addd0a6docs: fix formatting of unordered lists in Markdown (#19660) (Milos Djermanovic)a21b38ddocs: Update README (GitHub Actions Bot)c0721a7docs: fix double space in command (#19657) (CamWass)Chores
5b247c8chore: upgrade to@eslint/js@9.26.0(#19681) (Francesco Trotta)d6fa4acchore: package.json update for@eslint/jsrelease (Jenkins)0958690chore: disambiguate internal typesLanguageOptionsandRule(#19669) (Francesco Trotta)f1c858echore: fix internal type references toPluginandRule(#19665) (Francesco Trotta)40dd299refactor: One-shot ESQuery selector analysis (#19652) (Nicholas C. Zakas)1cfd702chore: update dependency@eslint/jsonto ^0.12.0 (#19656) (renovate[bot])v9.25.1
Bug Fixes
Chores
1f2b057chore: upgrade@eslint/js@9.25.1 (#19642) (Milos Djermanovic)771317fchore: package.json update for@eslint/jsrelease (Jenkins)v9.25.0
Features
dcd95aafeat: support TypeScript syntax in no-empty-function rule (#19551) (sethamus)77d6d5bfeat: support TS syntax inno-unused-expressions(#19564) (Sweta Tanwar)90228e5feat: supportJSRuleDefinitiontype (#19604) (루밀LuMir)59ba6b7feat: add allowObjects option to no-restricted-properties (#19607) (sethamus)db650a0feat: support TypeScript syntax inno-invalid-thisrule (#19532) (Tanuj Kanti)9535cfffeat: support TS syntax inno-loop-func(#19559) (Nitin Kumar)Bug Fixes
Documentation
... (truncated)
Changelog
Sourced from eslint's changelog.
v9.26.0 - May 2, 2025
5b247c8chore: upgrade to@eslint/js@9.26.0(#19681) (Francesco Trotta)d6fa4acchore: package.json update for@eslint/jsrelease (Jenkins)e9754e7feat: add reportGlobalThis to no-shadow-restricted-names (#19670) (sethamus)0fa2b7afeat: add suggestions foreqeqeqrule (#19640) (Nitin Kumar)dd98d63docs: Update README (GitHub Actions Bot)96e84defix: check cache file existence before deletion (#19648) (sethamus)c25e858docs: Update README (GitHub Actions Bot)0958690chore: disambiguate internal typesLanguageOptionsandRule(#19669) (Francesco Trotta)dcbdcc9feat: Add MCP server (#19592) (Nicholas C. Zakas)b2397e9docs: Update README (GitHub Actions Bot)d683aebfix: don't crash on tests with circular references inRuleTester(#19664) (Milos Djermanovic)f1c858echore: fix internal type references toPluginandRule(#19665) (Francesco Trotta)9736d5dfix: addnamespacetoPlugin.metatype (#19661) (Milos Djermanovic)40dd299refactor: One-shot ESQuery selector analysis (#19652) (Nicholas C. Zakas)addd0a6docs: fix formatting of unordered lists in Markdown (#19660) (Milos Djermanovic)a21b38ddocs: Update README (GitHub Actions Bot)c0721a7docs: fix double space in command (#19657) (CamWass)1cfd702chore: update dependency@eslint/jsonto ^0.12.0 (#19656) (renovate[bot])2dfd83efeat: addignoreDirectivesoption inno-unused-expressions(#19645) (sethamus)17bae69fix: updateRuleTester.run()type (#19634) (Nitin Kumar)v9.25.1 - April 21, 2025
1f2b057chore: upgrade@eslint/js@9.25.1 (#19642) (Milos Djermanovic)771317fchore: package.json update for@eslint/jsrelease (Jenkins)cdc8e8cfix: revert directive detection in no-unused-expressions (#19639) (sethamus)v9.25.0 - April 18, 2025
88dc196chore: upgrade@eslint/js@9.25.0 (#19636) (Milos Djermanovic)345288dchore: package.json update for@eslint/jsrelease (Jenkins)910bd13fix:nodeTypeKeynot being used inNodeEventGenerator(#19631) (StyleShit)ca7a735docs: updateno-undef-initwhen not to use section (#19624) (Tanuj Kanti)affe6bechore: upgrade trunk (#19628) (sethamus)1b870c9docs: useeslint-config-xoin the getting started guide (#19629) (Nitin Kumar)5d4af16docs: add types for multiple rule options (#19616) (Tanuj Kanti)e8f8d57docs: Update README (GitHub Actions Bot)a40348fdocs: no-use-before-define tweaks (#19622) (Kirk Waiblinger)0ba3ae3docs: Update README (GitHub Actions Bot)865dbfedocs: ensure "learn more" deprecation links point to useful resource (#19590) (Kirk Waiblinger)dcd95aafeat: support TypeScript syntax in no-empty-function rule (#19551) (sethamus)77d6d5bfeat: support TS syntax inno-unused-expressions(#19564) (Sweta Tanwar)90228e5feat: supportJSRuleDefinitiontype (#19604) (루밀LuMir)f80b746docs: add known limitations for no-self-compare (#19612) (Nitin Kumar)59ba6b7feat: add allowObjects option to no-restricted-properties (#19607) (sethamus)db650a0feat: support TypeScript syntax inno-invalid-thisrule (#19532) (Tanuj Kanti)dd20cf2test: fixno-loop-functest with duplicate variable reports (#19610) (Milos Djermanovic)9535cfffeat: support TS syntax inno-loop-func(#19559) (Nitin Kumar)
... (truncated)
Commits
8bbabc49.26.016f5ff7Build: changelog update for 9.26.05b247c8chore: upgrade to@eslint/js@9.26.0(#19681)d6fa4acchore: package.json update for@eslint/jsreleasee9754e7feat: add reportGlobalThis to no-shadow-restricted-names (#19670)0fa2b7afeat: add suggestions foreqeqeqrule (#19640)dd98d63docs: Update README96e84defix: check cache file existence before deletion (#19648)c25e858docs: Update README0958690chore: disambiguate internal typesLanguageOptionsandRule(#19669)- Additional commits viewable in compare view
Updates eslint-config-prettier from 10.1.1 to 10.1.2
Commits
8911369chore: release eslint-config-prettier (#322)a8768bfchore(package): add homepage url (#321)4ae04c0chore(deps): update yarn to v4.8.1 (#320)7499c2echore: ignoreeslint-find-rulesfor ESLint 8 compatibility241c6b8chore: housekeeping, upgrade all (dev) dependencies (#319)9156ab4chore: add renovate preset- See full diff in compare view
Updates eslint-import-resolver-typescript from 4.3.2 to 4.3.4
Release notes
Sourced from eslint-import-resolver-typescript's releases.
v4.3.4
Patch Changes
#442
57611d9Thanks@JounQin! - fix: add more extension aliases for ts source/declaration files#444
bd45fcdThanks@JounQin! - fix(deps): bumpunrs-resolverwhich resolves #406, #409, #437Full Changelog: https://github.com/import-js/eslint-import-resolver-typescript/compare/v4.3.3...v4.3.4
v4.3.3
Patch Changes
Full Changelog: https://github.com/import-js/eslint-import-resolver-typescript/compare/v4.3.2...v4.3.3
Changelog
Sourced from eslint-import-resolver-typescript's changelog.
4.3.4
Patch Changes
#442
57611d9Thanks@JounQin! - fix: add more extension aliases for ts source/declaration files#444
bd45fcdThanks@JounQin! - fix(deps): bumpunrs-resolverwhich resolves #406, #409, #4374.3.3
Patch Changes
Commits
b08feaechore: release eslint-import-resolver-typescript (#443)748795fchore: add correct test case for #409 (#441)bd45fcdchore: bump all (dev) deps (#444)57611d9fix: add more extension aliases for ts source/declaration files (#442)151fa11chore: release eslint-import-resolver-typescript (#434)d5cc77bchore(deps): pin dependencies (#435)834b11echore: bumpunrs-resolverto v1.6.0 (#433)- 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
59a0caeThanks@yashtech00! - refactor: migrateworker.jstoworker.mjsv5.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
@irsootimade their first contribution in prettier/eslint-plugin-prettier#674@yashtech00made 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
59a0caeThanks@yashtech00! - refactor: migrateworker.jstoworker.mjs5.3.1
Patch Changes
5.3.0
Minor Changes
Commits
cd48a27chore: release eslint-plugin-prettier (#737)59a0caerefactor: migrateworker.jstoworker.mjs(#736)5eaf8fdchore: release eslint-plugin-prettier (#735)dcf2c80ci: enable autofix.ci and pkg-pr-new workflows (#734)3247172chore: release eslint-plugin-prettier (#733)6fe0c90feat: preferConfigoverFlatConfigwhen they're equal (#674)9e37575chore: migrate@typedefjsdoc to@import(#729)27030ddchore(deps): update all dependencies (#727)- See full diff in compare view
Updates jsdom from 26.0.0 to 26.1.0
Release notes
Sourced from jsdom's releases.
Version 26.1.0
- Added at least partial support for various SVG elements and their classes:
<defs>(SVGDefsElement),<desc>(SVGDescElement),<g>(SVGGElement),<metadata>(SVGMetadataElement),<switch>(SVGSwitchElement), and<symbol>(SVGSymbolElement).- Added
SVGAnimatedPreserveAspectRatioandSVGAnimatedRect, including support in the reflection layer.- Added the
SVGSVGElementcreateSVGRect()method, and theSVGRecttype (which is distinct fromDOMRect.)- Added indexed property support to
HTMLFormElement.- Updated the
SVGElementviewportElement()method to correctly establish the viewport based on ancestor elements.- Removed the now-bloated
form-datadependency in favor of our own smaller implementation ofmultipart/form-dataserialization. No functional changes are expected.- Various performance improvements, caches, microoptimizations, and deferred object creation.
Changelog
Sourced from jsdom's changelog.
26.1.0
- Added at least partial support for various SVG elements and their classes:
<defs>(SVGDefsElement),<desc>(SVGDescElement),<g>(SVGGElement),<metadata>(SVGMetadataElement),<switch>(SVGSwitchElement), and<symbol>(SVGSymbolElement).- Added
SVGAnimatedPreserveAspectRatioandSVGAnimatedRect, including support in the reflection layer.- Added the
SVGSVGElementcreateSVGRect()method, and theSVGRecttype (which is distinct fromDOMRect.)- Added indexed property support to
HTMLFormElement.- Updated the
SVGElementviewportElement()method to correctly establish the viewport based on ancestor elements.- Removed the now-bloated
form-datadependency in favor of our own smaller implementation ofmultipart/form-dataserialization. No functional changes are expected.- Various performance improvements, caches, microoptimizations, and deferred object creation.
Commits
1911c80Version 26.1.0ea6e851Add failing script execution order test2be9dcfAdd passing tests for CSS parsing errors9c68fe3Add failing CSS container queries test501b1ccAdd failing CSS cascade layer test1916583Add passing font-face with a data URL parsing testfc2a337Add passing javascript: URL href test91c610dMove to-upstream CSS tests to correct directorya5be813Add failing calc() serialization test326745dAdd passing oklch() serialization test- Additional commits viewable in compare view
Updates prettier-eslint from 16.3.0 to 16.4.1
Release notes
Sourced from prettier-eslint's releases.
v16.4.1
Patch Changes
Full Changelog: https://github.com/prettier/prettier-eslint/compare/v16.4.0...v16.4.1
v16.4.0
Minor Changes
Full Changelog: https://github.com/prettier/prettier-eslint/compare/v16.3.2...v16.4.0
v16.3.2
Patch Changes
Full Changelog: https://github.com/prettier/prettier-eslint/compare/v16.3.1...v16.3.2
v16.3.1
Patch Changes
Full Changelog: https://github.com/prettier/prettier-eslint/compare/v16.3.0...v16.3.1
Changelog
Sourced from prettier-eslint's changelog.
16.4.1
Patch Changes
16.4.0
Minor Changes
16.3.2
Patch Changes
16.3.1
Patch Changes
Commits
73cd96dchore: release prettier-eslint (#1183)770f387docs: update donate link53735a1fix: export entry regression (Pull Request Statistics
Commits:
1Files Changed:
2Additions:
+1426Deletions:
-274
Package Dependencies
eslint-import-resolver-typescript
npm
4.3.2 → 4.3.4
Patch
@typescript-eslint/parser
npm
8.29.0 → 8.31.1
Minor
@typescript-eslint/eslint-plugin
npm
8.29.0 → 8.31.1
Minor
Technical Details
| ID: | 830593 |
| UUID: | 2498951253 |
| Node ID: | PR_kwDOM0uYQc6U8vhV |
| Host: | GitHub |
| Repository: | githubschool/gh-github-intermediate-template |
| Mergeable: | Yes |
| Merge State: | Clean |