Skip to content

fix(deps): update npm patch dependencies (patch) - #124

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/patch-npm-patch-dependencies
Open

fix(deps): update npm patch dependencies (patch)#124
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/patch-npm-patch-dependencies

Conversation

@renovate

@renovate renovate Bot commented Feb 11, 2025

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@mdx-js/rollup (source) 3.1.03.1.1 age confidence
@radix-ui/react-accordion (source) 1.2.31.2.20 age confidence
@radix-ui/react-checkbox (source) 1.1.41.1.5 age confidence
@radix-ui/react-dialog (source) 1.1.61.1.23 age confidence
@radix-ui/react-dropdown-menu (source) 2.1.62.1.24 age confidence
@radix-ui/react-label (source) 2.1.22.1.15 age confidence
@radix-ui/react-separator (source) 1.1.21.1.15 age confidence
@radix-ui/react-slider (source) 1.2.31.2.4 age confidence
@radix-ui/react-slot (source) 1.2.01.2.5 age confidence
@radix-ui/react-tabs (source) 1.1.31.1.21 age confidence
@radix-ui/react-toggle (source) 1.1.21.1.18 age confidence
@radix-ui/react-toggle-group (source) 1.1.21.1.19 age confidence
@react-email/components (source) ^0.0.32^0.0.42 age confidence
@react-router/dev (source) 7.5.07.5.3 age confidence
@react-router/express (source) 7.5.07.5.3 age confidence
@react-router/node (source) 7.5.07.5.3 age confidence
@tailwindcss/typography 0.5.160.5.20 age confidence
@types/better-sqlite3 (source) 7.6.127.6.13 age confidence
@types/express (source) 5.0.05.0.6 age confidence
@types/morgan (source) 1.9.91.9.10 age confidence
@types/node (source) 22.14.022.14.1 age confidence
@types/qrcode (source) 1.5.51.5.6 age confidence
@types/react (source) 19.1.119.1.17 age confidence
@types/react-dom (source) 19.1.219.1.11 age confidence
autoprefixer 10.4.2010.4.27 age confidence
bcryptjs 3.0.03.0.3 age confidence
compression 1.8.01.8.1 age confidence
drizzle-kit (source) 1.0.0-beta.2-3a98f3a1.0.0-rc.5-ab785fc age confidence
drizzle-orm (source) 1.0.0-beta.2-3a98f3a1.0.0-rc.5-ab785fc age confidence
eslint-config-prettier 10.1.210.1.8 age confidence
eslint-import-resolver-typescript 3.10.03.10.1 age confidence
eslint-plugin-prettier 5.2.35.2.6 age confidence
eslint-plugin-react 7.37.47.37.5 age confidence
express-rate-limit 7.5.07.5.1 age confidence
fs-extra 11.3.011.3.6 age confidence
isbot (source) 5.1.225.1.44 age confidence
knip (source) 5.50.25.50.5 age confidence
morgan 1.10.01.10.1 age confidence
msw (source) 2.7.02.7.6 age confidence
postcss (source) 8.5.28.5.26 age confidence
prettier-plugin-tailwindcss 0.6.110.6.14 age confidence
react (source) 19.1.019.1.9 age confidence
react-dom (source) 19.1.019.1.9 age confidence
react-router (source) 7.5.07.5.3 age confidence
recharts 2.15.12.15.4 age confidence
rehype-pretty-code (source) 0.14.00.14.5 age confidence
set-cookie-parser 2.7.12.7.2 age confidence
sharp (source, changelog) 0.34.10.34.5 age confidence
tailwindcss (source) 3.4.173.4.19 age confidence
tsx (source) 4.19.24.19.4 age confidence
vite (source) 6.2.66.2.7 age confidence
zod (source) 3.24.23.24.4 age confidence

Release Notes

mdx-js/mdx (@​mdx-js/rollup)

v3.1.1

Compare Source

Fix
Types
  • 933ab44 @mdx-js/mdx: add attributes to export/import declarations
Docs

Full Changelog: mdx-js/mdx@3.1.0...3.1.1

radix-ui/primitives (@​radix-ui/react-accordion)

v1.2.20

  • Reverted breaking changes that caused compatibility issues with React Server Components.
  • Updated dependencies: @radix-ui/react-collapsible@1.1.20, @radix-ui/react-collection@1.1.15, @radix-ui/react-compose-refs@1.1.5, @radix-ui/react-context@1.2.2, @radix-ui/react-direction@1.1.4, @radix-ui/react-id@1.1.4, @radix-ui/react-primitive@2.1.10, @radix-ui/react-use-controllable-state@1.2.6

v1.2.19

  • Updated dependencies: @radix-ui/react-collection@1.1.14, @radix-ui/react-primitive@2.1.9, @radix-ui/react-collapsible@1.1.19

v1.2.18

  • Republish through CI to attach provenance attestations. The previous versions of these packages were published manually outside of CI and therefore shipped without provenance; this patch re-releases the same code through the CI pipeline so every package includes an attestation.
  • Updated dependencies: @radix-ui/primitive@1.1.7, @radix-ui/react-collapsible@1.1.18, @radix-ui/react-collection@1.1.13, @radix-ui/react-compose-refs@1.1.4, @radix-ui/react-context@1.2.1, @radix-ui/react-direction@1.1.3, @radix-ui/react-id@1.1.3, @radix-ui/react-primitive@2.1.8, @radix-ui/react-use-controllable-state@1.2.5

v1.2.17

  • Improved tree-shaking so bundlers can drop unused components. Component parts are now marked /* @__PURE__ */ and use named render functions instead of Component.displayName = ... assignments, which previously prevented dead-code elimination with some bundlers.
  • Updated dependencies: @radix-ui/react-collapsible@1.1.17, @radix-ui/react-use-controllable-state@1.2.4, @radix-ui/primitive@1.1.6, @radix-ui/react-collection@1.1.12, @radix-ui/react-compose-refs@1.1.3, @radix-ui/react-context@1.2.0, @radix-ui/react-direction@1.1.2, @radix-ui/react-id@1.1.2, @radix-ui/react-primitive@2.1.7

v1.2.16

  • Updated dependencies: @radix-ui/primitive@1.1.5, @radix-ui/react-context@1.2.0, @radix-ui/react-collapsible@1.1.16, @radix-ui/react-collection@1.1.12

v1.2.15

  • Updated dependencies: @radix-ui/react-primitive@2.1.7, @radix-ui/react-collapsible@1.1.15, @radix-ui/react-collection@1.1.11

v1.2.14

  • Fixed Duplicate index signature errors that surfaced when consuming multiple packages together.
  • Updated dependencies: @radix-ui/react-primitive@2.1.6, @radix-ui/react-collection@1.1.10, @radix-ui/react-collapsible@1.1.14

v1.2.13

  • Added repository.directory to all package.json files
  • Updated dependencies: @radix-ui/react-collapsible@1.1.13, @radix-ui/react-collection@1.1.9, @radix-ui/react-direction@1.1.2, @radix-ui/primitive@1.1.4, @radix-ui/react-compose-refs@1.1.3, @radix-ui/react-context@1.1.4, @radix-ui/react-id@1.1.2, @radix-ui/react-primitive@2.1.5, @radix-ui/react-use-controllable-state@1.2.3

v1.2.12

  • Updated dependencies: @radix-ui/primitive@1.1.3, @radix-ui/react-context@1.1.3, @radix-ui/react-collapsible@1.1.12, @radix-ui/react-collection@1.1.8, @radix-ui/react-primitive@2.1.4

v1.2.11

  • Replace deprecated 'ElementRef' with 'ComponentRef' (#​3426)
  • Updated dependencies: @radix-ui/react-collapsible@1.1.11, @radix-ui/react-collection@1.1.7, @radix-ui/react-primitive@2.1.3

v1.2.10

  • Updated dependencies: @radix-ui/react-collection@1.1.6, @radix-ui/react-primitive@2.1.2, @radix-ui/react-collapsible@1.1.10

v1.2.9

  • Updated dependencies: @radix-ui/react-collection@1.1.5, @radix-ui/react-primitive@2.1.1, @radix-ui/react-collapsible@1.1.9

v1.2.8

  • Updated dependencies: @radix-ui/react-collapsible@1.1.8

v1.2.7

  • Updated dependencies: @radix-ui/react-use-controllable-state@1.2.2, @radix-ui/react-collapsible@1.1.7

v1.2.6

  • Updated dependencies: @radix-ui/react-use-controllable-state@1.2.1, @radix-ui/react-collapsible@1.1.6

v1.2.5

  • Minor improvements to useControllableState to enhance performance, reduce surface area for bugs, and log warnings when misused (#​3455)
  • Updated dependencies: @radix-ui/react-collection@1.1.4, @radix-ui/react-use-controllable-state@1.2.0, @radix-ui/react-collapsible@1.1.5, @radix-ui/react-primitive@2.1.0

v1.2.4

Compare Source

radix-ui/primitives (@​radix-ui/react-checkbox)

v1.1.5

Compare Source

radix-ui/primitives (@​radix-ui/react-dialog)

v1.1.23

  • Reverted breaking changes that caused compatibility issues with React Server Components.
  • Updated dependencies: @radix-ui/react-compose-refs@1.1.5, @radix-ui/react-context@1.2.2, @radix-ui/react-dismissable-layer@1.1.19, @radix-ui/react-focus-guards@1.1.6, @radix-ui/react-focus-scope@1.1.16, @radix-ui/react-id@1.1.4, @radix-ui/react-portal@1.1.17, @radix-ui/react-presence@1.1.10, @radix-ui/react-primitive@2.1.10, @radix-ui/react-slot@1.3.3, @radix-ui/react-use-controllable-state@1.2.6, @radix-ui/react-use-layout-effect@1.1.4

v1.1.22

  • Updated dependencies: @radix-ui/react-slot@1.3.2, @radix-ui/react-primitive@2.1.9, @radix-ui/react-dismissable-layer@1.1.18, @radix-ui/react-focus-scope@1.1.15, @radix-ui/react-portal@1.1.16

v1.1.21

  • Republish through CI to attach provenance attestations. The previous versions of these packages were published manually outside of CI and therefore shipped without provenance; this patch re-releases the same code through the CI pipeline so every package includes an attestation.
  • Updated dependencies: @radix-ui/primitive@1.1.7, @radix-ui/react-compose-refs@1.1.4, @radix-ui/react-context@1.2.1, @radix-ui/react-dismissable-layer@1.1.17, @radix-ui/react-focus-guards@1.1.5, @radix-ui/react-focus-scope@1.1.14, @radix-ui/react-id@1.1.3, @radix-ui/react-portal@1.1.15, @radix-ui/react-presence@1.1.9, @radix-ui/react-primitive@2.1.8, @radix-ui/react-slot@1.3.1, @radix-ui/react-use-controllable-state@1.2.5, @radix-ui/react-use-layout-effect@1.1.3

v1.1.20

  • Fixed broken ARIA references in Dialogs where a title or description elements are not rendered.
  • Improved tree-shaking so bundlers can drop unused components. Component parts are now marked /* @__PURE__ */ and use named render functions instead of Component.displayName = ... assignments, which previously prevented dead-code elimination with some bundlers.
  • Updated dependencies: @radix-ui/react-dismissable-layer@1.1.16, @radix-ui/react-focus-scope@1.1.13, @radix-ui/react-portal@1.1.14, @radix-ui/react-presence@1.1.8, @radix-ui/react-use-controllable-state@1.2.4, @radix-ui/primitive@1.1.6, @radix-ui/react-compose-refs@1.1.3, @radix-ui/react-context@1.2.0, @radix-ui/react-focus-guards@1.1.4, @radix-ui/react-id@1.1.2, @radix-ui/react-primitive@2.1.7, @radix-ui/react-slot@1.3.0, @radix-ui/react-use-layout-effect@1.1.2

v1.1.19

  • Updated dependencies: @radix-ui/react-dismissable-layer@1.1.15, @radix-ui/primitive@1.1.5, @radix-ui/react-context@1.2.0, @radix-ui/react-focus-scope@1.1.12, @radix-ui/react-presence@1.1.7

v1.1.18

  • Updated dependencies: @radix-ui/react-primitive@2.1.7, @radix-ui/react-dismissable-layer@1.1.14, @radix-ui/react-focus-scope@1.1.11, @radix-ui/react-portal@1.1.13

v1.1.17

  • Removed dev-only warnings for dialogs when title and/or description is not rendered.
  • Fixed Dismissable Layer so outside interactions stopped by extension UI overlays do not dismiss dialogs or popovers.
  • Updated dependencies: @radix-ui/react-slot@1.3.0, @radix-ui/react-dismissable-layer@1.1.13, @radix-ui/react-primitive@2.1.6, @radix-ui/react-focus-scope@1.1.10, @radix-ui/react-portal@1.1.12

v1.1.16

  • Fixed disabled pointer events in closed dialogs
  • Fixed a bug where iOS text selection and editing on HTML inputs within react-dialog were broken
  • Fixed triggers referencing a non-existent element via aria-controls when their content is removed from the DOM (credit to @​dodomorandi for the original PR)
  • Added repository.directory to all package.json files
  • Updated dependencies: @radix-ui/react-presence@1.1.6, @radix-ui/react-slot@1.2.5, @radix-ui/react-focus-guards@1.1.4, @radix-ui/react-dismissable-layer@1.1.12, @radix-ui/primitive@1.1.4, @radix-ui/react-compose-refs@1.1.3, @radix-ui/react-context@1.1.4, @radix-ui/react-focus-scope@1.1.9, @radix-ui/react-id@1.1.2, @radix-ui/react-portal@1.1.11, @radix-ui/react-primitive@2.1.5, @radix-ui/react-use-controllable-state@1.2.3

v1.1.15

  • Updated dependencies: @radix-ui/react-presence@1.1.5, @radix-ui/react-slot@1.2.4, @radix-ui/react-focus-guards@1.1.3, @radix-ui/primitive@1.1.3, @radix-ui/react-context@1.1.3, @radix-ui/react-primitive@2.1.4, @radix-ui/react-dismissable-layer@1.1.11, @radix-ui/react-focus-scope@1.1.8, @radix-ui/react-portal@1.1.10

v1.1.14

  • Replace deprecated 'ElementRef' with 'ComponentRef' (#​3426)
  • Updated dependencies: @radix-ui/react-dismissable-layer@1.1.10, @radix-ui/react-focus-scope@1.1.7, @radix-ui/react-portal@1.1.9, @radix-ui/react-slot@1.2.3, @radix-ui/react-primitive@2.1.3

v1.1.13

  • Updated dependencies: @radix-ui/react-slot@1.2.2, @radix-ui/react-primitive@2.1.2, @radix-ui/react-dismissable-layer@1.1.9, @radix-ui/react-focus-scope@1.1.6, @radix-ui/react-portal@1.1.8

v1.1.12

  • Updated dependencies: @radix-ui/react-slot@1.2.1, @radix-ui/react-primitive@2.1.1, @radix-ui/react-dismissable-layer@1.1.8, @radix-ui/react-focus-scope@1.1.5, @radix-ui/react-portal@1.1.7

v1.1.11

  • Updated dependencies: @radix-ui/react-presence@1.1.4

v1.1.10

  • Updated dependencies: @radix-ui/react-use-controllable-state@1.2.2

v1.1.9

  • Updated dependencies: @radix-ui/react-use-controllable-state@1.2.1

v1.1.8

  • Minor improvements to useControllableState to enhance performance, reduce surface area for bugs, and log warnings when misused (#​3455)
  • Updated dependencies: @radix-ui/react-use-controllable-state@1.2.0, @radix-ui/react-primitive@2.1.0, @radix-ui/react-dismissable-layer@1.1.7, @radix-ui/react-focus-scope@1.1.4, @radix-ui/react-portal@1.1.6

v1.1.7

Compare Source

radix-ui/primitives (@​radix-ui/react-dropdown-menu)

v2.1.24

  • Reverted breaking changes that caused compatibility issues with React Server Components.
  • Updated dependencies: @radix-ui/react-compose-refs@1.1.5, @radix-ui/react-context@1.2.2, @radix-ui/react-id@1.1.4, @radix-ui/react-menu@2.1.24, @radix-ui/react-primitive@2.1.10, @radix-ui/react-use-controllable-state@1.2.6

v2.1.23

  • Updated dependencies: @radix-ui/react-menu@2.1.23, @radix-ui/react-primitive@2.1.9

v2.1.22

  • Republish through CI to attach provenance attestations. The previous versions of these packages were published manually outside of CI and therefore shipped without provenance; this patch re-releases the same code through the CI pipeline so every package includes an attestation.
  • Updated dependencies: @radix-ui/primitive@1.1.7, @radix-ui/react-compose-refs@1.1.4, @radix-ui/react-context@1.2.1, @radix-ui/react-id@1.1.3, @radix-ui/react-menu@2.1.22, @radix-ui/react-primitive@2.1.8, @radix-ui/react-use-controllable-state@1.2.5

v2.1.21

  • Improved tree-shaking so bundlers can drop unused components. Component parts are now marked /* @__PURE__ */ and use named render functions instead of Component.displayName = ... assignments, which previously prevented dead-code elimination with some bundlers.
  • Updated dependencies: @radix-ui/react-menu@2.1.21, @radix-ui/react-use-controllable-state@1.2.4, @radix-ui/primitive@1.1.6, @radix-ui/react-compose-refs@1.1.3, @radix-ui/react-context@1.2.0, @radix-ui/react-id@1.1.2, @radix-ui/react-primitive@2.1.7

v2.1.20

  • Fixed menu items, tab triggers, toolbar links, and select items intercepting Space/Enter keys that originate from focusable descendants.
  • Updated dependencies: @radix-ui/primitive@1.1.5, @radix-ui/react-context@1.2.0, @radix-ui/react-menu@2.1.20

v2.1.19

  • Fixed infinite re-render loop in React 19 caused by unstable composed ref callback references.
Other updates
  • Updated dependencies: @radix-ui/react-primitive@2.1.7, @radix-ui/react-menu@2.1.19

v2.1.18

  • Fixed a bug where menus and submenus remained open after a window loses focus.
  • Updated dependencies: @radix-ui/react-menu@2.1.18, @radix-ui/react-primitive@2.1.6

v2.1.17

  • Added repository.directory to all package.json files
  • Updated dependencies: @radix-ui/react-menu@2.1.17, @radix-ui/primitive@1.1.4, @radix-ui/react-compose-refs@1.1.3, @radix-ui/react-context@1.1.4, @radix-ui/react-id@1.1.2, @radix-ui/react-primitive@2.1.5, @radix-ui/react-use-controllable-state@1.2.3

v2.1.16

  • Updated dependencies: @radix-ui/primitive@1.1.3, @radix-ui/react-context@1.1.3, @radix-ui/react-menu@2.1.16, @radix-ui/react-primitive@2.1.4

v2.1.15

  • Replace deprecated 'ElementRef' with 'ComponentRef' (#​3426)
  • Updated dependencies: @radix-ui/react-menu@2.1.15, @radix-ui/react-primitive@2.1.3

v2.1.14

  • Updated dependencies: @radix-ui/react-menu@2.1.14, @radix-ui/react-primitive@2.1.2

v2.1.13

  • Updated dependencies: @radix-ui/react-menu@2.1.13, @radix-ui/react-primitive@2.1.1

v2.1.12

  • Updated dependencies: @radix-ui/react-menu@2.1.12

v2.1.11

  • Updated dependencies: @radix-ui/react-menu@2.1.11

v2.1.10

  • Updated dependencies: @radix-ui/react-use-controllable-state@1.2.2, @radix-ui/react-menu@2.1.10

v2.1.9

  • Updated dependencies: @radix-ui/react-use-controllable-state@1.2.1, @radix-ui/react-menu@2.1.9

v2.1.8

  • Minor improvements to useControllableState to enhance performance, reduce surface area for bugs, and log warnings when misused (#​3455)
  • Updated dependencies: @radix-ui/react-use-controllable-state@1.2.0, @radix-ui/react-primitive@2.1.0, @radix-ui/react-menu@2.1.8

v2.1.7

Compare Source

radix-ui/primitives (@​radix-ui/react-label)

v2.1.15

  • Reverted breaking changes that caused compatibility issues with React Server Components.
  • Updated dependencies: @radix-ui/react-primitive@2.1.10

v2.1.14

  • Updated dependencies: @radix-ui/react-primitive@2.1.9

v2.1.13

  • Republish through CI to attach provenance attestations. The previous versions of these packages were published manually outside of CI and therefore shipped without provenance; this patch re-releases the same code through the CI pipeline so every package includes an attestation.
  • Updated dependencies: @radix-ui/react-primitive@2.1.8

v2.1.12

  • Improved tree-shaking so bundlers can drop unused components. Component parts are now marked /* @__PURE__ */ and use named render functions instead of Component.displayName = ... assignments, which previously prevented dead-code elimination with some bundlers.
  • Updated dependencies: @radix-ui/react-primitive@2.1.7

v2.1.11

  • Updated dependencies: @radix-ui/react-primitive@2.1.7

v2.1.10

  • Updated dependencies: @radix-ui/react-primitive@2.1.6

v2.1.9

  • Added repository.directory to all package.json files
  • Updated dependencies: @radix-ui/react-primitive@2.1.5

v2.1.8

  • Updated dependencies: @radix-ui/react-primitive@2.1.4

v2.1.7

  • Replace deprecated 'ElementRef' with 'ComponentRef' (#​3426)
  • Updated dependencies: @radix-ui/react-primitive@2.1.3

v2.1.6

  • Updated dependencies: @radix-ui/react-primitive@2.1.2

v2.1.5

  • Updated dependencies: @radix-ui/react-primitive@2.1.1

v2.1.4

  • Updated dependencies: @radix-ui/react-primitive@2.1.0

v2.1.3

Compare Source

radix-ui/primitives (@​radix-ui/react-separator)

v1.1.15

  • Reverted breaking changes that caused compatibility issues with React Server Components.
  • Updated dependencies: @radix-ui/react-primitive@2.1.10

v1.1.14

  • Updated dependencies: @radix-ui/react-primitive@2.1.9

v1.1.13

  • Republish through CI to attach provenance attestations. The previous versions of these packages were published manually outside of CI and therefore shipped without provenance; this patch re-releases the same code through the CI pipeline so every package includes an attestation.
  • Updated dependencies: @radix-ui/react-primitive@2.1.8

v1.1.12

  • Improved tree-shaking so bundlers can drop unused components. Component parts are now marked /* @__PURE__ */ and use named render functions instead of Component.displayName = ... assignments, which previously prevented dead-code elimination with some bundlers.
  • Updated dependencies: @radix-ui/react-primitive@2.1.7

v1.1.11

  • Updated dependencies: @radix-ui/react-primitive@2.1.7

v1.1.10

  • Updated dependencies: @radix-ui/react-primitive@2.1.6

v1.1.9

  • Added repository.directory to all package.json files
  • Updated dependencies: @radix-ui/react-primitive@2.1.5

v1.1.8

  • Updated dependencies: @radix-ui/react-primitive@2.1.4

v1.1.7

  • Replace deprecated 'ElementRef' with 'ComponentRef' (#​3426)
  • Updated dependencies: @radix-ui/react-primitive@2.1.3

v1.1.6

  • Updated dependencies: @radix-ui/react-primitive@2.1.2

v1.1.5

  • Updated dependencies: @radix-ui/react-primitive@2.1.1

v1.1.4

  • Updated dependencies: @radix-ui/react-primitive@2.1.0

v1.1.3

Compare Source

radix-ui/primitives (@​radix-ui/react-slider)

v1.2.4

Compare Source

radix-ui/primitives (@​radix-ui/react-slot)

v1.2.5

  • Fixed infinite re-render loop in React 19 caused by Slot creating a new ref callback on every render
  • Added support for nested Slottable via a render prop, so a slotted element can be wrapped while still merging Slot props and refs onto it
  • Added repository.directory to all package.json files
  • Improved error messages for invalid slot children
  • Updated dependencies: @radix-ui/react-compose-refs@1.1.3

v1.2.4

  • Fixed an issue with how slot components interact with lazy React components. In the case of a lazy component instance, the resulting promise must be consumed to render the desired component.

v1.2.3

  • Replace deprecated 'ElementRef' with 'ComponentRef' (#​3426)
  • Revert slot changes causing errors in server components

v1.2.2

  • Add use client to slot entry to prevent RSC errors

v1.2.1

  • Use stable composed refs in SlotClone (#​3477)
radix-ui/primitives (@​radix-ui/react-tabs)

v1.1.21

  • Reverted breaking changes that caused compatibility issues with React Server Components.
  • Updated dependencies: @radix-ui/react-context@1.2.2, @radix-ui/react-direction@1.1.4, @radix-ui/react-id@1.1.4, @radix-ui/react-presence@1.1.10, @radix-ui/react-primitive@2.1.10, @radix-ui/react-roving-focus@1.1.19, @radix-ui/react-use-controllable-state@1.2.6

v1.1.20

  • Updated dependencies: @radix-ui/react-primitive@2.1.9, @radix-ui/react-roving-focus@1.1.18

v1.1.19

  • Republish through CI to attach provenance attestations. The previous versions of these packages were published manually outside of CI and therefore shipped without provenance; this patch re-releases the same code through the CI pipeline so every package includes an attestation.
  • Updated dependencies: @radix-ui/primitive@1.1.7, @radix-ui/react-context@1.2.1, @radix-ui/react-direction@1.1.3, @radix-ui/react-id@1.1.3, @radix-ui/react-presence@1.1.9, @radix-ui/react-primitive@2.1.8, @radix-ui/react-roving-focus@1.1.17, @radix-ui/react-use-controllable-state@1.2.5

v1.1.18

  • Improved tree-shaking so bundlers can drop unused components. Component parts are now marked /* @__PURE__ */ and use named render functions instead of Component.displayName = ... assignments, which previously prevented dead-code elimination with some bundlers.
  • Updated dependencies: @radix-ui/react-presence@1.1.8, @radix-ui/react-roving-focus@1.1.16, @radix-ui/react-use-controllable-state@1.2.4, @radix-ui/primitive@1.1.6, @radix-ui/react-context@1.2.0, @radix-ui/react-direction@1.1.2, @radix-ui/react-id@1.1.2, @radix-ui/react-primitive@2.1.7

v1.1.17

  • Fixed menu items, tab triggers, tool

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

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 force-pushed the renovate/patch-npm-patch-dependencies branch 9 times, most recently from 2e82ff6 to cdcd4d7 Compare February 16, 2025 12:44
@renovate renovate Bot changed the title fix(deps): update npm patch dependencies (patch) fix(deps): update dependency @react-email/components to ^0.0.33 Feb 16, 2025
@renovate
renovate Bot force-pushed the renovate/patch-npm-patch-dependencies branch from cdcd4d7 to 291e630 Compare February 16, 2025 17:57
@renovate renovate Bot changed the title fix(deps): update dependency @react-email/components to ^0.0.33 fix(deps): update npm patch dependencies (patch) Feb 16, 2025
@renovate
renovate Bot force-pushed the renovate/patch-npm-patch-dependencies branch 14 times, most recently from 98368eb to 99a356f Compare February 23, 2025 10:55
@renovate
renovate Bot force-pushed the renovate/patch-npm-patch-dependencies branch 4 times, most recently from 0931a32 to 633a035 Compare February 26, 2025 15:44
@renovate
renovate Bot force-pushed the renovate/patch-npm-patch-dependencies branch 7 times, most recently from b7701ba to 04cb602 Compare March 19, 2025 19:46
@renovate
renovate Bot force-pushed the renovate/patch-npm-patch-dependencies branch 6 times, most recently from 95fb270 to 70b28d2 Compare March 27, 2025 11:50
@renovate
renovate Bot force-pushed the renovate/patch-npm-patch-dependencies branch 10 times, most recently from 5295e61 to 9107386 Compare April 4, 2025 22:45
@renovate
renovate Bot force-pushed the renovate/patch-npm-patch-dependencies branch 6 times, most recently from 91385b4 to 0b2ea4d Compare April 11, 2025 22:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants