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][Vue] Upgrade to Vue 3.5 #1970

Merged
merged 5 commits into from
Nov 13, 2024
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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ Our versioning strategy is as follows:
* `[angular-xmcloud]``[sitecore-jss-angular]` Analytics and CloudSDK integration
* `[angular-xmcloud]` Add CloudSDK initialization on client side ([#1952](https://github.com/Sitecore/jss/pull/1952))([#1957](https://github.com/Sitecore/jss/pull/1957))([#1961](https://github.com/Sitecore/jss/pull/1961))
* `[angular-xmcloud]``[sitecore-jss-angular]` Add CDP Page View component to Angular XM Cloud add-on ([#1957](https://github.com/Sitecore/jss/pull/1957))
* `[templates/vue]``[sitecore-jss-vue]` Vue version has been updated to 3.5


### 🛠 Breaking Change
Expand Down
10 changes: 4 additions & 6 deletions packages/create-sitecore-jss/src/templates/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,16 @@
"@apollo/client": "^3.7.4",
"@panter/vue-i18next": "~0.15.2",
"@sitecore-jss/sitecore-jss-vue": "~22.3.0-canary",
"@vue/apollo-composable": "4.0.0-beta.2",
"@vue/apollo-option": "^4.0.0-alpha.20",
"@vue/apollo-ssr": "^4.0.0-alpha.18",
"@vue/server-renderer": "^3.2.45",
"@vue/apollo-composable": "4.2.1",
"@vue/apollo-option": "^4.0.0",
"@vue/apollo-ssr": "^4.0.0",
"axios": "^1.2.3",
"bootstrap": "^5.2.3",
"cross-fetch": "~3.1.5",
"graphql": "^16.6.0",
"register-service-worker": "~1.7.2",
"serialize-javascript": "^6.0.1",
"vue": "^3.2.45",
"vue": "^3.5.12",
"vue-i18n": "9.1.10",
"vue-meta": "3.0.0-alpha.10",
"vue-router": "4.0.16"
Expand All @@ -69,7 +68,6 @@
"@vue/cli-plugin-babel": "~5.0.8",
"@vue/cli-plugin-eslint": "~5.0.8",
"@vue/cli-service": "~5.0.8",
"@vue/compiler-sfc": "^3.2.45",
"@vue/eslint-config-prettier": "~7.0.0",
"chalk": "~4.1.2",
"chokidar": "~3.5.3",
Expand Down
11 changes: 5 additions & 6 deletions packages/sitecore-jss-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"devDependencies": {
"@types/jest": "^29.2.6",
"@types/node": "^20.14.2",
"@vue/compiler-dom": "^3.2.45",
"@vue/compiler-dom": "^3.5.12",
"@vue/test-utils": "2.2.7",
"@vue/vue3-jest": "^29.2.2",
"babel-jest": "^29.5.0",
Expand All @@ -40,16 +40,15 @@
"jest-environment-jsdom": "^29.3.1",
"jest-serializer-html": "^7.1.0",
"ts-jest": "29.0.5",
"typescript": "~4.9.4",
"vue": "^3.2.45",
"typescript": "~5.6.0",
"vue": "^3.5.12",
"vue-class-component": "^7.2.6"
},
"peerDependencies": {
"vue": "^3.2.45"
"vue": "^3.5.12"
},
"dependencies": {
"@sitecore-jss/sitecore-jss": "22.3.0-canary.6",
"@vue/compiler-sfc": "^3.0.11"
"@sitecore-jss/sitecore-jss": "22.3.0-canary.6"
},
"types": "./types/index.d.ts",
"gitHead": "2f4820efddf4454eeee58ed1b2cc251969efdf5b",
Expand Down
Loading