-
Notifications
You must be signed in to change notification settings - Fork 23
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 @cultureamp/frontend-apis to v9 #4320
chore(deps): update dependency @cultureamp/frontend-apis to v9 #4320
Conversation
|
* chore(deps): update dependency @storybook/test-runner to ^0.15.1 * chore(deps): update dependency @testing-library/react to ^14.1.2 * chore(deps): update dependency tocbot to ^4.22.0 * chore(deps): update dependency chromatic to v9 (#4323) Co-authored-by: Self-hosted Renovate Bot <135776+cultureamp-renovate[bot]@users.noreply.github.com> * chore(deps): update dependency @tanstack/react-query to v5 (#4241) * chore(deps): update dependency chromatic to ^7.5.4 * chore(deps): update dependency tocbot to ^4.21.3 (#4232) Co-authored-by: Self-hosted Renovate Bot <135776+cultureamp-renovate[bot]@users.noreply.github.com> * chore(deps): update dependency eslint-plugin-jest to ^27.6.0 * fix(deps): update dependency react-intl to ^6.5.1 (#4240) Co-authored-by: Self-hosted Renovate Bot <135776+cultureamp-renovate[bot]@users.noreply.github.com> * fix(deps): update dependency @cultureamp/i18n-react-intl to ^2.1.1 (#4239) Co-authored-by: Self-hosted Renovate Bot <135776+cultureamp-renovate[bot]@users.noreply.github.com> * fix(deps): update dependency tailwindcss to ^3.3.5 (#4236) Co-authored-by: Self-hosted Renovate Bot <135776+cultureamp-renovate[bot]@users.noreply.github.com> * fix(deps): update dependency @types/lodash.kebabcase to ^4.1.8 (#4235) Co-authored-by: Self-hosted Renovate Bot <135776+cultureamp-renovate[bot]@users.noreply.github.com> * chore(deps): update dependency @types/lodash.flatmap to ^4.5.8 (#4228) Co-authored-by: Self-hosted Renovate Bot <135776+cultureamp-renovate[bot]@users.noreply.github.com> * chore(deps): update dependency sass to ^1.69.5 (#4231) Co-authored-by: Self-hosted Renovate Bot <135776+cultureamp-renovate[bot]@users.noreply.github.com> * chore(deps): update dependency @types/yargs to ^17.0.29 (#4230) Co-authored-by: Self-hosted Renovate Bot <135776+cultureamp-renovate[bot]@users.noreply.github.com> * chore(deps): update dependency @tanstack/react-query to v5 * MultiSelect: Add status and validationMessage props (#4306) * feat(MultiSelectToggle): add status variants and styles * feat(MultiSelect): add validationMessage, status and docs to MultiSelect * refactor(MultiSelect): connect validationMessage to aria-describedy and test * refactor(MultiSelect): update type to extract specific state and fix description concat * tests(MultiSelect): Update test validate description contatination and cleanup * docs(MultiSelect): add example for description and validationMessage * refactor(MultiSelect): update validationMessage to obj and position in DOM * fix(MultiSelect-Popover): update margin between popover and toggle * add changeset * fix lint --------- Co-authored-by: Self-hosted Renovate Bot <135776+cultureamp-renovate[bot]@users.noreply.github.com> Co-authored-by: cultureamp-renovate[bot] <89962466+cultureamp-renovate[bot]@users.noreply.github.com> Co-authored-by: Michael Winter <36558508+mcwinter07@users.noreply.github.com> Co-authored-by: Geoffrey Chong <gyfchong@users.noreply.github.com> Co-authored-by: Geoffrey Chong <gyf.chong@gmail.com> * chore(deps): update dependency svgo to v3.0.4 (#4325) * chore(deps): update dependency svgo to v3.0.4 * add changeset --------- Co-authored-by: Self-hosted Renovate Bot <135776+cultureamp-renovate[bot]@users.noreply.github.com> Co-authored-by: Geoffrey Chong <gyf.chong@gmail.com> * chore(deps): update dependency @cultureamp/frontend-apis to v9 (#4320) Co-authored-by: Self-hosted Renovate Bot <135776+cultureamp-renovate[bot]@users.noreply.github.com> Co-authored-by: Geoffrey Chong <gyf.chong@gmail.com> * fix(deps): update dependency use-debounce to v10 (#4324) * fix(deps): update dependency use-debounce to v10 * add changeset --------- Co-authored-by: Self-hosted Renovate Bot <135776+cultureamp-renovate[bot]@users.noreply.github.com> Co-authored-by: Geoffrey Chong <gyf.chong@gmail.com> * chore(deps): update dependency @cultureamp/frontend-apis to ^9.0.2 * chore(deps): update dependency @storybook/test-runner to ^0.15.2 * chore(deps): update dependency @types/jest to ^29.5.10 * chore(deps): update dependency @types/yargs to ^17.0.32 * chore(deps): update react monorepo * chore(deps): update dependency @tanstack/react-query to ^5.8.7 * chore(deps): update dependency @rollup/plugin-alias to ^5.1.0 * chore(deps): update dependency tocbot to ^4.23.0 --------- Co-authored-by: Self-hosted Renovate Bot <135776+cultureamp-renovate[bot]@users.noreply.github.com> Co-authored-by: cultureamp-renovate[bot] <89962466+cultureamp-renovate[bot]@users.noreply.github.com> Co-authored-by: Michael Winter <36558508+mcwinter07@users.noreply.github.com> Co-authored-by: Geoffrey Chong <gyfchong@users.noreply.github.com> Co-authored-by: Geoffrey Chong <gyf.chong@gmail.com>
This PR contains the following updates:
^8.2.0
->^9.0.1
Release Notes
cultureamp/unified-home (@cultureamp/frontend-apis)
v9.0.1
Compare Source
Patch Changes
#1888
47976f3e
- FIX: redirect helper#1885
f21f2377
- Fix peerDep rangesv9.0.0
Compare Source
Major Changes
#1866
1c901eed
- ## Update react-query to v5React Query v5 introduced large volume of breaking changes. Migration guide can be found here.
What to pay attention to in our context:
onSuccess
onError
onSettled
were removed fromuseQuery
docskeepPreviousData
was removed in favor ofplaceholderData
with identity function docsfetch
was called the results will be now different.initialPageParam
andgetNextPageParam
are now required options ofuseInfiniteQuery
docsisLoading
andisPending
states changed their meaning docsinvalidateQueries
now has different call signatureinvalidateQueries({queryKey: ["url/you/called"]})
instead ofinvalidateQueries(["url/you/called"])
docsUseInfiniteQueryResult<Data>
has changed so when you're passingData
in, it needs to be wrapped inInfiniteData
to achieve the same result asUseInfiniteQueryResult<InfiniteData<Data>>
(undocumented)#1866
1c901eed
- ## Update msw to v2Breaking changes
json()
and other helpers the only change is to convertrest.get()
tohttp.get()
. To learn how to convert custom resolver function see migration docs https://mswjs.io/docs/migrations/1.x-to-2.x#response-resolver-argumentsPatch Changes
#1877
c17c68b7
- upgrade dependencies#1866
1c901eed
- Fix: pageParam === null doesn't crash nowConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.