Skip to content

Commit

Permalink
chore: bump dependencies and fix audit (#418)
Browse files Browse the repository at this point in the history
  • Loading branch information
patzick authored Oct 13, 2023
1 parent c6db572 commit 67cf565
Show file tree
Hide file tree
Showing 40 changed files with 2,450 additions and 1,824 deletions.
7 changes: 7 additions & 0 deletions .changeset/fast-dancers-sit.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.6.1** to **^6.7.0**
7 changes: 7 additions & 0 deletions .changeset/gold-dodos-wonder.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"docs": patch
---

Dependency changes:

- Changed dependency _markdown-it_ from **^13.0.1** to **^13.0.2**
7 changes: 7 additions & 0 deletions .changeset/gold-frogs-talk.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.7.3** to **^3.7.4**
8 changes: 8 additions & 0 deletions .changeset/great-houses-walk.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"@shopware-pwa/typer": patch
---

Dependency changes:

- Changed dependency _typedoc_ from **^0.25.1** to **^0.25.2**
- Changed dependency _vite_ from **^4.4.9** to **^4.4.11**
7 changes: 7 additions & 0 deletions .changeset/little-eyes-train.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.7.3** to **^3.7.4**
7 changes: 7 additions & 0 deletions .changeset/orange-dodos-watch.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.4.1** to **^10.5.0**
10 changes: 10 additions & 0 deletions .changeset/polite-parrots-collect.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.0** to **^6.0.3**
- Changed dependency _@astrojs/vue_ from **^3.0.0** to **^3.0.1**
- Changed dependency _@vitejs/plugin-vue_ from **^4.3.4** to **^4.4.0**
- Changed dependency _astro_ from **^3.1.1** to **^3.3.0**
8 changes: 8 additions & 0 deletions .changeset/pretty-olives-drive.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.56.0** to **^0.56.5**
- Changed dependency _@vueuse/nuxt_ from **^10.4.1** to **^10.5.0**
9 changes: 9 additions & 0 deletions .changeset/real-peaches-smash.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.7.2** to **^6.7.5**
- Changed dependency _@typescript-eslint/parser_ from **^6.7.2** to **^6.7.5**
- Changed dependency _eslint_ from **^8.49.0** to **^8.51.0**
6 changes: 3 additions & 3 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@
"@shopware-pwa/composables-next": "workspace:*",
"@shopware-pwa/helpers-next": "workspace:*",
"flexsearch": "^0.7.31",
"markdown-it": "^13.0.1",
"markdown-it": "^13.0.2",
"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"
},
"devDependencies": {
"@shopware-pwa/typer": "workspace:*",
"@types/markdown-it": "^13.0.1",
"@types/markdown-it": "^13.0.2",
"@types/node": "^18.16.18",
"@vitejs/plugin-vue": "^4.3.4",
"@vitejs/plugin-vue": "^4.4.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 @@ -7,7 +7,7 @@
"test:e2e": "playwright test e2e"
},
"devDependencies": {
"@playwright/test": "^1.38.0"
"@playwright/test": "^1.39.0"
},
"dependencies": {
"dotenv": "^16.3.1"
Expand Down
4 changes: 2 additions & 2 deletions 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.4",
"vite": "^4.4.9"
"@vitejs/plugin-vue": "^4.4.0",
"vite": "^4.4.11"
}
}
8 changes: 4 additions & 4 deletions examples/example-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
"dependencies": {
"@stackblitz/sdk": "latest",
"vue": "^3.3.4",
"vue-router": "^4.2.4"
"vue-router": "^4.2.5"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.3.4",
"@vitejs/plugin-vue": "^4.4.0",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vue-tsc": "^1.8.11"
"vite": "^4.4.11",
"vue-tsc": "^1.8.19"
}
}
6 changes: 3 additions & 3 deletions examples/express-checkout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
"@shopware-pwa/helpers-next": "canary",
"js-cookie": "^3.0.5",
"vue": "^3.3.4",
"vue-router": "^4.2.4"
"vue-router": "^4.2.5"
},
"devDependencies": {
"@shopware-pwa/types": "canary",
"@vitejs/plugin-vue": "^4.3.4",
"vite": "^4.4.9"
"@vitejs/plugin-vue": "^4.4.0",
"vite": "^4.4.11"
}
}
4 changes: 2 additions & 2 deletions 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.4",
"vite": "^4.4.9"
"@vitejs/plugin-vue": "^4.4.0",
"vite": "^4.4.11"
}
}
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.8.4",
"@nuxt/devtools": "^0.8.5",
"@nuxt/types": "^2.17.1",
"@nuxt/typescript-build": "^3.0.1",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@unocss/nuxt": "^0.56.0",
"@unocss/reset": "^0.56.0",
"eslint": "^8.49.0",
"nuxt": "^3.7.3",
"unocss": "^0.56.0"
"@unocss/nuxt": "^0.56.5",
"@unocss/reset": "^0.56.5",
"eslint": "^8.51.0",
"nuxt": "^3.7.4",
"unocss": "^0.56.5"
},
"dependencies": {
"@vueuse/nuxt": "^10.4.1",
"@vueuse/nuxt": "^10.5.0",
"vue": "^3.3.4"
}
}
8 changes: 4 additions & 4 deletions examples/mollie-credit-card/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
"dev": "nuxi dev playground"
},
"dependencies": {
"@nuxt/kit": "^3.7.1"
"@nuxt/kit": "^3.7.4"
},
"devDependencies": {
"@nuxt/schema": "^3.7.1",
"@shopware-pwa/composables-next": "^0.13.2",
"@nuxt/schema": "^3.7.4",
"@shopware-pwa/composables-next": "canary",
"@types/node": "^20.3.2",
"nuxt": "^3.7.1"
"nuxt": "^3.7.4"
}
}
8 changes: 4 additions & 4 deletions examples/mollie-credit-card/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
"preview": "nuxt preview"
},
"devDependencies": {
"@shopware-pwa/nuxt3-module": "^0.5.3",
"@shopware-pwa/nuxt3-module": "canary",
"@types/node": "^20.3.2",
"@vueuse/nuxt": "^10.4.1",
"nuxt": "^3.7.1",
"@vueuse/nuxt": "^10.5.0",
"nuxt": "^3.7.4",
"typescript": "^5.2.2",
"vue": "^3.3.4",
"vue-tsc": "^1.8.10"
"vue-tsc": "^1.8.19"
},
"engines": {
"node": "^16.x || ^18.x"
Expand Down
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.4",
"@vitejs/plugin-vue": "^4.4.0",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vue-tsc": "^1.8.11"
"vite": "^4.4.11",
"vue-tsc": "^1.8.19"
}
}
4 changes: 2 additions & 2 deletions 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.4",
"vite": "^4.4.9"
"@vitejs/plugin-vue": "^4.4.0",
"vite": "^4.4.11"
}
}
4 changes: 2 additions & 2 deletions 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.4",
"vite": "^4.4.9"
"@vitejs/plugin-vue": "^4.4.0",
"vite": "^4.4.11"
}
}
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 @@ -15,7 +15,7 @@
},
"devDependencies": {
"@shopware-pwa/types": "canary",
"@vitejs/plugin-vue": "^4.3.4",
"vite": "^4.4.9"
"@vitejs/plugin-vue": "^4.4.0",
"vite": "^4.4.11"
}
}
4 changes: 2 additions & 2 deletions 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.4",
"vite": "^4.4.9"
"@vitejs/plugin-vue": "^4.4.0",
"vite": "^4.4.11"
}
}
4 changes: 2 additions & 2 deletions 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.4",
"vite": "^4.4.9"
"@vitejs/plugin-vue": "^4.4.0",
"vite": "^4.4.11"
}
}
19 changes: 11 additions & 8 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.23.1",
"@microsoft/api-extractor": "^7.37.0",
"@microsoft/api-documenter": "^7.23.9",
"@microsoft/api-extractor": "^7.38.0",
"@microsoft/tsdoc": "^0.14.2",
"@types/changelog-parser": "^2.8.2",
"changelog-parser": "^3.0.1",
Expand All @@ -38,10 +38,10 @@
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"prettier": "^3.0.3",
"taze": "^0.11.2",
"turbo": "^1.10.14",
"typedoc": "^0.25.1",
"vercel": "^32.2.5"
"taze": "^0.11.3",
"turbo": "^1.10.15",
"typedoc": "^0.25.2",
"vercel": "^32.4.1"
},
"engines": {
"node": "^16.x || ^18.x"
Expand All @@ -51,12 +51,15 @@
"prettier --write"
]
},
"packageManager": "pnpm@8.7.6",
"packageManager": "pnpm@8.9.0",
"pnpm": {
"overrides": {
"yaml@2": "^2.2.2",
"@antfu/utils": "^0.7.4",
"semver": "^7.5.2"
"semver": "^7.5.2",
"debug": "^4.3.1",
"postcss": "^8.4.31",
"zod": "^3.22.3"
},
"peerDependencyRules": {
"ignoreMissing": [
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 @@ -57,7 +57,7 @@
"prettier": "^3.0.3",
"tsconfig": "workspace:*",
"unbuild": "^2.0.0",
"vitest": "^0.34.4"
"vitest": "^0.34.6"
},
"dependencies": {
"ofetch": "^1.3.3"
Expand Down
3 changes: 2 additions & 1 deletion packages/api-client-next/src/adminSessionData.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ describe("Admin client session data", () => {
});
});

test("fresh test should have empty session data", async ({
// TODO: skipped until https://github.com/vitest-dev/vitest/pull/4250 is released in >= 0.34.7
test.skip("fresh test should have empty session data", async ({
adminApiClient,
}) => {
expect(adminApiClient.getSessionData()).toEqual({
Expand Down
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.1.0",
"@vitest/coverage-v8": "^0.34.4",
"@vitest/coverage-v8": "^0.34.6",
"eslint-config-shopware": "workspace:*",
"happy-dom": "^12.1.2",
"happy-dom": "^12.9.1",
"tsconfig": "workspace:*",
"unbuild": "^2.0.0",
"vitest": "^0.34.4"
"vitest": "^0.34.6"
},
"dependencies": {
"@shopware-pwa/types": "workspace:*",
Expand Down
6 changes: 3 additions & 3 deletions packages/api-gen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,17 @@
},
"devDependencies": {
"@types/prettier": "^3.0.0",
"@types/yargs": "^17.0.24",
"@types/yargs": "^17.0.28",
"@vitest/coverage-c8": "^0.33.0",
"eslint-config-shopware": "workspace:*",
"picocolors": "^1.0.0",
"tsconfig": "workspace:*",
"unbuild": "^2.0.0",
"vitest": "^0.34.4"
"vitest": "^0.34.6"
},
"dependencies": {
"ofetch": "^1.3.3",
"openapi-typescript": "^6.6.1",
"openapi-typescript": "^6.7.0",
"prettier": "^3.0.3",
"semver": "^7.5.4",
"yargs": "^17.7.2"
Expand Down
Loading

2 comments on commit 67cf565

@vercel
Copy link

@vercel vercel bot commented on 67cf565 Oct 13, 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 67cf565 Oct 13, 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-git-main-shopware-frontends.vercel.app
frontends-demo-shopware-frontends.vercel.app
frontends-demo.vercel.app

Please sign in to comment.