Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 7, 2025
1 parent b20a531 commit dd5c5de
Show file tree
Hide file tree
Showing 8 changed files with 370 additions and 882 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
permissions:
id-token: write
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- run: corepack enable
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
with:
node-version: 20
registry-url: 'https://registry.npmjs.org/'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reproduction-close.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9.0.0
- uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 # v9.1.0
with:
days-before-stale: -1 # Issues and PR will never be flagged stale automatically.
stale-issue-label: needs reproduction # Label that flags an issue as stale.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reproduction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
reproduire:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: Hebilicious/reproduire@4b686ae9cbb72dad60f001d278b6e3b2ce40a9ac # v0.0.9-mp
with:
label: needs reproduction
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"generate": "nuxi generate"
},
"devDependencies": {
"@iconify-json/carbon": "^1.2.5",
"@iconify-json/carbon": "^1.2.6",
"@nuxt/devtools-kit": "^1.7.0",
"@nuxt/devtools-ui-kit": "^1.7.0",
"@nuxt/kit": "^3.15.0",
Expand Down
14 changes: 7 additions & 7 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@
"@iconify-json/heroicons": "^1.2.2",
"@iconify-json/noto": "^1.2.2",
"@iconify-json/ph": "^1.2.2",
"@iconify-json/simple-icons": "^1.2.18",
"@iconify-json/simple-icons": "^1.2.23",
"@nuxt/content": "^2.13.4",
"@nuxt/fonts": "^0.10.3",
"@nuxt/image": "^1.8.1",
"@nuxt/image": "^1.9.0",
"@nuxt/scripts": "workspace:*",
"@nuxt/ui-pro": "^1.6.0",
"@nuxt/ui-pro": "^1.7.0",
"@nuxthq/studio": "^2.2.1",
"@nuxtjs/seo": "^2.0.2",
"@vueuse/core": "^12.2.0",
"@vueuse/nuxt": "^12.2.0",
"@nuxtjs/seo": "^2.1.1",
"@vueuse/core": "^12.5.0",
"@vueuse/nuxt": "^12.5.0",
"nuxt-scripts-devtools": "workspace:*",
"shiki": "^1.24.4"
"shiki": "^1.29.2"
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@nuxt/scripts",
"type": "module",
"version": "0.9.5",
"packageManager": "[email protected].2",
"packageManager": "[email protected].5",
"description": "Load third-party scripts with better performance, privacy and DX in Nuxt Apps.",
"author": {
"website": "https://harlanzw.com",
Expand Down Expand Up @@ -70,7 +70,7 @@
"@types/google.maps": "^3.58.1",
"@types/vimeo__player": "^2.18.3",
"@types/youtube": "^0.1.0",
"@unhead/vue": "^1"
"@unhead/vue": "^1.11.18"
},
"peerDependenciesMeta": {
"@stripe/stripe-js": {
Expand Down Expand Up @@ -139,13 +139,13 @@
"@unhead/schema": "1.11.18",
"@unhead/shared": "1.11.18",
"@unhead/ssr": "1.11.18",
"@unhead/vue": "1.11.18",
"@unhead/vue": "^1.11.18",
"nuxt": "catalog:",
"nuxt-scripts-devtools": "workspace:*",
"typescript": "5.6.3",
"typescript": "5.7.3",
"unhead": "1.11.18",
"vue": "^3.5.13",
"vue-router": "^4.5.0",
"consola": "^3.3.3"
"consola": "^3.4.0"
}
}
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@nuxt/scripts": "workspace:*",
"@nuxt/ui": "^2.20.0",
"@nuxt/ui": "^2.21.0",
"nuxt-scripts-devtools": "workspace:*"
}
}
1,216 changes: 352 additions & 864 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit dd5c5de

Please sign in to comment.