-
-
Notifications
You must be signed in to change notification settings - Fork 0
fix(deps): update all non-major dependencies #16
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
|
c057919 to
5663d9d
Compare
1767312 to
e72f865
Compare
b6cf7e6 to
3a39609
Compare
836ec02 to
87cd864
Compare
a89b012 to
9de1b59
Compare
22f740f to
abd3f8c
Compare
14d6ff3 to
2dd67d4
Compare
b38c802 to
83b21d1
Compare
83b21d1 to
a9d5fae
Compare
67339aa to
6e2e3cd
Compare
6e2e3cd to
0864ce9
Compare
b652bb0 to
62ded29
Compare
bb6ad96 to
66f8af5
Compare
cc0b857 to
57f29db
Compare
557cee8 to
6f9a45f
Compare
6f9a45f to
135a7fc
Compare
d033892 to
5a54f49
Compare
be572dd to
11f2c66
Compare
a57bfd7 to
e63f22a
Compare
dda3c02 to
9e3c605
Compare
9e3c605 to
a88be0e
Compare
e0b41c8 to
ac9461b
Compare
ac9461b to
a5effd1
Compare
This PR contains the following updates:
^2.26.2→^2.29.8^6.1.0→^6.2.0^6.0.2→^6.2.0^5.2.1→^5.5.0^4.8.2→^4.8.5^5.0.0→^5.0.3^3.13.0→^3.18.2^20.9.0→^20.19.28^6.11.0→^6.21.0^6.11.0→^6.21.0v4.1.1→v4.3.1v4.0.0→v4.4.0^14.15.2→^14.25.1^14.14.1→^14.25.18.53.0→8.57.1>=16.6.0→>=16.20.2>=18.0.0→>=18.20.820→20.19.6>=7.0.0→>=7.24.2^9.1.0→^9.14.0^10.2.3→^10.3.1v2.4.0→v2.4.1^3.1.0→^3.7.4^5.0.5→^5.0.105.0.5→5.0.10^4.4.0→^4.55.1^2.6.2→^2.8.1^0.25.3→^0.28.15^2.1.1→^2.2.1^3.1.0→^3.3.85.2.2→5.9.3Release Notes
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-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]:v2.27.1Compare Source
Patch Changes
86cfff1Thanks @Andarist! - Make./bin.jsavailable throughpackage.json#exportsto fix compatibility withchangesets/action.v2.27.0Compare Source
Minor Changes
#1185
a971652Thanks @Andarist! -package.json#exportshave been added to limit what (and how) code might be imported from the package.#1236
dfd4ccaThanks @camertron! - Avoid using short commit IDsPatch Changes
#1053
90a870aThanks @paescuj! - Replace the dependencyis-ciwithci-info.Updated dependencies [
a971652,dfd4cca]:sapphiredev/utilities (@sapphire/decorators)
v6.2.0Compare Source
🐛 Bug Fixes
🚀 Features
v6.1.1Compare Source
🏠 Refactor
🐛 Bug Fixes
📝 Documentation
sapphiredev/framework (@sapphire/framework)
v5.5.0Compare Source
🚀 Features
v5.4.0Compare Source
🐛 Bug Fixes
🚀 Features
v5.3.7Compare Source
🐛 Bug Fixes
v5.3.6Compare Source
🐛 Bug Fixes
v5.3.5Compare Source
🐛 Bug Fixes
v5.3.4Compare Source
🐛 Bug Fixes
v5.3.3Compare Source
🐛 Bug Fixes
v5.3.2Compare Source
🐛 Bug Fixes
@sapphire/discord-utilitiesand@sapphire/discord.js-utilities(7771726)v5.3.1Compare Source
🐛 Bug Fixes
v5.3.0Compare Source
🐛 Bug Fixes
📝 Documentation
🚀 Features
sapphiredev/utilities (@sapphire/ts-config)
v5.0.3Compare Source
Changelog
All notable changes to this project will be documented in this file.
v5.0.2Compare Source
🏠 Refactor
Configuration
📅 Schedule: Branch creation - "before 6am" in timezone Asia/Jakarta, 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.