Skip to content

Commit

Permalink
chore: bump dependencies (#349)
Browse files Browse the repository at this point in the history
* chore: bump dependencies

* chore: changesets
  • Loading branch information
patzick authored Aug 1, 2023
1 parent 599f04c commit 5d14bb5
Show file tree
Hide file tree
Showing 45 changed files with 1,396 additions and 3,818 deletions.
7 changes: 7 additions & 0 deletions .changeset/breezy-pigs-compete.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.2.1** to **^10.3.0**
7 changes: 7 additions & 0 deletions .changeset/calm-lizards-tease.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"vite-vue-plugin-disable-inputs": patch
---

Dependency changes:

- Changed dependency _vite_ from **^4.4.4** to **^4.4.7**
7 changes: 7 additions & 0 deletions .changeset/chilly-ghosts-camp.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@shopware/api-gen": patch
---

Dependency changes:

- Changed dependency _openapi-typescript_ from **^6.3.4** to **^6.4.0**
7 changes: 7 additions & 0 deletions .changeset/cool-news-serve.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.4.4** to **^4.4.7**
7 changes: 7 additions & 0 deletions .changeset/dirty-dolls-study.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.3** to **^3.6.5**
7 changes: 7 additions & 0 deletions .changeset/few-files-hunt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"vite-vue-plugin-disable-inputs": minor
---

DEPRECATION - this package is deprecated and no longer maintained.

Using [expect.toPass](https://playwright.dev/docs/test-assertions#expecttopass) seems to be a better, and less invasive solution in order to achieve the same goal. Even though an app is not mounted, `toPass` assertion will retry the same test block, reflecting more human behavior, when for instance, some button is not active, an user will try to click it twice.
7 changes: 7 additions & 0 deletions .changeset/fuzzy-rice-vanish.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@shopware-pwa/cms-base": patch
---

Dependency changes:

- Changed dependency _@nuxt/kit_ from **^3.6.3** to **^3.6.5**
7 changes: 7 additions & 0 deletions .changeset/hip-steaks-ring.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"docs": patch
---

Dependency changes:

- Changed dependency _vitepress_ from **1.0.0-beta.5** to **1.0.0-beta.7**
7 changes: 7 additions & 0 deletions .changeset/perfect-tools-watch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"example-express-checkout": patch
---

Dependency changes:

- Changed dependency _@paypal/paypal-js_ from **^6.0.0** to **^6.0.1**
8 changes: 8 additions & 0 deletions .changeset/rotten-kids-join.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"vue-demo-store": patch
---

Dependency changes:

- Changed dependency _@unocss/nuxt_ from **^0.53.5** to **^0.54.1**
- Changed dependency _@vueuse/nuxt_ from **^10.2.1** to **^10.3.0**
10 changes: 10 additions & 0 deletions .changeset/short-birds-perform.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.1.0** to **^6.2.1**
- Changed dependency _@typescript-eslint/parser_ from **^6.1.0** to **^6.2.1**
- Changed dependency _eslint_ from **^8.45.0** to **^8.46.0**
- Changed dependency _eslint-config-prettier_ from **^8.8.0** to **^8.9.0**
7 changes: 7 additions & 0 deletions .changeset/sweet-roses-turn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"shopware-astro": patch
---

Dependency changes:

- Changed dependency _astro_ from **^2.8.3** to **^2.9.6**
7 changes: 7 additions & 0 deletions .changeset/ten-pants-deliver.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"example-modal-teleport": patch
---

Dependency changes:

- Changed dependency _@vueuse/nuxt_ from **^10.2.1** to **^10.3.0**
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@shopware-pwa/helpers-next": "workspace:*",
"flexsearch": "^0.7.31",
"markdown-it": "^13.0.1",
"vitepress": "1.0.0-beta.5",
"vitepress": "1.0.0-beta.7",
"vitepress-plugin-search": "1.0.4-alpha.20",
"vitepress-shopware-docs": "0.3.0-beta.44",
"vue": "^3.3.4"
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 @@ -7,7 +7,7 @@
"test:e2e": "playwright test e2e"
},
"devDependencies": {
"@playwright/test": "^1.36.1"
"@playwright/test": "^1.36.2"
},
"dependencies": {
"dotenv": "^16.3.1"
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 @@ -16,6 +16,6 @@
"devDependencies": {
"@shopware-pwa/types": "canary",
"@vitejs/plugin-vue": "^4.2.3",
"vite": "^4.4.4"
"vite": "^4.4.7"
}
}
4 changes: 2 additions & 2 deletions examples/example-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"typescript": "^5.1.6",
"vite": "^4.4.4",
"vue-tsc": "^1.8.5"
"vite": "^4.4.7",
"vue-tsc": "^1.8.8"
}
}
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": "^6.0.0",
"@paypal/paypal-js": "^6.0.1",
"@shopware-pwa/api-client": "canary",
"@shopware-pwa/composables-next": "canary",
"@shopware-pwa/helpers-next": "canary",
Expand All @@ -19,6 +19,6 @@
"devDependencies": {
"@shopware-pwa/types": "canary",
"@vitejs/plugin-vue": "^4.2.3",
"vite": "^4.4.4"
"vite": "^4.4.7"
}
}
2 changes: 1 addition & 1 deletion examples/login-form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"devDependencies": {
"@shopware-pwa/types": "canary",
"@vitejs/plugin-vue": "^4.2.3",
"vite": "^4.4.4"
"vite": "^4.4.7"
}
}
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.6.7",
"@nuxt/devtools": "^0.7.2",
"@nuxt/types": "^2.17.1",
"@nuxt/typescript-build": "^3.0.1",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"@unocss/nuxt": "^0.53.5",
"@unocss/reset": "^0.53.5",
"eslint": "^8.45.0",
"nuxt": "^3.6.3",
"unocss": "^0.53.5"
"@unocss/nuxt": "^0.54.1",
"@unocss/reset": "^0.54.1",
"eslint": "^8.46.0",
"nuxt": "^3.6.5",
"unocss": "^0.54.1"
},
"dependencies": {
"@vueuse/nuxt": "^10.2.1",
"@vueuse/nuxt": "^10.3.0",
"vue": "^3.3.4"
}
}
4 changes: 2 additions & 2 deletions examples/new-api-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"typescript": "^5.1.6",
"vite": "^4.4.4",
"vue-tsc": "^1.8.5"
"vite": "^4.4.7",
"vue-tsc": "^1.8.8"
}
}
2 changes: 1 addition & 1 deletion examples/product-detail-page/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"devDependencies": {
"@shopware-pwa/types": "canary",
"@vitejs/plugin-vue": "^4.2.3",
"vite": "^4.4.4"
"vite": "^4.4.7"
}
}
2 changes: 1 addition & 1 deletion examples/responsive-images/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"devDependencies": {
"@shopware-pwa/types": "canary",
"@vitejs/plugin-vue": "^4.2.3",
"vite": "^4.4.4"
"vite": "^4.4.7"
}
}
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 @@ -16,6 +16,6 @@
"devDependencies": {
"@shopware-pwa/types": "canary",
"@vitejs/plugin-vue": "^4.2.3",
"vite": "^4.4.4"
"vite": "^4.4.7"
}
}
2 changes: 1 addition & 1 deletion examples/use-cart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"devDependencies": {
"@shopware-pwa/types": "canary",
"@vitejs/plugin-vue": "^4.2.3",
"vite": "^4.4.4"
"vite": "^4.4.7"
}
}
2 changes: 1 addition & 1 deletion examples/use-checkout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"devDependencies": {
"@shopware-pwa/types": "canary",
"@vitejs/plugin-vue": "^4.2.3",
"vite": "^4.4.4"
"vite": "^4.4.7"
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"devDependencies": {
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.2",
"@microsoft/api-documenter": "^7.22.28",
"@microsoft/api-extractor": "^7.36.2",
"@microsoft/api-documenter": "^7.22.32",
"@microsoft/api-extractor": "^7.36.3",
"@microsoft/tsdoc": "^0.14.2",
"@types/changelog-parser": "^2.8.1",
"changelog-parser": "^3.0.1",
Expand All @@ -39,9 +39,9 @@
"lint-staged": "^13.2.3",
"prettier": "^3.0.0",
"taze": "^0.11.2",
"turbo": "^1.10.8",
"turbo": "^1.10.12",
"typedoc": "^0.24.8",
"vercel": "^31.0.3"
"vercel": "^31.2.1"
},
"engines": {
"node": "^16.x || ^18.x"
Expand All @@ -51,7 +51,7 @@
"prettier --write"
]
},
"packageManager": "[email protected].8",
"packageManager": "[email protected].11",
"pnpm": {
"overrides": {
"yaml@2": "^2.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/api-client-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"devDependencies": {
"@shopware/api-gen": "workspace:*",
"@types/prettier": "^2.7.3",
"@types/prettier": "^3.0.0",
"@vitest/coverage-c8": "^0.33.0",
"eslint-config-shopware": "workspace:*",
"prettier": "^3.0.0",
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 @@ -37,7 +37,7 @@
"@faker-js/faker": "^8.0.2",
"@vitest/coverage-v8": "^0.33.0",
"eslint-config-shopware": "workspace:*",
"happy-dom": "^10.5.1",
"happy-dom": "^10.5.2",
"tsconfig": "workspace:*",
"vitest": "^0.33.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/api-gen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"test:watch": "vitest"
},
"devDependencies": {
"@types/prettier": "^2.7.3",
"@types/prettier": "^3.0.0",
"@types/yargs": "^17.0.24",
"@vitest/coverage-c8": "^0.33.0",
"eslint-config-shopware": "workspace:*",
Expand All @@ -45,7 +45,7 @@
},
"dependencies": {
"ofetch": "^1.1.1",
"openapi-typescript": "^6.3.4",
"openapi-typescript": "^6.4.0",
"prettier": "^3.0.0",
"semver": "^7.5.4",
"yargs": "^17.7.2"
Expand Down
1 change: 1 addition & 0 deletions packages/api-gen/src/patches.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// @ts-nocheck
import { OpenAPI3 } from "openapi-typescript";

/**
Expand Down
10 changes: 8 additions & 2 deletions packages/cms-base/components/listing-filters/SwFilterPrice.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,13 @@ const globalTranslations = getTranslations();
translations = deepMerge(translations, globalTranslations) as Translations;
const prices = reactive<{ min: number; max: number }>({
min: props.filter?.min || 0,
max: props.filter?.max || 0,
min: 0,
max: 0,
});
onMounted(() => {
prices.min = Math.floor(props.filter?.min || 0);
prices.max = Math.floor(props.filter?.max || 0);
});
const isFilterVisible = ref<boolean>(false);
Expand Down Expand Up @@ -96,6 +101,7 @@ watch(() => prices.max, debounceMaxPriceUpdate);
<input
id="min-price"
v-model="prices.min"
step="1"
type="number"
name="min-price"
class="pl-2 focus:ring-indigo-500 focus:border-indigo-500 flex-1 block w-full rounded-none rounded-r-md sm:text-sm border border-gray-300"
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.6.3",
"@nuxt/kit": "^3.6.5",
"@shopware-pwa/api-client": "workspace:*",
"@shopware-pwa/composables-next": "workspace:*",
"@shopware-pwa/helpers-next": "workspace:*",
Expand All @@ -51,15 +51,15 @@
"html-to-ast": "^0.0.6"
},
"devDependencies": {
"@nuxt/schema": "^3.6.3",
"@nuxt/schema": "^3.6.5",
"@shopware-pwa/types": "workspace:*",
"@vue/eslint-config-typescript": "^11.0.3",
"eslint-config-shopware": "workspace:*",
"eslint-plugin-vue": "^9.15.1",
"eslint-plugin-vue": "^9.16.1",
"tsconfig": "workspace:*",
"typescript": "^5.1.6",
"unbuild": "^1.2.1",
"vue-eslint-parser": "^9.3.1",
"vue-tsc": "^1.8.5"
"vue-tsc": "^1.8.8"
}
}
6 changes: 3 additions & 3 deletions packages/composables/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@
"dependencies": {
"@shopware-pwa/api-client": "workspace:*",
"@shopware-pwa/helpers-next": "workspace:*",
"@vueuse/core": "^10.2.1",
"@vueuse/core": "^10.3.0",
"scule": "^1.0.0"
},
"devDependencies": {
"@shopware-pwa/types": "workspace:*",
"@vitest/coverage-v8": "^0.33.0",
"@vue/test-utils": "^2.4.0",
"@vue/test-utils": "^2.4.1",
"eslint-config-shopware": "workspace:*",
"happy-dom": "^10.5.1",
"happy-dom": "^10.5.2",
"tsconfig": "workspace:*",
"typescript": "^5.1.6",
"unbuild": "^1.2.1",
Expand Down
Loading

2 comments on commit 5d14bb5

@vercel
Copy link

@vercel vercel bot commented on 5d14bb5 Aug 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 5d14bb5 Aug 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

frontends-demo – ./templates/vue-demo-store

frontends-demo-shopware-frontends.vercel.app
frontends-demo.vercel.app
frontends-demo-git-main-shopware-frontends.vercel.app

Please sign in to comment.