Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump dependenciea #385

Merged
merged 2 commits into from
Sep 8, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .changeset/angry-bears-press.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"@shopware-pwa/cms-base": patch
---

Dependency changes:

- Changed dependency _@nuxt/kit_ from **^3.6.5** to **^3.7.1**
- Changed dependency _@vuelidate/validators_ from **^2.0.3** to **^2.0.4**
7 changes: 7 additions & 0 deletions .changeset/big-carrots-heal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@shopware/api-client": patch
---

Dependency changes:

- Changed dependency _ofetch_ from **^1.2.1** to **^1.3.3**
7 changes: 7 additions & 0 deletions .changeset/friendly-ads-cry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@shopware-pwa/typer": patch
---

Dependency changes:

- Changed dependency _typedoc_ from **^0.24.8** to **^0.25.1**
10 changes: 10 additions & 0 deletions .changeset/grumpy-hats-begin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
"eslint-config-shopware": patch
---

Dependency changes:

- Changed dependency _@typescript-eslint/eslint-plugin_ from **^6.4.1** to **^6.6.0**
- Changed dependency _@typescript-eslint/parser_ from **^6.4.1** to **^6.6.0**
- Changed dependency _eslint_ from **^8.47.0** to **^8.48.0**
- Changed dependency _typescript_ from **^5.1.6** to **^5.2.2**
9 changes: 9 additions & 0 deletions .changeset/short-oranges-mix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
"@shopware/api-gen": patch
---

Dependency changes:

- Changed dependency _ofetch_ from **^1.2.1** to **^1.3.3**
- Changed dependency _openapi-typescript_ from **^6.5.3** to **^6.5.5**
- Changed dependency _prettier_ from **^3.0.2** to **^3.0.3**
7 changes: 7 additions & 0 deletions .changeset/small-trees-attack.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@shopware-pwa/composables-next": patch
---

Dependency changes:

- Changed dependency _@vueuse/core_ from **^10.3.0** to **^10.4.1**
7 changes: 7 additions & 0 deletions .changeset/spicy-pans-explain.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@shopware-pwa/nuxt3-module": patch
---

Dependency changes:

- Changed dependency _@nuxt/kit_ from **^3.6.5** to **^3.7.1**
9 changes: 9 additions & 0 deletions .changeset/tender-lies-vanish.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
"vue-demo-store": patch
---

Dependency changes:

- Changed dependency _@unocss/nuxt_ from **^0.55.2** to **^0.55.7**
- Changed dependency _@vuelidate/validators_ from **^2.0.3** to **^2.0.4**
- Changed dependency _@vueuse/nuxt_ from **^10.3.0** to **^10.4.1**
10 changes: 10 additions & 0 deletions .changeset/violet-doors-agree.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
"shopware-astro": patch
---

Dependency changes:

- Changed dependency _@astrojs/node_ from **^5.3.5** to **^6.0.0**
- Changed dependency _@astrojs/vue_ from **^2.2.1** to **^3.0.0**
- Changed dependency _@vitejs/plugin-vue_ from **^4.3.3** to **^4.3.4**
- Changed dependency _astro_ from **^2.10.12** to **^3.0.10**
6 changes: 3 additions & 3 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
},
"devDependencies": {
"@shopware-pwa/typer": "workspace:*",
"@types/markdown-it": "^13.0.0",
"@types/markdown-it": "^13.0.1",
"@types/node": "^18.16.18",
"@vitejs/plugin-vue": "^4.3.3",
"typescript": "^5.1.6"
"@vitejs/plugin-vue": "^4.3.4",
"typescript": "^5.2.2"
},
"pnpm": {
"peerDependencyRules": {
Expand Down
2 changes: 1 addition & 1 deletion examples/blank-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"devDependencies": {
"@shopware-pwa/types": "canary",
"@vitejs/plugin-vue": "^4.3.3",
"@vitejs/plugin-vue": "^4.3.4",
"vite": "^4.4.9"
}
}
6 changes: 3 additions & 3 deletions examples/example-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"vue-router": "^4.2.4"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.3.3",
"typescript": "^5.1.6",
"@vitejs/plugin-vue": "^4.3.4",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vue-tsc": "^1.8.8"
"vue-tsc": "^1.8.10"
}
}
4 changes: 2 additions & 2 deletions examples/express-checkout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"preview": "vite preview"
},
"dependencies": {
"@paypal/paypal-js": "^7.0.0",
"@paypal/paypal-js": "^7.0.2",
"@shopware-pwa/api-client": "canary",
"@shopware-pwa/composables-next": "canary",
"@shopware-pwa/helpers-next": "canary",
Expand All @@ -18,7 +18,7 @@
},
"devDependencies": {
"@shopware-pwa/types": "canary",
"@vitejs/plugin-vue": "^4.3.3",
"@vitejs/plugin-vue": "^4.3.4",
"vite": "^4.4.9"
}
}
2 changes: 1 addition & 1 deletion examples/login-form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"devDependencies": {
"@shopware-pwa/types": "canary",
"@vitejs/plugin-vue": "^4.3.3",
"@vitejs/plugin-vue": "^4.3.4",
"vite": "^4.4.9"
}
}
16 changes: 8 additions & 8 deletions examples/modal-teleport/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@nuxt/devtools": "^0.8.0",
"@nuxt/devtools": "^0.8.3",
"@nuxt/types": "^2.17.1",
"@nuxt/typescript-build": "^3.0.1",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"@unocss/nuxt": "^0.55.2",
"@unocss/reset": "^0.55.2",
"eslint": "^8.47.0",
"nuxt": "^3.6.5",
"unocss": "^0.55.2"
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@unocss/nuxt": "^0.55.7",
"@unocss/reset": "^0.55.7",
"eslint": "^8.48.0",
"nuxt": "^3.7.1",
"unocss": "^0.55.7"
},
"dependencies": {
"@vueuse/nuxt": "^10.3.0",
"@vueuse/nuxt": "^10.4.1",
"vue": "^3.3.4"
}
}
6 changes: 3 additions & 3 deletions examples/new-api-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"vue": "^3.3.4"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.3.3",
"typescript": "^5.1.6",
"@vitejs/plugin-vue": "^4.3.4",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vue-tsc": "^1.8.8"
"vue-tsc": "^1.8.10"
}
}
2 changes: 1 addition & 1 deletion examples/product-detail-page/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"devDependencies": {
"@shopware-pwa/types": "canary",
"@vitejs/plugin-vue": "^4.3.3",
"@vitejs/plugin-vue": "^4.3.4",
"vite": "^4.4.9"
}
}
2 changes: 1 addition & 1 deletion examples/responsive-images/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"devDependencies": {
"@shopware-pwa/types": "canary",
"@vitejs/plugin-vue": "^4.3.3",
"@vitejs/plugin-vue": "^4.3.4",
"vite": "^4.4.9"
}
}
2 changes: 1 addition & 1 deletion examples/use-add-to-cart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"devDependencies": {
"@shopware-pwa/types": "canary",
"@vitejs/plugin-vue": "^4.3.3",
"@vitejs/plugin-vue": "^4.3.4",
"vite": "^4.4.9"
}
}
2 changes: 1 addition & 1 deletion examples/use-cart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"devDependencies": {
"@shopware-pwa/types": "canary",
"@vitejs/plugin-vue": "^4.3.3",
"@vitejs/plugin-vue": "^4.3.4",
"vite": "^4.4.9"
}
}
2 changes: 1 addition & 1 deletion examples/use-checkout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"devDependencies": {
"@shopware-pwa/types": "canary",
"@vitejs/plugin-vue": "^4.3.3",
"@vitejs/plugin-vue": "^4.3.4",
"vite": "^4.4.9"
}
}
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,17 @@
"@microsoft/api-documenter": "^7.22.33",
"@microsoft/api-extractor": "^7.36.4",
"@microsoft/tsdoc": "^0.14.2",
"@types/changelog-parser": "^2.8.1",
"@types/changelog-parser": "^2.8.2",
"changelog-parser": "^3.0.1",
"dotenv-cli": "^7.3.0",
"globby": "^13.2.2",
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"prettier": "^3.0.2",
"prettier": "^3.0.3",
"taze": "^0.11.2",
"turbo": "^1.10.12",
"typedoc": "^0.24.8",
"vercel": "^32.0.1"
"turbo": "^1.10.13",
"typedoc": "^0.25.1",
"vercel": "^32.1.0"
},
"engines": {
"node": "^16.x || ^18.x"
Expand All @@ -51,7 +51,7 @@
"prettier --write"
]
},
"packageManager": "pnpm@8.6.12",
"packageManager": "pnpm@8.7.4",
"pnpm": {
"overrides": {
"yaml@2": "^2.2.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/api-client-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@
"@types/prettier": "^3.0.0",
"@vitest/coverage-c8": "^0.33.0",
"eslint-config-shopware": "workspace:*",
"prettier": "^3.0.2",
"prettier": "^3.0.3",
"tsconfig": "workspace:*",
"unbuild": "^2.0.0",
"vitest": "^0.34.2"
"vitest": "^0.34.3"
},
"dependencies": {
"ofetch": "^1.2.1"
"ofetch": "^1.3.3"
}
}
6 changes: 3 additions & 3 deletions packages/api-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@
},
"devDependencies": {
"@faker-js/faker": "^8.0.2",
"@vitest/coverage-v8": "^0.34.2",
"@vitest/coverage-v8": "^0.34.3",
"eslint-config-shopware": "workspace:*",
"happy-dom": "^10.11.0",
"happy-dom": "^11.0.2",
"tsconfig": "workspace:*",
"unbuild": "^2.0.0",
"vitest": "^0.34.2"
"vitest": "^0.34.3"
},
"dependencies": {
"@shopware-pwa/types": "workspace:*",
Expand Down
8 changes: 4 additions & 4 deletions packages/api-gen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@
"picocolors": "^1.0.0",
"tsconfig": "workspace:*",
"unbuild": "^2.0.0",
"vitest": "^0.34.2"
"vitest": "^0.34.3"
},
"dependencies": {
"ofetch": "^1.2.1",
"openapi-typescript": "^6.5.3",
"prettier": "^3.0.2",
"ofetch": "^1.3.3",
"openapi-typescript": "^6.5.5",
"prettier": "^3.0.3",
"semver": "^7.5.4",
"yargs": "^17.7.2"
}
Expand Down
10 changes: 5 additions & 5 deletions packages/cms-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,25 +43,25 @@
"test": "echo \"Warn: no test specified yet\""
},
"dependencies": {
"@nuxt/kit": "^3.6.5",
"@nuxt/kit": "^3.7.1",
"@shopware-pwa/api-client": "workspace:*",
"@shopware-pwa/composables-next": "workspace:*",
"@shopware-pwa/helpers-next": "workspace:*",
"@vuelidate/core": "^2.0.3",
"@vuelidate/validators": "^2.0.3",
"@vuelidate/validators": "^2.0.4",
"entities": "^4.5.0",
"html-to-ast": "^0.0.6"
},
"devDependencies": {
"@nuxt/schema": "^3.6.5",
"@nuxt/schema": "^3.7.1",
"@shopware-pwa/types": "workspace:*",
"@vue/eslint-config-typescript": "^11.0.3",
"eslint-config-shopware": "workspace:*",
"eslint-plugin-vue": "^9.17.0",
"tsconfig": "workspace:*",
"typescript": "^5.1.6",
"typescript": "^5.2.2",
"unbuild": "^2.0.0",
"vue-eslint-parser": "^9.3.1",
"vue-tsc": "^1.8.8"
"vue-tsc": "^1.8.10"
}
}
10 changes: 5 additions & 5 deletions packages/composables/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,19 +43,19 @@
"dependencies": {
"@shopware-pwa/api-client": "workspace:*",
"@shopware-pwa/helpers-next": "workspace:*",
"@vueuse/core": "^10.3.0",
"@vueuse/core": "^10.4.1",
"scule": "^1.0.0"
},
"devDependencies": {
"@shopware-pwa/types": "workspace:*",
"@vitest/coverage-v8": "^0.34.2",
"@vitest/coverage-v8": "^0.34.3",
"@vue/test-utils": "^2.4.1",
"eslint-config-shopware": "workspace:*",
"happy-dom": "^10.11.0",
"happy-dom": "^11.0.2",
"tsconfig": "workspace:*",
"typescript": "^5.1.6",
"typescript": "^5.2.2",
"unbuild": "^2.0.0",
"vitest": "^0.34.2",
"vitest": "^0.34.3",
"vue": "^3.3.4"
}
}
8 changes: 4 additions & 4 deletions packages/eslint-config-shopware/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"main": "index.js",
"license": "MIT",
"dependencies": {
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"eslint": "^8.47.0",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"eslint": "^8.48.0",
"eslint-config-prettier": "^9.0.0",
"typescript": "^5.1.6"
"typescript": "^5.2.2"
}
}
6 changes: 3 additions & 3 deletions packages/helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@
"test": "vitest run"
},
"devDependencies": {
"@vitest/coverage-v8": "^0.34.2",
"@vitest/coverage-v8": "^0.34.3",
"eslint-config-shopware": "workspace:*",
"happy-dom": "^10.11.0",
"happy-dom": "^11.0.2",
"tsconfig": "workspace:*",
"unbuild": "^2.0.0",
"vitest": "^0.34.2"
"vitest": "^0.34.3"
},
"dependencies": {
"@shopware-pwa/types": "workspace:*"
Expand Down
Loading