-
Notifications
You must be signed in to change notification settings - Fork 21
[BANK-5350] Upgrade Nuxt and Node for Sample App #405
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
[BANK-5350] Upgrade Nuxt and Node for Sample App #405
Conversation
## Test Card Numbers | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I removed a bunch of Card related code now that it's deprecated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you see anything I missed, please comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Moved the addressBook pages out of the beta
package
1e3d091
to
ae67da6
Compare
482e2d4
to
e4564f8
Compare
331385f
to
f30abf7
Compare
0f27ad3
to
6794131
Compare
2c0a88f
to
86e114f
Compare
// https://stackoverflow.com/questions/54021037/how-to-mock-window-location-href-with-jest-vuejs | ||
delete global.window.location |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the latest version of Jest doesn't allow writing to the global.window at all
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome work, thanks!
The start command was removed in this PR: #405 The container is now erroring with: ``` ! Corepack is about to download https://registry.yarnpkg.com/yarn/-/yarn-1.22.22.tgz yarn run v1.22.22 error Command "start" not found. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. ```
This PR includes a major version bump for Nuxt and Node
Nuxt 2.15.8 -> Nuxt 3.8.0
This includes Vue 2 -> Vue 3 migration which affects all pages.Node JS 16.13.0 -> 22.18.0
Also removed a bunch of deprecated features such as Card and Marketplace APIs
Screen.Recording.2025-08-27.at.4.39.21.PM.mov
Reviewers, please startup the app locally and ensure basic functionality works.