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 @cultureamp/frontend-apis to v9 #4320

Merged

Conversation

cultureamp-renovate[bot]
Copy link
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@cultureamp/frontend-apis ^8.2.0 -> ^9.0.1 age adoption passing confidence

Release Notes

cultureamp/unified-home (@​cultureamp/frontend-apis)

v9.0.1

Compare Source

Patch Changes

v9.0.0

Compare Source

Major Changes
  • #​1866 1c901eed - ## Update react-query to v5

    React Query v5 introduced large volume of breaking changes. Migration guide can be found here.

    What to pay attention to in our context:

    • callbacks onSuccess onError onSettled were removed from useQuery docs
    • keepPreviousData was removed in favor of placeholderData with identity function docs
    • React Query now has global state between tests (undocumented). So if your test is checking if fetch was called the results will be now different.
    • initialPageParam and getNextPageParam are now required options of useInfiniteQuery docs
    • isLoading and isPending states changed their meaning docs
    • invalidateQueries now has different call signature invalidateQueries({queryKey: ["url/you/called"]}) instead of invalidateQueries(["url/you/called"]) docs
    • generic type of UseInfiniteQueryResult<Data> has changed so when you're passing Data in, it needs to be wrapped in InfiniteData to achieve the same result as UseInfiniteQueryResult<InfiniteData<Data>> (undocumented)
  • #​1866 1c901eed - ## Update msw to v2

    Breaking changes

Patch Changes

Configuration

📅 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

Copy link

changeset-bot bot commented Nov 18, 2023

⚠️ No Changeset found

Latest commit: d5e51a5

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

@gyfchong gyfchong marked this pull request as ready for review November 20, 2023 05:43
@gyfchong gyfchong requested a review from a team as a code owner November 20, 2023 05:43
Copy link
Contributor

✨ Here is your branch preview! ✨

Last updated for commit d5e51a5: Merge branch 'renovate/rollup' into renovate/update/cultureamp-frontend-apis-9.x

@gyfchong gyfchong merged commit 8b7410f into renovate/rollup Nov 20, 2023
15 checks passed
@gyfchong gyfchong deleted the renovate/update/cultureamp-frontend-apis-9.x branch November 20, 2023 06:06
HeartSquared pushed a commit that referenced this pull request Nov 30, 2023
* 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant