Bump the npm-development group across 1 directory with 11 updates
Type: Pull Request
State: Closed
Association: Contributor
Comments: 2
(10 months ago)
(9 months ago)
(9 months ago)
dependencies javascript
Bumps the npm-development group with 10 updates in the / directory:
| Package | From | To |
|---|---|---|
| @eslint/js | 9.27.0 |
9.28.0 |
| @octokit/types | 14.0.0 |
14.1.0 |
| @types/node | 22.15.19 |
22.15.29 |
| @typescript-eslint/eslint-plugin | 8.32.1 |
8.33.0 |
| eslint | 9.27.0 |
9.28.0 |
| eslint-import-resolver-typescript | 4.3.5 |
4.4.2 |
| eslint-plugin-jest | 28.11.0 |
28.12.0 |
| eslint-plugin-prettier | 5.4.0 |
5.4.1 |
| globals | 16.1.0 |
16.2.0 |
| rollup | 4.41.0 |
4.41.1 |
Updates @eslint/js from 9.27.0 to 9.28.0
Release notes
Sourced from @eslint/js's releases.
v9.28.0
Features
b0674befeat: Customization of serialization for languageOptions (#19760) (Nicholas C. Zakas)a95721ffeat: Add--pass-on-unpruned-suppressionsCLI option (#19773) (Milos Djermanovic)bfd0e7afeat: support TypeScript syntax inno-use-before-define(#19566) (Tanuj Kanti)68c61c0feat: support TS syntax inno-shadow(#19565) (Nitin Kumar)0f773effeat: support TS syntax inno-magic-numbers(#19561) (Nitin Kumar)c4a6b60feat: add allowTypeAnnotation to func-style (#19754) (sethamus)b03ad17feat: add TypeScript support toprefer-arrow-callback(#19678) (Tanuj Kanti)bc3c331feat: ignore overloaded function declarations in func-style rule (#19755) (sethamus)Bug Fixes
eea3e7efix: Remove configured global variables fromGlobalScope#implicit(#19779) (Milos Djermanovic)a467de3fix: update context.report types (#19751) (Nitin Kumar)fd467bbfix: remove interopDefault to use jiti's default (#19697) (sethamus)72d16e3fix: avoid false positive inno-unassigned-varsfor declare module (#19746) (Azat S.)81c3c93fix: curly types (#19750) (Eli)Documentation
3ec2082docs: Nested arrays in files config entry (#19799) (Nicholas C. Zakas)89a65b0docs: clarify how config arrays can apply to subsets of files (#19788) (Shais Ch)2ba8a0ddocs: Add description of meta.namespace to plugin docs (#19798) (Nicholas C. Zakas)59dd7e6docs: updatefunc-stylewith examples (#19793) (Tanuj Kanti)e9129e0docs: add global scope'simplicitfield to Scope Manager docs (#19770) (Milos Djermanovic)52f5b7adocs: fix minor typos and add links (#19743) (루밀LuMir)00716a3docs: upfront recommend against using the no-return-await rule (#19727) (Mike DiDomizio)Chores
175b7b8chore: upgrade to@eslint/js@9.28.0(#19802) (Francesco Trotta)844f5a6chore: package.json update for@eslint/jsrelease (Jenkins)62b1c1bchore: update globals to v16 (#19791) (Nitin Kumar)e8a1cb8chore: ignore jiti-v2.0 & jiti-v2.1 for renovate (#19786) (Nitin Kumar)43d3975chore: Add Copilot Instructions file (#19753) (Nicholas C. Zakas)2dfb5ebtest: updateSourceCodeTraversertests (#19763) (Milos Djermanovic)5bc21f9chore: add*.code-workspaceto.gitignore(#19771) (루밀LuMir)f4fa40erefactor: NodeEventGenerator -> SourceCodeTraverser (#19679) (Nicholas C. Zakas)0f49329refactor: use a service to emit warnings (#19725) (Francesco Trotta)20a9e59chore: update dependency shelljs to ^0.10.0 (#19740) (renovate[bot])
Changelog
Sourced from @eslint/js's changelog.
v9.28.0 - May 30, 2025
175b7b8chore: upgrade to@eslint/js@9.28.0(#19802) (Francesco Trotta)844f5a6chore: package.json update for@eslint/jsrelease (Jenkins)b0674befeat: Customization of serialization for languageOptions (#19760) (Nicholas C. Zakas)3ec2082docs: Nested arrays in files config entry (#19799) (Nicholas C. Zakas)89a65b0docs: clarify how config arrays can apply to subsets of files (#19788) (Shais Ch)2ba8a0ddocs: Add description of meta.namespace to plugin docs (#19798) (Nicholas C. Zakas)eea3e7efix: Remove configured global variables fromGlobalScope#implicit(#19779) (Milos Djermanovic)a95721ffeat: Add--pass-on-unpruned-suppressionsCLI option (#19773) (Milos Djermanovic)a467de3fix: update context.report types (#19751) (Nitin Kumar)59dd7e6docs: updatefunc-stylewith examples (#19793) (Tanuj Kanti)62b1c1bchore: update globals to v16 (#19791) (Nitin Kumar)bfd0e7afeat: support TypeScript syntax inno-use-before-define(#19566) (Tanuj Kanti)68c61c0feat: support TS syntax inno-shadow(#19565) (Nitin Kumar)e8a1cb8chore: ignore jiti-v2.0 & jiti-v2.1 for renovate (#19786) (Nitin Kumar)0f773effeat: support TS syntax inno-magic-numbers(#19561) (Nitin Kumar)43d3975chore: Add Copilot Instructions file (#19753) (Nicholas C. Zakas)c4a6b60feat: add allowTypeAnnotation to func-style (#19754) (sethamus)fd467bbfix: remove interopDefault to use jiti's default (#19697) (sethamus)2dfb5ebtest: updateSourceCodeTraversertests (#19763) (Milos Djermanovic)b03ad17feat: add TypeScript support toprefer-arrow-callback(#19678) (Tanuj Kanti)e9129e0docs: add global scope'simplicitfield to Scope Manager docs (#19770) (Milos Djermanovic)bc3c331feat: ignore overloaded function declarations in func-style rule (#19755) (sethamus)5bc21f9chore: add*.code-workspaceto.gitignore(#19771) (루밀LuMir)72d16e3fix: avoid false positive inno-unassigned-varsfor declare module (#19746) (Azat S.)f4fa40erefactor: NodeEventGenerator -> SourceCodeTraverser (#19679) (Nicholas C. Zakas)81c3c93fix: curly types (#19750) (Eli)52f5b7adocs: fix minor typos and add links (#19743) (루밀LuMir)0f49329refactor: use a service to emit warnings (#19725) (Francesco Trotta)20a9e59chore: update dependency shelljs to ^0.10.0 (#19740) (renovate[bot])00716a3docs: upfront recommend against using the no-return-await rule (#19727) (Mike DiDomizio)
Commits
844f5a6chore: package.json update for@eslint/jsrelease- See full diff in compare view
Updates @octokit/types from 14.0.0 to 14.1.0
Commits
a7ec830feat: newGET /users/{username}/settings/billing/usage, `POST /credentials/...10745eechore(deps): update dependency typedoc to ^0.28.0 (#661)d8fde41chore(deps): update dependency npm-run-all2 to v8 (#674)bb316aachore(deps): update dependency github-openapi-graphql-query to v5 (#673)- See full diff in compare view
Updates @types/node from 22.15.19 to 22.15.29
Commits
- See full diff in compare view
Updates @typescript-eslint/eslint-plugin from 8.32.1 to 8.33.0
Release notes
Sourced from @typescript-eslint/eslint-plugin's releases.
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.
Changelog
Sourced from @typescript-eslint/eslint-plugin's changelog.
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.
Commits
dca57b3chore(release): publish 8.33.0387eeb5docs(eslint-plugin): [typedef] deprecate the rule (#11202)f9e0eb9chore: clean up nx and other config (#11226)1c0e1aechore: update some package scripts and dependency config (#10765)05014ffchore: use TLA in ESM scripts rather than async main().catch() (#11218)220c38cchore: updateeslint-plugin-perfectionisttov4(#11185)- See full diff in compare view
Updates @typescript-eslint/parser from 8.32.1 to 8.33.0
Release notes
Sourced from @typescript-eslint/parser's releases.
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.
Changelog
Sourced from @typescript-eslint/parser's changelog.
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.
Commits
Updates eslint from 9.27.0 to 9.28.0
Release notes
Sourced from eslint's releases.
v9.28.0
Features
b0674befeat: Customization of serialization for languageOptions (#19760) (Nicholas C. Zakas)a95721ffeat: Add--pass-on-unpruned-suppressionsCLI option (#19773) (Milos Djermanovic)bfd0e7afeat: support TypeScript syntax inno-use-before-define(#19566) (Tanuj Kanti)68c61c0feat: support TS syntax inno-shadow(#19565) (Nitin Kumar)0f773effeat: support TS syntax inno-magic-numbers(#19561) (Nitin Kumar)c4a6b60feat: add allowTypeAnnotation to func-style (#19754) (sethamus)b03ad17feat: add TypeScript support toprefer-arrow-callback(#19678) (Tanuj Kanti)bc3c331feat: ignore overloaded function declarations in func-style rule (#19755) (sethamus)Bug Fixes
eea3e7efix: Remove configured global variables fromGlobalScope#implicit(#19779) (Milos Djermanovic)a467de3fix: update context.report types (#19751) (Nitin Kumar)fd467bbfix: remove interopDefault to use jiti's default (#19697) (sethamus)72d16e3fix: avoid false positive inno-unassigned-varsfor declare module (#19746) (Azat S.)81c3c93fix: curly types (#19750) (Eli)Documentation
3ec2082docs: Nested arrays in files config entry (#19799) (Nicholas C. Zakas)89a65b0docs: clarify how config arrays can apply to subsets of files (#19788) (Shais Ch)2ba8a0ddocs: Add description of meta.namespace to plugin docs (#19798) (Nicholas C. Zakas)59dd7e6docs: updatefunc-stylewith examples (#19793) (Tanuj Kanti)e9129e0docs: add global scope'simplicitfield to Scope Manager docs (#19770) (Milos Djermanovic)52f5b7adocs: fix minor typos and add links (#19743) (루밀LuMir)00716a3docs: upfront recommend against using the no-return-await rule (#19727) (Mike DiDomizio)Chores
175b7b8chore: upgrade to@eslint/js@9.28.0(#19802) (Francesco Trotta)844f5a6chore: package.json update for@eslint/jsrelease (Jenkins)62b1c1bchore: update globals to v16 (#19791) (Nitin Kumar)e8a1cb8chore: ignore jiti-v2.0 & jiti-v2.1 for renovate (#19786) (Nitin Kumar)43d3975chore: Add Copilot Instructions file (#19753) (Nicholas C. Zakas)2dfb5ebtest: updateSourceCodeTraversertests (#19763) (Milos Djermanovic)5bc21f9chore: add*.code-workspaceto.gitignore(#19771) (루밀LuMir)f4fa40erefactor: NodeEventGenerator -> SourceCodeTraverser (#19679) (Nicholas C. Zakas)0f49329refactor: use a service to emit warnings (#19725) (Francesco Trotta)20a9e59chore: update dependency shelljs to ^0.10.0 (#19740) (renovate[bot])
Changelog
Sourced from eslint's changelog.
v9.28.0 - May 30, 2025
175b7b8chore: upgrade to@eslint/js@9.28.0(#19802) (Francesco Trotta)844f5a6chore: package.json update for@eslint/jsrelease (Jenkins)b0674befeat: Customization of serialization for languageOptions (#19760) (Nicholas C. Zakas)3ec2082docs: Nested arrays in files config entry (#19799) (Nicholas C. Zakas)89a65b0docs: clarify how config arrays can apply to subsets of files (#19788) (Shais Ch)2ba8a0ddocs: Add description of meta.namespace to plugin docs (#19798) (Nicholas C. Zakas)eea3e7efix: Remove configured global variables fromGlobalScope#implicit(#19779) (Milos Djermanovic)a95721ffeat: Add--pass-on-unpruned-suppressionsCLI option (#19773) (Milos Djermanovic)a467de3fix: update context.report types (#19751) (Nitin Kumar)59dd7e6docs: updatefunc-stylewith examples (#19793) (Tanuj Kanti)62b1c1bchore: update globals to v16 (#19791) (Nitin Kumar)bfd0e7afeat: support TypeScript syntax inno-use-before-define(#19566) (Tanuj Kanti)68c61c0feat: support TS syntax inno-shadow(#19565) (Nitin Kumar)e8a1cb8chore: ignore jiti-v2.0 & jiti-v2.1 for renovate (#19786) (Nitin Kumar)0f773effeat: support TS syntax inno-magic-numbers(#19561) (Nitin Kumar)43d3975chore: Add Copilot Instructions file (#19753) (Nicholas C. Zakas)c4a6b60feat: add allowTypeAnnotation to func-style (#19754) (sethamus)fd467bbfix: remove interopDefault to use jiti's default (#19697) (sethamus)2dfb5ebtest: updateSourceCodeTraversertests (#19763) (Milos Djermanovic)b03ad17feat: add TypeScript support toprefer-arrow-callback(#19678) (Tanuj Kanti)e9129e0docs: add global scope'simplicitfield to Scope Manager docs (#19770) (Milos Djermanovic)bc3c331feat: ignore overloaded function declarations in func-style rule (#19755) (sethamus)5bc21f9chore: add*.code-workspaceto.gitignore(#19771) (루밀LuMir)72d16e3fix: avoid false positive inno-unassigned-varsfor declare module (#19746) (Azat S.)f4fa40erefactor: NodeEventGenerator -> SourceCodeTraverser (#19679) (Nicholas C. Zakas)81c3c93fix: curly types (#19750) (Eli)52f5b7adocs: fix minor typos and add links (#19743) (루밀LuMir)0f49329refactor: use a service to emit warnings (#19725) (Francesco Trotta)20a9e59chore: update dependency shelljs to ^0.10.0 (#19740) (renovate[bot])00716a3docs: upfront recommend against using the no-return-await rule (#19727) (Mike DiDomizio)
Commits
f341f219.28.0779dda9Build: changelog update for 9.28.0175b7b8chore: upgrade to@eslint/js@9.28.0(#19802)844f5a6chore: package.json update for@eslint/jsreleaseb0674befeat: Customization of serialization for languageOptions (#19760)3ec2082docs: Nested arrays in files config entry (#19799)89a65b0docs: clarify how config arrays can apply to subsets of files (#19788)2ba8a0ddocs: Add description of meta.namespace to plugin docs (#19798)eea3e7efix: Remove configured global variables fromGlobalScope#implicit(#19779)a95721ffeat: Add--pass-on-unpruned-suppressionsCLI option (#19773)- Additional commits viewable in compare view
Updates eslint-import-resolver-typescript from 4.3.5 to 4.4.2
Release notes
Sourced from eslint-import-resolver-typescript's releases.
v4.4.2
Patch Changes
- #459
f16150bThanks@carlocorradiniand@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
Changelog
Sourced from eslint-import-resolver-typescript's changelog.
4.4.2
Patch Changes
- #459
f16150bThanks@carlocorradini! - fix: always sort projects by affinity before iterating4.4.1
Patch Changes
4.4.0
Minor Changes
Commits
5db36e7chore: release eslint-import-resolver-typescript (#460)f16150bfix: always sort projects by affinity before iterating (#459)f9ad3b0docs: addStar Historysectionc7d0125chore: release eslint-import-resolver-typescript (#458)d9f3e68fix(deps): bumpeslint-import-contextto v0.1.5 (#457)93aabc2chore: release eslint-import-resolver-typescript (#455)7d87517feat: integrateeslint-import-contextto get correctcontext.cwd(#453)- 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
28.11.2 (2025-05-29)
Bug Fixes
28.11.1 (2025-05-27)
Bug Fixes
Commits
aa64936chore(release): 28.12.0 [skip ci]1fb5a4afeat(no-disabled-tests): improve error message and simplify rule (#1739)ff8c9acchore(release): 28.11.2 [skip ci]14c27abfix(no-commented-out-tests): make message less ambiguous (#1740)2e59959refactor(prefer-lowercase-title): rename message id (#1738)f22560cchore(release): 28.11.1 [skip ci]5c10c18chore(deps): lock file maintenance (#1737)0f5b873fix(no-large-snapshots): use a far better message for when an unexpected snap...db8172bchore(deps): lock file maintenance (#1735)3b4bc34chore(deps): lock file maintenance (#1733)- Additional commits viewable in compare view
Updates eslint-plugin-prettier from 5.4.0 to 5.4.1
Release notes
Sourced from eslint-plugin-prettier's releases.
v5.4.1
Patch Changes
- #740
c21521fThanks@JounQin! - fix(deps): bumpsynckitto v0.11.7 to fix potentialTypeError: Cannot read properties of undefined (reading 'message')errorFull Changelog: https://github.com/prettier/eslint-plugin-prettier/compare/v5.4.0...v5.4.1
Commits
3d15deachore: release eslint-plugin-prettier (#741)c21521ffix(deps): bumpsynckitto v0.11.7 (#740)- See full diff in compare view
Updates globals from 16.1.0 to 16.2.0
Release notes
Sourced from globals's releases.
v16.2.0
- Add new
greasemonkeyglobals (#299) e4f6e8c
https://github.com/sindresorhus/globals/compare/v16.1.0...v16.2.0
Commits
Updates rollup from 4.41.0 to 4.41.1
Release notes
Sourced from rollup's releases.
v4.41.1
4.41.1
2025-05-24
Bug Fixes
- If a plugin calls
this.resolvewithskipSelf: true, subsequent calls when handling this by the same plugin with same parameters will returnnullto avoid infinite recursions (#5945)Pull Requests
- #5945: Avoid recursively calling a plugin's resolveId hook with same id and importer (
@younggglcy,@lukastaegert)- #5963: fix(deps): update swc monorepo (major) (
@renovate[bot])- #5964: fix(deps): lock file maintenance minor/patch updates (
@renovate[bot])
Changelog
Sourced from rollup's changelog.
4.41.1
2025-05-24
Bug Fixes
- If a plugin calls
this.resolvewithskipSelf: true, subsequent calls when handling this by the same plugin with same parameters will returnnullto avoid infinite recursions (#5945)Pull Requests
- #5945: Avoid recursively calling a plugin's resolveId hook with same id and importer (
@younggglcy,@lukastaegert)- #5963: fix(deps): update swc monorepo (ma...
Description has been truncated
Pull Request Statistics
1
2
+267
-204
Package Dependencies
eslint-import-resolver-typescript
npm
4.3.5 → 4.4.2
Minor
@typescript-eslint/eslint-plugin
npm
8.32.1 → 8.33.0
Minor
Technical Details
| ID: | 1210778 |
| UUID: | 2559430007 |
| Node ID: | PR_kwDOM-8s7M6Yjc13 |
| Host: | GitHub |
| Repository: | githubschool/gh-github-intermediate-setup |
| Mergeable: | Yes |
| Merge State: | Unstable |