Bump the development-version-updates group with 27 updates
Type: Pull Request
State: Open
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 0
(3 months ago)
(3 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
f686fcb
feat: addecmaVersion: 2026
, parsingusing
andawait using
(#19832) (Milos Djermanovic)19cdd22
feat: prune suppressions for non-existent files (#19825) (TKDev7)b3d720f
feat: add ES2025 globals (#19835) (fisker Cheung)677a283
feat: add auto-accessor fields support to class-methods-use-this (#19789) (sethamus)dbba058
feat: allow global type declaration inno-var
(#19714) (Remco Haszing)342bd29
feat: ignore type annotations in no-restricted-globals (#19781) (sethamus)786bcd1
feat: add allowProperties option to no-restricted-properties (#19772) (sethamus)05b66d0
feat: addsourceCode.isGlobalReference(node)
method (#19695) (Nitin Kumar)Bug Fixes
85c082c
fix: explicit matching behavior with negated patterns and arrays (#19845) (Milos Djermanovic)9bda4a9
fix: fixLintOptions.filterCodeBlock
types (#19837) (ntnyq)7ab77a2
fix: correct breaking deprecation of FlatConfig type (#19826) (Logicer)1ba3318
fix: addlanguage
anddialects
tono-use-before-define
(#19808) (Francesco Trotta)Documentation
00e3e6a
docs: add support for custom name parameter toincludeIgnoreFile
(#19795) (루밀LuMir)3aed075
docs: Update README (GitHub Actions Bot)a2f888d
docs: enhance documentation with links and fix typos (#19761) (루밀LuMir)53c3235
docs: update to clarify prompt usage (#19748) (Jennifer Davis)Chores
5c114c9
chore: upgrade@eslint/js
@9
.29.0 (#19851) (Milos Djermanovic)acf2201
chore: package.json update for@eslint/js
release (Jenkins)a806994
refactor: Remove eslintrc from flat config functionality (#19833) (Nicholas C. Zakas)152ed51
test: switch to flat config mode in code path analysis tests (#19824) (Milos Djermanovic)b647239
chore: Update first-party dependencies faster with Renovate (#19822) (Nicholas C. Zakas)7abe42e
refactor: SafeEmitter -> SourceCodeVisitor (#19708) (Nicholas C. Zakas)e392895
perf: improve time complexity ofgetLocFromIndex
(#19782) (루밀LuMir)0ed289c
chore: remove accidentally committed file (#19807) (Francesco Trotta)
Changelog
Sourced from eslint's changelog.
v9.29.0 - June 13, 2025
5c114c9
chore: upgrade@eslint/js
@9
.29.0 (#19851) (Milos Djermanovic)acf2201
chore: package.json update for@eslint/js
release (Jenkins)f686fcb
feat: addecmaVersion: 2026
, parsingusing
andawait using
(#19832) (Milos Djermanovic)85c082c
fix: explicit matching behavior with negated patterns and arrays (#19845) (Milos Djermanovic)00e3e6a
docs: add support for custom name parameter toincludeIgnoreFile
(#19795) (루밀LuMir)9bda4a9
fix: fixLintOptions.filterCodeBlock
types (#19837) (ntnyq)a806994
refactor: Remove eslintrc from flat config functionality (#19833) (Nicholas C. Zakas)19cdd22
feat: prune suppressions for non-existent files (#19825) (TKDev7)b3d720f
feat: add ES2025 globals (#19835) (fisker Cheung)677a283
feat: add auto-accessor fields support to class-methods-use-this (#19789) (sethamus)3aed075
docs: Update README (GitHub Actions Bot)7ab77a2
fix: correct breaking deprecation of FlatConfig type (#19826) (Logicer)a2f888d
docs: enhance documentation with links and fix typos (#19761) (루밀LuMir)dbba058
feat: allow global type declaration inno-var
(#19714) (Remco Haszing)152ed51
test: switch to flat config mode in code path analysis tests (#19824) (Milos Djermanovic)b647239
chore: Update first-party dependencies faster with Renovate (#19822) (Nicholas C. Zakas)7abe42e
refactor: SafeEmitter -> SourceCodeVisitor (#19708) (Nicholas C. Zakas)342bd29
feat: ignore type annotations in no-restricted-globals (#19781) (sethamus)e392895
perf: improve time complexity ofgetLocFromIndex
(#19782) (루밀LuMir)1ba3318
fix: addlanguage
anddialects
tono-use-before-define
(#19808) (Francesco Trotta)786bcd1
feat: add allowProperties option to no-restricted-properties (#19772) (sethamus)05b66d0
feat: addsourceCode.isGlobalReference(node)
method (#19695) (Nitin Kumar)53c3235
docs: update to clarify prompt usage (#19748) (Jennifer Davis)0ed289c
chore: remove accidentally committed file (#19807) (Francesco Trotta)
Commits
edf232b
9.29.0c2414b6
Build: changelog update for 9.29.05c114c9
chore: upgrade@eslint/js
@9
.29.0 (#19851)acf2201
chore: package.json update for@eslint/js
releasef686fcb
feat: addecmaVersion: 2026
, parsingusing
andawait using
(#19832)85c082c
fix: explicit matching behavior with negated patterns and arrays (#19845)00e3e6a
docs: add support for custom name parameter toincludeIgnoreFile
(#19795)9bda4a9
fix: fixLintOptions.filterCodeBlock
types (#19837)a806994
refactor: Remove eslintrc from flat config functionality (#19833)19cdd22
feat: 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
a7c0c88
Thanks@ItsNickBarry
! - When using--diff-filter
with theD
option 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 add
likefatal: pathspec 'deleted-file' did not match any files
.
38f942e
Thanks@iiroj
! - Removed an extraneous log entry that printedshouldHidePArtiallyStagedFiles
to console output.v16.1.1
Patch Changes
#1565
3686977
Thanks@iiroj
! - Lint-staged now explicitly warns about potential data loss when using--no-stash
.#1571
02299a9
Thanks@iiroj
! - Function tasks (introduced in v16.0.0) only receive the staged files matching the configured glob, instead of all staged files.#1563
bc61c74
Thanks@iiroj
! - This version fixes incorrect behavior where unstaged changes were committed when using the--no-stash
option. This happened because--no-stash
implied--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-staged
at the same time.
Changelog
Sourced from lint-staged's changelog.
16.1.2
Patch Changes
#1570
a7c0c88
Thanks@ItsNickBarry
! - When using--diff-filter
with theD
option 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 add
likefatal: pathspec 'deleted-file' did not match any files
.
38f942e
Thanks@iiroj
! - Removed an extraneous log entry that printedshouldHidePArtiallyStagedFiles
to console output.16.1.1
Patch Changes
#1565
3686977
Thanks@iiroj
! - Lint-staged now explicitly warns about potential data loss when using--no-stash
.#1571
02299a9
Thanks@iiroj
! - Function tasks (introduced in v16.0.0) only receive the staged files matching the configured glob, instead of all staged files.#1563
bc61c74
Thanks@iiroj
! - This version fixes incorrect behavior where unstaged changes were committed when using the--no-stash
option. This happened because--no-stash
implied--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-staged
at the same time.
Commits
0c48e29
chore(changeset): releasee07227e
perf: call rev-parse only once instead of three times when resolving git repo38f942e
fix: remove extra log entry5031a71
perf: further optimize file chunking6ec38b9
perf: optimize file list length calculation (#1581)a7c0c88
fix: only stage changes to deleted files if they're no longer deleted after r...ccd5edd
test: pass --no-error-on-unmatched-pattern to prettier command in --diff-opti...48a6e95
test: add failing test for staged deleted files not passed directly to tasks ...b56b29e
test: add failing test for staged deleted files with diff filter D8420429
chore(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
null
fromKeyword
toNull
(#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
8915a47
chore(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
48b1f84
chore: release main (#216)147afec
chore: updatepackage.json
to follow template (#225)0a6aad0
docs: fix bun command and update documentation (#222)2a8913c
docs: Update README sponsors2dbe2b9
fix: consider negated patterns universal (#220)e84cbd7
fix: explicit match in array elements offiles
(#218)b8bf819
ci: Test in Bun (#87)cb858ff
refactor: update and fix error types in JSDoc comments (#213)4ec089e
docs: Update README sponsors1ddb2ed
docs: 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/core
bumped 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/core
bumped 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/core
bumped 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
f686fcb
feat: addecmaVersion: 2026
, parsingusing
andawait using
(#19832) (Milos Djermanovic)19cdd22
feat: prune suppressions for non-existent files (#19825) (TKDev7)b3d720f
feat: add ES2025 globals (#19835) (fisker Cheung)677a283
feat: add auto-accessor fields support to class-methods-use-this (#19789) (sethamus)dbba058
feat: allow global type declaration inno-var
(#19714) (Remco Haszing)342bd29
feat: ignore type annotations in no-restricted-globals (#19781) (sethamus)786bcd1
feat: add allowProperties option to no-restricted-properties (#19772) (sethamus)05b66d0
feat: addsourceCode.isGlobalReference(node)
method (#19695) (Nitin Kumar)Bug Fixes
85c082c
fix: explicit matching behavior with negated patterns and arrays (#19845) (Milos Djermanovic)9bda4a9
fix: fixLintOptions.filterCodeBlock
types (#19837) (ntnyq)7ab77a2
fix: correct breaking deprecation of FlatConfig type (#19826) (Logicer)1ba3318
fix: addlanguage
anddialects
tono-use-before-define
(#19808) (Francesco Trotta)Documentation
00e3e6a
docs: add support for custom name parameter toincludeIgnoreFile
(#19795) (루밀LuMir)3aed075
docs: Update README (GitHub Actions Bot)a2f888d
docs: enhance documentation with links and fix typos (#19761) (루밀LuMir)53c3235
docs: update to clarify prompt usage (#19748) (Jennifer Davis)Chores
5c114c9
chore: upgrade@eslint/js
@9
.29.0 (#19851) (Milos Djermanovic)acf2201
chore: package.json update for@eslint/js
release (Jenkins)a806994
refactor: Remove eslintrc from flat config functionality (#19833) (Nicholas C. Zakas)152ed51
test: switch to flat config mode in code path analysis tests (#19824) (Milos Djermanovic)b647239
chore: Update first-party dependencies faster with Renovate (#19822) (Nicholas C. Zakas)7abe42e
refactor: SafeEmitter -> SourceCodeVisitor (#19708) (Nicholas C. Zakas)e392895
perf: improve time complexity ofgetLocFromIndex
(#19782) (루밀LuMir)0ed289c
chore: remove accidentally committed file (#19807) (Francesco Trotta)
Changelog
Sourced from @eslint/js
's changelog.
v9.29.0 - June 13, 2025
5c114c9
chore: upgrade@eslint/js
@9
.29.0 (#19851) (Milos Djermanovic)acf2201
chore: package.json update for@eslint/js
release (Jenkins)f686fcb
feat: addecmaVersion: 2026
, parsingusing
andawait using
(#19832) (Milos Djermanovic)85c082c
fix: explicit matching behavior with negated patterns and arrays (#19845) (Milos Djermanovic)00e3e6a
docs: add support for custom name parameter toincludeIgnoreFile
(#19795) (루밀LuMir)9bda4a9
fix: fixLintOptions.filterCodeBlock
types (#19837) (ntnyq)a806994
refactor: Remove eslintrc from flat config functionality (#19833) (Nicholas C. Zakas)19cdd22
feat: prune suppressions for non-existent files (#19825) (TKDev7)b3d720f
feat: add ES2025 globals (#19835) (fisker Cheung)677a283
feat: add auto-accessor fields support to class-methods-use-this (#19789) (sethamus)3aed075
docs: Update README (GitHub Actions Bot)7ab77a2
fix: correct breaking deprecation of FlatConfig type (#19826) (Logicer)a2f888d
docs: enhance documentation with links and fix typos (#19761) (루밀LuMir)dbba058
feat: allow global type declaration inno-var
(#19714) (Remco Haszing)152ed51
test: switch to flat config mode in code path analysis tests (#19824) (Milos Djermanovic)b647239
chore: Update first-party dependencies faster with Renovate (#19822) (Nicholas C. Zakas)7abe42e
refactor: SafeEmitter -> SourceCodeVisitor (#19708) (Nicholas C. Zakas)342bd29
feat: ignore type annotations in no-restricted-globals (#19781) (sethamus)e392895
perf: improve time complexity ofgetLocFromIndex
(#19782) (루밀LuMir)1ba3318
fix: addlanguage
anddialects
tono-use-before-define
(#19808) (Francesco Trotta)786bcd1
feat: add allowProperties option to no-restricted-properties (#19772) (sethamus)05b66d0
feat: addsourceCode.isGlobalReference(node)
method (#19695) (Nitin Kumar)53c3235
docs: update to clarify prompt usage (#19748) (Jennifer Davis)0ed289c
chore: remove accidentally committed file (#19807) (Francesco Trotta)
Commits
acf2201
chore: package.json update for@eslint/js
release- 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/core
bumped 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/core
bumped from ^0.14.0 to ^0.15.0
Commits
48b1f84
chore: release main (#216)147afec
chore: updatepackage.json
to follow template (#225)0a6aad0
docs: fix bun command and update documentation (#222)2a8913c
docs: Update README sponsorscb858ff
refactor: update and fix error types in JSDoc comments (#213)4ec089e
docs: Update README sponsors1ddb2ed
docs: Update README sponsorsaa6a48b
docs: 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
eede12f
v0.4.3 release (#668)1ab1275
Update rekor/v2/*.proto to 0.1.5 (#665)b7e49be
Sync rekor-tiles protos into protobuf-specs (#661)a259f66
Run build checks by default (#663)f490137
workflows: Update python versions to currently supported (#662)c5e04c7
build(deps): bump prost-build from 0.13.4 to 0.13.5 in /gen/pb-rust (#654)e3f20ae
build(deps): bump distroless/base-debian12 in /protoc-builder (#658)677752e
Update release-checklist.md and README.md for service builder (#648)9912203
Fix the tag on service-builder container (#647)711b4ee
Release 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
null
fromKeyword
toNull
(#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
8915a47
chore(release): publish 8.34.08208974
docs: rename "directive comments" to "comment directives" (#11268)685e530
fix(typescript-estree): add validation to interface extends (#11271)0f5c59c
chore(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
null
fromKeyword
toNull
(#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
8915a47
chore(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
null
fromKeyword
toNull
(#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 |