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

BA-1430: dependencies update #97

Merged
merged 1 commit into from
Jun 18, 2024
Merged

Conversation

anicioalexandre
Copy link
Collaborator

  • authentication package update - v 3.0.0

    • Migrate to React Query v5. This includes adapting the code due to breaking changes of the library.
    • Update several dependencies.
    • Remove deprecated usePreAuth hook. We should now pre authenticate on the server side using the preAuthenticate function.
    • Renamed a couple of type interfaces, mainly removing the I prefix from it.
    • Move react, @baseapp-frontend/provider and @baseapp-frontend/utils to peerDependencies for better compatibility between the packages and the consumer app.
  • design-system-mui package update - v 2.0.0

    • Update several dependencies.
    • Add SnackbarProvider component. It provides a new toast bar system based on material-ui only.
    • Remove deprecated CheckboxField, PasswordField and TextField components.
    • Remove @baseapp-frontend/core dependency.
    • Move react, react-dom and @baseapp-frontend/utils to peerDependencies for better compatibility between the packages and the consumer app.
  • graphql package update - v 1.1.2

    • Update a couple of dependencies.
    • Move react and @baseapp-frontend/utils to peerDependencies for better compatibility between the packages and the consumer app.
  • provider package update - v 2.0.0

    • Several updates on ReactQueryProvider based on React Query v5 breaking changes.
    • ReactQueryProvider now expects sendErrorToast, toastMessage and toastType meta keys to be sent in order to trigger onError message toasts out of the box.
    • Update a couple of dependencies.
    • Move react and @baseapp-frontend/utils to peerDependencies for better compatibility between the packages and the consumer app.
  • test package update - v 2.0.0

    • Update several dependencies.
    • ComponentWithProviders creates its own material-ui's theme and React Query's provider. Removed @baseapp-frontend/design-system-mui and @baseapp-frontend/provider dependencies to avoid circular dependencies.
    • Move react to peerDependencies for better compatibility between the packages and the consumer app.
  • utils package update - v 2.4.0

    • Update several dependencies.
    • Move react to peerDependencies for better compatibility between the packages and the consumer app.
    • Renamed a couple of type interfaces, mainly removing the I prefix from it.
  • core package update - v 2.7.5

    • Ignoring type errors.

Copy link

changeset-bot bot commented Jun 13, 2024

⚠️ No Changeset found

Latest commit: 5bedb33

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@anicioalexandre anicioalexandre merged commit a0edfab into master Jun 18, 2024
5 checks passed
@anicioalexandre anicioalexandre deleted the BA-1430-dependencies-update branch June 18, 2024 19:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants