chore(deps): update dependency @nhost/nhost-js to v1 #4926
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.3.13
->1.0.11
Release Notes
nhost/nhost
v1.0.11
Compare Source
Patch Changes
63d6059
]63d6059
]63d6059
]v1.0.10
Compare Source
Patch Changes
2c97db6
: Keep authentication status and access token in syncThe 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
2c97db6
]v1.0.9
Compare Source
Patch Changes
058956b
]v1.0.8
Compare Source
Patch Changes
6be3758
]v1.0.7
Compare Source
v1.0.6
Compare Source
v1.0.3
Compare Source
Patch Changes
correct dependencies
See this related issues:
Updated dependencies
v1.0.2
Compare Source
Patch Changes
6eeb9d2
]v1.0.1
Compare Source
Patch Changes
ab36f90
]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
andclientStorageType
are deprecated in favor ofclientStorageGetter (key:string) => string | null | Promise<string | null>
andclientStorageSetter: (key: string, value: string | null) => void | Promise<void>
.Minor Changes
744fd69
: Unify vanilla, react and next APIs so they can work togetherReact 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
744fd69
]744fd69
]744fd69
]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.
This PR has been generated by WhiteSource Renovate. View repository job log here.