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 12, 2024
1 parent ba65169 commit c0f78d4
Show file tree
Hide file tree
Showing 9 changed files with 207 additions and 229 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/setup-node@v4.0.2
uses: actions/setup-node@v4.0.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/setup-node@v4.0.2
uses: actions/setup-node@v4.0.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/setup-node@v4.0.2
uses: actions/setup-node@v4.0.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/setup-node@v4.0.2
uses: actions/setup-node@v4.0.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/setup-node@v4.0.2
- uses: actions/setup-node@v4.0.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
10 changes: 5 additions & 5 deletions docs-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,17 @@
"monaco-editor": "0.50.0",
"monaco-editor-core": "^0.50.0",
"pinia": "^2.1.7",
"pinia-orm": "^1.9.1",
"pinia-orm": "^1.9.2",
"splitpanes": "^3.1.5",
"theme-vitesse": "^0.8.0",
"vscode-html-languageservice": "^5.3.0",
"vue": "^3.4.31"
},
"devDependencies": {
"@antfu/eslint-config": "^2.21.2",
"@iconify/json": "^2.2.225",
"@antfu/eslint-config": "^2.22.0",
"@iconify/json": "^2.2.227",
"@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": "yarn@4.3.1"
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
2 changes: 1 addition & 1 deletion packages/axios/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"license": "MIT",
"peerDependencies": {
"axios": ">=1.7.2",
"pinia-orm": ">=1.9.1",
"pinia-orm": ">=1.9.2",
"pinia": ">=2.1.7"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/pinia-orm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,17 +59,17 @@
"pinia": "^2.1.7"
},
"dependencies": {
"@pinia-orm/normalizr": ">=1.9.1"
"@pinia-orm/normalizr": ">=1.9.2"
},
"devDependencies": {
"@nuxt/eslint-config": "^0.3.13",
"@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 c0f78d4

Please sign in to comment.