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 dependencies #467

Merged
merged 1 commit into from
Nov 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 9 additions & 0 deletions .changeset/flat-toes-bow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
"eslint-config-shopware": patch
---

Dependency changes:

- Changed dependency _@typescript-eslint/eslint-plugin_ from **^6.10.0** to **^6.11.0**
- Changed dependency _@typescript-eslint/parser_ from **^6.10.0** to **^6.11.0**
- Changed dependency _eslint_ from **^8.53.0** to **^8.54.0**
10 changes: 10 additions & 0 deletions .changeset/friendly-feet-try.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 **^6.0.3** to **^6.0.4**
- Changed dependency _@vitejs/plugin-vue_ from **^4.4.1** to **^4.5.0**
- Changed dependency _@vitejs/plugin-vue-jsx_ from **^3.0.2** to **^3.1.0**
- Changed dependency _astro_ from **^3.5.3** to **^3.5.5**
7 changes: 7 additions & 0 deletions .changeset/mean-shrimps-beg.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"vue-demo-store": patch
---

Dependency changes:

- Changed dependency _@unocss/nuxt_ from **^0.57.3** to **^0.57.6**
7 changes: 7 additions & 0 deletions .changeset/wild-forks-sleep.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@shopware-pwa/composables-next": patch
---

Dependency changes:

- Changed dependency _scule_ from **^1.0.0** to **^1.1.0**
7 changes: 7 additions & 0 deletions .changeset/wild-stingrays-tan.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@shopware-pwa/typer": patch
---

Dependency changes:

- Changed dependency _vite_ from **^4.5.0** to **^5.0.0**
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@shopware-pwa/typer": "workspace:*",
"@types/markdown-it": "^13.0.6",
"@types/node": "^20.8.1",
"@vitejs/plugin-vue": "^4.4.1",
"@vitejs/plugin-vue": "^4.5.0",
"typescript": "^5.2.2"
},
"pnpm": {
Expand Down
2 changes: 1 addition & 1 deletion apps/e2e-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"test:examples": "playwright test -c examples.config.ts checkCodeExamples.spec.ts"
},
"devDependencies": {
"@playwright/test": "^1.39.0"
"@playwright/test": "^1.40.0"
},
"dependencies": {
"dotenv": "^16.3.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/adyen-dropin-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@adyen/adyen-web": "^5.53.2",
"@shopware-pwa/nuxt3-module": "canary",
"@shopware-pwa/types": "canary",
"@unocss/nuxt": "^0.57.3",
"@unocss/nuxt": "^0.57.6",
"nuxt": "^3.8.1"
}
}
6 changes: 4 additions & 2 deletions examples/blank-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "example-blank-playground",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
Expand All @@ -15,7 +16,8 @@
},
"devDependencies": {
"@shopware-pwa/types": "canary",
"@vitejs/plugin-vue": "^4.4.1",
"vite": "^4.5.0"
"@types/node": "^20.0.0",
"@vitejs/plugin-vue": "^4.5.0",
"vite": "^5.0.0"
}
}
6 changes: 4 additions & 2 deletions examples/commercial-quick-order/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "example-commercial-quick-order",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
Expand All @@ -15,8 +16,9 @@
},
"devDependencies": {
"@shopware-pwa/types": "canary",
"@vitejs/plugin-vue": "^4.4.1",
"@types/node": "^20.0.0",
"@vitejs/plugin-vue": "^4.5.0",
"@vueuse/core": "^10.6.1",
"vite": "^4.5.0"
"vite": "^5.0.0"
}
}
5 changes: 3 additions & 2 deletions examples/example-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@
"vue-router": "^4.2.5"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.4.1",
"@types/node": "^20.0.0",
"@vitejs/plugin-vue": "^4.5.0",
"typescript": "^5.2.2",
"vite": "^4.5.0",
"vite": "^5.0.0",
"vue-tsc": "^1.8.22"
}
}
46 changes: 24 additions & 22 deletions examples/express-checkout/package.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,26 @@
{
"name": "example-express-checkout",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@paypal/paypal-js": "^7.0.3",
"@shopware-pwa/api-client": "canary",
"@shopware-pwa/composables-next": "canary",
"@shopware-pwa/helpers-next": "canary",
"js-cookie": "^3.0.5",
"vue": "^3.3.8",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@shopware-pwa/types": "canary",
"@vitejs/plugin-vue": "^4.4.1",
"vite": "^4.5.0"
}
"name": "example-express-checkout",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@paypal/paypal-js": "^7.1.0",
"@shopware-pwa/api-client": "canary",
"@shopware-pwa/composables-next": "canary",
"@shopware-pwa/helpers-next": "canary",
"js-cookie": "^3.0.5",
"vue": "^3.3.8",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@shopware-pwa/types": "canary",
"@types/node": "^20.0.0",
"@vitejs/plugin-vue": "^4.5.0",
"vite": "^5.0.0"
}
}
6 changes: 4 additions & 2 deletions examples/login-form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "example-login-form",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
Expand All @@ -15,7 +16,8 @@
},
"devDependencies": {
"@shopware-pwa/types": "canary",
"@vitejs/plugin-vue": "^4.4.1",
"vite": "^4.5.0"
"@types/node": "^20.0.0",
"@vitejs/plugin-vue": "^4.5.0",
"vite": "^5.0.0"
}
}
10 changes: 5 additions & 5 deletions examples/modal-teleport/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"devDependencies": {
"@nuxt/devtools": "^1.0.2",
"@nuxt/types": "^2.17.2",
"@nuxt/typescript-build": "^3.0.1",
"@nuxt/typescript-build": "^3.0.2",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@unocss/nuxt": "^0.57.3",
"@unocss/reset": "^0.57.3",
"eslint": "^8.53.0",
"@unocss/nuxt": "^0.57.6",
"@unocss/reset": "^0.57.6",
"eslint": "^8.54.0",
"nuxt": "^3.8.1",
"unocss": "^0.57.3"
"unocss": "^0.57.6"
},
"dependencies": {
"@vueuse/nuxt": "^10.6.1",
Expand Down
5 changes: 3 additions & 2 deletions examples/new-api-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@
"vue": "^3.3.8"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.4.1",
"@types/node": "^20.0.0",
"@vitejs/plugin-vue": "^4.5.0",
"typescript": "^5.2.2",
"vite": "^4.5.0",
"vite": "^5.0.0",
"vue-tsc": "^1.8.22"
}
}
6 changes: 4 additions & 2 deletions examples/product-detail-page/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "example-product-detail-page",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
Expand All @@ -16,7 +17,8 @@
},
"devDependencies": {
"@shopware-pwa/types": "canary",
"@vitejs/plugin-vue": "^4.4.1",
"vite": "^4.5.0"
"@types/node": "^20.0.0",
"@vitejs/plugin-vue": "^4.5.0",
"vite": "^5.0.0"
}
}
6 changes: 4 additions & 2 deletions examples/responsive-images/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "example-responsive-images",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
Expand All @@ -15,7 +16,8 @@
},
"devDependencies": {
"@shopware-pwa/types": "canary",
"@vitejs/plugin-vue": "^4.4.1",
"vite": "^4.5.0"
"@types/node": "^20.0.0",
"@vitejs/plugin-vue": "^4.5.0",
"vite": "^5.0.0"
}
}
6 changes: 4 additions & 2 deletions examples/use-add-to-cart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "example-use-add-to-cart",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
Expand All @@ -15,7 +16,8 @@
},
"devDependencies": {
"@shopware-pwa/types": "canary",
"@vitejs/plugin-vue": "^4.4.1",
"vite": "^4.5.0"
"@types/node": "^20.0.0",
"@vitejs/plugin-vue": "^4.5.0",
"vite": "^5.0.0"
}
}
6 changes: 4 additions & 2 deletions examples/use-cart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "example-use-cart",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
Expand All @@ -15,7 +16,8 @@
},
"devDependencies": {
"@shopware-pwa/types": "canary",
"@vitejs/plugin-vue": "^4.4.1",
"vite": "^4.5.0"
"@types/node": "^20.0.0",
"@vitejs/plugin-vue": "^4.5.0",
"vite": "^5.0.0"
}
}
6 changes: 4 additions & 2 deletions examples/use-checkout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "example-use-checkout",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
Expand All @@ -15,7 +16,8 @@
},
"devDependencies": {
"@shopware-pwa/types": "canary",
"@vitejs/plugin-vue": "^4.4.1",
"vite": "^4.5.0"
"@types/node": "^20.0.0",
"@vitejs/plugin-vue": "^4.5.0",
"vite": "^5.0.0"
}
}
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"taze": "^0.12.0",
"turbo": "^1.10.16",
"typedoc": "^0.25.3",
"vercel": "^32.5.3"
"vercel": "^32.5.5"
},
"engines": {
"node": "^18.x || ^20.x"
Expand All @@ -52,7 +52,7 @@
"prettier --write"
]
},
"packageManager": "pnpm@8.10.3",
"packageManager": "pnpm@8.10.5",
"pnpm": {
"overrides": {
"yaml@2": "^2.2.2",
Expand All @@ -61,6 +61,7 @@
"semver": "^7.5.2",
"debug": "^4.3.1",
"postcss": "^8.4.31",
"sharp": "^0.32.6",
"undici": "^5.26.2",
"zod": "^3.22.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/api-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"test": "vitest run --segfault-retry=3"
},
"devDependencies": {
"@faker-js/faker": "^8.2.0",
"@faker-js/faker": "^8.3.1",
"@vitest/coverage-v8": "^0.34.6",
"eslint-config-shopware": "workspace:*",
"happy-dom": "^12.10.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/composables/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@
"@shopware-pwa/api-client": "workspace:*",
"@shopware-pwa/helpers-next": "workspace:*",
"@vueuse/core": "^10.6.1",
"scule": "^1.0.0"
"scule": "^1.1.0"
},
"devDependencies": {
"@shopware-pwa/types": "workspace:*",
"@vitest/coverage-v8": "^0.34.6",
"@vue/test-utils": "^2.4.1",
"@vue/test-utils": "^2.4.2",
"eslint-config-shopware": "workspace:*",
"happy-dom": "^12.10.3",
"tsconfig": "workspace:*",
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-config-shopware/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"main": "index.js",
"license": "MIT",
"dependencies": {
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"eslint": "^8.53.0",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"typescript": "^5.2.2"
}
Expand Down
3 changes: 2 additions & 1 deletion packages/typer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,13 @@
"ts-dox": "^0.1.0",
"typedoc": "^0.25.3",
"vinyl": "^3.0.0",
"vite": "^4.5.0"
"vite": "^5.0.0"
},
"devDependencies": {
"@shopware-pwa/types": "workspace:*",
"@types/find-in-files": "^0.5.3",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.0.0",
"eslint-config-shopware": "workspace:*",
"tsconfig": "workspace:*",
"typescript": "^5.2.2",
Expand Down