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

[Dependencies] Upgrade next.js, axios.js and related packages #296

Merged

Conversation

gmarciani
Copy link
Collaborator

@gmarciani gmarciani commented Dec 11, 2023

Changes

Upgrade next.js, axios.js and related packages. In parrticular:

  • axios to version 1.6.0: it required a change in the code due to a breaking change in the new version.
  • next to version 13.5.1: it required a change in the next config due to a breaking change in the new version.
  • next-transpile-modules to version 10.0.1: required by the upgrade of next.
  • eslint-config-next to version 14.0.4: required by the upgrade of next
  • eslint to version 8.55.0: not strictly required but good to have since we are upgrading the above eslint package.
  • eslint-config-prettier to version 9.1.0: not strictly required but good to have since we are upgrading the above eslint package.

How Has This Been Tested?

  1. npm install; npm test; npm run export; npm run lint.
  2. deploy to personal environment
  3. cluster created with the wizard

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@gmarciani gmarciani added the dependencies Pull requests that update a dependency file label Dec 11, 2023
@gmarciani gmarciani marked this pull request as ready for review December 11, 2023 13:16
@gmarciani gmarciani merged commit bd68173 into aws:main Dec 11, 2023
2 checks passed
@gmarciani gmarciani deleted the wip/mgiacomo/2023120/update-next-and-axios branch December 11, 2023 14:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants