Skip to content

fix(deps): update all dependencies#3096

Merged
ByronDWall merged 2 commits into
mainfrom
renovate/all
Jun 4, 2025
Merged

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

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 12, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) 7.27.1 -> 7.27.4 age adoption passing confidence
@changesets/cli (source) 2.29.3 -> 2.29.4 age adoption passing confidence
@percy/cli (source) 1.30.10 -> 1.30.11 age adoption passing confidence
@types/lodash (source) 4.17.16 -> 4.17.17 age adoption passing confidence
@types/react-dom (source) 19.0.2 -> 19.1.6 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 8.32.0 -> 8.33.1 age adoption passing confidence
@typescript-eslint/parser (source) 8.32.0 -> 8.33.1 age adoption passing confidence
@vitejs/plugin-react (source) 4.4.1 -> 4.5.1 age adoption passing confidence
browserslist 4.24.5 -> 4.25.0 age adoption passing confidence
dompurify 3.2.5 -> 3.2.6 age adoption passing confidence
downshift (source) 9.0.8 -> 9.0.9 age adoption passing confidence
execa 9.5.3 -> 9.6.0 age adoption passing confidence
moment-timezone (source) 0.5.48 -> 0.6.0 age adoption passing confidence
moment-timezone (source) 0.5.x -> 0.6.x age adoption passing confidence
postcss (source) 8.5.3 -> 8.5.4 age adoption passing confidence
react (source) 19.0.0 -> 19.1.0 age adoption passing confidence
react-dom (source) 19.0.0 -> 19.1.0 age adoption passing confidence
react-is (source) 19.0.0 -> 19.1.0 age adoption passing confidence
shelljs 0.9.2 -> 0.10.0 age adoption passing confidence
stylelint (source) 16.19.1 -> 16.20.0 age adoption passing confidence
ts-jest (source) 29.3.2 -> 29.3.4 age adoption passing confidence

Warning

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


Release Notes

babel/babel (@​babel/core)

v7.27.4

Compare Source

👓 Spec Compliance
  • babel-parser, babel-plugin-proposal-explicit-resource-management
💅 Polish
🔬 Output optimization
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-destructuring, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-destructuring, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs3
  • babel-core, babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-destructuring, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime, babel-standalone

v7.27.3

Compare Source

🐛 Bug Fix
  • babel-generator
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3
  • babel-plugin-proposal-explicit-resource-management
  • babel-plugin-proposal-decorators, babel-types
  • babel-helper-module-transforms, babel-plugin-proposal-explicit-resource-management, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-umd
    • #​17257 Preserve class id when transforming using declarations with exported class (@​JLHwung)
  • babel-parser
  • babel-generator, babel-parser
changesets/changesets (@​changesets/cli)

v2.29.4

Compare Source

Patch Changes
percy/cli (@​percy/cli)

v1.30.11

Compare Source

What's Changed

✨ Enhancements
🐛 Bug Fixes

Full Changelog: percy/cli@1.30.10...v1.30.11

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

v8.33.1

Compare Source

🩹 Fixes
  • exclude docs/ directory from eslint-plugin package (#​11251)
❤️ Thank You
  • roottool

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

v8.33.0

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

Compare Source

🩹 Fixes
  • eslint-plugin: [consistent-indexed-object-style] check for indirect circular types in aliased mapped types (#​11177)
  • eslint-plugin: [consistent-indexed-object-style] adjust auto-fixer to generate valid syntax for TSMappedType with no type annotation (#​11180)
  • eslint-plugin: [no-deprecated] support computed member access (#​10867)
  • eslint-plugin: [no-unnecessary-type-conversion] shouldn't have fixable property (#​11194)
❤️ Thank You

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

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

v8.33.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.33.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.32.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.

vitejs/vite-plugin-react (@​vitejs/plugin-react)

v4.5.1

Compare Source

Add explicit semicolon in preambleCode #​485

This fixes an edge case when using HTML minifiers that strips line breaks aggressively.

v4.5.0

Compare Source

Add filter for rolldown-vite #​470

Added filter so that it is more performant when running this plugin with rolldown-powered version of Vite.

Skip HMR for JSX files with hooks #​480

This removes the HMR warning for hooks with JSX.

browserslist/browserslist (browserslist)

v4.25.0

Compare Source

  • Added cover 95% in browserslist-config-mycompany stats query support.
cure53/DOMPurify (dompurify)

v3.2.6: DOMPurify 3.2.6

Compare Source

downshift-js/downshift (downshift)

v9.0.9

Compare Source

Bug Fixes
sindresorhus/execa (execa)

v9.6.0

Compare Source


moment/moment-timezone (moment-timezone)

v0.6.0

Compare Source

  • Fixed and updated TypeScript definitions. #​1132
    • Updated types to more accurately match the code implementation.
    • Added definitions for pre-built files (e.g. moment-timezone-with-data.js).

This release is a potential breaking change for TypeScript projects only.
The types are now more accurate, but consumers might hit errors if they were relying on the more relaxed types.

No implementation code has changed in this release.

postcss/postcss (postcss)

v8.5.4

Compare Source

facebook/react (react)

v19.1.0

Compare Source

facebook/react (react-dom)

v19.1.0

Compare Source

facebook/react (react-is)

v19.1.0

Compare Source

Owner Stack

An Owner Stack is a string representing the components that are directly responsible for rendering a particular component. You can log Owner Stacks when debugging or use Owner Stacks to enhance error overlays or other development tools. Owner Stacks are only available in development builds. Component Stacks in production are unchanged.

  • An Owner Stack is a development-only stack trace that helps identify which components are responsible for rendering a particular component. An Owner Stack is distinct from a Component Stacks, which shows the hierarchy of components leading to an error.
  • The captureOwnerStack API is only available in development mode and returns a Owner Stack, if available. The API can be used to enhance error overlays or log component relationships when debugging. #​29923, #​32353, #​30306,
    #​32538, #​32529, #​32538
React
  • Enhanced support for Suspense boundaries to be used anywhere, including the client, server, and during hydration. #​32069, #​32163, #​32224, #​32252
  • Reduced unnecessary client rendering through improved hydration scheduling #​31751
  • Increased priority of client rendered Suspense boundaries #​31776
  • Fixed frozen fallback states by rendering unfinished Suspense boundaries on the client. #​31620
  • Reduced garbage collection pressure by improving Suspense boundary retries. #​31667
  • Fixed erroneous “Waiting for Paint” log when the passive effect phase was not delayed #​31526
  • Fixed a regression causing key warnings for flattened positional children in development mode. #​32117
  • Updated useId to use valid CSS selectors, changing format from :r123: to «r123». #​32001
  • Added a dev-only warning for null/undefined created in useEffect, useInsertionEffect, and useLayoutEffect. #​32355
  • Fixed a bug where dev-only methods were exported in production builds. React.act is no longer available in production builds. #​32200
  • Improved consistency across prod and dev to improve compatibility with Google Closure Complier and bindings #​31808
  • Improve passive effect scheduling for consistent task yielding. #​31785
  • Fixed asserts in React Native when passChildrenWhenCloningPersistedNodes is enabled for OffscreenComponent rendering. #​32528
  • Fixed component name resolution for Portal #​32640
  • Added support for beforetoggle and toggle events on the dialog element. #​32479 #​32479
React DOM
  • Fixed double warning when the href attribute is an empty string #​31783
  • Fixed an edge case where getHoistableRoot() didn’t work properly when the container was a Document #​32321
  • Removed support for using HTML comments (e.g. <!-- -->) as a DOM container. #​32250
  • Added support for <script> and <template> tags to be nested within <select> tags. #​31837
  • Fixed responsive images to be preloaded as HTML instead of headers #​32445
use-sync-external-store
  • Added exports field to package.json for use-sync-external-store to support various entrypoints. #​25231
React Server Components
  • Added unstable_prerender, a new experimental API for prerendering React Server Components on the server #​31724
  • Fixed an issue where streams would hang when receiving new chunks after a global error #​31840, #​31851
  • Fixed an issue where pending chunks were counted twice. #​31833
  • Added support for streaming in edge environments #​31852
  • Added support for sending custom error names from a server so that they are available in the client for console replaying. #​32116
  • Updated the server component wire format to remove IDs for hints and console.log because they have no return value #​31671
  • Exposed registerServerReference in client builds to handle server references in different environments. #​32534
  • Added react-server-dom-parcel package which integrates Server Components with the Parcel bundler #​31725, #​32132, #​31799, #​32294, #​31741
shelljs/shelljs (shelljs)

v0.10.0

Compare Source

What's Changed

New Contributors

Full Changelog: shelljs/shelljs@v0.9.2...v0.10.0

stylelint/stylelint (stylelint)

v16.20.0

Compare Source

It fixes 2 bugs with the built-in rules.

kulshekhar/ts-jest (ts-jest)

v29.3.4

Compare Source

Bug Fixes
  • fix: fix TsJestTransformerOptions type (3b11e29), closes #​4247
  • fix(cli): fix wrong path for preset creator fns (249eb2c)
  • fix(config): disable rewriteRelativeImportExtensions always (9b1f472), closes #​4855

v29.3.3

Compare Source

Bug Fixes

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: Whenever PR is behind base branch, 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 May 12, 2025
@renovate renovate Bot requested a review from a team as a code owner May 12, 2025 03:48
@vercel
Copy link
Copy Markdown

vercel Bot commented May 12, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
ui-kit ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 4, 2025 8:03pm

@renovate renovate Bot requested review from ByronDWall, ddouglasz, jaikamat, misama-ct, stephsprinkle, tylermorrisford and valoriecarli and removed request for a team May 12, 2025 03:48
@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented May 12, 2025

🦋 Changeset detected

Latest commit: b0f3624

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

This PR includes changesets to release 100 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/calendar-time-utils 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-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/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 force-pushed the renovate/all branch from 3c02a5e to 75e9dd3 Compare May 12, 2025 21:10
@renovate renovate Bot changed the title fix(deps): update dependency shelljs to v0.10.0 fix(deps): update all dependencies May 12, 2025
@renovate renovate Bot force-pushed the renovate/all branch from 75e9dd3 to e87ae1e Compare May 14, 2025 16:16
@renovate renovate Bot force-pushed the renovate/all branch from e87ae1e to 1c461ec Compare May 15, 2025 10:18
@renovate renovate Bot force-pushed the renovate/all branch from 1c461ec to 296ddf2 Compare May 15, 2025 11:39
@renovate renovate Bot force-pushed the renovate/all branch from 296ddf2 to dded371 Compare May 15, 2025 13:14
@renovate renovate Bot force-pushed the renovate/all branch from dded371 to 6dbd726 Compare May 15, 2025 15:29
@renovate renovate Bot force-pushed the renovate/all branch from 6dbd726 to 318eaaa Compare May 15, 2025 19:17
@renovate renovate Bot force-pushed the renovate/all branch from 318eaaa to a5cf344 Compare May 15, 2025 20:34
@renovate renovate Bot force-pushed the renovate/all branch from b140f2f to d5204e4 Compare May 20, 2025 16:57
@renovate renovate Bot force-pushed the renovate/all branch from d5204e4 to 0c60230 Compare May 20, 2025 23:43
@renovate renovate Bot force-pushed the renovate/all branch from 0c60230 to ed23dc5 Compare May 21, 2025 16:53
@renovate renovate Bot force-pushed the renovate/all branch from ed23dc5 to 1d37752 Compare May 23, 2025 03:32
@renovate renovate Bot force-pushed the renovate/all branch from 1d37752 to 74e8270 Compare May 25, 2025 07:16
@renovate renovate Bot force-pushed the renovate/all branch from 74e8270 to 57fa382 Compare May 26, 2025 14:48
@renovate renovate Bot force-pushed the renovate/all branch from 57fa382 to 881b559 Compare May 26, 2025 23:28
@renovate renovate Bot force-pushed the renovate/all branch from 881b559 to 815e26e Compare May 27, 2025 08:05
@renovate renovate Bot force-pushed the renovate/all branch from 815e26e to 64f25bb Compare May 27, 2025 14:57
@renovate renovate Bot force-pushed the renovate/all branch from 64f25bb to 8e70946 Compare May 27, 2025 15:25
@renovate renovate Bot force-pushed the renovate/all branch from 8e70946 to 43729dd Compare May 27, 2025 15:37
@renovate renovate Bot force-pushed the renovate/all branch from 43729dd to 47b96a7 Compare May 27, 2025 15:47
@renovate renovate Bot force-pushed the renovate/all branch from 47b96a7 to 52b71bf Compare May 27, 2025 20:59
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