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(deps): update dependency @nhost/nhost-js to v1 #4926

Merged
merged 1 commit into from
Apr 14, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 25, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nhost/nhost-js (source) 0.3.13 -> 1.0.11 age adoption passing confidence

Release Notes

nhost/nhost

v1.0.11

Compare Source

Patch Changes

v1.0.10

Compare Source

Patch Changes
  • 2c97db6: Keep authentication status and access token in sync
    The authentication events where not set correctly, leading the main Nhost client not to update internal states of storage/graphql/functions sub-clients when using non-react clients.
    The use of private fields (#) is also avoided as they conflict with the use of proxies in Vue, leading to errors in the upcoming Vue library.
    Fixes #​373 and #​378
  • Updated dependencies [2c97db6]

v1.0.9

Compare Source

Patch Changes

v1.0.8

Compare Source

Patch Changes

v1.0.7

Compare Source

v1.0.6

Compare Source

v1.0.3

Compare Source

Patch Changes

v1.0.2

Compare Source

Patch Changes

v1.0.1

Compare Source

Patch Changes

v1.0.0

Compare Source

Major Changes
  • 744fd69: Use @nhost/core and its state machine

    @nhost/nhost-js and @nhost/hasura-auth-js now use the xstate-based state management system from @nhost/core.

    The client initiation remains the same, although the clientStorage and clientStorageType are deprecated in favor of clientStorageGetter (key:string) => string | null | Promise<string | null> and clientStorageSetter: (key: string, value: string | null) => void | Promise<void>.

Minor Changes
  • 744fd69: Unify vanilla, react and next APIs so they can work together
    React and NextJS libraries now works together with @nhost/nhost-js. It also means the Nhost client needs to be initiated before passing it to the React provider.
    See the React and NextJS configuration documentation for additional information.
Patch Changes

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot added the release:chore This PR is a chore (means nothing for users) label Mar 25, 2022
@renovate renovate bot assigned jtoar Mar 25, 2022
@netlify
Copy link

netlify bot commented Mar 25, 2022

Deploy Preview for redwoodjs-docs canceled.

Name Link
🔨 Latest commit da39189
🔍 Latest deploy log https://app.netlify.com/sites/redwoodjs-docs/deploys/625851a362a6a9000984ff4e

@renovate renovate bot force-pushed the renovate/nhost-nhost-js-1.x branch 16 times, most recently from d921d69 to b8ba1f2 Compare March 29, 2022 03:52
@thedavidprice
Copy link
Contributor

@nunopato could you please take a look at this? It seems the latest v1 has breaking changes for imports.

@renovate renovate bot force-pushed the renovate/nhost-nhost-js-1.x branch 10 times, most recently from b066f71 to 3d419a1 Compare March 30, 2022 12:24
@renovate renovate bot force-pushed the renovate/nhost-nhost-js-1.x branch 23 times, most recently from b48b8a4 to 701f8d1 Compare April 14, 2022 16:28
@renovate renovate bot force-pushed the renovate/nhost-nhost-js-1.x branch from 701f8d1 to da39189 Compare April 14, 2022 16:53
@thedavidprice thedavidprice merged commit f5bd7d9 into main Apr 14, 2022
@thedavidprice thedavidprice deleted the renovate/nhost-nhost-js-1.x branch April 14, 2022 17:24
@jtoar jtoar added this to the next-release milestone Apr 14, 2022
@thedavidprice thedavidprice modified the milestones: next-release, v1.1.0 Apr 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release:chore This PR is a chore (means nothing for users)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants