-
Notifications
You must be signed in to change notification settings - Fork 0
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
|
1683ea4
to
54e5202
Compare
54e5202
to
78cb34f
Compare
78cb34f
to
c0e5e3c
Compare
c0e5e3c
to
5dc64e7
Compare
5dc64e7
to
d1de4a2
Compare
d1de4a2
to
eaa4856
Compare
eaa4856
to
c56ad6e
Compare
c56ad6e
to
e489662
Compare
88513a3
to
3781228
Compare
681b7aa
to
0bb255d
Compare
0bb255d
to
ae194f7
Compare
951ed36
to
f2cfeb0
Compare
de21036
to
4cf69f5
Compare
5d9118f
to
a8d8a08
Compare
d012927
to
602db48
Compare
2092c03
to
453fa9f
Compare
1921021
to
23d8a9e
Compare
23d8a9e
to
9e4e078
Compare
9e4e078
to
1a0058d
Compare
1a0058d
to
e5e2e9f
Compare
37f57f6
to
b5b0062
Compare
10a2b50
to
f5cb6e2
Compare
f5cb6e2
to
85d2ef1
Compare
2463853
to
0029f26
Compare
0029f26
to
ec89d05
Compare
This PR contains the following updates:
4.0.0
->4.1.0
2.26.1
->2.29.4
3.0.0
->3.6.0
^0.26.8
->^0.34.0
18.15.11
->18.19.103
18.0.32
->18.3.22
5.2.0
->5.3.1
7.13.0
->7.14.0
5.2.0
->5.4.1
13.2.4
->13.5.11
8.8.0
->8.10.0
4.15.0
->4.29.1
4.5.0
->4.5.1
4.1.0
->4.4.1
^0.11.0
->^0.12.0
2.8.7
->2.8.8
18.2.0
->18.3.1
10.9.1
->10.9.2
5.0.3
->5.8.3
Release Notes
avajs/typescript (@ava/typescript)
v4.1.0
Compare Source
What's Changed
Full Changelog: avajs/typescript@v4.0.0...v4.1.0
changesets/changesets (@changesets/cli)
v2.29.4
Compare Source
Patch 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
]:v2.29.3
Compare Source
Patch 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
]:v2.29.2
Compare Source
Patch Changes
#1636
f73f84a
Thanks @Netail! - Correctly resolve new changesets withsince
option when the.changeset
directory is not directly in the git rootUpdated dependencies [
f73f84a
]:v2.29.1
Compare Source
Patch Changes
#1620
b15e629
Thanks @Netail! - Correctly fetch new changesets with since if the git option diff.relative has been set to trueUpdated dependencies [
b15e629
]:v2.29.0
Compare Source
Minor Changes
29f34a3
Thanks @JounQin! - Support scoped registries configured usingpackage.json#publishConfig
v2.28.1
Compare Source
Patch Changes
b9df596
]:v2.28.0
Compare Source
Minor Changes
84a4a1b
Thanks @bennypowers! - Added a new config option to opt-out from formatting with Prettier usingprettier: false
.Patch Changes
84a4a1b
,84a4a1b
]:v2.27.12
Compare Source
Patch Changes
#1562
a0f87f1
Thanks @Netail, @cefn! - Fixed changelog application when executing usingnpx
and similar toolsUpdated dependencies [
a0f87f1
]:v2.27.11
Compare Source
Patch Changes
f0270f6
]:v2.27.10
Compare Source
Patch Changes
#1485
baf5644
Thanks @bluwy! - Ignore error if failed to find changed packages inchangeset add
#1489
7bf751c
Thanks @marcalexiei! - Use custom errors when exiting add command due to missing tool#1466
ccce743
Thanks @marcalexiei! - Add error message and exit when there are no versionable packages#1514
962ab91
Thanks @nicoalonsop! - Update spawndamnit to fix cross-spawn vulnerabilityUpdated dependencies [
7323704
,26c8ba9
,82cacb2
,962ab91
]:v2.27.9
Compare Source
Patch Changes
#1458
400ab7b
Thanks @benmccann! - Moved@types/semver
todevDependencies
#1462
689e541
Thanks @benmccann! - removeoutdent
dependencyv2.27.8
Compare Source
Patch Changes
#1417
bc75c1a
Thanks @trivikr! - Replacechalk
withpicocolors
to reduce install size#1419
4efc038
Thanks @bluwy! - Fix logging--version
flag#1445
52c302a
Thanks @bluwy! - Remove unused@babel/runtime
dependency#1446
5150fc1
Thanks @benmccann! - Switched frompreferred-pm
topackage-manager-detector
in order to reduce installation sizeUpdated dependencies [
bc75c1a
,52c302a
]:v2.27.7
Compare Source
Patch Changes
#1047
d108fa6
Thanks @patzick! - Fixed a crash that could occur when depending on a tagged version of another workspace package.#1400
dd6e5bb
Thanks @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.6
Compare Source
Patch Changes
#1392
f295b3e
Thanks @bluwy! - Replacemeow
dependency withmri
to reduce the number of transitive dependencies#1390
6a3452e
Thanks @bluwy! - Displaychangeset status --verbose
in list form and removetty-table
dependencyv2.27.5
Compare Source
Patch Changes
#1370
5e9d33a
Thanks @Andarist! - Fixed a regression that causedchangeset version
to fail on packages having a dev dependency on a skipped package.Updated dependencies [
5e9d33a
]:v2.27.4
Compare Source
Patch Changes
#1361
954a16a
Thanks @jakebailey! - Version 2.25.0 introduced theprivatePackage
configuration option with default{ version: false, tag: false }
; due to a bug, these options were not respected in all commands, leading to commands likechangeset tag
still tagging private packages. This has been fixed, and all packages now respect this option.#1369
d729d8c
Thanks @Andarist! -changeset tag
should now correctly skip tags that exist on the remoteUpdated dependencies [
954a16a
]:v2.27.3
Compare Source
Patch Changes
18c966a
Thanks @Andarist! - Fixed an issue withchangeset status
executed withoutsince
argument. It should now correctly use the configured base branch as the default value.v2.27.2
Compare Source
Patch Changes
#1354
69be7dc
Thanks @Andarist! - Fixed an issue withchangeset status
incorrectly returning an error status in two cases:privatePackage.version
was set tofalse
#1351
c6da182
Thanks @TheHolyWaffle! - Fix an issue with not applying a custom.prettierrc
configuration withprettier@>= 3.1.1
Updated dependencies [
c6da182
]:v2.27.1
Compare Source
Patch Changes
86cfff1
Thanks @Andarist! - Make./bin.js
available throughpackage.json#exports
to fix compatibility withchangesets/action
.v2.27.0
Compare Source
Minor Changes
#1185
a971652
Thanks @Andarist! -package.json#exports
have been added to limit what (and how) code might be imported from the package.#1236
dfd4cca
Thanks @camertron! - Avoid using short commit IDsPatch Changes
#1053
90a870a
Thanks @paescuj! - Replace the dependencyis-ci
withci-info
.Updated dependencies [
a971652
,dfd4cca
]:v2.26.2
Compare Source
Patch Changes
#1176
41988ce
Thanks @joshwooding! - Bumpsemver
dependency to v7.5.3Updated dependencies [
41988ce
]:fastify/fastify-type-provider-typebox (@fastify/type-provider-typebox)
v3.6.0
Compare Source
What's Changed
.gitattributes
file by @Fdawgs in https://github.com/fastify/fastify-type-provider-typebox/pull/112use strict
directive by @Fdawgs in https://github.com/fastify/fastify-type-provider-typebox/pull/113New Contributors
Full Changelog: fastify/fastify-type-provider-typebox@v3.5.0...v3.6.0
v3.5.0
Compare Source
What's Changed
Full Changelog: fastify/fastify-type-provider-typebox@v3.4.0...v3.5.0
v3.4.0
Compare Source
What's Changed
Full Changelog: fastify/fastify-type-provider-typebox@v3.3.0...v3.4.0
v3.3.0
Compare Source
What's Changed
New Contributors
Full Changelog: fastify/fastify-type-provider-typebox@v3.2.0...v3.3.0
v3.2.0
Compare Source
What's Changed
New Contributors
Full Changelog: fastify/fastify-type-provider-typebox@v3.1.0...v3.2.0
v3.1.0
Compare Source
What's Changed
FastifyReplyTypebox
example by @samialdury in https://github.com/fastify/fastify-type-provider-typebox/pull/67New Contributors
Full Changelog: fastify/fastify-type-provider-typebox@v3.0.0...v3.1.0
sinclairzx81/typebox (@sinclair/typebox)
v0.34.33
Compare Source
v0.34.32
Compare Source
v0.34.31
Compare Source
v0.34.30
Compare Source
v0.34.29
Compare Source
v0.34.28
Compare Source
v0.34.27
Compare Source
v0.34.26
Compare Source
[
v0.34.25
](https://redirecConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.