Skip to content

Commit

Permalink
chore: bump dependencies (#396)
Browse files Browse the repository at this point in the history
  • Loading branch information
patzick authored Sep 20, 2023
1 parent 0ab0b04 commit dfc49b8
Show file tree
Hide file tree
Showing 27 changed files with 1,584 additions and 1,081 deletions.
7 changes: 7 additions & 0 deletions .changeset/big-fans-swim.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.5.5** to **^6.6.1**
9 changes: 9 additions & 0 deletions .changeset/chilled-ads-wave.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.6.0** to **^6.7.2**
- Changed dependency _@typescript-eslint/parser_ from **^6.6.0** to **^6.7.2**
- Changed dependency _eslint_ from **^8.48.0** to **^8.49.0**
7 changes: 7 additions & 0 deletions .changeset/cuddly-years-flow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"shopware-astro": patch
---

Dependency changes:

- Changed dependency _astro_ from **^3.0.10** to **^3.1.1**
7 changes: 7 additions & 0 deletions .changeset/hot-windows-call.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.1** to **^3.7.3**
7 changes: 7 additions & 0 deletions .changeset/lovely-clocks-sleep.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.55.7** to **^0.56.0**
7 changes: 7 additions & 0 deletions .changeset/wicked-penguins-kiss.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.1** to **^3.7.3**
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.37.1"
"@playwright/test": "^1.38.0"
},
"dependencies": {
"dotenv": "^16.3.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/example-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"@vitejs/plugin-vue": "^4.3.4",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vue-tsc": "^1.8.10"
"vue-tsc": "^1.8.11"
}
}
2 changes: 1 addition & 1 deletion 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.2",
"@paypal/paypal-js": "^7.0.3",
"@shopware-pwa/api-client": "canary",
"@shopware-pwa/composables-next": "canary",
"@shopware-pwa/helpers-next": "canary",
Expand Down
12 changes: 6 additions & 6 deletions examples/modal-teleport/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@nuxt/devtools": "^0.8.3",
"@nuxt/devtools": "^0.8.4",
"@nuxt/types": "^2.17.1",
"@nuxt/typescript-build": "^3.0.1",
"@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"
"@unocss/nuxt": "^0.56.0",
"@unocss/reset": "^0.56.0",
"eslint": "^8.49.0",
"nuxt": "^3.7.3",
"unocss": "^0.56.0"
},
"dependencies": {
"@vueuse/nuxt": "^10.4.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/new-api-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"@vitejs/plugin-vue": "^4.3.4",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vue-tsc": "^1.8.10"
"vue-tsc": "^1.8.11"
}
}
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.33",
"@microsoft/api-extractor": "^7.36.4",
"@microsoft/api-documenter": "^7.23.1",
"@microsoft/api-extractor": "^7.37.0",
"@microsoft/tsdoc": "^0.14.2",
"@types/changelog-parser": "^2.8.2",
"changelog-parser": "^3.0.1",
Expand All @@ -39,9 +39,9 @@
"lint-staged": "^14.0.1",
"prettier": "^3.0.3",
"taze": "^0.11.2",
"turbo": "^1.10.13",
"turbo": "^1.10.14",
"typedoc": "^0.25.1",
"vercel": "^32.1.0"
"vercel": "^32.2.5"
},
"engines": {
"node": "^16.x || ^18.x"
Expand All @@ -51,7 +51,7 @@
"prettier --write"
]
},
"packageManager": "[email protected].4",
"packageManager": "[email protected].6",
"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 @@ -57,7 +57,7 @@
"prettier": "^3.0.3",
"tsconfig": "workspace:*",
"unbuild": "^2.0.0",
"vitest": "^0.34.3"
"vitest": "^0.34.4"
},
"dependencies": {
"ofetch": "^1.3.3"
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 @@ -39,13 +39,13 @@
"test": "vitest run --segfault-retry=3"
},
"devDependencies": {
"@faker-js/faker": "^8.0.2",
"@vitest/coverage-v8": "^0.34.3",
"@faker-js/faker": "^8.1.0",
"@vitest/coverage-v8": "^0.34.4",
"eslint-config-shopware": "workspace:*",
"happy-dom": "^11.0.2",
"happy-dom": "^12.1.2",
"tsconfig": "workspace:*",
"unbuild": "^2.0.0",
"vitest": "^0.34.3"
"vitest": "^0.34.4"
},
"dependencies": {
"@shopware-pwa/types": "workspace:*",
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 @@ -42,11 +42,11 @@
"picocolors": "^1.0.0",
"tsconfig": "workspace:*",
"unbuild": "^2.0.0",
"vitest": "^0.34.3"
"vitest": "^0.34.4"
},
"dependencies": {
"ofetch": "^1.3.3",
"openapi-typescript": "^6.5.5",
"openapi-typescript": "^6.6.1",
"prettier": "^3.0.3",
"semver": "^7.5.4",
"yargs": "^17.7.2"
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 @@ -43,7 +43,7 @@
"test": "echo \"Warn: no test specified yet\""
},
"dependencies": {
"@nuxt/kit": "^3.7.1",
"@nuxt/kit": "^3.7.3",
"@shopware-pwa/api-client": "workspace:*",
"@shopware-pwa/composables-next": "workspace:*",
"@shopware-pwa/helpers-next": "workspace:*",
Expand All @@ -53,15 +53,15 @@
"html-to-ast": "^0.0.6"
},
"devDependencies": {
"@nuxt/schema": "^3.7.1",
"@nuxt/schema": "^3.7.3",
"@shopware-pwa/types": "workspace:*",
"@vue/eslint-config-typescript": "^11.0.3",
"@vue/eslint-config-typescript": "^12.0.0",
"eslint-config-shopware": "workspace:*",
"eslint-plugin-vue": "^9.17.0",
"tsconfig": "workspace:*",
"typescript": "^5.2.2",
"unbuild": "^2.0.0",
"vue-eslint-parser": "^9.3.1",
"vue-tsc": "^1.8.10"
"vue-tsc": "^1.8.11"
}
}
6 changes: 3 additions & 3 deletions packages/composables/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@
},
"devDependencies": {
"@shopware-pwa/types": "workspace:*",
"@vitest/coverage-v8": "^0.34.3",
"@vitest/coverage-v8": "^0.34.4",
"@vue/test-utils": "^2.4.1",
"eslint-config-shopware": "workspace:*",
"happy-dom": "^11.0.2",
"happy-dom": "^12.1.2",
"tsconfig": "workspace:*",
"typescript": "^5.2.2",
"unbuild": "^2.0.0",
"vitest": "^0.34.3",
"vitest": "^0.34.4",
"vue": "^3.3.4"
}
}
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.6.0",
"@typescript-eslint/parser": "^6.6.0",
"eslint": "^8.48.0",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"eslint": "^8.49.0",
"eslint-config-prettier": "^9.0.0",
"typescript": "^5.2.2"
}
Expand Down
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.3",
"@vitest/coverage-v8": "^0.34.4",
"eslint-config-shopware": "workspace:*",
"happy-dom": "^11.0.2",
"happy-dom": "^12.1.2",
"tsconfig": "workspace:*",
"unbuild": "^2.0.0",
"vitest": "^0.34.3"
"vitest": "^0.34.4"
},
"dependencies": {
"@shopware-pwa/types": "workspace:*"
Expand Down
6 changes: 3 additions & 3 deletions packages/nuxt3-module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@
"test": "echo \"Warn: no test specified yet\""
},
"dependencies": {
"@nuxt/kit": "^3.7.1",
"@nuxt/kit": "^3.7.3",
"@shopware-pwa/api-client": "workspace:*",
"@shopware-pwa/composables-next": "workspace:*",
"js-cookie": "^3.0.5"
},
"devDependencies": {
"@nuxt/devtools": "^0.8.3",
"@nuxt/schema": "^3.7.1",
"@nuxt/devtools": "^0.8.4",
"@nuxt/schema": "^3.7.3",
"eslint-config-shopware": "workspace:*",
"tsconfig": "workspace:*",
"typescript": "^5.2.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/typer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@
"devDependencies": {
"@shopware-pwa/types": "workspace:*",
"@types/find-in-files": "^0.5.1",
"@types/fs-extra": "^11.0.1",
"@types/fs-extra": "^11.0.2",
"eslint-config-shopware": "workspace:*",
"tsconfig": "workspace:*",
"typescript": "^5.2.2",
"unbuild": "^2.0.0",
"vitest": "^0.34.3"
"vitest": "^0.34.4"
}
}
Loading

2 comments on commit dfc49b8

@vercel
Copy link

@vercel vercel bot commented on dfc49b8 Sep 20, 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 dfc49b8 Sep 20, 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.