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

Bump dependencies on explorer root-project #30

Closed
8 tasks done
brunomenezes opened this issue Jul 4, 2023 · 0 comments · Fixed by #51
Closed
8 tasks done

Bump dependencies on explorer root-project #30

brunomenezes opened this issue Jul 4, 2023 · 0 comments · Fixed by #51
Assignees
Labels
rollups Changes targeted for Rollups Explorer staking Changes targeted to the Staking platform type:chore It is not a new feature or bug fix. e.g. update dependencies, change repository configurations

Comments

@brunomenezes
Copy link
Collaborator

brunomenezes commented Jul 4, 2023

📄 Context

Update dependencies defined in the root project to avoid staying behind. Just be mindful of the ones with major bumps.

Package                                Current  Wanted   Latest   Workspace            Package Type    URL
@chakra-ui/icons                       2.0.10   2.0.10   2.0.19   explorer             dependencies    https://github.com/chakra-ui/chakra-ui#readme
@chakra-ui/react                       2.3.4    2.3.4    2.7.1    explorer             dependencies    https://chakra-ui.com/
@chakra-ui/theme-tools                 2.0.11   2.0.11   2.0.18   explorer             dependencies    https://github.com/chakra-ui/chakra-ui#readme
@unleash/proxy-client-react            3.3.0    3.3.0    3.6.0    explorer             dependencies    https://github.com/Unleash/unleash-proxy-react#readme
unleash-proxy-client                   2.2.1    2.2.1    2.5.0    explorer             dependencies    https://github.com/unleash/unleash-proxy-client-js#readme
turbo                                  1.6.3    1.10.7   1.10.7   explorer             devDependencies https://turbo.build/repo
prettier                               2.8.2    2.8.8    2.8.8    explorer             devDependencies https://prettier.io
framer-motion                          4.1.17   4.1.17   10.12.18 explorer             dependencies    https://github.com/framer/motion#readme

📈 Subtasks

  • Update the package.json to the new fixed version ( i.e. no ^ or ~ )
  • Make sure dependencies are updated in the lock file (yarn.lock).
  • Fix any API-breaking changes or deprecations in the new lib version for Chakra-UI.
  • Fix any API-breaking changes or deprecations in the new lib version for Unleash.
  • Fix any API-breaking changes or deprecations in the new lib version for framer-motion.
  • Fix any code formatting issues caused by the prettier version. If any
  • Verify whether the GitHub CI is passing.
  • Verify Vercel deployments are going through without problems.
@brunomenezes brunomenezes added rollups Changes targeted for Rollups Explorer staking Changes targeted to the Staking platform type:chore It is not a new feature or bug fix. e.g. update dependencies, change repository configurations labels Jul 4, 2023
@nevendyulgerov nevendyulgerov self-assigned this Jul 10, 2023
@nevendyulgerov nevendyulgerov linked a pull request Jul 26, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rollups Changes targeted for Rollups Explorer staking Changes targeted to the Staking platform type:chore It is not a new feature or bug fix. e.g. update dependencies, change repository configurations
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants