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 Nov 4, 2024
1 parent b242af8 commit e701583
Show file tree
Hide file tree
Showing 11 changed files with 3,441 additions and 2,885 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 18
uses: actions/setup-node@v4.0.2
uses: actions/setup-node@v4.1.0
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.1.0
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.1.0
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.1.0
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.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
54 changes: 27 additions & 27 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": "11.1.0",
"@vueuse/integrations": "^11.1.0",
"@vueuse/shared": "11.1.0",
"@vue/runtime-core": "^3.5.12",
"@vue/runtime-dom": "^3.5.12",
"@vue/shared": "^3.5.12",
"@vueuse/core": "11.2.0",
"@vueuse/integrations": "^11.2.0",
"@vueuse/shared": "11.2.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.1.7",
"pinia-orm": "^1.9.1",
"monaco-editor": "0.52.0",
"monaco-editor-core": "^0.52.0",
"pinia": "^2.2.6",
"pinia-orm": "^1.9.2",
"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.12"
},
"devDependencies": {
"@antfu/eslint-config": "^3.7.3",
"@iconify/json": "^2.2.225",
"@antfu/eslint-config": "^3.8.0",
"@iconify/json": "^2.2.267",
"@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",
"@types/node": "^20.17.6",
"@vitejs/plugin-vue": "^5.1.4",
"@vue/compiler-sfc": "^3.5.12",
"eslint": "^9.14.0",
"typescript": "^5.6.3",
"unplugin-icons": "^0.20.0",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.10",
"vite-plugin-pwa": "^0.20.5",
"vite-plugin-windicss": "^1.9.3",
"vue-tsc": "^2.0.24",
"vue-tsc": "^2.1.10",
"windicss": "^3.5.6"
},
"packageManager": "yarn@4.3.1"
"packageManager": "yarn@4.5.1"
}
22 changes: 11 additions & 11 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.12.3",
"scripts": {
"release": "node scripts/release.mjs",
"cleanup": "rimraf 'packages/**/node_modules' 'playground/node_modules' 'node_modules'",
Expand All @@ -24,27 +24,27 @@
"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.10.0",
"@lerna-lite/run": "^3.10.0",
"@types/lodash.kebabcase": "^4.1.9",
"@types/node": "^20.14.9",
"@types/node": "^20.17.6",
"chalk": "^4.1.2",
"changelogen": "^0.5.5",
"changelogen": "^0.5.7",
"conventional-changelog-cli": "^5.0.0",
"enquirer": "^2.4.1",
"execa": "^9.3.0",
"execa": "^9.5.1",
"expect": "^29.7.0",
"globby": "^14.0.2",
"lint-staged": "^15.2.7",
"lint-staged": "^15.2.10",
"lodash.kebabcase": "^4.1.1",
"minimist": "^1.2.8",
"p-series": "^3.0.0",
"pascalcase": "^2.0.0",
"prettier": "^3.3.2",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"semver": "^7.6.2",
"sponsorkit": "^0.14.7",
"typescript": "^5.5.3",
"semver": "^7.6.3",
"sponsorkit": "^0.15.5",
"typescript": "^5.6.3",
"yorkie": "^2.0.0"
},
"peerDependenciesMeta": {
Expand Down
26 changes: 13 additions & 13 deletions packages/axios/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,24 +55,24 @@
"license": "MIT",
"peerDependencies": {
"axios": ">=1.7.7",
"pinia-orm": ">=1.9.1",
"pinia": ">=2.1.7"
"pinia-orm": ">=1.9.2",
"pinia": ">=2.2.6"
},
"devDependencies": {
"@nuxt/eslint-config": "^0.3.13",
"@nuxt/eslint-config": "^0.6.1",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@size-limit/preset-small-lib": "^11.1.4",
"@vitest/coverage-v8": "^2.0.4",
"axios": "^1.7.2",
"axios-mock-adapter": "^2.0.0",
"eslint": "^9.6.0",
"pinia": "^2.1.7",
"@size-limit/preset-small-lib": "^11.1.6",
"@vitest/coverage-v8": "^2.1.4",
"axios": "^1.7.7",
"axios-mock-adapter": "^2.1.0",
"eslint": "^9.14.0",
"pinia": "^2.2.6",
"pinia-orm": "workspace:*",
"size-limit": "^11.1.4",
"typescript": "^5.5.3",
"size-limit": "^11.1.6",
"typescript": "^5.6.3",
"unbuild": "^2.0.0",
"vitest": "^2.0.4",
"vue-demi": "^0.14.8"
"vitest": "^2.1.4",
"vue-demi": "^0.14.10"
},
"size-limit": [
{
Expand Down
12 changes: 6 additions & 6 deletions packages/normalizr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@
],
"license": "MIT",
"devDependencies": {
"@nuxt/eslint-config": "^0.3.13",
"@nuxt/eslint-config": "^0.6.1",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@size-limit/preset-small-lib": "^11.1.4",
"eslint": "^9.6.0",
"immutable": "^4.3.6",
"size-limit": "^11.1.4",
"typescript": "^5.5.3",
"@size-limit/preset-small-lib": "^11.1.6",
"eslint": "^9.14.0",
"immutable": "^4.3.7",
"size-limit": "^11.1.6",
"typescript": "^5.6.3",
"unbuild": "^2.0.0"
},
"size-limit": [
Expand Down
26 changes: 13 additions & 13 deletions packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,28 +39,28 @@
"dev:prepare": "nuxi build-module --stub . && nuxi prepare playground"
},
"peerDependencies": {
"@pinia/nuxt": "^0.5.1"
"@pinia/nuxt": "^0.7.0"
},
"dependencies": {
"@nuxt/kit": "^3.12.3",
"@nuxt/kit": "^3.14.0",
"pinia-orm": "workspace:*"
},
"devDependencies": {
"@nuxt/devtools": "^1.3.9",
"@nuxt/eslint-config": "^0.3.13",
"@nuxt/module-builder": "^0.8.1",
"@nuxt/schema": "^3.12.3",
"@nuxt/devtools": "^1.6.0",
"@nuxt/eslint-config": "^0.6.1",
"@nuxt/module-builder": "^0.8.4",
"@nuxt/schema": "^3.14.0",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@pinia/nuxt": "^0.5.1",
"@pinia/nuxt": "^0.7.0",
"@types/prettier": "^3.0.0",
"eslint": "^9.6.0",
"eslint": "^9.14.0",
"nuxt": "^3.11.2",
"pinia": "^2.1.7",
"prettier": "^3.3.2",
"pinia": "^2.2.6",
"prettier": "^3.3.3",
"std-env": "^3.7.0",
"typescript": "^5.5.3",
"vite": "^5.3.3",
"vue": "^3.4.31"
"typescript": "^5.6.3",
"vite": "^5.4.10",
"vue": "^3.5.12"
},
"repository": {
"type": "git",
Expand Down
44 changes: 22 additions & 22 deletions packages/pinia-orm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,42 +56,42 @@
"test": "pnpm run test:3"
},
"peerDependencies": {
"pinia": "^2.1.7"
"pinia": "^2.2.6"
},
"dependencies": {
"@pinia-orm/normalizr": "workspace:*"
},
"devDependencies": {
"@nuxt/eslint-config": "^0.3.13",
"@nuxt/eslint-config": "^0.6.1",
"@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",
"@pinia/testing": "^0.1.7",
"@size-limit/preset-small-lib": "^11.1.6",
"@types/node": "^20.17.6",
"@types/prettier": "^3.0.0",
"@types/uuid": "^10.0.0",
"@typescript-eslint/parser": "^8.7.0",
"@vitest/coverage-v8": "^2.0.4",
"@vitest/ui": "^2.0.4",
"@typescript-eslint/parser": "^8.13.0",
"@vitest/coverage-v8": "^2.1.4",
"@vitest/ui": "^2.1.4",
"@vue/composition-api": "^1.7.2",
"@vue/test-utils": "^2.4.6",
"c8": "^10.1.2",
"core-js": "^3.37.1",
"eslint": "^9.6.0",
"happy-dom": "^15.7.4",
"mkdist": "^1.5.3",
"core-js": "^3.39.0",
"eslint": "^9.14.0",
"happy-dom": "^15.8.3",
"mkdist": "^1.6.0",
"nanoid": "4.0.2",
"pinia": "^2.1.7",
"prettier": "^3.3.2",
"size-limit": "^11.1.4",
"pinia": "^2.2.6",
"prettier": "^3.3.3",
"size-limit": "^11.1.6",
"std-env": "^3.7.0",
"tsup": "^8.1.0",
"typescript": "^5.5.3",
"tsup": "^8.3.5",
"typescript": "^5.6.3",
"unbuild": "^2.0.0",
"uuid": "^10.0.0",
"vite": "^5.3.3",
"vitest": "^2.0.4",
"vue": "^3.4.31",
"vue-demi": "^0.14.8",
"vite": "^5.4.10",
"vitest": "^2.1.4",
"vue": "^3.5.12",
"vue-demi": "^0.14.10",
"vue2": "npm:vue@^2.7.3"
},
"size-limit": [
Expand All @@ -113,7 +113,7 @@
}
],
"volta": {
"node": "20.15.0"
"node": "20.18.0"
},
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit e701583

Please sign in to comment.