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 #243

Merged
merged 5 commits into from
Jun 7, 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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions .changeset/thick-kings-allow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
"eslint-config-shopware": patch
"product-detail-page": patch
"responsive-images": patch
"blank-playground": patch
"express-checkout": patch
"exampler-builder": patch
"use-add-to-cart": patch
"vue-demo-store": patch
"vue-vite-blank": patch
"use-checkout": patch
"@shopware-pwa/nuxt3-module": patch
"@shopware-pwa/composables-next": patch
"@shopware-pwa/vue3-plugin": patch
"login-form": patch
"@shopware-pwa/api-client": patch
"vue-blank": patch
"use-cart": patch
"@shopware-pwa/cms-base": patch
"@shopware-pwa/helpers-next": patch
"shopware-astro": patch
"@shopware-pwa/typer": patch
"docs": patch
---

bump dependencies
6 changes: 3 additions & 3 deletions .github/workflows/code-examples.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Code examples

run-name: Playwright is testing code examples 🚀
on:
on:
workflow_dispatch:
schedule:
- cron: '59 23 * * *'
- cron: "59 23 * * *"
jobs:
run-code_examples-tests:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -33,4 +33,4 @@ jobs:

- name: Run tests
working-directory: ./apps/e2e-test/
run: npx playwright test checkCodeExamples.spec.ts --project=chromium
run: npx playwright test checkCodeExamples.spec.ts --project=chromium
8 changes: 4 additions & 4 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@
"@shopware-pwa/helpers-next": "workspace:*",
"flexsearch": "^0.7.31",
"markdown-it": "^13.0.1",
"vitepress": "1.0.0-alpha.75",
"vitepress": "1.0.0-beta.1",
"vitepress-plugin-search": "1.0.4-alpha.20",
"vitepress-shopware-docs": "0.3.0-beta.44",
"vue": "^3.3.2"
"vue": "^3.3.4"
},
"devDependencies": {
"@shopware-pwa/typer": "workspace:*",
"@types/markdown-it": "^12.2.3",
"@types/node": "^18.16.12",
"@types/node": "^18.16.16",
"@vitejs/plugin-vue": "^4.2.3",
"typescript": "^5.0.4"
"typescript": "^5.1.3"
},
"pnpm": {
"peerDependencyRules": {
Expand Down
3 changes: 2 additions & 1 deletion apps/e2e-tests/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
playwright-report
test-results
test-results
reports
5 changes: 2 additions & 3 deletions apps/e2e-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@
"test:e2e": "playwright test e2e"
},
"devDependencies": {
"@playwright/test": "^1.33.0",
"playwright": "^1.33.0"
"@playwright/test": "^1.34.3"
},
"dependencies": {
"dotenv": "^16.0.3"
"dotenv": "^16.1.4"
}
}
Empty file removed apps/e2e-tests/reports/README.MD
Empty file.
4 changes: 2 additions & 2 deletions examples/blank-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"@shopware-pwa/api-client": "canary",
"@shopware-pwa/composables-next": "canary",
"js-cookie": "^3.0.5",
"vue": "^3.3.2"
"vue": "^3.3.4"
},
"devDependencies": {
"@shopware-pwa/types": "canary",
"@vitejs/plugin-vue": "^4.2.3",
"vite": "^4.3.7"
"vite": "^4.3.9"
}
}
8 changes: 4 additions & 4 deletions examples/example-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
},
"dependencies": {
"@stackblitz/sdk": "latest",
"vue": "^3.3.2",
"vue-router": "^4.2.0"
"vue": "^3.3.4",
"vue-router": "^4.2.2"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"typescript": "^5.0.4",
"vite": "^4.3.7",
"typescript": "^5.1.3",
"vite": "^4.3.9",
"vue-tsc": "^1.6.5"
}
}
8 changes: 4 additions & 4 deletions examples/express-checkout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@
"preview": "vite preview"
},
"dependencies": {
"@paypal/paypal-js": "^5.1.6",
"@paypal/paypal-js": "^6.0.0",
"@shopware-pwa/api-client": "canary",
"@shopware-pwa/composables-next": "canary",
"@shopware-pwa/helpers-next": "canary",
"js-cookie": "^3.0.5",
"vue": "^3.3.2",
"vue-router": "^4.2.0"
"vue": "^3.3.4",
"vue-router": "^4.2.2"
},
"devDependencies": {
"@shopware-pwa/types": "canary",
"@vitejs/plugin-vue": "^4.2.3",
"vite": "^4.3.7"
"vite": "^4.3.9"
}
}
4 changes: 2 additions & 2 deletions examples/login-form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"@shopware-pwa/api-client": "canary",
"@shopware-pwa/composables-next": "canary",
"js-cookie": "^3.0.5",
"vue": "^3.3.2"
"vue": "^3.3.4"
},
"devDependencies": {
"@shopware-pwa/types": "canary",
"@vitejs/plugin-vue": "^4.2.3",
"vite": "^4.3.7"
"vite": "^4.3.9"
}
}
24 changes: 12 additions & 12 deletions examples/modal-teleport/components/AppModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ const { isOpen, close } = props.controller;
<template>
<Teleport to="body">
<transition
enter-active-class="transition ease-out duration-200 transform"
enter-from-class="opacity-0"
enter-to-class="opacity-100"
leave-active-class="transition ease-in duration-200 transform"
leave-from-class="opacity-100"
leave-to-class="opacity-0"
enterActiveClass="transition ease-out duration-200 transform"
enterFromClass="opacity-0"
enterToClass="opacity-100"
leaveActiveClass="transition ease-in duration-200 transform"
leaveFromClass="opacity-100"
leaveToClass="opacity-0"
>
<div
class="fixed z-10 inset-0 overflow-y-auto bg-black bg-opacity-50"
Expand All @@ -25,12 +25,12 @@ const { isOpen, close } = props.controller;
class="flex items-start justify-center min-h-screen pt-24 text-center"
>
<transition
enter-active-class="transition ease-out duration-300 transform "
enter-from-class="opacity-0 translate-y-10 scale-95"
enter-to-class="opacity-100 translate-y-0 scale-100"
leave-active-class="ease-in duration-200"
leave-from-class="opacity-100 translate-y-0 scale-100"
leave-to-class="opacity-0 translate-y-10 translate-y-0 scale-95"
enterActiveClass="transition ease-out duration-300 transform "
enterFromClass="opacity-0 translate-y-10 scale-95"
enterToClass="opacity-100 translate-y-0 scale-100"
leaveActiveClass="ease-in duration-200"
leaveFromClass="opacity-100 translate-y-0 scale-100"
leaveToClass="opacity-0 translate-y-10 translate-y-0 scale-95"
>
<div
class="bg-white rounded-lg text-left overflow-hidden shadow-xl p-8 w-1/2"
Expand Down
14 changes: 7 additions & 7 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.4.6",
"@nuxt/devtools": "^0.5.5",
"@nuxt/types": "^2.16.3",
"@nuxt/typescript-build": "^3.0.1",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"@unocss/nuxt": "^0.51.13",
"@unocss/reset": "^0.51.13",
"eslint": "^8.40.0",
"nuxt": "^3.5.0",
"unocss": "^0.51.13"
"@unocss/nuxt": "^0.53.1",
"@unocss/reset": "^0.53.1",
"eslint": "^8.42.0",
"nuxt": "^3.5.3",
"unocss": "^0.53.1"
},
"dependencies": {
"@vueuse/nuxt": "^10.1.2",
"vue": "^3.3.2"
"vue": "^3.3.4"
}
}
4 changes: 2 additions & 2 deletions examples/product-detail-page/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
"@shopware-pwa/composables-next": "canary",
"@shopware-pwa/helpers-next": "canary",
"js-cookie": "^3.0.5",
"vue": "^3.3.2"
"vue": "^3.3.4"
},
"devDependencies": {
"@shopware-pwa/types": "canary",
"@vitejs/plugin-vue": "^4.2.3",
"vite": "^4.3.7"
"vite": "^4.3.9"
}
}
4 changes: 2 additions & 2 deletions examples/responsive-images/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"@shopware-pwa/api-client": "canary",
"@shopware-pwa/composables-next": "canary",
"js-cookie": "^3.0.5",
"vue": "^3.3.2"
"vue": "^3.3.4"
},
"devDependencies": {
"@shopware-pwa/types": "canary",
"@vitejs/plugin-vue": "^4.2.3",
"vite": "^4.3.7"
"vite": "^4.3.9"
}
}
4 changes: 2 additions & 2 deletions examples/use-add-to-cart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"@shopware-pwa/api-client": "canary",
"@shopware-pwa/composables-next": "canary",
"js-cookie": "^3.0.5",
"vue": "^3.3.2"
"vue": "^3.3.4"
},
"devDependencies": {
"@shopware-pwa/types": "canary",
"@vitejs/plugin-vue": "^4.2.3",
"vite": "^4.3.7"
"vite": "^4.3.9"
}
}
4 changes: 2 additions & 2 deletions examples/use-cart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"@shopware-pwa/api-client": "canary",
"@shopware-pwa/composables-next": "canary",
"js-cookie": "^3.0.5",
"vue": "^3.3.2"
"vue": "^3.3.4"
},
"devDependencies": {
"@shopware-pwa/types": "canary",
"@vitejs/plugin-vue": "^4.2.3",
"vite": "^4.3.7"
"vite": "^4.3.9"
}
}
4 changes: 2 additions & 2 deletions examples/use-checkout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"@shopware-pwa/api-client": "canary",
"@shopware-pwa/composables-next": "canary",
"js-cookie": "^3.0.5",
"vue": "^3.3.2"
"vue": "^3.3.4"
},
"devDependencies": {
"@shopware-pwa/types": "canary",
"@vitejs/plugin-vue": "^4.2.3",
"vite": "^4.3.7"
"vite": "^4.3.9"
}
}
17 changes: 9 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"devDependencies": {
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.1",
"@microsoft/api-documenter": "^7.22.5",
"@microsoft/api-extractor": "^7.34.9",
"@microsoft/api-documenter": "^7.22.10",
"@microsoft/api-extractor": "^7.35.1",
"@microsoft/tsdoc": "^0.14.2",
"@types/changelog-parser": "^2.8.1",
"changelog-parser": "^3.0.1",
Expand All @@ -37,10 +37,10 @@
"husky": "^8.0.3",
"lint-staged": "^13.2.2",
"prettier": "^2.8.8",
"taze": "^0.10.1",
"turbo": "^1.9.6",
"typedoc": "^0.24.7",
"vercel": "^29.3.3"
"taze": "^0.10.2",
"turbo": "^1.10.2",
"typedoc": "^0.24.8",
"vercel": "^30.2.1"
},
"engines": {
"node": "^16.x || ^18.x"
Expand All @@ -50,10 +50,11 @@
"prettier --write"
]
},
"packageManager": "pnpm@8.5.1",
"packageManager": "pnpm@8.6.1",
"pnpm": {
"overrides": {
"yaml@2": "^2.2.2"
"yaml@2": "^2.2.2",
"@antfu/utils": "^0.7.4"
},
"peerDependencyRules": {
"ignoreMissing": [
Expand Down
8 changes: 4 additions & 4 deletions packages/api-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@
"test": "vitest run --segfault-retry=3"
},
"devDependencies": {
"@faker-js/faker": "^8.0.1",
"@vitest/coverage-c8": "^0.31.0",
"@faker-js/faker": "^8.0.2",
"@vitest/coverage-v8": "^0.32.0",
"eslint-config-shopware": "workspace:*",
"happy-dom": "^9.18.3",
"happy-dom": "^9.20.3",
"tsconfig": "workspace:*",
"vitest": "^0.31.0"
"vitest": "^0.32.0"
},
"dependencies": {
"@shopware-pwa/types": "workspace:*",
Expand Down
8 changes: 4 additions & 4 deletions packages/cms-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"test": "echo \"Warn: no test specified yet\""
},
"dependencies": {
"@nuxt/kit": "^3.5.0",
"@nuxt/kit": "^3.5.3",
"@shopware-pwa/api-client": "workspace:*",
"@shopware-pwa/composables-next": "workspace:*",
"@shopware-pwa/helpers-next": "workspace:*",
Expand All @@ -51,13 +51,13 @@
"html-to-ast": "^0.0.6"
},
"devDependencies": {
"@nuxt/schema": "^3.5.0",
"@nuxt/schema": "^3.5.3",
"@shopware-pwa/types": "workspace:*",
"@vue/eslint-config-typescript": "^11.0.3",
"eslint-config-shopware": "workspace:*",
"eslint-plugin-vue": "^9.13.0",
"eslint-plugin-vue": "^9.14.1",
"tsconfig": "workspace:*",
"typescript": "^5.0.4",
"typescript": "^5.1.3",
"unbuild": "^1.2.1",
"vue-eslint-parser": "^9.3.0",
"vue-tsc": "^1.6.5"
Expand Down
10 changes: 5 additions & 5 deletions packages/composables/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@
},
"devDependencies": {
"@shopware-pwa/types": "workspace:*",
"@vitest/coverage-c8": "^0.31.0",
"@vitest/coverage-v8": "^0.32.0",
"@vue/test-utils": "^2.3.2",
"eslint-config-shopware": "workspace:*",
"happy-dom": "^9.18.3",
"happy-dom": "^9.20.3",
"tsconfig": "workspace:*",
"typescript": "^5.0.4",
"typescript": "^5.1.3",
"unbuild": "^1.2.1",
"vitest": "^0.31.0",
"vue": "^3.3.2"
"vitest": "^0.32.0",
"vue": "^3.3.4"
}
}
Loading