This repository was archived by the owner on Aug 7, 2025. It is now read-only.
fix(deps): update all non-major dependencies #5
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^2.27.1->^2.29.5^6.3.6->^6.6.6^2.7.6->^2.11.2^5.1.0->^5.2.0^18.19.15->^18.19.121^8.56.0->^8.57.1^10.3.10->^10.4.5^4.0.0->^4.1.0^4.7.0->^4.36.018.x->18.20.88.15.2->8.15.9^3.2.5->^3.6.2^1.3.0->^1.3.3^4.10.0->^4.46.2^1.12.4->^1.13.4^5.3.3->^5.9.2^1.7.1->^1.16.1^5.1.1->^5.4.19^1.2.2->^1.6.1^5.90.1->^5.101.0Release Notes
changesets/changesets (@changesets/cli)
v2.29.5Compare Source
Patch Changes
#1693
6352819Thanks @Andarist! - Fixed an issue withworkspace:^andworkspace:~dependency ranges not being semantically treated as, respectively,^CURRENT_VERSIONand~CURRENT_VERSION. This led to dependent packages being, at times, bumped too often when their dependencies with those ranges were bumped.Updated dependencies [
6352819]:v2.29.4Compare Source
Patch Changes
#1668
65d6632Thanks @Andarist! - Fixed a crash in pre mode when trying to version private packages when tagging for private package is disabledUpdated dependencies [
65d6632]:v2.29.3Compare Source
Patch Changes
#1589
de8bebcThanks @remorses, @vzt7! - Fixed a crash in prerelease mode when a package misses the version field in itspackage.json#1619
c1e8a78Thanks @manucorporat! - Support../inpublishConfig.directorywhen publishing packagesUpdated dependencies [
de8bebc]:v2.29.2Compare Source
Patch Changes
#1636
f73f84aThanks @Netail! - Correctly resolve new changesets withsinceoption when the.changesetdirectory is not directly in the git rootUpdated dependencies [
f73f84a]:v2.29.1Compare Source
Patch Changes
#1620
b15e629Thanks @Netail! - Correctly fetch new changesets with since if the git option diff.relative has been set to trueUpdated dependencies [
b15e629]:v2.29.0Compare Source
Minor Changes
29f34a3Thanks @JounQin! - Support scoped registries configured usingpackage.json#publishConfigv2.28.1Compare Source
Patch Changes
b9df596]:v2.28.0Compare Source
Minor Changes
84a4a1bThanks @bennypowers! - Added a new config option to opt-out from formatting with Prettier usingprettier: false.Patch Changes
84a4a1b,84a4a1b]:v2.27.12Compare Source
Patch Changes
#1562
a0f87f1Thanks @Netail, @cefn! - Fixed changelog application when executing usingnpxand similar toolsUpdated dependencies [
a0f87f1]:v2.27.11Compare Source
Patch Changes
f0270f6]:v2.27.10Compare Source
Patch Changes
#1485
baf5644Thanks @bluwy! - Ignore error if failed to find changed packages inchangeset add#1489
7bf751cThanks @marcalexiei! - Use custom errors when exiting add command due to missing tool#1466
ccce743Thanks @marcalexiei! - Add error message and exit when there are no versionable packages#1514
962ab91Thanks @nicoalonsop! - Update spawndamnit to fix cross-spawn vulnerabilityUpdated dependencies [
7323704,26c8ba9,82cacb2,962ab91]:v2.27.9Compare Source
Patch Changes
#1458
400ab7bThanks @benmccann! - Moved@types/semvertodevDependencies#1462
689e541Thanks @benmccann! - removeoutdentdependencyv2.27.8Compare Source
Patch Changes
#1417
bc75c1aThanks @trivikr! - Replacechalkwithpicocolorsto reduce install size#1419
4efc038Thanks @bluwy! - Fix logging--versionflag#1445
52c302aThanks @bluwy! - Remove unused@babel/runtimedependency#1446
5150fc1Thanks @benmccann! - Switched frompreferred-pmtopackage-manager-detectorin order to reduce installation sizeUpdated dependencies [
bc75c1a,52c302a]:v2.27.7Compare Source
Patch Changes
#1047
d108fa6Thanks @patzick! - Fixed a crash that could occur when depending on a tagged version of another workspace package.#1400
dd6e5bbThanks @Andarist! - Fixed a crash that prevented the CLI from running in a scenario when a workspace depends on the root workspaceUpdated dependencies [
d108fa6,dd6e5bb,dd6e5bb]:v2.27.6Compare Source
Patch Changes
#1392
f295b3eThanks @bluwy! - Replacemeowdependency withmrito reduce the number of transitive dependencies#1390
6a3452eThanks @bluwy! - Displaychangeset status --verbosein list form and removetty-tabledependencyv2.27.5Compare Source
Patch Changes
#1370
5e9d33aThanks @Andarist! - Fixed a regression that causedchangeset versionto fail on packages having a dev dependency on a skipped package.Updated dependencies [
5e9d33a]:v2.27.4Compare Source
Patch Changes
#1361
954a16aThanks @jakebailey! - Version 2.25.0 introduced theprivatePackageconfiguration option with default{ version: false, tag: false }; due to a bug, these options were not respected in all commands, leading to commands likechangeset tagstill tagging private packages. This has been fixed, and all packages now respect this option.#1369
d729d8cThanks @Andarist! -changeset tagshould now correctly skip tags that exist on the remoteUpdated dependencies [
954a16a]:v2.27.3Compare Source
Patch Changes
18c966aThanks @Andarist! - Fixed an issue withchangeset statusexecuted withoutsinceargument. It should now correctly use the configured base branch as the default value.v2.27.2Compare Source
Patch Changes
#1354
69be7dcThanks @Andarist! - Fixed an issue withchangeset statusincorrectly returning an error status in two cases:privatePackage.versionwas set tofalse#1351
c6da182Thanks @TheHolyWaffle! - Fix an issue with not applying a custom.prettierrcconfiguration withprettier@>= 3.1.1Updated dependencies [
c6da182]:formatjs/formatjs (@formatjs/cli-lib)
v6.6.6Compare Source
Note: Version bump only for package react-intl
v6.6.5Compare Source
Note: Version bump only for package react-intl
v6.6.4Compare Source
Note: Version bump only for package react-intl
v6.6.3Compare Source
Note: Version bump only for package react-intl
v6.6.2Compare Source
Note: Version bump only for package react-intl
v6.6.1Compare Source
v6.6.0Compare Source
Bug Fixes
Features
v6.5.3Compare Source
v6.5.2Compare Source
v6.5.1Compare Source
v6.5.0Compare Source
Features
v6.4.5Bug Fixes
v6.4.3Compare Source
Bug Fixes
v6.4.2Compare Source
Note: Version bump only for package react-intl
v6.4.1Compare Source
Note: Version bump only for package react-intl
v6.4.0Compare Source
Features
v6.3.8Compare Source
Bug Fixes
v6.3.7Compare Source
Note: Version bump only for package @formatjs/cli
formatjs/formatjs (@formatjs/icu-messageformat-parser)
v2.11.2Compare Source
Note: Version bump only for package @formatjs/icu-messageformat-parser
v2.11.1Compare Source
Note: Version bump only for package @formatjs/icu-messageformat-parser
v2.11.0Compare Source
Features
2.10.1 (2025-01-20)
Bug Fixes
v2.10.1Compare Source
Features
2.10.1 (2025-01-20)
Bug Fixes
v2.10.0Compare Source
Features
2.10.1 (2025-01-20)
Bug Fixes
v2.9.8Compare Source
Bug Fixes
Features
2.9.8 (2025-01-02)
Note: Version bump only for package @formatjs/icu-messageformat-parser
2.9.7 (2024-12-09)
Note: Version bump only for package @formatjs/icu-messageformat-parser
2.9.6 (2024-12-09)
Bug Fixes
2.9.5 (2024-12-08)
Note: Version bump only for package @formatjs/icu-messageformat-parser
2.9.4 (2024-11-18)
Note: Version bump only for package @formatjs/icu-messageformat-parser
2.9.3 (2024-11-04)
Note: Version bump only for package @formatjs/icu-messageformat-parser
2.9.2 (2024-11-02)
Note: Version bump only for package @formatjs/icu-messageformat-parser
2.9.1 (2024-10-25)
Bug Fixes
v2.9.7Compare Source
Bug Fixes
Features
2.9.8 (2025-01-02)
Note: Version bump only for package @formatjs/icu-messageformat-parser
2.9.7 (2024-12-09)
Note: Version bump only for package @formatjs/icu-messageformat-parser
2.9.6 (2024-12-09)
Bug Fixes
2.9.5 (2024-12-08)
Note: Version bump only for package @formatjs/icu-messageformat-parser
2.9.4 (2024-11-18)
Note: Version bump only for package @formatjs/icu-messageformat-parser
2.9.3 (2024-11-04)
Note: Version bump only for package @formatjs/icu-messageformat-parser
2.9.2 (2024-11-02)
Note: Version bump only for package @formatjs/icu-messageformat-parser
2.9.1 (2024-10-25)
Bug Fixes
v2.9.6Compare Source
Bug Fixes
Features
2.9.8 (2025-01-02)
Note: Version bump only for package @formatjs/icu-messageformat-parser
2.9.7 (2024-12-09)
Note: Version bump only for package @formatjs/icu-messageformat-parser
2.9.6 (2024-12-09)
Bug Fixes
2.9.5 (2024-12-08)
Note: Version bump only for package @formatjs/icu-messageformat-parser
2.9.4 (2024-11-18)
Note: Version bump only for package @formatjs/icu-messageformat-parser
2.9.3 (2024-11-04)
Note: Version bump only for package @formatjs/icu-messageformat-parser
2.9.2 (2024-11-02)
Note: Version bump only for package @formatjs/icu-messageformat-parser
[2.9.1](https://redirect.github.com/formatjs/formatjs/compare/@formatjs/icu-messageformat-parser@2.9.0...@formatjs/icu-me
Configuration
📅 Schedule: Branch creation - "before 2am on monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.