chore(deps): bump the non-breaking-changes group with 71 updates
Type: Pull Request
State: Open
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 0
(10 days ago)
(10 days ago)
dependencies javascript
Bumps the non-breaking-changes group with 71 updates:
Updates @changesets/cli
from 2.29.2 to 2.29.6
Release notes
Sourced from @changesets/cli
's releases.
@changesets/cli
@2
.29.6Patch Changes
- #1712
a3563b0
Thanks@benmccann
! - Switch to maintained fork ofexternal-editor
@changesets/cli
@2
.29.5Patch Changes
#1693
6352819
Thanks@Andarist
! - Fixed an issue withworkspace:^
andworkspace:~
dependency ranges not being semantically treated as, respectively,^CURRENT_VERSION
and~CURRENT_VERSION
. This led to dependent packages being, at times, bumped too often when their dependencies with those ranges were bumped.Updated dependencies [
6352819
]:
@changesets/cli
@2
.29.4Patch Changes
#1668
65d6632
Thanks@Andarist
! - Fixed a crash in pre mode when trying to version private packages when tagging for private package is disabledUpdated dependencies [
65d6632
]:
@changesets/cli
@2
.29.3Patch Changes
#1589
de8bebc
Thanks@remorses
,@vzt7
! - Fixed a crash in prerelease mode when a package misses the version field in itspackage.json
#1619
c1e8a78
Thanks@manucorporat
! - Support../
inpublishConfig.directory
when publishing packagesUpdated dependencies [
de8bebc
]:
Commits
ca0be26
Version Packages (#1713)a3563b0
Switch to maintained fork of external-editor (#1712)283f654
DocumentprivatePackages
option (#1644)c7b6832
docs(readme): updated leftover (#1701)b57c77f
Version Packages (#1694)6352819
Fixed an issue withworkspace:^
andworkspace:~
dependency ranges not bei...9ce98a5
Align used function name with import in the docs (#1673)b962929
Version Packages (#1669)65d6632
Fixed a crash in pre mode when trying to version private packages when taggin...5ca6271
Enable publishing with provenance (#1659)- Additional commits viewable in compare view
Updates @clack/prompts
from 0.10.1 to 0.11.0
Release notes
Sourced from @clack/prompts
's releases.
@clack/prompts
@0
.11.0Minor Changes
- 07ca32d: Reverted a change where placeholders were being set as values on return.
Patch Changes
- Updated dependencies [07ca32d]
@clack/core
@0
.5.0
Changelog
Sourced from @clack/prompts
's changelog.
0.11.0
Minor Changes
- 07ca32d: Reverted a change where placeholders were being set as values on return.
Patch Changes
- Updated dependencies [07ca32d]
@clack/core
@0
.5.0
Commits
737f172
[ci] release (#325)07ca32d
fix: revert placeholder-on-return change (#324)- See full diff in compare view
Updates @commitlint/cli
from 19.8.0 to 19.8.1
Release notes
Sourced from @commitlint/cli
's releases.
v19.8.1
19.8.1 (2025-05-08)
Performance Improvements
- perf(rules): optimize header-trim by
@felipecrs
in conventional-changelog/commitlint#4363Docs
- docs(config-workspace-scopes): incorrect package name title by
@JounQin
in conventional-changelog/commitlint#4323- docs: changed
husky init
tohusky install
by@Stautvis
in conventional-changelog/commitlint#4356- docs: adjust package managers CLI instructions for both Win and Unix based systems (#4381) by
@juliolmuller
in conventional-changelog/commitlint#4382- docs: add CLI instruction for Bun package manager (#4380) by
@juliolmuller
in conventional-changelog/commitlint#4383CI
- ci: pin github actions to commit-hash by
@Fdawgs
in conventional-changelog/commitlint#4343New Contributors
@Stautvis
made their first contribution in conventional-changelog/commitlint#4356@felipecrs
made their first contribution in conventional-changelog/commitlint#4363@juliolmuller
made their first contribution in conventional-changelog/commitlint#4382Full Changelog: https://github.com/conventional-changelog/commitlint/compare/v19.8.0...v19.8.1
Commits
Updates @commitlint/config-conventional
from 19.8.0 to 19.8.1
Release notes
Sourced from @commitlint/config-conventional
's releases.
v19.8.1
19.8.1 (2025-05-08)
Performance Improvements
- perf(rules): optimize header-trim by
@felipecrs
in conventional-changelog/commitlint#4363Docs
- docs(config-workspace-scopes): incorrect package name title by
@JounQin
in conventional-changelog/commitlint#4323- docs: changed
husky init
tohusky install
by@Stautvis
in conventional-changelog/commitlint#4356- docs: adjust package managers CLI instructions for both Win and Unix based systems (#4381) by
@juliolmuller
in conventional-changelog/commitlint#4382- docs: add CLI instruction for Bun package manager (#4380) by
@juliolmuller
in conventional-changelog/commitlint#4383CI
- ci: pin github actions to commit-hash by
@Fdawgs
in conventional-changelog/commitlint#4343New Contributors
@Stautvis
made their first contribution in conventional-changelog/commitlint#4356@felipecrs
made their first contribution in conventional-changelog/commitlint#4363@juliolmuller
made their first contribution in conventional-changelog/commitlint#4382Full Changelog: https://github.com/conventional-changelog/commitlint/compare/v19.8.0...v19.8.1
Changelog
Sourced from @commitlint/config-conventional
's changelog.
19.8.1 (2025-05-08)
Note: Version bump only for package
@commitlint/config-conventional
Commits
Updates @eslint/js
from 9.26.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])v9.33.0
Features
e07820e
feat: add global object access detection to no-restricted-globals (#19939) (sethamus)90b050e
feat: support explicit resource management inone-var
(#19941) (Sweta Tanwar)Bug Fixes
732433c
fix: allow any type formeta.docs.recommended
in custom rules (#19995) (Francesco Trotta)e8a6914
fix: Fixed potential bug in check-emfile-handling.js (#19975) (諏訪原慶斗)Documentation
34f0723
docs: playground button for TypeScript code example (#19671) (Tanuj Kanti)dc942a4
docs: Update README (GitHub Actions Bot)5a4b6f7
docs: Update no-multi-assign.md (#19979) (Yuki Takada (Yukinosuke Takada))247e156
docs: add missing let declarations inno-plusplus
(#19980) (Yuki Takada (Yukinosuke Takada))0d17242
docs: Update README (GitHub Actions Bot)fa20b9d
docs: Clarify when to open an issue for a PR (#19974) (Nicholas C. Zakas)Build Related
Chores
... (truncated)
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)v9.33.0 - August 8, 2025
4258046
chore: update dependency@eslint/js
to v9.33.0 (#19998) (renovate[bot])ad28371
chore: package.json update for@eslint/js
release (Jenkins)06a22f1
test: resolve flakiness in --mcp flag test (#19993) (Pixel998)732433c
fix: allow any type formeta.docs.recommended
in custom rules (#19995) (Francesco Trotta)34f0723
docs: playground button for TypeScript code example (#19671) (Tanuj Kanti)dc942a4
docs: Update README (GitHub Actions Bot)5a4b6f7
docs: Update no-multi-assign.md (#19979) (Yuki Takada (Yukinosuke Takada))247e156
docs: add missing let declarations inno-plusplus
(#19980) (Yuki Takada (Yukinosuke Takada))0d17242
docs: Update README (GitHub Actions Bot)e07820e
feat: add global object access detection to no-restricted-globals (#19939) (sethamus)fa20b9d
docs: Clarify when to open an issue for a PR (#19974) (Nicholas C. Zakas)54920ed
test: switch toLinter.Config
inESLintRules
type tests (#19977) (Francesco Trotta)e8a6914
fix: Fixed potential bug in check-emfile-handling.js (#19975) (諏訪原慶斗)90b050e
feat: support explicit resource management inone-var
(#19941) (Sweta Tanwar)27fa865
build: useESLint
class to generate formatter examples (#19972) (Milos Djermanovic)v9.32.0 - July 25, 2025
960fd40
fix: Upgrade@eslint/js
(#19971) (Nicholas C. Zakas)50de1ce
chore: package.json update for@eslint/js
release (Jenkins)bbf23fa
fix: Refactor reporting into FileReport (#19877) (Nicholas C. Zakas)74f01a3
ci: unpinjiti
to version^2.5.1
(#19970) (루밀LuMir)d498887
fix: bump@eslint/plugin-kit
to 0.3.4 to resolve vulnerability (#19965) (Milos Djermanovic)2ab1381
ci: pinjiti
to version 2.4.2 (#19964) (Francesco Trotta)b7f7545
test: switch to flat config mode inSourceCode
tests (#19953) (Milos Djermanovic)f5a35e3
test: switch to flat config mode in eslint-fuzzer (#19960) (Milos Djermanovic)f46fc6c
fix: report only global references in no-implied-eval (#19932) (Nitin Kumar)
... (truncated)
Commits
b48fa20
chore: package.json update for@eslint/js
releasead28371
chore: package.json update for@eslint/js
release50de1ce
chore: package.json update for@eslint/js
released5054e5
chore: package.json update for@eslint/js
releaseb3dbc16
chore: package.json update for@eslint/js
release5a5d526
chore: package.json update for@eslint/js
releaseacf2201
chore: package.json update for@eslint/js
release844f5a6
chore: package.json update for@eslint/js
releaseecaef73
chore: package.json update for@eslint/js
release7bc6c71
feat: add no-unassigned-vars rule (#19618)- Additional commits viewable in compare view
Updates @iconify/json
from 2.2.334 to 2.2.379
Commits
0959074
Update 7 icon sets4d439e4
Update 6 icon sets0e73a77
Update 12 icon sets53c7b77
Update 8 icon sets7f7b59f
Update 2 icon sets: Huge Icons, Simple Iconsfb1e828
Update 6 icon setsfe987ae
Update Huge Icons444d2de
Update 4 icon sets: Custom Brand Icons, Material Icon Theme, Material Symbols...d72e495
Update 91 icon sets4238c15
Update 109 icon sets- Additional commits viewable in compare view
Updates @intlify/core-base
from 11.1.3 to 11.1.11
Release notes
Sourced from @intlify/core-base
's releases.
v11.1.11
What's Changed
⚡ Improvement Features
- fix: change warning from error for mutiple useI18n local scope calling by
@kazupon
in intlify/vue-i18n#2235Full Changelog: https://github.com/intlify/vue-i18n/compare/v11.1.10...v11.1.11
v11.1.10
🔒 Security Fixes
- fix: DOM-based XSS via tag attributes for escape parameter, about details see https://github.com/intlify/vue-i18n/security/advisories/GHSA-x8qp-wqqm-57ph
Full Changelog: https://github.com/intlify/vue-i18n/compare/v11.1.9...v11.1.10
v11.1.9
Full Changelog: https://github.com/intlify/vue-i18n/compare/v11.1.8...v11.1.9
v11.1.8
What's Changed
⚡ Improvement Features
- fix: typo by
@kazupon
in intlify/vue-i18n#2221Full Changelog: https://github.com/intlify/vue-i18n/compare/v11.1.7...v11.1.8
v11.1.7
What's Changed
🐛 Bug Fixes
- fix: declaration order in Number formatting with options ResourceKeys by
@kazupon
in intlify/vue-i18n#2208Full Changelog: https://github.com/intlify/vue-i18n/compare/v11.1.6...v11.1.7
v11.1.6
... (truncated)
Commits
Updates @jspm/generator
from 2.5.1 to 2.6.4
Commits
- See full diff in compare view
Updates @nolebase/vitepress-plugin-git-changelog
from 2.17.0 to 2.18.2
Release notes
Sourced from @nolebase/vitepress-plugin-git-changelog
's releases.
v2.18.2
🐞 Bug Fixes
- Type issue - by
@nekomeowww
(34951)View changes on GitHub
v2.18.1
🐞 Bug Fixes
- deps:
- Update all non-major dependencies - in nolebase/integrations#516 (fa7b3)
- Update all non-major dependencies - in nolebase/integrations#520 (b29c6)
View changes on GitHub
v2.18.0
🐞 Bug Fixes
- Build - by
@nekomeowww
(4692f)- deps: Update all non-major dependencies - in nolebase/integrations#506 (31e6e)
View changes on GitHub
v2.17.2
🐞 Bug Fixes
- deps: Update all non-major dependencies - in nolebase/integrations#503 (a7828)
View changes on GitHub
v2.17.1
🚀 Features
- bi-link: Support image size - by
@LincZero
in nolebase/integrations#486 (752d1)🐞 Bug Fixes
- Build - by
@nekomeowww
(d91f1)- deps:
- Update all non-major dependencies - in nolebase/integrations#490 (c8c3f)
- Update all non-major dependencies - in nolebase/integrations#493 (80333)
- Update all non-major dependencies - in nolebase/integrations#497 (44fc6)
- Update all non-major dependencies - in nolebase/integrations#501 (c50ac)
View changes on GitHub
Commits
9c74f35
release: v2.18.2e77e865
release: v2.18.18bdf15d
chore: use pnpm catalog (#524)b29c637
fix(deps): update all non-major dependencies (#520)fa7b3db
fix(deps): update all non-major dependencies (#516)ead82e1
release: v2.18.0c31fae0
chore(deps): bump dependencies4d0d5d6
style: updated lint config31e6e87
fix(deps): update all non-major dependencies (#506)c254f39
release: v2.17.2- Additional commits viewable in compare view
Updates @playwright/test
from 1.52.0 to 1.55.0
Release notes
Sourced from @playwright/test
's releases.
v1.55.0
New APIs
- New Property testStepInfo.titlePath Returns the full title path starting from the test file, including test and step titles.
Codegen
- Automatic
toBeVisible()
assertions: Codegen can now generate automatictoBeVisible()
assertions for common UI interactions. This feature can be enabled in the Codegen settings UI.Breaking Changes
- ⚠️ Dropped support for Chromium extension manifest v2.
Miscellaneous
- Added support for Debian 13 "Trixie".
Browser Versions
- Chromium 140.0.7339.16
- Mozilla Firefox 141.0
- WebKit 26.0
This version was also tested against the following stable channels:
- Google Chrome 139
- Microsoft Edge 139
v1.54.2
Highlights
microsoft/playwright#36714 - [Regression]: Codegen is not able to launch in Administrator Terminal on Windows (ProtocolError: Protocol error) microsoft/playwright#36828 - [Regression]: Playwright Codegen keeps spamming with selected option microsoft/playwright#36810 - [Regression]: Starting Codegen with target language doesn't work anymore
Browser Versions
- Chromium 139.0.7258.5
- Mozilla Firefox 140.0.2
- WebKit 26.0
This version was also tested against the following stable channels:
- Google Chrome 140
- Microsoft Edge 140
v1.54.1
Highlights
microsoft/playwright#36650 - [Regression]: 1.54.0 breaks downloading browsers when an HTTP(S) proxy is used
Browser Versions
- Chromium 139.0.7258.5
- Mozilla Firefox 140.0.2
- WebKit 26.0
... (truncated)
Commits
f992162
chore: mark v1.55.0 (#37121)4a92ea0
cherry-pick(#37113): docs: add release-notes for v1.55aa05507
cherry-pick(#37114): test: move browser._launchServer in child process27ae7dc
test: tree gardening (#37107)cd09d85
test: unflake "should pick element" (#37103)72e4772
chore(trace-viewer): remove unused code (#37097)5b8c7d6
chore(dotnet): float is non-nullable (#37095)
Pull Request Statistics
1
2
+4302
-3624
Package Dependencies
@typescript-eslint/parser
npm
8.31.1 → 8.41.0
Minor
prettier-plugin-tailwindcss
npm
0.6.11 → 0.6.14
Patch
@typescript-eslint/eslint-plugin
npm
8.31.1 → 8.41.0
Minor
eslint-plugin-perfectionist
npm
4.12.3 → 4.15.0
Minor
@commitlint/config-conventional
npm
19.8.0 → 19.8.1
Patch
@pnpm/workspace.read-manifest
npm
1000.1.4 → 1000.2.2
Minor
commitlint-plugin-function-rules
npm
4.0.1 → 4.0.2
Patch
pinia-plugin-persistedstate
npm
4.2.0 → 4.5.0
Minor
npm
2.17.0 → 2.18.2
Minor
vitepress-plugin-group-icons
npm
1.5.2 → 1.6.3
Minor
eslint-plugin-unused-imports
npm
4.1.4 → 4.2.0
Minor
stylelint-config-recommended-vue
npm
1.6.0 → 1.6.1
Patch
Technical Details
ID: | 5916307 |
UUID: | 2781017438 |
Node ID: | PR_kwDOO1OwzM6lwvVe |
Host: | GitHub |
Repository: | adamnchen/-Faster-Java-server |
Merge State: | Unknown |