-
Notifications
You must be signed in to change notification settings - Fork 4
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
chore(deps): update all non-major dependencies #80
base: main
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
edab13d
to
02584c3
Compare
02584c3
to
8981e77
Compare
8981e77
to
1b373ae
Compare
1b373ae
to
89e8d3a
Compare
89e8d3a
to
f9ceb4b
Compare
f9ceb4b
to
607f27b
Compare
607f27b
to
58c4aad
Compare
58c4aad
to
bdf4046
Compare
bdf4046
to
0fc7580
Compare
0fc7580
to
e919b2f
Compare
e919b2f
to
1a83fab
Compare
1a83fab
to
6e49b89
Compare
6e49b89
to
2afba20
Compare
8f4bb70
to
9f24788
Compare
9f24788
to
fcb6e9a
Compare
fcb6e9a
to
59f5ca5
Compare
59f5ca5
to
29fa68f
Compare
29fa68f
to
7c46894
Compare
7c46894
to
eff71b9
Compare
eff71b9
to
5258281
Compare
5258281
to
fa752aa
Compare
fa752aa
to
488f3ed
Compare
488f3ed
to
fe0906d
Compare
fe0906d
to
194755f
Compare
194755f
to
438e603
Compare
438e603
to
aae5ec6
Compare
aae5ec6
to
dc1a159
Compare
This PR contains the following updates:
2.26.1
->2.27.10
17.6.5
->17.8.1
17.6.5
->17.8.1
2.0.5
->2.0.7
18.16.16
->18.19.67
5.59.9
->5.62.0
5.59.9
->5.62.0
1.5.1
->1.6.0
4.2.3
->4.6.2
3.3.4
->3.5.13
^1.4.1
->^1.5.0
v4.4.2
->v4.7.2
v1.1.1
->v1.3.0
8.42.0
->8.57.1
2.8.0
->2.12.0
2.27.5
->2.31.0
6.1.1
->6.6.0
9.14.1
->9.32.0
^0.8.0
->^0.8.2
13.2.2
->13.3.0
0.7.1
->0.16.0
2.4.1
->2.12.0
4.4.1
->4.9.10
4.3.9
->4.5.5
3.3.4
->3.5.13
9.3.0
->9.4.3
0.9.5
->0.14.9
7.2.2
->7.2.3
Release Notes
changesets/changesets (@changesets/cli)
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
]:conventional-changelog/commitlint (@commitlint/cli)
v17.8.1
Compare Source
Note: Version bump only for package @commitlint/cli
v17.8.0
Compare Source
Note: Version bump only for package @commitlint/cli
17.7.2 (2023-09-28)
Note: Version bump only for package @commitlint/cli
17.7.1 (2023-08-10)
Note: Version bump only for package @commitlint/cli
v17.7.2
Compare Source
Note: Version bump only for package @commitlint/cli
v17.7.1
Compare Source
Note: Version bump only for package @commitlint/cli
v17.7.0
Compare Source
Note: Version bump only for package @commitlint/cli
17.6.7 (2023-07-19)
Note: Version bump only for package @commitlint/cli
17.6.6 (2023-06-24)
Note: Version bump only for package @commitlint/cli
17.6.5 (2023-05-30)
Note: Version bump only for package @commitlint/cli
17.6.3 (2023-05-04)
Note: Version bump only for package @commitlint/cli
17.6.1 (2023-04-14)
Note: Version bump only for package @commitlint/cli
v17.6.7
Compare Source
Note: Version bump only for package @commitlint/cli
v17.6.6
Compare Source
Note: Version bump only for package @commitlint/cli
conventional-changelog/commitlint (@commitlint/config-conventional)
v17.8.1
Compare Source
Note: Version bump only for package @commitlint/config-conventional
v17.8.0
Compare Source
Note: Version bump only for package @commitlint/config-conventional
v17.7.0
Compare Source
Note: Version bump only for package @commitlint/config-conventional
17.6.7 (2023-07-19)
Note: Version bump only for package @commitlint/config-conventional
17.6.6 (2023-06-24)
Note: Version bump only for package @commitlint/config-conventional
17.6.5 (2023-05-30)
Note: Version bump only for package @commitlint/config-conventional
17.6.3 (2023-05-04)
Note: Version bump only for package @commitlint/config-conventional
17.6.1 (2023-04-14)
Note: Version bump only for package @commitlint/config-conventional
v17.6.7
Compare Source
Note: Version bump only for package @commitlint/config-conventional
v17.6.6
Compare Source
Note: Version bump only for package @commitlint/config-conventional
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v5.62.0
Compare Source
Bug Fixes
Features
ignorePrimitives
option (#6487) (6edaa04)You can read about our versioning strategy and releases on our website.
v5.61.0
Compare Source
Features
You can read about our versioning strategy and releases on our website.
5.60.1 (2023-06-26)
Note: Version bump only for package @typescript-eslint/eslint-plugin
You can read about our versioning strategy and releases on our website.
v5.60.1
Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
You can read about our versioning strategy and releases on our website.
v5.60.0
Compare Source
Features
5.59.11 (2023-06-12)
Note: Version bump only for package @typescript-eslint/eslint-plugin
5.59.10 (2023-06-12)
Note: Version bump only for package @typescript-eslint/eslint-plugin
5.59.9 (2023-06-05)
Note: Version bump only for package @typescript-eslint/eslint-plugin
5.59.8 (2023-05-29)
Note: Version bump only for package @typescript-eslint/eslint-plugin
5.59.7 (2023-05-22)
Note: Version bump only for package @typescript-eslint/eslint-plugin
5.59.6 (2023-05-15)
Note: Version bump only for package @typescript-eslint/eslint-plugin
5.59.5 (2023-05-08)
Note: Version bump only for package @typescript-eslint/eslint-plugin
5.59.4 (2023-05-08)
Note: Version bump only for package @typescript-eslint/eslint-plugin
5.59.3 (2023-05-08)
Note: Version bump only for package @typescript-eslint/eslint-plugin
5.59.2 (2023-05-01)
Note: Version bump only for package @typescript-eslint/eslint-plugin
5.59.1 (2023-04-24)
Bug Fixes
v5.59.11
Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
v5.59.10
Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v5.62.0
Compare Source
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
v5.61.0
Compare Source
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
5.60.1 (2023-06-26)
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
v5.60.1
Compare Source
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
v5.60.0
Compare Source
Note: Version bump only for package @typescript-eslint/parser
5.59.11 (2023-06-12)
Note: Version bump only for package @typescript-eslint/parser
5.59.10 (2023-06-12)
Note: Version bump only for package @typescript-eslint/parser
5.59.9 (2023-06-05)
Note: Version bump only for package @typescript-eslint/parser
5.59.8 (2023-05-29)
Note: Version bump only for package @typescript-eslint/parser
5.59.7 (2023-05-22)
Note: Version bump only for package @typescript-eslint/parser
5.59.6 (2023-05-15)
Note: Version bump only for package @typescript-eslint/parser
5.59.5 (2023-05-08)
Note: Version bump only for package @typescript-eslint/parser
5.59.4 (2023-05-08)
Note: Version bump only for package @typescript-eslint/parser
5.59.3 (2023-05-08)
Note: Version bump only for package @typescript-eslint/parser
5.59.2 (2023-05-01)
Note: Version bump only for package @typescript-eslint/parser
5.59.1 (2023-04-24)
Note: Version bump only for package @typescript-eslint/parser
v5.59.11
Compare Source
Note: Version bump only for package @typescript-eslint/parser
v5.59.10
Compare Source
Note: Version bump only for package @typescript-eslint/parser
vant-ui/vant (@vant/use)
v1.6.0
Compare Source
useRaf
methodv1.5.2
Compare Source
vitejs/vite-plugin-vue (@vitejs/plugin-vue)
v4.5.0
v4.4.1
v4.4.0
@ts-ignore
when accessinglegacy?.buildSsrCjsExternalHeuristics
(#255) (04c3b0b), closes #255v4.3.4
Compare Source
api
(#177) (269121e), closes #177v4.3.3
Compare Source
v4.3.2
Compare Source
v4.3.1
Compare Source
v4.3.0
Compare Source
hoistStatic
option for script compilation (#198) (7466b4f), closes #198vuejs/core (@vue/compiler-sfc)
v3.5.13
Compare Source
Bug Fixes
Configuration
📅 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 has been generated by Renovate Bot.