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 27, 2025
1 parent 4e004b0 commit 29c56e6
Show file tree
Hide file tree
Showing 5 changed files with 469 additions and 1,046 deletions.
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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- run: corepack enable
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
- 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
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
},
"dependencies": {
"@iconify-json/ph": "^1.2.2",
"@iconify-json/simple-icons": "^1.2.20",
"@iconify-json/simple-icons": "^1.2.22",
"@nuxt/content": "^2.13.4",
"@nuxt/fonts": "^0.10.3",
"@nuxt/image": "link:..",
"@nuxt/ui-pro": "^1.7.0",
"@nuxthq/studio": "^2.2.1",
"@nuxtjs/plausible": "^1.2.0",
"@vueuse/core": "^12.4.0",
"@vueuse/nuxt": "^12.4.0",
"@vueuse/core": "^12.5.0",
"@vueuse/nuxt": "^12.5.0",
"nuxt": "^3.15.2",
"nuxt-og-image": "^2.2.6",
"perfect-debounce": "^1.0.0",
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
"@nuxt/kit": "^3.15.2",
"consola": "^3.4.0",
"defu": "^6.1.4",
"h3": "^1.13.1",
"h3": "^1.14.0",
"image-meta": "^0.2.1",
"ohash": "^1.1.4",
"pathe": "^2.0.1",
"pathe": "^2.0.2",
"std-env": "^3.8.0",
"ufo": "^1.5.4"
},
Expand All @@ -48,26 +48,26 @@
"@nuxt/module-builder": "0.8.4",
"@nuxt/schema": "3.15.2",
"@nuxt/test-utils": "^3.15.4",
"@types/node": "^22.10.6",
"@types/node": "^22.10.10",
"@types/semver": "^7.5.8",
"@unhead/vue": "^1.11.18",
"@vitest/coverage-v8": "^2.1.8",
"@vue/test-utils": "^2.4.6",
"changelogen": "^0.5.7",
"eslint": "9.18.0",
"eslint": "9.19.0",
"globby": "^14.0.2",
"happy-dom": "^16.6.0",
"happy-dom": "^16.7.3",
"installed-check": "^9.3.0",
"ipx": "^2.1.0",
"jiti": "2.4.2",
"knip": "^5.42.0",
"knip": "^5.43.3",
"nitropack": "^2.10.4",
"nuxt": "^3.15.2",
"ofetch": "^1.4.1",
"playwright-core": "^1.49.1",
"playwright-core": "^1.50.0",
"semver": "^7.6.3",
"tinyexec": "^0.3.2",
"typescript": "5.6.3",
"typescript": "5.7.3",
"unbuild": "^3.3.1",
"vitest": "^2.1.8",
"vitest-environment-nuxt": "^1.0.1",
Expand All @@ -86,6 +86,6 @@
"vue": "3.5.13"
},
"engines": {
"node": ">=18.20.5"
"node": ">=18.20.6"
}
}
Loading

0 comments on commit 29c56e6

Please sign in to comment.