Skip to content

fix(deps): update all dependencies#3157

Merged
ByronDWall merged 2 commits into
mainfrom
renovate/all
Oct 10, 2025
Merged

fix(deps): update all dependencies#3157
ByronDWall merged 2 commits into
mainfrom
renovate/all

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jul 28, 2025

This PR contains the following updates:

Package Change Age Confidence
@babel/core (source) 7.28.0 -> 7.28.4 age confidence
@changesets/cli (source) 2.29.5 -> 2.29.7 age confidence
@commercetools-frontend/babel-preset-mc-app (source) 24.2.1 -> 24.8.0 age confidence
@commercetools-frontend/eslint-config-mc-app (source) 24.2.1 -> 24.8.0 age confidence
@emotion/is-prop-valid (source) 1.3.1 -> 1.4.0 age confidence
@fontsource/inter (source) 5.2.6 -> 5.2.8 age confidence
@formatjs/cli 6.7.2 -> 6.7.4 age confidence
@formatjs/intl-relativetimeformat 11.4.11 -> 11.4.13 age confidence
@manypkg/cli (source) 0.25.0 -> 0.25.1 age confidence
@percy/cli (source) 1.31.1 -> 1.31.3 age confidence
@testing-library/jest-dom 6.6.3 -> 6.9.1 age confidence
@types/react-dom (source) 19.1.6 -> 19.2.1 age confidence
@typescript-eslint/eslint-plugin (source) 8.38.0 -> 8.46.0 age confidence
@typescript-eslint/parser (source) 8.38.0 -> 8.46.0 age confidence
browserslist 4.25.1 -> 4.26.3 age confidence
cross-env 10.0.0 -> 10.1.0 age confidence
dompurify 3.2.6 -> 3.2.7 age confidence
got 14.4.7 -> 14.5.0 age confidence
lint-staged 16.1.4 -> 16.2.3 age confidence
react (source) 19.1.0 -> 19.2.0 age confidence
react-dom (source) 19.1.0 -> 19.2.0 age confidence
react-is (source) 19.1.0 -> 19.2.0 age confidence
stylelint (source) 16.22.0 -> 16.25.0 age confidence
ts-jest (source) 29.4.0 -> 29.4.5 age confidence
typescript (source) 5.8.3 -> 5.9.3 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

babel/babel (@​babel/core)

v7.28.4

Compare Source

🏠 Internal

v7.28.3

Compare Source

👓 Spec Compliance
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-transform-class-static-block, babel-preset-env
🐛 Bug Fix
💅 Polish
  • babel-plugin-transform-regenerator, babel-plugin-transform-runtime
📝 Documentation
🏠 Internal
🔬 Output optimization
  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions
changesets/changesets (@​changesets/cli)

v2.29.7

Compare Source

Patch Changes

v2.29.6

Compare Source

Patch Changes
commercetools/merchant-center-application-kit (@​commercetools-frontend/babel-preset-mc-app)

v24.8.0

Compare Source

v24.7.2

Compare Source

v24.7.1

Compare Source

v24.7.0

Compare Source

v24.6.0

Compare Source

v24.5.0

Compare Source

v24.4.0

Compare Source

v24.3.0

Compare Source

commercetools/merchant-center-application-kit (@​commercetools-frontend/eslint-config-mc-app)

v24.8.0

Compare Source

Patch Changes

v24.7.2

Compare Source

Patch Changes

v24.7.1

Compare Source

Patch Changes

v24.7.0

Compare Source

Patch Changes

v24.6.0

Compare Source

Patch Changes

v24.5.0

Compare Source

Patch Changes

v24.4.0

Compare Source

Patch Changes

v24.3.0

Compare Source

Patch Changes
emotion-js/emotion (@​emotion/is-prop-valid)

v1.4.0

Compare Source

Minor Changes
fontsource/font-files (@​fontsource/inter)

v5.2.8

Compare Source

v5.2.7

Compare Source

formatjs/formatjs (@​formatjs/cli)

v6.7.4

Compare Source

v6.7.3

Compare Source

Note: Version bump only for package @​formatjs/cli

Thinkmill/manypkg (@​manypkg/cli)

v0.25.1

Compare Source

Patch Changes
  • #​260 5854938 Thanks @​jasekiw! - Keep detected line endings flavor of package.json files on Windows when updating those files
percy/cli (@​percy/cli)

v1.31.3

Compare Source

What's Changed

✨ Enhancements
⬆️⬇️ Dependency Updates

New Contributors

Full Changelog: percy/cli@v1.31.2...v1.31.3

v1.31.2

Compare Source

What's Changed

✨ Enhancements
🏗 Maintenance
⬆️⬇️ Dependency Updates

New Contributors

Full Changelog: percy/cli@v1.31.1...v1.31.2

testing-library/jest-dom (@​testing-library/jest-dom)

v6.9.1

Compare Source

v6.9.0

Compare Source

v6.8.0

Compare Source

v6.7.0

Compare Source

Features

v6.6.4

Compare Source

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.46.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unsafe-member-access] add allowOptionalChaining option (#​11659)
  • rule-schema-to-typescript-types: clean up and make public (#​11633)
🩹 Fixes
  • eslint-plugin: [prefer-readonly-parameter-types] ignore tagged primitives (#​11660)
  • typescript-estree: forbid abstract method and accessor to have implementation (#​11657)
  • eslint-plugin: removed error type previously deprecated (#​11674)
  • eslint-plugin: [no-deprecated] ignore deprecated export imports (#​11603)
  • eslint-plugin: [unbound-method] improve wording around this: void and binding (#​11634)
  • rule-tester: deprecate TestCaseError#type and LintMessage#nodeType (#​11628)
  • eslint-plugin: [no-floating-promises] remove excess parentheses in suggestions (#​11487)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.45.0

Compare Source

🚀 Features
  • eslint-plugin: expose rule name via RuleModule interface (#​11616)
🩹 Fixes
  • eslint-plugin: [prefer-nullish-coalescing] ignoreBooleanCoercion should not apply to top-level ternary expressions (#​11614)
  • eslint-plugin: [no-base-to-string] check if superclass is ignored (#​11617)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.44.1

Compare Source

🩹 Fixes
  • eslint-plugin: [await-thenable] should not report passing values to promise aggregators which may be a promise in an array literal (#​11611)
  • eslint-plugin: [no-unsafe-enum-comparison] support unions of literals (#​11599)
  • eslint-plugin: [no-base-to-string] make ignoredTypeNames match type names without generics (#​11597)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.44.0

Compare Source

🚀 Features
  • eslint-plugin: [await-thenable] report invalid (non-promise) values passed to promise aggregator methods (#​11267)
🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-conversion] ignore enum members (#​11490)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.43.0

Compare Source

🚀 Features
  • typescript-estree: disallow empty type parameter/argument lists (#​11563)
🩹 Fixes
  • eslint-plugin: [prefer-return-this-type] don't report an error when returning a union type that includes a classType (#​11432)
  • eslint-plugin: [no-deprecated] should report deprecated exports and reexports (#​11359)
  • eslint-plugin: [no-floating-promises] allowForKnownSafeCalls now supports function names (#​11423, #​11430)
  • eslint-plugin: [consistent-type-exports] fix declaration shadowing (#​11457)
  • eslint-plugin: [no-unnecessary-type-conversion] only report ~~ on integer literal types (#​11517)
  • scope-manager: exclude Program from DefinitionBase node types (#​11469)
  • eslint-plugin: [no-non-null-assertion] do not suggest optional chain on LHS of assignment (#​11489)
  • type-utils: add union type support to TypeOrValueSpecifier (#​11526)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.42.0

Compare Source

🩹 Fixes
  • deps: update eslint monorepo to v9.33.0 (#​11482)

You can read about our versioning strategy and releases on our website.

v8.41.0

Compare Source

🩹 Fixes
  • deps: update dependency prettier to v3.6.2 (#​11496)

You can read about our versioning strategy and releases on our website.

v8.40.0

Compare Source

🚀 Features
  • typescript-estree: forbid invalid keys in EnumMember (#​11232)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.39.1

Compare Source

This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.39.0

Compare Source

🚀 Features
  • eslint-plugin: [only-throw-error] support yield/await expressions (#​11417)
  • eslint-plugin: add no-unnecessary-type-conversion to strict-type-checked ruleset (#​11427)
  • update to TypeScript 5.9.2 (#​11445)
  • eslint-plugin: [naming-convention] add enumMember PascalCase default option (#​11127)
🩹 Fixes
  • eslint-plugin: [no-unsafe-assignment] add an unsafeObjectPattern message (#​11403)
  • eslint-plugin: [prefer-optional-chain] ignore check option for most RHS of a chain (#​11272)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.46.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.45.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.44.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.44.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.43.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.42.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.41.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.40.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.39.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.39.0

Compare Source

🚀 Features
❤️ Thank You

You can read about our versioning strategy and releases on our website.

browserslist/browserslist (browserslist)

v4.26.3

Compare Source

v4.26.2

Compare Source

  • Fixed baseline-browser-mapping version requirement.

v4.26.1

Compare Source

  • Updated Firefox ESR.

v4.26.0

Compare Source

v4.25.4

Compare Source

v4.25.3

Compare Source

v4.25.2

Compare Source

  • Fixed Node.js --permission support (by @​broofa).
kentcdodds/cross-env (cross-env)

v10.1.0

Compare Source

Features
  • add support for default value syntax (152ae6a)

For example:

"dev:server": "cross-env wrangler dev --port ${PORT:-8787}",

If PORT is already set, use that value, otherwise fallback to 8787.

Learn more about Shell Parameter Expansion

cure53/DOMPurify (dompurify)

v3.2.7: DOMPurify 3.2.7

Compare Source

  • Added new attributes and elements to default allow-list, thanks @​elrion018
  • Added tagName parameter to custom element attributeNameCheck, thanks @​nelstrom
  • Added better check for animated href attributes, thanks @​llamakko
  • Updated and improved the bundled types, thanks @​ssi02014
  • Updated several tests to better align with new browser encoding behaviors
  • Improved the handling of potentially risky content inside CDATA elements, thanks @​securityMB & @​terjanq
  • Improved the regular expression for raw-text elements to cover textareas, thanks @​securityMB & @​terjanq
sindresorhus/got (got)

[v14.5.0](https://redirect.github.com/sindre


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

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

Rebasing: Never, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the 🤖 Type: Dependencies Dependency updates or something similar label Jul 28, 2025
@renovate renovate Bot requested a review from a team as a code owner July 28, 2025 03:14
@vercel
Copy link
Copy Markdown

vercel Bot commented Jul 28, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
ui-kit Ready Ready Preview Comment Oct 10, 2025 6:55pm

@renovate renovate Bot added the 🤖 Type: Dependencies Dependency updates or something similar label Jul 28, 2025
@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Jul 28, 2025

🦋 Changeset detected

Latest commit: ac1f033

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 101 packages
Name Type
@commercetools-uikit/localized-multiline-text-field Patch
@commercetools-uikit/localized-multiline-text-input Patch
@commercetools-uikit/async-creatable-select-field Patch
@commercetools-uikit/async-creatable-select-input Patch
@commercetools-uikit/localized-rich-text-input Patch
@commercetools-uikit/selectable-search-input Patch
@commercetools-uikit/spacings-inset-squish Patch
@commercetools-uikit/secondary-icon-button Patch
@commercetools-uikit/creatable-select-field Patch
@commercetools-uikit/creatable-select-input Patch
@commercetools-uikit/localized-money-input Patch
@commercetools-uikit/localized-text-field Patch
@commercetools-uikit/multiline-text-field Patch
@commercetools-uikit/localized-text-input Patch
@commercetools-uikit/multiline-text-input Patch
@commercetools-uikit/search-select-field Patch
@commercetools-uikit/search-select-input Patch
@commercetools-uikit/accessible-button Patch
@commercetools-uikit/async-select-field Patch
@commercetools-uikit/async-select-input Patch
@commercetools-uikit/secondary-button Patch
@commercetools-uikit/search-text-input Patch
@commercetools-uikit/spacings-inline Patch
@commercetools-uikit/dropdown-menu Patch
@commercetools-uikit/date-range-field Patch
@commercetools-uikit/date-range-input Patch
@commercetools-uikit/primary-action-dropdown Patch
@commercetools-uikit/spacings-inset Patch
@commercetools-uikit/spacings-stack Patch
@commercetools-uikit/primary-button Patch
@commercetools-uikit/date-time-field Patch
@commercetools-uikit/date-time-input Patch
@commercetools-uikit/rich-text-input Patch
@commercetools-uikit/rich-text-utils Patch
@commercetools-uikit/password-field Patch
@commercetools-uikit/checkbox-input Patch
@commercetools-uikit/password-input Patch
@commercetools-uikit/flat-button Patch
@commercetools-uikit/icon-button Patch
@commercetools-uikit/link-button Patch
@commercetools-uikit/number-field Patch
@commercetools-uikit/select-field Patch
@commercetools-uikit/number-input Patch
@commercetools-uikit/select-input Patch
@commercetools-uikit/select-utils Patch
@commercetools-uikit/toggle-input Patch
@commercetools-uikit/collapsible-motion Patch
@commercetools-uikit/data-table-manager Patch
@commercetools-uikit/money-field Patch
@commercetools-uikit/radio-field Patch
@commercetools-uikit/input-utils Patch
@commercetools-uikit/money-input Patch
@commercetools-uikit/radio-input Patch
@commercetools-uikit/accessible-hidden Patch
@commercetools-uikit/collapsible-panel Patch
@commercetools-uikit/date-field Patch
@commercetools-uikit/text-field Patch
@commercetools-uikit/time-field Patch
@commercetools-uikit/date-input Patch
@commercetools-uikit/text-input Patch
@commercetools-uikit/time-input Patch
@commercetools-uikit/loading-spinner Patch
@commercetools-uikit/field-warnings Patch
@commercetools-uikit/notifications Patch
@commercetools-uikit/quick-filters Patch
@commercetools-uikit/view-switcher Patch
@commercetools-uikit/field-errors Patch
@commercetools-uikit/progress-bar Patch
@commercetools-uikit/collapsible Patch
@commercetools-uikit/constraints Patch
@commercetools-uikit/field-label Patch
@commercetools-uikit/data-table Patch
@commercetools-uikit/pagination Patch
@commercetools-uikit/messages Patch
@commercetools-uikit/filters Patch
@commercetools-uikit/tooltip Patch
@commercetools-uikit/avatar Patch
@commercetools-uikit/icons Patch
@commercetools-uikit/label Patch
@commercetools-uikit/stamp Patch
@commercetools-uikit/card Patch
@commercetools-uikit/grid Patch
@commercetools-uikit/link Patch
@commercetools-uikit/text Patch
@commercetools-local/generator-package-json Patch
@commercetools-uikit/calendar-utils Patch
@commercetools-uikit/tag Patch
visual-testing-app Patch
@commercetools-local/generator-readme Patch
@commercetools-uikit/spacings Patch
@commercetools-uikit/buttons Patch
@commercetools-uikit/hooks Patch
@commercetools-uikit/utils Patch
@commercetools-uikit/fields Patch
@commercetools-uikit/inputs Patch
@commercetools-frontend/ui-kit Patch
@commercetools-uikit/design-system Patch
@commercetools-local/storybook Patch
@commercetools-uikit/calendar-time-utils Patch
@commercetools-uikit/localized-utils Patch
@commercetools-uikit/i18n Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@renovate renovate Bot changed the title chore(deps): update dependency @testing-library/jest-dom to v6.6.4 fix(deps): update all dependencies Jul 28, 2025
@renovate renovate Bot changed the title fix(deps): update all dependencies renovate: @commercetools-frontend/babel-preset-mc-app is updating from 24.2.1 to 24.4.0 [skip percy] Aug 8, 2025
@renovate renovate Bot changed the title renovate: @commercetools-frontend/babel-preset-mc-app is updating from 24.2.1 to 24.4.0 [skip percy] renovate: @commercetools-frontend/babel-preset-mc-app is updating from 24.2.1 to 24.5.0 [skip percy] Aug 12, 2025
@renovate renovate Bot changed the title renovate: @commercetools-frontend/babel-preset-mc-app is updating from 24.2.1 to 24.5.0 [skip percy] fix(deps): update all dependencies Oct 3, 2025
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Oct 10, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@ByronDWall ByronDWall merged commit 681eff5 into main Oct 10, 2025
9 checks passed
@ByronDWall ByronDWall deleted the renovate/all branch October 10, 2025 19:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🤖 Type: Dependencies Dependency updates or something similar

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant