chore(deps): bump the non-breaking-changes group across 1 directory with 67 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 non-breaking-changes group with 64 updates in the / directory:
Updates @changesets/cli
from 2.29.2 to 2.29.4
Release notes
Sourced from @changesets/cli
's releases.
@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
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)d23598a
Version Packages (#1641)de8bebc
Fixed a crash in prerelease mode when a package misses the version field in i...f15b0d0
docs: adds spectrum css and spectrum web components (#1627)c1e8a78
Support../
inpublishConfig.directory
when publishing packages (#1619)6dcc237
docs: fix examples (#1630)- See full diff 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.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)v9.28.0
Features
b0674be
feat: Customization of serialization for languageOptions (#19760) (Nicholas C. Zakas)a95721f
feat: Add--pass-on-unpruned-suppressions
CLI option (#19773) (Milos Djermanovic)bfd0e7a
feat: support TypeScript syntax inno-use-before-define
(#19566) (Tanuj Kanti)68c61c0
feat: support TS syntax inno-shadow
(#19565) (Nitin Kumar)0f773ef
feat: support TS syntax inno-magic-numbers
(#19561) (Nitin Kumar)c4a6b60
feat: add allowTypeAnnotation to func-style (#19754) (sethamus)b03ad17
feat: add TypeScript support toprefer-arrow-callback
(#19678) (Tanuj Kanti)bc3c331
feat: ignore overloaded function declarations in func-style rule (#19755) (sethamus)Bug Fixes
eea3e7e
fix: Remove configured global variables fromGlobalScope#implicit
(#19779) (Milos Djermanovic)a467de3
fix: update context.report types (#19751) (Nitin Kumar)fd467bb
fix: remove interopDefault to use jiti's default (#19697) (sethamus)72d16e3
fix: avoid false positive inno-unassigned-vars
for declare module (#19746) (Azat S.)81c3c93
fix: curly types (#19750) (Eli)
... (truncated)
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)v9.28.0 - May 30, 2025
175b7b8
chore: upgrade to@eslint/js@9.28.0
(#19802) (Francesco Trotta)844f5a6
chore: package.json update for@eslint/js
release (Jenkins)b0674be
feat: Customization of serialization for languageOptions (#19760) (Nicholas C. Zakas)3ec2082
docs: Nested arrays in files config entry (#19799) (Nicholas C. Zakas)89a65b0
docs: clarify how config arrays can apply to subsets of files (#19788) (Shais Ch)2ba8a0d
docs: Add description of meta.namespace to plugin docs (#19798) (Nicholas C. Zakas)eea3e7e
fix: Remove configured global variables fromGlobalScope#implicit
(#19779) (Milos Djermanovic)a95721f
feat: Add--pass-on-unpruned-suppressions
CLI option (#19773) (Milos Djermanovic)a467de3
fix: update context.report types (#19751) (Nitin Kumar)59dd7e6
docs: updatefunc-style
with examples (#19793) (Tanuj Kanti)62b1c1b
chore: update globals to v16 (#19791) (Nitin Kumar)bfd0e7a
feat: support TypeScript syntax inno-use-before-define
(#19566) (Tanuj Kanti)68c61c0
feat: support TS syntax inno-shadow
(#19565) (Nitin Kumar)e8a1cb8
chore: ignore jiti-v2.0 & jiti-v2.1 for renovate (#19786) (Nitin Kumar)0f773ef
feat: support TS syntax inno-magic-numbers
(#19561) (Nitin Kumar)43d3975
chore: Add Copilot Instructions file (#19753) (Nicholas C. Zakas)c4a6b60
feat: add allowTypeAnnotation to func-style (#19754) (sethamus)fd467bb
fix: remove interopDefault to use jiti's default (#19697) (sethamus)2dfb5eb
test: updateSourceCodeTraverser
tests (#19763) (Milos Djermanovic)b03ad17
feat: add TypeScript support toprefer-arrow-callback
(#19678) (Tanuj Kanti)e9129e0
docs: add global scope'simplicit
field to Scope Manager docs (#19770) (Milos Djermanovic)
... (truncated)
Commits
acf2201
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)35304dd
chore: add missingfunding
field to packages (#19684)- See full diff in compare view
Updates @faker-js/faker
from 9.7.0 to 9.8.0
Release notes
Sourced from @faker-js/faker
's releases.
v9.8.0
What's Changed
- feat(locale): add country code for en_CA & fr_CA by
@alixlahuec
in faker-js/faker#3476- test: use validator@13.15.0 with isULID, isISO31661Numeric, isISO15924 by
@matthewmayer
in faker-js/faker#3482- feat(locale): add zh_CN food by
@yyz945947732
in faker-js/faker#3479- docs: more than 70 locales by
@matthewmayer
in faker-js/faker#3483- feat(locale): update zh_CN location by
@yyz945947732
in faker-js/faker#3481- feat(locale): update zh_CN animal by
@yyz945947732
in faker-js/faker#3480- refactor(locale): ko state data update by
@seoahan
in faker-js/faker#3487- feat(locale): add zh_CN book by
@yyz945947732
in faker-js/faker#3477- feat(locale): add Japanese date and month definitions by
@matsueushi
in faker-js/faker#3492- feat(locale): add vehicle locale data for Japanese by
@noritaka1166
in faker-js/faker#3490- feat(locale): update Japanese company categories by
@noritaka1166
in faker-js/faker#3489- feat(locale): add Japanese science locale data including elements and units by
@noritaka1166
in faker-js/faker#3491- feat(locale): add Japanese sex definitions for person locale by
@noritaka1166
in faker-js/faker#3495- refactor(locale): rename pt-BR streetSuffix to streetPrefix by
@glmchalita
in faker-js/faker#3493- feat(locale): update zh_CN word by
@yyz945947732
in faker-js/faker#3478- refactor(locale): normalize internet data by
@xDivisionByZerox
in faker-js/faker#3502- chore(deps): update eslint by
@renovate
in faker-js/faker#3500- chore(deps): update dependency eslint-plugin-unicorn to v59 by
@renovate
in faker-js/faker#3501- chore(deps): update vitest by
@renovate
in faker-js/faker#3497- chore(deps): update cypress/browsers docker tag to v24 by
@renovate
in faker-js/faker#3507- chore(deps): update all non-major dependencies by
@renovate
in faker-js/faker#3498- chore(deps): update mcr.microsoft.com/devcontainers/typescript-node:22 docker digest to fb211a0 by
@renovate
in faker-js/faker#3508- feat(locale): Add additional Japanese last names to the locale data by
@noritaka1166
in faker-js/faker#3484- chore(deps): update eslint by
@renovate
in faker-js/faker#3511- chore(deps): lock file maintenance by
@renovate
in faker-js/faker#3486- fix(locale): ko modified street_name to street_name_part by
@seoahan
in faker-js/faker#3485- fix(locale): correct Japanese country names by
@matsueushi
in faker-js/faker#3510- chore(release): 9.8.0 by
@fakerjs-bot
in faker-js/faker#3515New Contributors
@alixlahuec
made their first contribution in faker-js/faker#3476@yyz945947732
made their first contribution in faker-js/faker#3479@seoahan
made their first contribution in faker-js/faker#3487@noritaka1166
made their first contribution in faker-js/faker#3490@glmchalita
made their first contribution in faker-js/faker#3493Full Changelog: https://github.com/faker-js/faker/compare/v9.7.0...v9.8.0
Changelog
Sourced from @faker-js/faker
's changelog.
9.8.0 (2025-05-13)
New Locales
- locale: Add additional Japanese last names to the locale data (#3484) (72e66c3)
- locale: add Japanese date and month definitions (#3492) (b70e793)
- locale: add Japanese science locale data including elements and units (#3491) (54fd551)
- locale: add Japanese sex definitions for person locale (#3495) (1dbd8fa)
- locale: add vehicle locale data for Japanese (#3490) (dfadb1d)
- locale: add zh_CN book (#3477) (786a3d0)
- locale: add zh_CN food (#3479) (6c883e7)
- locale: update Japanese company categories (#3489) (8c0953a)
- locale: update zh_CN animal (#3480) (38ee7b8)
- locale: update zh_CN location (#3481) (456f102)
- locale: update zh_CN word (#3478) (aa98867)
Changed Locales
- locale: ko state data update (#3487) (b611ec2)
- locale: normalize internet data (#3502) (e6151e4)
- locale: rename pt-BR streetSuffix to streetPrefix (#3493) (7c23db3)
Bug Fixes
Commits
549d71c
chore(release): 9.8.0 (#3515)046bb81
fix(locale): correct Japanese country names (#3510)c15da8e
fix(locale): ko modified street_name to street_name_part (#3485)d6ba4cc
chore(deps): lock file maintenance (#3486)2faf57b
chore(deps): update eslint (#3511)6a7ef4c
fix(locale): correct the name of element Lv in Japanese (#3509)72e66c3
feat(locale): Add additional Japanese last names to the locale data (#3484)c0d5217
chore(deps): update mcr.microsoft.com/devcontainers/typescript-node:22 docker...049875d
chore(deps): update all non-major dependencies (#3498)07087ff
chore(deps): update cypress/browsers docker tag to v24 (#3507)- Additional commits viewable in compare view
Updates @iconify/json
from 2.2.334 to 2.2.349
Commits
9b82038
Update 11 icon sets4d1f651
Update 8 icon sets146f3b0
Update 10 icon sets18827ce
Update 11 icon setsd078630
Update 21 icon setsb9d19b3
Update 8 icon sets6b25054
Update 6 icon sets5dce6ad
Update 9 icon sets5e52ec8
Update 7 icon sets0d137a2
Update 4 icon sets: Cuida Icons, Devicon Plain, Devicon, Simple Icons- Additional commits viewable in compare view
Updates @intlify/core-base
from 11.1.3 to 11.1.5
Release notes
Sourced from @intlify/core-base
's releases.
v11.1.5
What's Ch...
Description has been truncated
Pull Request Statistics
1
2
+4203
-3314
Package Dependencies
@typescript-eslint/parser
npm
8.31.1 → 8.34.1
Minor
prettier-plugin-tailwindcss
npm
0.6.11 → 0.6.12
Patch
@typescript-eslint/eslint-plugin
npm
8.31.1 → 8.34.1
Minor
eslint-plugin-perfectionist
npm
4.12.3 → 4.14.0
Minor
@commitlint/config-conventional
npm
19.8.0 → 19.8.1
Patch
@pnpm/workspace.read-manifest
npm
1000.1.4 → 1000.2.0
Minor
commitlint-plugin-function-rules
npm
4.0.1 → 4.0.2
Patch
pinia-plugin-persistedstate
npm
4.2.0 → 4.3.0
Minor
npm
2.17.0 → 2.17.2
Patch
vitepress-plugin-group-icons
npm
1.5.2 → 1.6.0
Minor
Technical Details
ID: | 1797569 |
UUID: | 2597857164 |
Node ID: | PR_kwDOO1OwzM6a2CeM |
Host: | GitHub |
Repository: | adamnchen/-Faster-Java-server |
Merge State: | Unknown |