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 Jul 9, 2024
1 parent 1e76c05 commit d4b3221
Show file tree
Hide file tree
Showing 8 changed files with 197 additions and 219 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
fetch-depth: 0
- run: corepack enable
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
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 18
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
node-version: 18
cache: "pnpm"
Expand All @@ -48,7 +48,7 @@ jobs:
- run: corepack enable

- name: Set node version to 18
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
node-version: 18
cache: "pnpm"
Expand All @@ -74,7 +74,7 @@ jobs:
- run: corepack enable

- name: Set node version to 18
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
node-version: 18
cache: "pnpm"
Expand All @@ -96,7 +96,7 @@ jobs:
- run: corepack enable

- name: Set node version to 18
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
node-version: 18
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/[email protected].2
- uses: actions/[email protected].3
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 @@ -21,7 +21,7 @@ jobs:
with:
fetch-depth: 0
- run: corepack enable
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
with:
node-version: 20
registry-url: "https://registry.npmjs.org/"
Expand Down
8 changes: 4 additions & 4 deletions docs-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
"vue": "^3.4.31"
},
"devDependencies": {
"@antfu/eslint-config": "^2.21.2",
"@iconify/json": "^2.2.225",
"@antfu/eslint-config": "^2.21.3",
"@iconify/json": "^2.2.226",
"@types/file-saver": "^2.0.7",
"@types/node": "^20.14.9",
"@types/node": "^20.14.10",
"@vitejs/plugin-vue": "^5.0.5",
"@vue/compiler-sfc": "^3.4.31",
"eslint": "^9.6.0",
Expand All @@ -49,7 +49,7 @@
"vite": "^5.3.3",
"vite-plugin-pwa": "^0.20.0",
"vite-plugin-windicss": "^1.9.3",
"vue-tsc": "^2.0.24",
"vue-tsc": "^2.0.26",
"windicss": "^3.5.6"
},
"packageManager": "[email protected]"
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stormtail/pinia-orm-root",
"private": true,
"packageManager": "pnpm@9.4.0",
"packageManager": "pnpm@9.5.0",
"scripts": {
"release": "node scripts/release.mjs",
"cleanup": "rimraf 'packages/**/node_modules' 'playground/node_modules' 'node_modules'",
Expand All @@ -24,10 +24,10 @@
"docs:api": "lerna run docs:api --scope @pinia/docs"
},
"devDependencies": {
"@lerna-lite/cli": "^3.6.0",
"@lerna-lite/run": "^3.6.0",
"@lerna-lite/cli": "^3.7.0",
"@lerna-lite/run": "^3.7.0",
"@types/lodash.kebabcase": "^4.1.9",
"@types/node": "^20.14.9",
"@types/node": "^20.14.10",
"chalk": "^4.1.2",
"changelogen": "^0.5.5",
"conventional-changelog-cli": "^5.0.0",
Expand All @@ -41,7 +41,7 @@
"p-series": "^3.0.0",
"pascalcase": "^2.0.0",
"prettier": "^3.3.2",
"rimraf": "^5.0.7",
"rimraf": "^5.0.9",
"semver": "^7.6.2",
"sponsorkit": "^0.14.6",
"typescript": "^5.5.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/pinia-orm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@pinia/testing": "^0.1.3",
"@size-limit/preset-small-lib": "^11.1.4",
"@types/node": "^20.14.9",
"@types/node": "^20.14.10",
"@types/prettier": "^3.0.0",
"@types/uuid": "^10.0.0",
"@typescript-eslint/parser": "^7.15.0",
"@typescript-eslint/parser": "^7.16.0",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "^1.6.0",
"@vue/composition-api": "^1.7.2",
Expand Down Expand Up @@ -113,7 +113,7 @@
}
],
"volta": {
"node": "20.15.0"
"node": "20.15.1"
},
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit d4b3221

Please sign in to comment.