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] committed Jun 14, 2024
1 parent 6e1c517 commit 8071ed5
Show file tree
Hide file tree
Showing 9 changed files with 1,600 additions and 1,158 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
fetch-depth: 0
- run: corepack enable
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
fetch-depth: 0
- run: corepack enable
Expand Down
38 changes: 19 additions & 19 deletions docs-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,40 +17,40 @@
"@antfu/utils": "^0.7.8",
"@headlessui/vue": "^1.7.22",
"@types/splitpanes": "^2.2.6",
"@vue/runtime-core": "^3.4.27",
"@vue/runtime-dom": "^3.4.27",
"@vue/shared": "^3.4.27",
"@vueuse/core": "10.9.0",
"@vueuse/integrations": "^10.9.0",
"@vueuse/shared": "10.9.0",
"@vue/runtime-core": "^3.4.28",
"@vue/runtime-dom": "^3.4.28",
"@vue/shared": "^3.4.28",
"@vueuse/core": "10.11.0",
"@vueuse/integrations": "^10.11.0",
"@vueuse/shared": "10.11.0",
"file-saver": "^2.0.5",
"jszip": "^3.10.1",
"lz-string": "^1.5.0",
"monaco-editor": "0.48.0",
"monaco-editor-core": "^0.48.0",
"monaco-editor": "0.49.0",
"monaco-editor-core": "^0.49.0",
"pinia": "^2.1.7",
"pinia-orm": "^1.9.0",
"pinia-orm": "^1.9.1",
"splitpanes": "^3.1.5",
"theme-vitesse": "^0.8.0",
"vscode-html-languageservice": "^5.2.0",
"vue": "^3.4.27"
"vue": "^3.4.28"
},
"devDependencies": {
"@antfu/eslint-config": "^2.18.0",
"@iconify/json": "^2.2.211",
"@antfu/eslint-config": "^2.21.1",
"@iconify/json": "^2.2.219",
"@types/file-saver": "^2.0.7",
"@types/node": "^20.12.12",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/compiler-sfc": "^3.4.27",
"eslint": "^9.2.0",
"@types/node": "^20.14.2",
"@vitejs/plugin-vue": "^5.0.5",
"@vue/compiler-sfc": "^3.4.28",
"eslint": "^9.4.0",
"typescript": "^5.4.5",
"unplugin-icons": "^0.19.0",
"unplugin-vue-components": "^0.27.0",
"vite": "^5.2.11",
"vite": "^5.3.1",
"vite-plugin-pwa": "^0.20.0",
"vite-plugin-windicss": "^1.9.3",
"vue-tsc": "^2.0.19",
"vue-tsc": "^2.0.21",
"windicss": "^3.5.6"
},
"packageManager": "yarn@4.2.2"
"packageManager": "yarn@4.3.0"
}
16 changes: 8 additions & 8 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.1.1",
"packageManager": "pnpm@9.3.0",
"scripts": {
"release": "node scripts/release.mjs",
"cleanup": "rimraf 'packages/**/node_modules' 'playground/node_modules' 'node_modules'",
Expand All @@ -24,26 +24,26 @@
"docs:api": "lerna run docs:api --scope @pinia/docs"
},
"devDependencies": {
"@lerna-lite/cli": "^3.4.0",
"@lerna-lite/run": "^3.4.0",
"@lerna-lite/cli": "^3.5.1",
"@lerna-lite/run": "^3.5.1",
"@types/lodash.kebabcase": "^4.1.9",
"@types/node": "^20.12.12",
"@types/node": "^20.14.2",
"chalk": "^4.1.2",
"changelogen": "^0.5.5",
"conventional-changelog-cli": "^5.0.0",
"enquirer": "^2.4.1",
"execa": "^9.1.0",
"execa": "^9.2.0",
"expect": "^29.7.0",
"globby": "^14.0.1",
"lint-staged": "^15.2.2",
"lint-staged": "^15.2.7",
"lodash.kebabcase": "^4.1.1",
"minimist": "^1.2.8",
"p-series": "^3.0.0",
"pascalcase": "^2.0.0",
"prettier": "^3.2.5",
"prettier": "^3.3.2",
"rimraf": "^5.0.7",
"semver": "^7.6.2",
"sponsorkit": "^0.14.4",
"sponsorkit": "^0.14.5",
"typescript": "^5.4.5",
"yorkie": "^2.0.0"
},
Expand Down
12 changes: 6 additions & 6 deletions packages/axios/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,25 +54,25 @@
},
"license": "MIT",
"peerDependencies": {
"axios": ">=1.6.8",
"pinia-orm": ">=1.9.0",
"axios": ">=1.7.2",
"pinia-orm": ">=1.9.1",
"pinia": ">=2.1.7"
},
"devDependencies": {
"@nuxt/eslint-config": "^0.3.12",
"@nuxt/eslint-config": "^0.3.13",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@size-limit/preset-small-lib": "^11.1.4",
"@vitest/coverage-v8": "^1.6.0",
"axios": "^1.6.8",
"axios": "^1.7.2",
"axios-mock-adapter": "^1.22.0",
"eslint": "^9.2.0",
"eslint": "^9.4.0",
"pinia": "^2.1.7",
"pinia-orm": "workspace:*",
"size-limit": "^11.1.4",
"typescript": "^5.4.5",
"unbuild": "^2.0.0",
"vitest": "^1.6.0",
"vue-demi": "^0.14.7"
"vue-demi": "^0.14.8"
},
"size-limit": [
{
Expand Down
4 changes: 2 additions & 2 deletions packages/normalizr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@
],
"license": "MIT",
"devDependencies": {
"@nuxt/eslint-config": "^0.3.12",
"@nuxt/eslint-config": "^0.3.13",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@size-limit/preset-small-lib": "^11.1.4",
"eslint": "^9.2.0",
"eslint": "^9.4.0",
"immutable": "^4.3.6",
"size-limit": "^11.1.4",
"typescript": "^5.4.5",
Expand Down
18 changes: 9 additions & 9 deletions packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,25 +42,25 @@
"@pinia/nuxt": "^0.5.1"
},
"dependencies": {
"@nuxt/kit": "^3.11.2",
"@nuxt/kit": "^3.12.1",
"pinia-orm": "workspace:*"
},
"devDependencies": {
"@nuxt/devtools": "^1.3.1",
"@nuxt/eslint-config": "^0.3.12",
"@nuxt/module-builder": "^0.6.0",
"@nuxt/schema": "^3.11.2",
"@nuxt/devtools": "^1.3.3",
"@nuxt/eslint-config": "^0.3.13",
"@nuxt/module-builder": "^0.7.1",
"@nuxt/schema": "^3.12.1",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@pinia/nuxt": "^0.5.1",
"@types/prettier": "^3.0.0",
"eslint": "^9.2.0",
"eslint": "^9.4.0",
"nuxt": "^3.11.2",
"pinia": "^2.1.7",
"prettier": "^3.2.5",
"prettier": "^3.3.2",
"std-env": "^3.7.0",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"vue": "^3.4.27"
"vite": "^5.3.1",
"vue": "^3.4.28"
},
"repository": {
"type": "git",
Expand Down
26 changes: 13 additions & 13 deletions packages/pinia-orm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,39 +59,39 @@
"pinia": "^2.1.7"
},
"dependencies": {
"@pinia-orm/normalizr": ">=1.9.0"
"@pinia-orm/normalizr": ">=1.9.1"
},
"devDependencies": {
"@nuxt/eslint-config": "^0.3.12",
"@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.12.12",
"@types/node": "^20.14.2",
"@types/prettier": "^3.0.0",
"@types/uuid": "^9.0.8",
"@typescript-eslint/parser": "^7.9.0",
"@typescript-eslint/parser": "^7.13.0",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "^1.6.0",
"@vue/composition-api": "^1.7.2",
"@vue/test-utils": "^2.4.6",
"c8": "^10.0.0",
"c8": "^10.1.2",
"core-js": "^3.37.1",
"eslint": "^9.2.0",
"happy-dom": "^14.11.0",
"eslint": "^9.4.0",
"happy-dom": "^14.12.0",
"mkdist": "^1.5.1",
"nanoid": "4.0.2",
"pinia": "^2.1.7",
"prettier": "^3.2.5",
"prettier": "^3.3.2",
"size-limit": "^11.1.4",
"std-env": "^3.7.0",
"tsup": "^8.0.2",
"tsup": "^8.1.0",
"typescript": "^5.4.5",
"unbuild": "^2.0.0",
"uuid": "^10.0.0",
"vite": "^5.2.11",
"vite": "^5.3.1",
"vitest": "^1.6.0",
"vue": "^3.4.27",
"vue-demi": "^0.14.7",
"vue": "^3.4.28",
"vue-demi": "^0.14.8",
"vue2": "npm:vue@^2.7.3"
},
"size-limit": [
Expand All @@ -113,7 +113,7 @@
}
],
"volta": {
"node": "20.13.1"
"node": "20.14.0"
},
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit 8071ed5

Please sign in to comment.