Bump the development-version-updates group with 27 updates
Type: Pull Request
State: Open
Association: Contributor
Comments: 0
(5 months ago)
(5 months ago)
dependencies javascript
Bumps the development-version-updates group with 27 updates:
| Package | From | To | 
|---|---|---|
| @types/node | 22.15.30 | 
22.15.31 | 
| eslint | 9.28.0 | 
9.29.0 | 
| lint-staged | 16.1.0 | 
16.1.2 | 
| typescript-eslint | 8.33.1 | 
8.34.0 | 
| @eslint/config-array | 0.20.0 | 
0.20.1 | 
| @eslint/config-helpers | 0.2.2 | 
0.2.3 | 
| @eslint/js | 9.28.0 | 
9.29.0 | 
| @eslint/plugin-kit | 0.3.1 | 
0.3.2 | 
| @sigstore/protobuf-specs | 0.4.2 | 
0.4.3 | 
| @typescript-eslint/eslint-plugin | 8.33.1 | 
8.34.0 | 
| @typescript-eslint/parser | 8.33.1 | 
8.34.0 | 
| @typescript-eslint/project-service | 8.33.1 | 
8.34.0 | 
| @typescript-eslint/scope-manager | 8.33.1 | 
8.34.0 | 
| @typescript-eslint/tsconfig-utils | 8.33.1 | 
8.34.0 | 
| @typescript-eslint/type-utils | 8.33.1 | 
8.34.0 | 
| @typescript-eslint/types | 8.33.1 | 
8.34.0 | 
| @typescript-eslint/typescript-estree | 8.33.1 | 
8.34.0 | 
| @typescript-eslint/utils | 8.33.1 | 
8.34.0 | 
| @typescript-eslint/visitor-keys | 8.33.1 | 
8.34.0 | 
| axios | 1.9.0 | 
1.10.0 | 
| caniuse-lite | 1.0.30001721 | 
1.0.30001723 | 
| electron-to-chromium | 1.5.165 | 
1.5.167 | 
| espree | 10.3.0 | 
10.4.0 | 
| fdir | 6.4.5 | 
6.4.6 | 
| immutable | 5.1.2 | 
5.1.3 | 
| socks | 2.8.4 | 
2.8.5 | 
| unrs-resolver | 1.7.11 | 
1.9.0 | 
Updates @types/node from 22.15.30 to 22.15.31
Commits
- See full diff in compare view
 
Updates eslint from 9.28.0 to 9.29.0
Release notes
Sourced from eslint's releases.
v9.29.0
Features
f686fcbfeat: addecmaVersion: 2026, parsingusingandawait using(#19832) (Milos Djermanovic)19cdd22feat: prune suppressions for non-existent files (#19825) (TKDev7)b3d720ffeat: add ES2025 globals (#19835) (fisker Cheung)677a283feat: add auto-accessor fields support to class-methods-use-this (#19789) (sethamus)dbba058feat: allow global type declaration inno-var(#19714) (Remco Haszing)342bd29feat: ignore type annotations in no-restricted-globals (#19781) (sethamus)786bcd1feat: add allowProperties option to no-restricted-properties (#19772) (sethamus)05b66d0feat: addsourceCode.isGlobalReference(node)method (#19695) (Nitin Kumar)Bug Fixes
85c082cfix: explicit matching behavior with negated patterns and arrays (#19845) (Milos Djermanovic)9bda4a9fix: fixLintOptions.filterCodeBlocktypes (#19837) (ntnyq)7ab77a2fix: correct breaking deprecation of FlatConfig type (#19826) (Logicer)1ba3318fix: addlanguageanddialectstono-use-before-define(#19808) (Francesco Trotta)Documentation
00e3e6adocs: add support for custom name parameter toincludeIgnoreFile(#19795) (루밀LuMir)3aed075docs: Update README (GitHub Actions Bot)a2f888ddocs: enhance documentation with links and fix typos (#19761) (루밀LuMir)53c3235docs: update to clarify prompt usage (#19748) (Jennifer Davis)Chores
5c114c9chore: upgrade@eslint/js@9.29.0 (#19851) (Milos Djermanovic)acf2201chore: package.json update for@eslint/jsrelease (Jenkins)a806994refactor: Remove eslintrc from flat config functionality (#19833) (Nicholas C. Zakas)152ed51test: switch to flat config mode in code path analysis tests (#19824) (Milos Djermanovic)b647239chore: Update first-party dependencies faster with Renovate (#19822) (Nicholas C. Zakas)7abe42erefactor: SafeEmitter -> SourceCodeVisitor (#19708) (Nicholas C. Zakas)e392895perf: improve time complexity ofgetLocFromIndex(#19782) (루밀LuMir)0ed289cchore: remove accidentally committed file (#19807) (Francesco Trotta)
Changelog
Sourced from eslint's changelog.
v9.29.0 - June 13, 2025
5c114c9chore: upgrade@eslint/js@9.29.0 (#19851) (Milos Djermanovic)acf2201chore: package.json update for@eslint/jsrelease (Jenkins)f686fcbfeat: addecmaVersion: 2026, parsingusingandawait using(#19832) (Milos Djermanovic)85c082cfix: explicit matching behavior with negated patterns and arrays (#19845) (Milos Djermanovic)00e3e6adocs: add support for custom name parameter toincludeIgnoreFile(#19795) (루밀LuMir)9bda4a9fix: fixLintOptions.filterCodeBlocktypes (#19837) (ntnyq)a806994refactor: Remove eslintrc from flat config functionality (#19833) (Nicholas C. Zakas)19cdd22feat: prune suppressions for non-existent files (#19825) (TKDev7)b3d720ffeat: add ES2025 globals (#19835) (fisker Cheung)677a283feat: add auto-accessor fields support to class-methods-use-this (#19789) (sethamus)3aed075docs: Update README (GitHub Actions Bot)7ab77a2fix: correct breaking deprecation of FlatConfig type (#19826) (Logicer)a2f888ddocs: enhance documentation with links and fix typos (#19761) (루밀LuMir)dbba058feat: allow global type declaration inno-var(#19714) (Remco Haszing)152ed51test: switch to flat config mode in code path analysis tests (#19824) (Milos Djermanovic)b647239chore: Update first-party dependencies faster with Renovate (#19822) (Nicholas C. Zakas)7abe42erefactor: SafeEmitter -> SourceCodeVisitor (#19708) (Nicholas C. Zakas)342bd29feat: ignore type annotations in no-restricted-globals (#19781) (sethamus)e392895perf: improve time complexity ofgetLocFromIndex(#19782) (루밀LuMir)1ba3318fix: addlanguageanddialectstono-use-before-define(#19808) (Francesco Trotta)786bcd1feat: add allowProperties option to no-restricted-properties (#19772) (sethamus)05b66d0feat: addsourceCode.isGlobalReference(node)method (#19695) (Nitin Kumar)53c3235docs: update to clarify prompt usage (#19748) (Jennifer Davis)0ed289cchore: remove accidentally committed file (#19807) (Francesco Trotta)
Commits
edf232b9.29.0c2414b6Build: changelog update for 9.29.05c114c9chore: upgrade@eslint/js@9.29.0 (#19851)acf2201chore: package.json update for@eslint/jsreleasef686fcbfeat: addecmaVersion: 2026, parsingusingandawait using(#19832)85c082cfix: explicit matching behavior with negated patterns and arrays (#19845)00e3e6adocs: add support for custom name parameter toincludeIgnoreFile(#19795)9bda4a9fix: fixLintOptions.filterCodeBlocktypes (#19837)a806994refactor: Remove eslintrc from flat config functionality (#19833)19cdd22feat: prune suppressions for non-existent files (#19825)- Additional commits viewable in compare view
 
Updates lint-staged from 16.1.0 to 16.1.2
Release notes
Sourced from lint-staged's releases.
v16.1.2
Patch Changes
#1570
a7c0c88Thanks@ItsNickBarry! - When using--diff-filterwith theDoption to include deleted staged files, lint-staged no longer tries to stage the deleted files, unless they're no longer deleted. Previously this caused an error fromgit addlikefatal: pathspec 'deleted-file' did not match any files.
38f942eThanks@iiroj! - Removed an extraneous log entry that printedshouldHidePArtiallyStagedFilesto console output.v16.1.1
Patch Changes
#1565
3686977Thanks@iiroj! - Lint-staged now explicitly warns about potential data loss when using--no-stash.#1571
02299a9Thanks@iiroj! - Function tasks (introduced in v16.0.0) only receive the staged files matching the configured glob, instead of all staged files.#1563
bc61c74Thanks@iiroj! - This version fixes incorrect behavior where unstaged changes were committed when using the--no-stashoption. This happened because--no-stashimplied--no-hide-partially-staged, meaning unstaged changes to files which also had other staged changes were added to the commit by lint-staged; this is no longer the case.The previous (incorrect) behavior can still be achieved by using both options
--no-stash --no-hide-partially-stagedat the same time.
Changelog
Sourced from lint-staged's changelog.
16.1.2
Patch Changes
#1570
a7c0c88Thanks@ItsNickBarry! - When using--diff-filterwith theDoption to include deleted staged files, lint-staged no longer tries to stage the deleted files, unless they're no longer deleted. Previously this caused an error fromgit addlikefatal: pathspec 'deleted-file' did not match any files.
38f942eThanks@iiroj! - Removed an extraneous log entry that printedshouldHidePArtiallyStagedFilesto console output.16.1.1
Patch Changes
#1565
3686977Thanks@iiroj! - Lint-staged now explicitly warns about potential data loss when using--no-stash.#1571
02299a9Thanks@iiroj! - Function tasks (introduced in v16.0.0) only receive the staged files matching the configured glob, instead of all staged files.#1563
bc61c74Thanks@iiroj! - This version fixes incorrect behavior where unstaged changes were committed when using the--no-stashoption. This happened because--no-stashimplied--no-hide-partially-staged, meaning unstaged changes to files which also had other staged changes were added to the commit by lint-staged; this is no longer the case.The previous (incorrect) behavior can still be achieved by using both options
--no-stash --no-hide-partially-stagedat the same time.
Commits
0c48e29chore(changeset): releasee07227eperf: call rev-parse only once instead of three times when resolving git repo38f942efix: remove extra log entry5031a71perf: further optimize file chunking6ec38b9perf: optimize file list length calculation (#1581)a7c0c88fix: only stage changes to deleted files if they're no longer deleted after r...ccd5eddtest: pass --no-error-on-unmatched-pattern to prettier command in --diff-opti...48a6e95test: add failing test for staged deleted files not passed directly to tasks ...b56b29etest: add failing test for staged deleted files with diff filter D8420429chore(changeset): release- Additional commits viewable in compare view
 
Updates typescript-eslint from 8.33.1 to 8.34.0
Release notes
Sourced from typescript-eslint's releases.
v8.34.0
8.34.0 (2025-06-09)
🚀 Features
- type-utils: deprecated getSourceFileOfNode function (#11284)
 🩹 Fixes
- typescript-estree: change the token type of
 nullfromKeywordtoNull(#11283)- typescript-estree: add validation to interface extends (#11271)
 - visitor-keys: fix visitor keys order (#11279)
 ❤️ Thank You
- Kim Sang Du
 @developer-bandi- overlookmotel
 - Tao
 You can read about our versioning strategy and releases on our website.
Changelog
Sourced from typescript-eslint's changelog.
8.34.0 (2025-06-09)
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
Commits
8915a47chore(release): publish 8.34.0- See full diff in compare view
 
Updates @eslint/config-array from 0.20.0 to 0.20.1
Release notes
Sourced from @eslint/config-array's releases.
config-array: v0.20.1
0.20.1 (2025-06-09)
Bug Fixes
Commits
48b1f84chore: release main (#216)147afecchore: updatepackage.jsonto follow template (#225)0a6aad0docs: fix bun command and update documentation (#222)2a8913cdocs: Update README sponsors2dbe2b9fix: consider negated patterns universal (#220)e84cbd7fix: explicit match in array elements offiles(#218)b8bf819ci: Test in Bun (#87)cb858ffrefactor: update and fix error types in JSDoc comments (#213)4ec089edocs: Update README sponsors1ddb2eddocs: Update README sponsors- Additional commits viewable in compare view
 
Updates @eslint/config-helpers from 0.2.2 to 0.2.3
Release notes
Sourced from @eslint/config-helpers's releases.
plugin-kit: v0.2.3
0.2.3 (2024-11-14)
Dependencies
- The following workspace dependencies were updated
 
- devDependencies
 
@eslint/corebumped from ^0.8.0 to ^0.9.0config-helpers: v0.2.3
0.2.3 (2025-06-09)
Dependencies
- The following workspace dependencies were updated
 
- devDependencies
 
@eslint/corebumped from ^0.14.0 to ^0.15.0
Changelog
Sourced from @eslint/config-helpers's changelog.
0.2.3 (2025-06-09)
Dependencies
- The following workspace dependencies were updated
 
- devDependencies
 
@eslint/corebumped from ^0.14.0 to ^0.15.0
Commits
- See full diff in compare view
 
Updates @eslint/js from 9.28.0 to 9.29.0
Release notes
Sourced from @eslint/js's releases.
v9.29.0
Features
f686fcbfeat: addecmaVersion: 2026, parsingusingandawait using(#19832) (Milos Djermanovic)19cdd22feat: prune suppressions for non-existent files (#19825) (TKDev7)b3d720ffeat: add ES2025 globals (#19835) (fisker Cheung)677a283feat: add auto-accessor fields support to class-methods-use-this (#19789) (sethamus)dbba058feat: allow global type declaration inno-var(#19714) (Remco Haszing)342bd29feat: ignore type annotations in no-restricted-globals (#19781) (sethamus)786bcd1feat: add allowProperties option to no-restricted-properties (#19772) (sethamus)05b66d0feat: addsourceCode.isGlobalReference(node)method (#19695) (Nitin Kumar)Bug Fixes
85c082cfix: explicit matching behavior with negated patterns and arrays (#19845) (Milos Djermanovic)9bda4a9fix: fixLintOptions.filterCodeBlocktypes (#19837) (ntnyq)7ab77a2fix: correct breaking deprecation of FlatConfig type (#19826) (Logicer)1ba3318fix: addlanguageanddialectstono-use-before-define(#19808) (Francesco Trotta)Documentation
00e3e6adocs: add support for custom name parameter toincludeIgnoreFile(#19795) (루밀LuMir)3aed075docs: Update README (GitHub Actions Bot)a2f888ddocs: enhance documentation with links and fix typos (#19761) (루밀LuMir)53c3235docs: update to clarify prompt usage (#19748) (Jennifer Davis)Chores
5c114c9chore: upgrade@eslint/js@9.29.0 (#19851) (Milos Djermanovic)acf2201chore: package.json update for@eslint/jsrelease (Jenkins)a806994refactor: Remove eslintrc from flat config functionality (#19833) (Nicholas C. Zakas)152ed51test: switch to flat config mode in code path analysis tests (#19824) (Milos Djermanovic)b647239chore: Update first-party dependencies faster with Renovate (#19822) (Nicholas C. Zakas)7abe42erefactor: SafeEmitter -> SourceCodeVisitor (#19708) (Nicholas C. Zakas)e392895perf: improve time complexity ofgetLocFromIndex(#19782) (루밀LuMir)0ed289cchore: remove accidentally committed file (#19807) (Francesco Trotta)
Changelog
Sourced from @eslint/js's changelog.
v9.29.0 - June 13, 2025
5c114c9chore: upgrade@eslint/js@9.29.0 (#19851) (Milos Djermanovic)acf2201chore: package.json update for@eslint/jsrelease (Jenkins)f686fcbfeat: addecmaVersion: 2026, parsingusingandawait using(#19832) (Milos Djermanovic)85c082cfix: explicit matching behavior with negated patterns and arrays (#19845) (Milos Djermanovic)00e3e6adocs: add support for custom name parameter toincludeIgnoreFile(#19795) (루밀LuMir)9bda4a9fix: fixLintOptions.filterCodeBlocktypes (#19837) (ntnyq)a806994refactor: Remove eslintrc from flat config functionality (#19833) (Nicholas C. Zakas)19cdd22feat: prune suppressions for non-existent files (#19825) (TKDev7)b3d720ffeat: add ES2025 globals (#19835) (fisker Cheung)677a283feat: add auto-accessor fields support to class-methods-use-this (#19789) (sethamus)3aed075docs: Update README (GitHub Actions Bot)7ab77a2fix: correct breaking deprecation of FlatConfig type (#19826) (Logicer)a2f888ddocs: enhance documentation with links and fix typos (#19761) (루밀LuMir)dbba058feat: allow global type declaration inno-var(#19714) (Remco Haszing)152ed51test: switch to flat config mode in code path analysis tests (#19824) (Milos Djermanovic)b647239chore: Update first-party dependencies faster with Renovate (#19822) (Nicholas C. Zakas)7abe42erefactor: SafeEmitter -> SourceCodeVisitor (#19708) (Nicholas C. Zakas)342bd29feat: ignore type annotations in no-restricted-globals (#19781) (sethamus)e392895perf: improve time complexity ofgetLocFromIndex(#19782) (루밀LuMir)1ba3318fix: addlanguageanddialectstono-use-before-define(#19808) (Francesco Trotta)786bcd1feat: add allowProperties option to no-restricted-properties (#19772) (sethamus)05b66d0feat: addsourceCode.isGlobalReference(node)method (#19695) (Nitin Kumar)53c3235docs: update to clarify prompt usage (#19748) (Jennifer Davis)0ed289cchore: remove accidentally committed file (#19807) (Francesco Trotta)
Commits
acf2201chore: package.json update for@eslint/jsrelease- See full diff in compare view
 
Updates @eslint/plugin-kit from 0.3.1 to 0.3.2
Release notes
Sourced from @eslint/plugin-kit's releases.
plugin-kit: v0.3.2
0.3.2 (2025-06-09)
Dependencies
- The following workspace dependencies were updated
 
- dependencies
 
@eslint/corebumped from ^0.14.0 to ^0.15.0
Changelog
Sourced from @eslint/plugin-kit's changelog.
0.3.2 (2025-06-09)
Dependencies
- The following workspace dependencies were updated
 
- dependencies
 
@eslint/corebumped from ^0.14.0 to ^0.15.0
Commits
48b1f84chore: release main (#216)147afecchore: updatepackage.jsonto follow template (#225)0a6aad0docs: fix bun command and update documentation (#222)2a8913cdocs: Update README sponsorscb858ffrefactor: update and fix error types in JSDoc comments (#213)4ec089edocs: Update README sponsors1ddb2eddocs: Update README sponsorsaa6a48bdocs: Update README sponsors- See full diff in compare view
 
Updates @sigstore/protobuf-specs from 0.4.2 to 0.4.3
Changelog
Sourced from @sigstore/protobuf-specs's changelog.
0.4.3
- Added Rekor v2 generated clients (#661)
 
Commits
eede12fv0.4.3 release (#668)1ab1275Update rekor/v2/*.proto to 0.1.5 (#665)b7e49beSync rekor-tiles protos into protobuf-specs (#661)a259f66Run build checks by default (#663)f490137workflows: Update python versions to currently supported (#662)c5e04c7build(deps): bump prost-build from 0.13.4 to 0.13.5 in /gen/pb-rust (#654)e3f20aebuild(deps): bump distroless/base-debian12 in /protoc-builder (#658)677752eUpdate release-checklist.md and README.md for service builder (#648)9912203Fix the tag on service-builder container (#647)711b4eeRelease container builder from its own tag (#645)- Additional commits viewable in compare view
 
Updates @typescript-eslint/eslint-plugin from 8.33.1 to 8.34.0
Release notes
Sourced from @typescript-eslint/eslint-plugin's releases.
v8.34.0
8.34.0 (2025-06-09)
🚀 Features
- type-utils: deprecated getSourceFileOfNode function (#11284)
 🩹 Fixes
- typescript-estree: change the token type of
 nullfromKeywordtoNull(#11283)- typescript-estree: add validation to interface extends (#11271)
 - visitor-keys: fix visitor keys order (#11279)
 ❤️ Thank You
- Kim Sang Du
 @developer-bandi- overlookmotel
 - Tao
 You can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/eslint-plugin's changelog.
8.34.0 (2025-06-09)
🩹 Fixes
- typescript-estree: add validation to interface extends (#11271)
 ❤️ Thank You
- Tao
 You can read about our versioning strategy and releases on our website.
Commits
8915a47chore(release): publish 8.34.08208974docs: rename "directive comments" to "comment directives" (#11268)685e530fix(typescript-estree): add validation to interface extends (#11271)0f5c59cchore(eslint-plugin): [prefer-optional-chain] fix comment placement (#11269)- See full diff in compare view
 
Updates @typescript-eslint/parser from 8.33.1 to 8.34.0
Release notes
Sourced from @typescript-eslint/parser's releases.
v8.34.0
8.34.0 (2025-06-09)
🚀 Features
- type-utils: deprecated getSourceFileOfNode function (#11284)
 🩹 Fixes
- typescript-estree: change the token type of
 nullfromKeywordtoNull(#11283)- typescript-estree: add validation to interface extends (#11271)
 - visitor-keys: fix visitor keys order (#11279)
 ❤️ Thank You
- Kim Sang Du
 @developer-bandi- overlookmotel
 - Tao
 You can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/parser's changelog.
8.34.0 (2025-06-09)
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
8915a47chore(release): publish 8.34.0- See full diff in compare view
 
Updates @typescript-eslint/project-service from 8.33.1 to 8.34.0
Release notes
Sourced from @typescript-eslint/project-service's releases.
v8.34.0
8.34.0 (2025-06-09)
🚀 Features
- type-utils: deprecated getSourceFileOfNode function (#11284)
 🩹 Fixes
- typescript-estree: change the token type of
 nullfromKeywordtoNull(#11283)- typescript-estree: add validation to interface extends (#11271)
 - visitor-keys: fix visitor keys order (#11279)
 ❤️ Thank You
- Kim Sang Du
 @developer-bandi- overlookmotel
 - Tao
 You can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/project-service's changelog.
8.34.0 (2025-06-09)
This was a version bump only for p...
Description has been truncated
Pull Request Statistics
1
1
+242
-199
Package Dependencies
@typescript-eslint/parser
                  npm
8.33.1 → 8.34.0
                    Minor
@typescript-eslint/eslint-plugin
                  npm
8.33.1 → 8.34.0
                    Minor
@typescript-eslint/project-service
                  npm
8.33.1 → 8.34.0
                    Minor
@typescript-eslint/scope-manager
                  npm
8.33.1 → 8.34.0
                    Minor
@typescript-eslint/tsconfig-utils
                  npm
8.33.1 → 8.34.0
                    Minor
@typescript-eslint/type-utils
                  npm
8.33.1 → 8.34.0
                    Minor
@typescript-eslint/typescript-estree
                  npm
8.33.1 → 8.34.0
                    Minor
@typescript-eslint/visitor-keys
                  npm
8.33.1 → 8.34.0
                    Minor
Technical Details
| ID: | 1663108 | 
            
| UUID: | 2594806309 | 
            
| Node ID: | PR_kwDONZpH_s6aqZol | 
            
| Host: | GitHub | 
| Repository: | mrlonis/example-angular-async | 
| Merge State: | Unknown |