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 9, 2024
1 parent 5fe47be commit 9f2058f
Show file tree
Hide file tree
Showing 6 changed files with 495 additions and 366 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- run: corepack enable
- uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
node-version: 20
cache: "pnpm"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/changelogensets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
fetch-depth: 0
- run: corepack enable
- uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
node-version: 20
cache: "pnpm"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- run: corepack enable
- uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
node-version: 20
cache: "pnpm"
Expand All @@ -51,7 +51,7 @@ jobs:
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- run: corepack enable
- uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
node-version: 20
cache: "pnpm"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- run: corepack enable
- uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
node-version: 20
registry-url: "https://registry.npmjs.org/"
Expand Down
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"dependencies": {
"@nuxt/kit": "^3.9.3",
"@nuxt/schema": "^3.9.3",
"c12": "^1.6.1",
"c12": "^1.7.0",
"consola": "^3.2.3",
"defu": "^6.1.4",
"destr": "^2.0.2",
Expand All @@ -49,17 +49,17 @@
"fake-indexeddb": "^5.0.2",
"get-port-please": "^3.1.2",
"local-pkg": "^0.5.0",
"magic-string": "^0.30.5",
"node-fetch-native": "^1.6.1",
"magic-string": "^0.30.7",
"node-fetch-native": "^1.6.2",
"ofetch": "^1.3.3",
"pathe": "^1.1.2",
"perfect-debounce": "^1.0.0",
"radix3": "^1.1.0",
"scule": "^1.2.0",
"scule": "^1.3.0",
"std-env": "^3.7.0",
"ufo": "^1.3.2",
"ufo": "^1.4.0",
"unenv": "^1.9.0",
"unplugin": "^1.6.0",
"unplugin": "^1.7.1",
"vitest-environment-nuxt": "^1.0.0"
},
"devDependencies": {
Expand All @@ -68,7 +68,7 @@
"@nuxt/devtools": "1.0.8",
"@nuxt/eslint-config": "0.2.0",
"@nuxt/module-builder": "0.5.5",
"@testing-library/vue": "8.0.1",
"@testing-library/vue": "8.0.2",
"@types/estree": "1.0.5",
"@types/jsdom": "21.1.6",
"@types/semver": "7.5.6",
Expand All @@ -77,18 +77,18 @@
"changelogen": "0.5.5",
"eslint": "8.56.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsdoc": "48.0.4",
"eslint-plugin-jsdoc": "48.0.6",
"eslint-plugin-no-only-tests": "3.1.0",
"eslint-plugin-unicorn": "50.0.1",
"h3": "1.10.1",
"jiti": "1.21.0",
"nuxt": "3.9.3",
"playwright-core": "1.41.1",
"playwright-core": "1.41.2",
"rollup": "4.9.6",
"semver": "7.5.4",
"semver": "7.6.0",
"unbuild": "latest",
"unimport": "3.7.1",
"vite": "5.0.12",
"vite": "5.1.0",
"vitest": "1.2.2",
"vue-router": "4.2.5",
"vue-tsc": "1.8.27"
Expand Down Expand Up @@ -142,11 +142,11 @@
"@nuxt/schema": "^3.9.3",
"@nuxt/test-utils": "workspace:*",
"rollup": "4.9.6",
"vite": "5.0.12",
"vue": "^3.4.15"
"vite": "5.1.0",
"vue": "^3.4.18"
},
"engines": {
"node": "^14.18.0 || >=16.10.0"
},
"packageManager": "[email protected].0"
"packageManager": "[email protected].1"
}
Loading

0 comments on commit 9f2058f

Please sign in to comment.