Bump the development-version-updates group with 38 updates
Type: Pull Request
State: Open
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 0
(12 days ago)
(12 days ago)
dependencies javascript
Bumps the development-version-updates group with 38 updates:
Updates @types/node
from 22.17.2 to 22.18.0
Commits
- See full diff in compare view
Updates eslint
from 9.33.0 to 9.34.0
Release notes
Sourced from eslint's releases.
v9.34.0
Features
0bb777a
feat: multithread linting (#19794) (Francesco Trotta)43a5f9e
feat: add eslint-plugin-regexp to eslint-config-eslint base config (#19951) (Pixel998)Bug Fixes
9b89903
fix: default value of accessor-pairs option in rule.d.ts file (#20024) (Tanuj Kanti)6c07420
fix: fix spurious failure in neostandard integration test (#20023) (Kirk Waiblinger)676f4ac
fix: allow scientific notation with trailing zeros matching exponent (#20002) (Sweta Tanwar)Documentation
0b4a590
docs: make rulesdir deprecation clearer (#20018) (Domenico Gemoli)327c672
docs: Update README (GitHub Actions Bot)bf26229
docs: Fix typo in core-concepts/index.md (#20009) (Tobias Hernstig)2309327
docs: fix typo in the "Configuring Rules" section (#20001) (ghazi-git)2b87e21
docs: [no-else-return] clarify sample code. (#19991) (Yuki Takada (Yukinosuke Takada))c36570c
docs: Update README (GitHub Actions Bot)Chores
f19ad94
chore: upgrade to@eslint/js@9.34.0
(#20030) (Francesco Trotta)b48fa20
chore: package.json update for@eslint/js
release (Jenkins)4bce8a2
chore: package.json update for eslint-config-eslint release (Jenkins)0c9999c
refactor: prefer default options ingrouped-accessor-pairs
(#20028) (루밀LuMir)d503f19
ci: fixstale.yml
(#20010) (루밀LuMir)e2dc67d
ci: centralizestale.yml
(#19994) (루밀LuMir)7093cb8
ci: bump actions/checkout from 4 to 5 (#20005) (dependabot[bot])
Changelog
Sourced from eslint's changelog.
v9.34.0 - August 22, 2025
f19ad94
chore: upgrade to@eslint/js@9.34.0
(#20030) (Francesco Trotta)b48fa20
chore: package.json update for@eslint/js
release (Jenkins)4bce8a2
chore: package.json update for eslint-config-eslint release (Jenkins)0c9999c
refactor: prefer default options ingrouped-accessor-pairs
(#20028) (루밀LuMir)0b4a590
docs: make rulesdir deprecation clearer (#20018) (Domenico Gemoli)9b89903
fix: default value of accessor-pairs option in rule.d.ts file (#20024) (Tanuj Kanti)6c07420
fix: fix spurious failure in neostandard integration test (#20023) (Kirk Waiblinger)676f4ac
fix: allow scientific notation with trailing zeros matching exponent (#20002) (Sweta Tanwar)327c672
docs: Update README (GitHub Actions Bot)d503f19
ci: fixstale.yml
(#20010) (루밀LuMir)0bb777a
feat: multithread linting (#19794) (Francesco Trotta)bf26229
docs: Fix typo in core-concepts/index.md (#20009) (Tobias Hernstig)43a5f9e
feat: add eslint-plugin-regexp to eslint-config-eslint base config (#19951) (Pixel998)e2dc67d
ci: centralizestale.yml
(#19994) (루밀LuMir)7093cb8
ci: bump actions/checkout from 4 to 5 (#20005) (dependabot[bot])2309327
docs: fix typo in the "Configuring Rules" section (#20001) (ghazi-git)2b87e21
docs: [no-else-return] clarify sample code. (#19991) (Yuki Takada (Yukinosuke Takada))c36570c
docs: Update README (GitHub Actions Bot)
Commits
b8875f6
9.34.02e455fb
Build: changelog update for 9.34.0f19ad94
chore: upgrade to@eslint/js@9.34.0
(#20030)b48fa20
chore: package.json update for@eslint/js
release4bce8a2
chore: package.json update for eslint-config-eslint release0c9999c
refactor: prefer default options ingrouped-accessor-pairs
(#20028)0b4a590
docs: make rulesdir deprecation clearer (#20018)9b89903
fix: default value of accessor-pairs option in rule.d.ts file (#20024)6c07420
fix: fix spurious failure in neostandard integration test (#20023)676f4ac
fix: allow scientific notation with trailing zeros matching exponent (#20002)- Additional commits viewable in compare view
Updates typescript-eslint
from 8.40.0 to 8.41.0
Release notes
Sourced from typescript-eslint's releases.
v8.41.0
8.41.0 (2025-08-25)
🚀 Features
- tighten
tsconfigRootDir
validation (#11463)🩹 Fixes
- resolve type error in eslint config (#11500)
- deps: update babel monorepo (#11174)
- deps: update dependency prettier to v3.6.2 (#11496)
❤️ Thank You
- Kirk Waiblinger
@kirkwaiblinger
You can read about our versioning strategy and releases on our website.
Changelog
Sourced from typescript-eslint's changelog.
8.41.0 (2025-08-25)
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
31a7336
chore(release): publish 8.41.0- See full diff in compare view
Updates @eslint/js
from 9.33.0 to 9.34.0
Release notes
Sourced from @eslint/js
's releases.
v9.34.0
Features
0bb777a
feat: multithread linting (#19794) (Francesco Trotta)43a5f9e
feat: add eslint-plugin-regexp to eslint-config-eslint base config (#19951) (Pixel998)Bug Fixes
9b89903
fix: default value of accessor-pairs option in rule.d.ts file (#20024) (Tanuj Kanti)6c07420
fix: fix spurious failure in neostandard integration test (#20023) (Kirk Waiblinger)676f4ac
fix: allow scientific notation with trailing zeros matching exponent (#20002) (Sweta Tanwar)Documentation
0b4a590
docs: make rulesdir deprecation clearer (#20018) (Domenico Gemoli)327c672
docs: Update README (GitHub Actions Bot)bf26229
docs: Fix typo in core-concepts/index.md (#20009) (Tobias Hernstig)2309327
docs: fix typo in the "Configuring Rules" section (#20001) (ghazi-git)2b87e21
docs: [no-else-return] clarify sample code. (#19991) (Yuki Takada (Yukinosuke Takada))c36570c
docs: Update README (GitHub Actions Bot)Chores
f19ad94
chore: upgrade to@eslint/js@9.34.0
(#20030) (Francesco Trotta)b48fa20
chore: package.json update for@eslint/js
release (Jenkins)4bce8a2
chore: package.json update for eslint-config-eslint release (Jenkins)0c9999c
refactor: prefer default options ingrouped-accessor-pairs
(#20028) (루밀LuMir)d503f19
ci: fixstale.yml
(#20010) (루밀LuMir)e2dc67d
ci: centralizestale.yml
(#19994) (루밀LuMir)7093cb8
ci: bump actions/checkout from 4 to 5 (#20005) (dependabot[bot])
Changelog
Sourced from @eslint/js
's changelog.
v9.34.0 - August 22, 2025
f19ad94
chore: upgrade to@eslint/js@9.34.0
(#20030) (Francesco Trotta)b48fa20
chore: package.json update for@eslint/js
release (Jenkins)4bce8a2
chore: package.json update for eslint-config-eslint release (Jenkins)0c9999c
refactor: prefer default options ingrouped-accessor-pairs
(#20028) (루밀LuMir)0b4a590
docs: make rulesdir deprecation clearer (#20018) (Domenico Gemoli)9b89903
fix: default value of accessor-pairs option in rule.d.ts file (#20024) (Tanuj Kanti)6c07420
fix: fix spurious failure in neostandard integration test (#20023) (Kirk Waiblinger)676f4ac
fix: allow scientific notation with trailing zeros matching exponent (#20002) (Sweta Tanwar)327c672
docs: Update README (GitHub Actions Bot)d503f19
ci: fixstale.yml
(#20010) (루밀LuMir)0bb777a
feat: multithread linting (#19794) (Francesco Trotta)bf26229
docs: Fix typo in core-concepts/index.md (#20009) (Tobias Hernstig)43a5f9e
feat: add eslint-plugin-regexp to eslint-config-eslint base config (#19951) (Pixel998)e2dc67d
ci: centralizestale.yml
(#19994) (루밀LuMir)7093cb8
ci: bump actions/checkout from 4 to 5 (#20005) (dependabot[bot])2309327
docs: fix typo in the "Configuring Rules" section (#20001) (ghazi-git)2b87e21
docs: [no-else-return] clarify sample code. (#19991) (Yuki Takada (Yukinosuke Takada))c36570c
docs: Update README (GitHub Actions Bot)
Commits
b48fa20
chore: package.json update for@eslint/js
release- See full diff in compare view
Updates @inquirer/checkbox
from 4.2.1 to 4.2.2
Commits
fdc9201
Publish3deee5c
fix(@inquirer/core
): Remove vim/emacs easter eggs conflicting with type-to-se...df341a8
Publish2d8ddcc
fix(@inquirer/confirm
): Fix when using with unix yes command. (#1815)f5c39a8
chore: Document known issue with setRawMode(true). Closes #1721- See full diff in compare view
Updates @inquirer/core
from 10.1.15 to 10.2.0
Release notes
Sourced from @inquirer/core
's releases.
@inquirer/core
@10
.2.0
- fix: Remove "easter-egg" vim/emacs bindings in
isUpKey
/isDownKey
. Those were conflicting with the type-to-search features.- feat: Added
isTabKey
utility
Commits
fdc9201
Publish3deee5c
fix(@inquirer/core
): Remove vim/emacs easter eggs conflicting with type-to-se...df341a8
Publish2d8ddcc
fix(@inquirer/confirm
): Fix when using with unix yes command. (#1815)f5c39a8
chore: Document known issue with setRawMode(true). Closes #1721daf4d6f
Publishb4992d3
fix: lockfile regenerated7ddf02b
chore (@inquirer/external-editor
): Add keyword to help search82df7a2
fix (@inquirer/external-editor
): Make@types/node
an optional peer dependency28c2f20
chore (@inquirer/external-editor
): Add note to README about being a replacement- Additional commits viewable in compare view
Updates @inquirer/editor
from 4.2.17 to 4.2.18
Commits
fdc9201
Publish3deee5c
fix(@inquirer/core
): Remove vim/emacs easter eggs conflicting with type-to-se...df341a8
Publish2d8ddcc
fix(@inquirer/confirm
): Fix when using with unix yes command. (#1815)f5c39a8
chore: Document known issue with setRawMode(true). Closes #1721- See full diff in compare view
Updates @inquirer/expand
from 4.0.17 to 4.0.18
Commits
fdc9201
Publish3deee5c
fix(@inquirer/core
): Remove vim/emacs easter eggs conflicting with type-to-se...df341a8
Publish2d8ddcc
fix(@inquirer/confirm
): Fix when using with unix yes command. (#1815)f5c39a8
chore: Document known issue with setRawMode(true). Closes #1721daf4d6f
Publishb4992d3
fix: lockfile regenerated7ddf02b
chore (@inquirer/external-editor
): Add keyword to help search82df7a2
fix (@inquirer/external-editor
): Make@types/node
an optional peer dependency28c2f20
chore (@inquirer/external-editor
): Add note to README about being a replacement- Additional commits viewable in compare view
Updates @inquirer/input
from 4.2.1 to 4.2.2
Commits
fdc9201
Publish3deee5c
fix(@inquirer/core
): Remove vim/emacs easter eggs conflicting with type-to-se...df341a8
Publish2d8ddcc
fix(@inquirer/confirm
): Fix when using with unix yes command. (#1815)f5c39a8
chore: Document known issue with setRawMode(true). Closes #1721daf4d6f
Publishb4992d3
fix: lockfile regenerated7ddf02b
chore (@inquirer/external-editor
): Add keyword to help search82df7a2
fix (@inquirer/external-editor
): Make@types/node
an optional peer dependency28c2f20
chore (@inquirer/external-editor
): Add note to README about being a replacement- Additional commits viewable in compare view
Updates @inquirer/number
from 3.0.17 to 3.0.18
Commits
fdc9201
Publish3deee5c
fix(@inquirer/core
): Remove vim/emacs easter eggs conflicting with type-to-se...df341a8
Publish2d8ddcc
fix(@inquirer/confirm
): Fix when using with unix yes command. (#1815)f5c39a8
chore: Document known issue with setRawMode(true). Closes #1721daf4d6f
Publishb4992d3
fix: lockfile regenerated7ddf02b
chore (@inquirer/external-editor
): Add keyword to help search82df7a2
fix (@inquirer/external-editor
): Make@types/node
an optional peer dependency28c2f20
chore (@inquirer/external-editor
): Add note to README about being a replacement- Additional commits viewable in compare view
Updates @inquirer/password
from 4.0.17 to 4.0.18
Commits
fdc9201
Publish3deee5c
fix(@inquirer/core
): Remove vim/emacs easter eggs conflicting with type-to-se...df341a8
Publish2d8ddcc
fix(@inquirer/confirm
): Fix when using with unix yes command. (#1815)f5c39a8
chore: Document known issue with setRawMode(true). Closes #1721daf4d6f
Publishb4992d3
fix: lockfile regenerated7ddf02b
chore (@inquirer/external-editor
): Add keyword to help search82df7a2
fix (@inquirer/external-editor
): Make@types/node
an optional peer dependency28c2f20
chore (@inquirer/external-editor
): Add note to README about being a replacement- Additional commits viewable in compare view
Updates @inquirer/rawlist
from 4.1.5 to 4.1.6
Commits
fdc9201
Publish3deee5c
fix(@inquirer/core
): Remove vim/emacs easter eggs conflicting with type-to-se...df341a8
Publish2d8ddcc
fix(@inquirer/confirm
): Fix when using with unix yes command. (#1815)f5c39a8
chore: Document known issue with setRawMode(true). Closes #1721daf4d6f
Publishb4992d3
fix: lockfile regenerated7ddf02b
chore (@inquirer/external-editor
): Add keyword to help search82df7a2
fix (@inquirer/external-editor
): Make@types/node
an optional peer dependency28c2f20
chore (@inquirer/external-editor
): Add note to README about being a replacement- Additional commits viewable in compare view
Updates @inquirer/search
from 3.1.0 to 3.1.1
Commits
fdc9201
Publish3deee5c
fix(@inquirer/core
): Remove vim/emacs easter eggs conflicting with type-to-se...df341a8
Publish2d8ddcc
fix(@inquirer/confirm
): Fix when using with unix yes command. (#1815)f5c39a8
chore: Document known issue with setRawMode(true). Closes #1721daf4d6f
Publishb4992d3
fix: lockfile regenerated7ddf02b
chore (@inquirer/external-editor
): Add keyword to help search82df7a2
fix (@inquirer/external-editor
): Make@types/node
an optional peer dependency28c2f20
chore (@inquirer/external-editor
): Add note to README about being a replacement- Additional commits viewable in compare view
Updates @inquirer/select
from 4.3.1 to 4.3.2
Commits
fdc9201
Publish3deee5c
fix(@inquirer/core
): Remove vim/emacs easter eggs conflicting with type-to-se...df341a8
Publish2d8ddcc
fix(@inquirer/confirm
): Fix when using with unix yes command. (#1815)f5c39a8
chore: Document known issue with setRawMode(true). Closes #1721daf4d6f
Publishb4992d3
fix: lockfile regenerated7ddf02b
chore (@inquirer/external-editor
): Add keyword to help search82df7a2
fix (@inquirer/external-editor
): Make@types/node
an optional peer dependency28c2f20
chore (@inquirer/external-editor
): Add note to README about being a replacement- Additional commits viewable in compare view
Updates @jsonjoy.com/json-pointer
from 1.0.1 to 1.0.2
Release notes
Sourced from @jsonjoy.com/json-pointer's releases
.
v1.0.2
1.0.2 (2025-08-24)
Bug Fixes
- 🐛 update dependencies (45ed728)
Commits
c536264
Merge pull request #2 from jsonjoy-com/update-deps45ed728
fix: 🐛 update dependencies- See full diff in compare view
Updates @rollup/wasm-node
from 4.46.3 to 4.48.1
Release notes
Sourced from @rollup/wasm-node
's releases.
v4.48.1
4.48.1
2025-08-25
Bug Fixes
- Correctly ignore white-space in JSX strings around line-breaks (#6051)
Pull Requests
- #6051: fix: handle whitespace according to JSX common practice (
@cyyynthia
)- #6078: build: optimize pipeline take two (
@cyyynthia
)v4.48.0
4.48.0
2025-08-23
Features
- If configured, also keep unparseable import attributes of external dynamic imports in the output(#6071)
Bug Fixes
- Ensure variables referenced in non-removed import attributes are included (#6071)
Pull Requests
- #6071: Keep attributes for external dynamic imports (
@TrickyPi
)- #6079: fix(deps): update swc monorepo (major) (
@renovate
[bot])- #6080: fix(deps): lock file maintenance minor/patch updates (
@renovate
[bot])v4.47.1
4.47.1
2025-08-21
Bug Fixes
- Revert build process changes to investigate issues (#6077)
Pull Requests
- #6077: Revert "build: aggressively optimize wasm build, improve pipeline (#6053)" (
@lukastaegert
)v4.47.0
4.47.0
2025-08-21
... (truncated)
Changelog
Sourced from @rollup/wasm-node
's changelog.
4.48.1
2025-08-25
Bug Fixes
- Correctly ignore white-space in JSX strings around line-breaks (#6051)
Pull Requests
- #6051: fix: handle whitespace according to JSX common practice (
@cyyynthia
)- #6078: build: optimize pipeline take two (
@cyyynthia
)4.48.0
2025-08-23
Features
- If configured, also keep unparseable import attributes of external dynamic imports in the output(#6071)
Bug Fixes
- Ensure variables referenced in non-removed import attributes are included (#6071)
Pull Requests
- #6071: Keep attributes for external dynamic imports (
@TrickyPi
)- #6079: fix(deps): update swc monorepo (major) (
@renovate
[bot])- #6080: fix(deps): lock file maintenance minor/patch updates (
@renovate
[bot])4.47.1
2025-08-21
Bug Fixes
- Revert build process changes to investigate issues (#6077)
Pull Requests
- #6077: Revert "build: aggressively optimize wasm build, improve pipeline (#6053)" (
@lukastaegert
)4.47.0
2025-08-21
Features
- Aggressively reduce WASM build size (#6053)
... (truncated)
Commits
8b6b06b
4.48.18cf554a
build: optimize pipeline take two (#6078)c9e96c2
fix: handle whitespace according to JSX common practice (#6051)77bb1ae
4.48.094c96fa
Keep attributes for external dynamic imports (#6071)e8e9f83
fix(deps): update swc monorepo (major) (#6079)d1540fa
fix(deps): lock file maintenance minor/patch updates (#6080)21d5c5b
4.47.182a8f15
Revert "build: aggressively optimize wasm build, improve pipeline (#6053)" (#...4a5d2da
4.47.0- Additional commits viewable in compare view
Updates @types/node-forge
from 1.3.13 to 1.3.14
Commits
- See full diff in compare view
Updates @types/sizzle
from 2.3.9 to 2.3.10
Commits
- See full diff in compare view
Updates @typescript-eslint/eslint-plugin
from 8.40.0 to 8.41.0
Release notes
Sourced from @typescript-eslint/eslint-plugin
's releases.
v8.41.0
8.41.0 (2025-08-25)
🚀 Features
- tighten
tsconfigRootDir
validation (#11463)🩹 Fixes
- resolve type error in eslint config (#11500)
- deps: update babel monorepo (#11174)
- deps: update dependency prettier to v3.6.2 (#11496)
❤️ Thank You
- Kirk Waiblinger
@kirkwaiblinger
You can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/eslint-plugin
's changelog.
8.41.0 (2025-08-25)
🩹 Fixes
- deps: update dependency prettier to v3.6.2 (#11496)
You can read about our versioning strategy and releases on our website.
Commits
Updates @typescript-eslint/parser
from 8.40.0 to 8.41.0
Release notes
Sourced from @typescript-eslint/parser
's releases.
v8.41.0
8.41.0 (2025-08-25)
🚀 Features
- tighten
tsconfigRootDir
validation (#11463)🩹 Fixes
- resolve type error in eslint config (#11500)
- deps: update babel monorepo (#11174)
- deps: update dependency prettier to v3.6.2 (#11496)
❤️ Thank You
- Kirk Waiblinger
@kirkwaiblinger
You can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/parser
's changelog.
8.41.0 (2025-08-25)
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.
Description has been truncated
Pull Request Statistics
1
1
+179
-156
Package Dependencies
@typescript-eslint/parser
npm
8.40.0 → 8.41.0
Minor
@typescript-eslint/eslint-plugin
npm
8.40.0 → 8.41.0
Minor
@typescript-eslint/project-service
npm
8.40.0 → 8.41.0
Minor
@typescript-eslint/scope-manager
npm
8.40.0 → 8.41.0
Minor
@typescript-eslint/tsconfig-utils
npm
8.40.0 → 8.41.0
Minor
@typescript-eslint/type-utils
npm
8.40.0 → 8.41.0
Minor
@typescript-eslint/typescript-estree
npm
8.40.0 → 8.41.0
Minor
@typescript-eslint/visitor-keys
npm
8.40.0 → 8.41.0
Minor
Technical Details
ID: | 5825405 |
UUID: | 2775089769 |
Node ID: | PR_kwDONUyxgM6laIJp |
Host: | GitHub |
Repository: | mrlonis/example-angular-theme-lib |
Merge State: | Unknown |