Skip to content

Commit b2cd6f2

Browse files
chore(deps): update all non-major dependencies
1 parent 95ff0df commit b2cd6f2

5 files changed

Lines changed: 15 additions & 15 deletions

File tree

.github/workflows/reproduction-close.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
stale:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/stale@3a9db7e6a41a89f618792c92c0e97cc736e1b13f # v10.0.0
14+
- uses: actions/stale@b5d41d4e1d5dceea10e7104786b73624c18a190f # v10.2.0
1515
with:
1616
days-before-stale: -1 # Issues and PR will never be flagged stale automatically.
1717
stale-issue-label: needs reproduction # Label that flags an issue as stale.

.github/workflows/reproduction.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
reproduire:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
13+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1414
- uses: Hebilicious/reproduire@4b686ae9cbb72dad60f001d278b6e3b2ce40a9ac # v0.0.9-mp
1515
with:
1616
label: needs reproduction

client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
},
1313
"devDependencies": {
1414
"@iconify-json/carbon": "^1.2.19",
15-
"@nuxt/devtools-kit": "^3.2.3",
16-
"@nuxt/devtools-ui-kit": "^3.2.3",
15+
"@nuxt/devtools-kit": "^3.2.4",
16+
"@nuxt/devtools-ui-kit": "^3.2.4",
1717
"@nuxt/kit": "^4.4.2",
1818
"nuxt": "^4.4.2",
1919
"vue": "^3.5.30",

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@
8888
"@stripe/stripe-js": "^7.0.0 || ^8.0.0",
8989
"@types/google.maps": "^3.58.1",
9090
"@types/vimeo__player": "^2.18.3",
91-
"@types/youtube": "^0.1.0",
92-
"@unhead/vue": "^2.0.3",
93-
"posthog-js": "^1.0.0"
91+
"@types/youtube": "^0.1.2",
92+
"@unhead/vue": "^2.1.12",
93+
"posthog-js": "^1.360.2"
9494
},
9595
"peerDependenciesMeta": {
9696
"@googlemaps/markerclusterer": {

pnpm-workspace.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,32 +8,32 @@ packages:
88
- '!examples/**'
99

1010
catalog:
11-
'@antfu/eslint-config': ^7.7.2
12-
'@nuxt/devtools-kit': ^3.2.3
13-
'@nuxt/devtools-ui-kit': ^3.2.3
11+
'@antfu/eslint-config': ^7.7.3
12+
'@nuxt/devtools-kit': ^3.2.4
13+
'@nuxt/devtools-ui-kit': ^3.2.4
1414
'@nuxt/kit': ^4.4.2
1515
'@nuxt/module-builder': ^1.0.2
1616
'@nuxt/test-utils': ^4.0.0
1717
'@nuxtjs/partytown': ^2.0.0
1818
'@paypal/paypal-js': ^9.4.0
1919
'@types/semver': ^7.7.1
2020
'@types/youtube': ^0.1.2
21-
'@typescript-eslint/typescript-estree': ^8.57.0
21+
'@typescript-eslint/typescript-estree': ^8.57.1
2222
'@vue/test-utils': ^2.4.6
2323
'@vueuse/core': ^14.2.1
2424
bumpp: ^10.4.1
2525
consola: ^3.4.2
2626
defu: ^6.1.4
2727
eslint: ^10.0.3
28-
eslint-plugin-harlanzw: ^0.5.17
28+
eslint-plugin-harlanzw: ^0.5.21
2929
h3: ^1.15.6
3030
happy-dom: ^20.8.4
3131
knitwork: ^1.3.0
3232
magic-string: ^0.30.21
3333
nuxt: ^4.4.2
3434
ofetch: ^1.5.1
3535
ohash: ^2.0.11
36-
oxc-parser: ^0.118.0
36+
oxc-parser: ^0.120.0
3737
oxc-walker: ^0.7.0
3838
pathe: ^2.0.3
3939
pkg-types: ^2.3.0
@@ -47,11 +47,11 @@ catalog:
4747
ultrahtml: ^1.6.0
4848
unplugin: ^3.0.0
4949
unstorage: ^1.17.4
50-
valibot: ^1.2.0
50+
valibot: ^1.3.0
5151
vitest: ^4.1.0
5252
vue: ^3.5.30
5353
vue-router: ^5.0.3
54-
vue-tsc: ^3.2.5
54+
vue-tsc: ^3.2.6
5555

5656
ignoredBuiltDependencies:
5757
- esbuild

0 commit comments

Comments
 (0)