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 Jan 7, 2025
1 parent b1e4297 commit 02c430f
Show file tree
Hide file tree
Showing 5 changed files with 486 additions and 778 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@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
with:
node-version: 20
registry-url: 'https://registry.npmjs.org/'
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
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"@nuxt/ui-pro": "^1.6.0",
"@nuxthq/studio": "^2.2.1",
"@nuxtjs/seo": "^2.0.2",
"@vueuse/core": "^12.2.0",
"@vueuse/nuxt": "^12.2.0",
"@vueuse/core": "^12.3.0",
"@vueuse/nuxt": "^12.3.0",
"nuxt-scripts-devtools": "workspace:*",
"shiki": "^1.24.4"
"shiki": "^1.26.1"
}
}
28 changes: 14 additions & 14 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].3",
"description": "Load third-party scripts with better performance, privacy and DX in Nuxt Apps.",
"author": {
"website": "https://harlanzw.com",
Expand Down Expand Up @@ -73,8 +73,8 @@
"@types/google.maps": "^3.58.1",
"@types/vimeo__player": "^2.18.3",
"@types/youtube": "^0.1.0",
"@unhead/vue": "1.11.14",
"@vueuse/core": "^12.2.0",
"@unhead/vue": "1.11.15",
"@vueuse/core": "^12.3.0",
"consola": "^3.3.3",
"defu": "^6.1.4",
"h3": "^1.13.0",
Expand All @@ -85,24 +85,24 @@
"pathe": "^1.1.2",
"pkg-types": "^1.3.0",
"semver": "^7.6.3",
"shiki": "1.24.4",
"shiki": "1.26.1",
"sirv": "^3.0.0",
"std-env": "^3.8.0",
"third-party-capital": "2.3.0",
"ufo": "^1.5.4",
"unimport": "^3.14.5",
"unplugin": "^2.1.2",
"unstorage": "^1.14.4",
"valibot": "1.0.0-beta.9"
"valibot": "1.0.0-beta.11"
},
"devDependencies": {
"@nuxt/devtools-ui-kit": "^1.7.0",
"@nuxt/eslint-config": "^0.7.4",
"@nuxt/module-builder": "^0.8.4",
"@nuxt/test-utils": "3.15.1",
"@types/semver": "^7.5.8",
"@typescript-eslint/typescript-estree": "^8.19.0",
"@unhead/schema": "1.11.14",
"@typescript-eslint/typescript-estree": "^8.19.1",
"@unhead/schema": "1.11.15",
"acorn-loose": "^8.4.0",
"bumpp": "^9.9.2",
"changelogen": "^0.5.7",
Expand All @@ -122,15 +122,15 @@
"resolutions": {
"@nuxt/schema": "3.15.0",
"@nuxt/scripts": "workspace:*",
"@unhead/dom": "1.11.11",
"@unhead/schema": "1.11.11",
"@unhead/shared": "1.11.11",
"@unhead/ssr": "1.11.11",
"@unhead/vue": "1.11.11",
"@unhead/dom": "1.11.15",
"@unhead/schema": "1.11.15",
"@unhead/shared": "1.11.15",
"@unhead/ssr": "1.11.15",
"@unhead/vue": "1.11.15",
"nuxt": "^3.15.0",
"nuxt-scripts-devtools": "workspace:*",
"typescript": "5.6.3",
"unhead": "1.11.11",
"typescript": "5.7.2",
"unhead": "1.11.15",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
}
Expand Down
Loading

0 comments on commit 02c430f

Please sign in to comment.