-
Notifications
You must be signed in to change notification settings - Fork 0
⬆️ chore(deps): Update all non-major dependencies #93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 📝 WalkthroughWalkthroughThe recent updates modify the project's various Changes
Assessment against linked issues
Poem
Comment |
c76bb54 to
2c9beaa
Compare
2c9beaa to
9a009a5
Compare
9a009a5 to
22d4638
Compare
22d4638 to
761f5d1
Compare
761f5d1 to
bab8af0
Compare
bab8af0 to
2d1d887
Compare
2d1d887 to
c5cb082
Compare
c5cb082 to
14a7f1f
Compare
14a7f1f to
1f35b2b
Compare
1f35b2b to
b566aac
Compare
b566aac to
be3f64b
Compare
3b5448d to
9881700
Compare
9881700 to
baa7183
Compare
baa7183 to
96ada8f
Compare
96ada8f to
d762c3e
Compare
d762c3e to
7a11444
Compare
7a11444 to
feaf94a
Compare
feaf94a to
761cc52
Compare
761cc52 to
8516570
Compare
8516570 to
f614866
Compare
f614866 to
6a8155b
Compare
6a8155b to
bd5ad5e
Compare
bd5ad5e to
7ddc04e
Compare
7ddc04e to
f59176c
Compare
f59176c to
d02f0cd
Compare
This PR contains the following updates:
1.8.0→1.9.42.27.5→2.29.82.2.2→2.3.10.5.1→0.6.11.6.0→1.6.19.2.0→9.7.09.0.11→9.1.724.1.0→24.1.30.13.0→0.20.00.2.8→0.3.174.19.0→4.41.05.4.5→5.9.30.30.0→0.42.11.2.3→1.6.41.6.0→1.6.13.23.8→3.25.76Release Notes
biomejs/biome (@biomejs/biome)
v1.9.4Compare Source
v1.9.3Compare Source
v1.9.2Compare Source
v1.9.1Compare Source
v1.9.0Compare Source
v1.8.3Compare Source
v1.8.2Compare Source
v1.8.1Compare Source
changesets/changesets (@changesets/cli)
v2.29.8Compare Source
v2.29.7Compare Source
Patch Changes
957f24e]:v2.29.6Compare Source
Patch Changes
a3563b0Thanks @benmccann! - Switch to maintained fork ofexternal-editorv2.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-tabledependencyericelliott/cuid2 (@paralleldrive/cuid2)
v2.3.1Compare Source
Fixed
v2-compattag for users who need CommonJSv2.3.0Compare Source
total-typescript/ts-reset (@total-typescript/ts-reset)
v0.6.1Patch Changes
757be40: Fixed a bug where creating an empty map would no longer infer types correctly.v0.6.0Minor Changes
6574858: Added a rule,/map-constructor, to defaultMaptoMap<unknown, unknown>when no arguments are passed to the constructor.Before, you'd get
anyfor both key and value types. Now, the result ofMap.getisunknowninstead ofany:This now is part of the recommended rules.
5bf3a15: Added a rule,/promise-catch, to change thecatchmethod to takeunknowninstead ofanyas an argument.Patch Changes
53cee4f: author: @none23Fixed a bug where running .filter on a union of arrays would not work.
vitest-dev/vitest (@vitest/coverage-istanbul)
v1.6.1Compare Source
This release includes security patches for:
🐞 Bug Fixes
View changes on GitHub
carloscuesta/gitmoji-cli (gitmoji-cli)
v9.7.0: gitmoji-cli v9.7.0Compare Source
What's Changed
Full Changelog: carloscuesta/gitmoji-cli@v9.6.0...v9.7.0
v9.6.0: gitmoji-cli v9.6.0Compare Source
What's Changed
New Contributors
Full Changelog: carloscuesta/gitmoji-cli@v9.5.0...v9.6.0
v9.5.0: gitmoji-cli v9.5.0Compare Source
What's Changed
Full Changelog: carloscuesta/gitmoji-cli@v9.4.0...v9.5.0
v9.4.0: gitmoji-cli v9.4.0Compare Source
What's Changed
Full Changelog: carloscuesta/gitmoji-cli@v9.3.0...v9.4.0
v9.3.0: gitmoji-cli v9.3.0Compare Source
What's Changed
Configuration
📅 Schedule: Branch creation - "before 4am" (UTC), Automerge - "before 4am" (UTC).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.