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 6, 2025
1 parent 29b2b0d commit 06fbfd3
Show file tree
Hide file tree
Showing 12 changed files with 3,967 additions and 5,576 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 0
- run: corepack enable
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
with:
node-version: 20
cache: "pnpm"
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- run: corepack enable

- name: Set node version to 20
uses: actions/setup-node@v4.0.2
uses: actions/setup-node@v4.1.0
with:
node-version: 20
cache: "pnpm"
Expand All @@ -48,7 +48,7 @@ jobs:
- run: corepack enable

- name: Set node version to 20
uses: actions/setup-node@v4.0.2
uses: actions/setup-node@v4.1.0
with:
node-version: 20
cache: "pnpm"
Expand All @@ -74,7 +74,7 @@ jobs:
- run: corepack enable

- name: Set node version to 20
uses: actions/setup-node@v4.0.2
uses: actions/setup-node@v4.1.0
with:
node-version: 20
cache: "pnpm"
Expand All @@ -96,7 +96,7 @@ jobs:
- run: corepack enable

- name: Set node version to 20
uses: actions/setup-node@v4.0.2
uses: actions/setup-node@v4.1.0
with:
node-version: 20
cache: "pnpm"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
with:
fetch-depth: 0
- run: corepack enable
- uses: actions/setup-node@v4.0.2
- uses: actions/setup-node@v4.1.0
with:
node-version: 20
cache: "pnpm"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 0
- run: corepack enable
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
with:
node-version: 20
registry-url: "https://registry.npmjs.org/"
Expand Down
56 changes: 28 additions & 28 deletions docs-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,42 +15,42 @@
},
"dependencies": {
"@antfu/utils": "^0.7.10",
"@headlessui/vue": "^1.7.22",
"@headlessui/vue": "^1.7.23",
"@types/splitpanes": "^2.2.6",
"@vue/runtime-core": "^3.4.31",
"@vue/runtime-dom": "^3.4.31",
"@vue/shared": "^3.4.31",
"@vueuse/core": "12.0.0",
"@vueuse/integrations": "^12.0.0",
"@vueuse/shared": "12.0.0",
"@vue/runtime-core": "^3.5.13",
"@vue/runtime-dom": "^3.5.13",
"@vue/shared": "^3.5.13",
"@vueuse/core": "12.3.0",
"@vueuse/integrations": "^12.3.0",
"@vueuse/shared": "12.3.0",
"file-saver": "^2.0.5",
"jszip": "^3.10.1",
"lz-string": "^1.5.0",
"monaco-editor": "0.50.0",
"monaco-editor-core": "^0.50.0",
"pinia": "^2.2.7",
"pinia-orm": "^1.10.0",
"monaco-editor": "0.52.2",
"monaco-editor-core": "^0.52.2",
"pinia": "^2.3.0",
"pinia-orm": "^1.10.1",
"splitpanes": "^3.1.5",
"theme-vitesse": "^0.8.0",
"vscode-html-languageservice": "^5.3.0",
"vue": "^3.4.31"
"theme-vitesse": "^0.8.3",
"vscode-html-languageservice": "^5.3.1",
"vue": "^3.5.13"
},
"devDependencies": {
"@antfu/eslint-config": "^3.7.3",
"@iconify/json": "^2.2.225",
"@antfu/eslint-config": "^3.12.1",
"@iconify/json": "^2.2.292",
"@types/file-saver": "^2.0.7",
"@types/node": "^20.14.9",
"@vitejs/plugin-vue": "^5.0.5",
"@vue/compiler-sfc": "^3.4.31",
"eslint": "^9.6.0",
"typescript": "^5.5.3",
"unplugin-icons": "^0.19.0",
"unplugin-vue-components": "^0.27.2",
"vite": "^5.3.3",
"vite-plugin-pwa": "^0.20.0",
"vite-plugin-windicss": "^1.9.3",
"vue-tsc": "^2.0.24",
"@types/node": "^20.17.11",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/compiler-sfc": "^3.5.13",
"eslint": "^9.17.0",
"typescript": "^5.7.2",
"unplugin-icons": "^0.22.0",
"unplugin-vue-components": "^0.28.0",
"vite": "^5.4.11",
"vite-plugin-pwa": "^0.21.1",
"vite-plugin-windicss": "^1.9.4",
"vue-tsc": "^2.2.0",
"windicss": "^3.5.6"
},
"packageManager": "yarn@4.3.1"
"packageManager": "yarn@4.6.0"
}
Loading

0 comments on commit 06fbfd3

Please sign in to comment.