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 v13 #5414

Merged
merged 1 commit into from
Jan 15, 2025

Conversation

cultureamp-renovate[bot]
Copy link
Contributor

@cultureamp-renovate cultureamp-renovate bot commented Dec 20, 2024

Working with Renovate for Culture Amp

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@cultureamp/frontend-apis (source) ^11.1.0 -> ^13.1.0 age adoption passing confidence

Release Notes

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

v13.1.0

Compare Source

Minor Changes
Patch Changes

v13.0.1

Compare Source

Patch Changes

v13.0.0

Compare Source

Major Changes
  • #​2968 f3703406115fefb48e784df6742d3e86114e6b40 - Use the Kaizen bundler instead of tsc.

    As part of this change, your import scripts from this package may break. For example, you may import a module like this:

    import { http, json } from "@​cultureamp/frontend-apis/build/cjs/localDev"

    It must now imported like this:

    import { http, json } from "@​cultureamp/frontend-apis/localDev"

    The new bundler should automatically resolve this module to the correct place based on your project configuration.

    Because of these breaking changes, you will also need to update @​cultureamp/next-storybook to its latest version.

Patch Changes

v12.0.1

Compare Source

Patch Changes

v12.0.0

Compare Source

Major 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 Dec 20, 2024

⚠️ No Changeset found

Latest commit: 10c050c

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

@cultureamp-renovate cultureamp-renovate bot force-pushed the renovate/update/major-cultureampi18n branch from f1bf7fe to d165269 Compare December 27, 2024 15:19
@cultureamp-renovate cultureamp-renovate bot force-pushed the renovate/update/major-cultureampi18n branch from d165269 to 5c622e3 Compare January 10, 2025 15:31
@cultureamp-renovate cultureamp-renovate bot changed the title chore(deps): update dependency @cultureamp/frontend-apis to v12 chore(deps): update dependency @cultureamp/frontend-apis to v13 Jan 10, 2025
@mcwinter07 mcwinter07 force-pushed the renovate/update/major-cultureampi18n branch from 5c622e3 to 10c050c Compare January 15, 2025 02:13
@mcwinter07 mcwinter07 marked this pull request as ready for review January 15, 2025 02:18
@mcwinter07 mcwinter07 requested a review from a team as a code owner January 15, 2025 02:18
Copy link
Contributor

✨ Here is your branch preview! ✨

Last updated for commit 10c050c: chore(deps): update dependency @cultureamp/frontend-apis to v12

@mcwinter07 mcwinter07 merged commit 423fda1 into renovate/rollup Jan 15, 2025
20 of 22 checks passed
@mcwinter07 mcwinter07 deleted the renovate/update/major-cultureampi18n branch January 15, 2025 02:23
cultureamp-renovate bot added a commit that referenced this pull request Jan 15, 2025
* chore(deps): update dependency rollup to ^4.28.1

* fix(deps): update rollup

* chore(deps): update dependency rollup to ^4.29.1

* chore(deps): update dependency playwright to ^1.49.1

* chore(deps): update dependency playwright to ^1.49.1

* chore(deps): update dependency postcss-preset-env to ^10.1.3

* chore(deps): update dependency react-intl to ^7.1.0

* update esnlint deps and fix docs test runner type errors

* chore(deps): update dependency typescript to ^5.7.3 (#5386)

* chore(deps): update react monorepo

* chore(deps): update dependency rollup to ^4.29.1

* chore(deps): update dependency typescript to ^5.7.2

* fix MenuItem and Tab children types errors

---------

Co-authored-by: Michael Winter <[email protected]>
Co-authored-by: cultureamp-renovate[bot] <89962466+cultureamp-renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @testing-library/react to ^16.1.0

* chore(deps): update dependency stylelint to ^16.12.0

* chore(deps): update dependency highlight.js to ^11.11.1

* chore(deps): update dependency globals to ^15.14.0

* chore(deps): update dependency @changesets/cli to ^2.27.11

* chore(deps): update dependency tailwindcss to ^3.4.17

* fix(deps): update prosemirror (#5384)

Co-authored-by: cultureamp-renovate[bot] <89962466+cultureamp-renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency tailwindcss to ^3.4.17 (#5388)

Co-authored-by: Michael Winter <[email protected]>

* chore(deps): update dependency @cultureamp/frontend-apis to v12 (#5414)

Co-authored-by: cultureamp-renovate[bot] <89962466+cultureamp-renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency react-focus-lock to ^2.13.5 (#5417)

Co-authored-by: cultureamp-renovate[bot] <89962466+cultureamp-renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency typescript-transform-paths to ^3.5.3 (#5434)

Co-authored-by: cultureamp-renovate[bot] <89962466+cultureamp-renovate[bot]@users.noreply.github.com>

* update changeset

* fix(Badge): remove duplicate declaration of defaul color

---------

Co-authored-by: cultureamp-renovate[bot] <89962466+cultureamp-renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Winter <[email protected]>
Co-authored-by: Michael Winter <[email protected]>
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