chore(deps): bump the non-breaking-changes group with 57 updates
Type: Pull Request
State: Closed
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 1
(3 months ago)
(3 months ago)
(3 months ago)
dependencies javascript
Bumps the non-breaking-changes group with 57 updates:
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.28.0
Release notes
Sourced from @eslint/js
's releases.
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)Documentation
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)59dd7e6
docs: updatefunc-style
with examples (#19793) (Tanuj Kanti)e9129e0
docs: add global scope'simplicit
field to Scope Manager docs (#19770) (Milos Djermanovic)52f5b7a
docs: fix minor typos and add links (#19743) (루밀LuMir)00716a3
docs: upfront recommend against using the no-return-await rule (#19727) (Mike DiDomizio)Chores
175b7b8
chore: upgrade to@eslint/js@9.28.0
(#19802) (Francesco Trotta)844f5a6
chore: package.json update for@eslint/js
release (Jenkins)62b1c1b
chore: update globals to v16 (#19791) (Nitin Kumar)e8a1cb8
chore: ignore jiti-v2.0 & jiti-v2.1 for renovate (#19786) (Nitin Kumar)43d3975
chore: Add Copilot Instructions file (#19753) (Nicholas C. Zakas)2dfb5eb
test: updateSourceCodeTraverser
tests (#19763) (Milos Djermanovic)5bc21f9
chore: add*.code-workspace
to.gitignore
(#19771) (루밀LuMir)f4fa40e
refactor: NodeEventGenerator -> SourceCodeTraverser (#19679) (Nicholas C. Zakas)0f49329
refactor: use a service to emit warnings (#19725) (Francesco Trotta)20a9e59
chore: update dependency shelljs to ^0.10.0 (#19740) (renovate[bot])v9.27.0
Features
d71e37f
feat: Allow flags to be set in ESLINT_FLAGS env variable (#19717) (Nicholas C. Zakas)ba456e0
feat: Externalize MCP server (#19699) (Nicholas C. Zakas)07c1a7e
feat: addallowRegexCharacters
tono-useless-escape
(#19705) (sethamus)7bc6c71
feat: add no-unassigned-vars rule (#19618) (Jacob Bandes-Storch)ee40364
feat: convert no-array-constructor suggestions to autofixes (#19621) (sethamus)32957cd
feat: support TS syntax inmax-params
(#19557) (Nitin Kumar)Bug Fixes
... (truncated)
Changelog
Sourced from @eslint/js
's changelog.
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)bc3c331
feat: ignore overloaded function declarations in func-style rule (#19755) (sethamus)5bc21f9
chore: add*.code-workspace
to.gitignore
(#19771) (루밀LuMir)72d16e3
fix: avoid false positive inno-unassigned-vars
for declare module (#19746) (Azat S.)f4fa40e
refactor: NodeEventGenerator -> SourceCodeTraverser (#19679) (Nicholas C. Zakas)81c3c93
fix: curly types (#19750) (Eli)52f5b7a
docs: fix minor typos and add links (#19743) (루밀LuMir)0f49329
refactor: use a service to emit warnings (#19725) (Francesco Trotta)20a9e59
chore: update dependency shelljs to ^0.10.0 (#19740) (renovate[bot])00716a3
docs: upfront recommend against using the no-return-await rule (#19727) (Mike DiDomizio)v9.27.0 - May 16, 2025
f8f1560
chore: upgrade@eslint/js
@9
.27.0 (#19739) (Milos Djermanovic)ecaef73
chore: package.json update for@eslint/js
release (Jenkins)25de550
docs: Update description of frozen rules to mention TypeScript (#19736) (Nicholas C. Zakas)bd5def6
docs: Clean up configuration files docs (#19735) (Nicholas C. Zakas)d71e37f
feat: Allow flags to be set in ESLINT_FLAGS env variable (#19717) (Nicholas C. Zakas)5687ce7
fix: correct mismatched removed rules (#19734) (루밀LuMir)596fdc6
chore: update dependency@arethetypeswrong/cli
to ^0.18.0 (#19732) (renovate[bot])ba456e0
feat: Externalize MCP server (#19699) (Nicholas C. Zakas)dc5ed33
fix: correct types and tighten type definitions inSourceCode
class (#19731) (루밀LuMir)4d0c60d
docs: Add Neovim to editor integrations (#19729) (Maria José Solano)f791da0
chore: remove unbalanced curly brace from.editorconfig
(#19730) (Maria José Solano)e86edee
refactor: Consolidate Config helpers (#19675) (Nicholas C. Zakas)07c1a7e
feat: addallowRegexCharacters
tono-useless-escape
(#19705) (sethamus)cf36352
chore: remove shared types (#19718) (Francesco Trotta)f60f276
refactor: Easier RuleContext creation (#19709) (Nicholas C. Zakas)
... (truncated)
Commits
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.345
Commits
d078630
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 Icons48bbf6c
Update 8 icon sets4f4e253
Update 4 icon sets: Lucide, OOUI, Gitlab SVGs, VSCode Icons46b27fa
Update 10 icon setsd5a8f63
Update 4 icon sets: Arcticons, IonIcons, Material Line Icons, Lucide- 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 Changed
🐛 Bug Fixes
- fix: n() & d() output depending "part" option by
@kazupon
in intlify/vue-i18n#2194Full Changelog: https://github.com/intlify/vue-i18n/compare/v11.1.4...v11.1.5
v11.1.4
What's Changed
🌟 Features
- feat: Part options support $n by
@mauryapari
in intlify/vue-i18n#2175- feat: Part options support $d by
@mauryapari
inPull Request Statistics
Commits:
1Files Changed:
1Additions:
+3590Deletions:
-3111
Package Dependencies
@typescript-eslint/parser
npm
8.31.1 → 8.33.1
Minor
prettier-plugin-tailwindcss
npm
0.6.11 → 0.6.12
Patch
@typescript-eslint/eslint-plugin
npm
8.31.1 → 8.33.1
Minor
eslint-plugin-perfectionist
npm
4.12.3 → 4.13.0
Minor
@commitlint/config-conventional
npm
19.8.0 → 19.8.1
Patch
@pnpm/workspace.read-manifest
npm
1000.1.4 → 1000.1.5
Patch
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.1
Patch
vitepress-plugin-group-icons
npm
1.5.2 → 1.5.5
Patch
Technical Details
ID: | 865987 |
UUID: | 2563556430 |
Node ID: | PR_kwDOO1OwzM6YzMRO |
Host: | GitHub |
Repository: | adamnchen/-Faster-Java-server |
Mergeable: | Yes |
Merge State: | Clean |