Skip to content

Conversation

@renovate-coveo
Copy link
Contributor

@renovate-coveo renovate-coveo bot commented Oct 28, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/types (source) 7.28.4 -> 7.28.5 age adoption passing confidence
@coveo/atomic-react (source) 3.3.18 -> 3.3.21 age adoption passing confidence
@coveo/headless (source) 3.32.0 -> 3.34.2 age adoption passing confidence
@coveo/semantic-monorepo-tools 2.7.0 -> 2.7.1 age adoption passing confidence
@mantine/carousel (source) 8.3.5 -> 8.3.6 age adoption passing confidence
@mantine/code-highlight (source) 8.3.5 -> 8.3.6 age adoption passing confidence
@mantine/core (source) 8.3.5 -> 8.3.6 age adoption passing confidence
@mantine/dates (source) 8.3.5 -> 8.3.6 age adoption passing confidence
@mantine/form (source) 8.3.5 -> 8.3.6 age adoption passing confidence
@mantine/hooks (source) 8.3.5 -> 8.3.6 age adoption passing confidence
@mantine/modals (source) 8.3.5 -> 8.3.6 age adoption passing confidence
@mantine/notifications (source) 8.3.5 -> 8.3.6 age adoption passing confidence
@swc/core (source) 1.13.5 -> 1.15.0 age adoption passing confidence
@tanstack/react-query (source) 5.90.5 -> 5.90.6 age adoption passing confidence
@types/node (source) 24.9.2 -> 24.10.0 age adoption passing confidence
@typescript/vfs (source) 1.6.1 -> 1.6.2 age adoption passing confidence
@vitejs/plugin-react-swc (source) 4.1.0 -> 4.2.0 age adoption passing confidence
@vitest/eslint-plugin 1.3.23 -> 1.4.0 age adoption passing confidence
dayjs (source) 1.11.18 -> 1.11.19 age adoption passing confidence
eslint (source) 9.38.0 -> 9.39.1 age adoption passing confidence
globals 16.4.0 -> 16.5.0 age adoption passing confidence
lint-staged 16.2.5 -> 16.2.6 age adoption passing confidence
pnpm (source) 10.18.3+sha512.bbd16e6d7286fd7e01f6b3c0b3c932cda2965c06a908328f74663f10a9aea51f1129eea615134bf992831b009eabe167ecb7008b597f40ff9bc75946aadfb08d -> 10.20.0 age adoption passing confidence
react-hook-form (source) 7.65.0 -> 7.66.0 age adoption passing confidence
react-router-dom (source) 7.9.4 -> 7.9.5 age adoption passing confidence
rimraf 6.0.1 -> 6.1.0 age adoption passing confidence
shiki (source) 3.13.0 -> 3.14.0 age adoption passing confidence
simple-git (source) 3.28.0 -> 3.30.0 age adoption passing confidence
turbo (source) 2.5.8 -> 2.6.0 age adoption passing confidence
typescript (source) 5.7.3 -> 5.9.3 age adoption passing confidence
typescript-eslint (source) 8.46.2 -> 8.46.3 age adoption passing confidence
vite (source) 7.1.11 -> 7.1.12 age adoption passing confidence
vitest (source) 4.0.5 -> 4.0.7 age adoption passing confidence

Release Notes

babel/babel (@​babel/types)

v7.28.5

Compare Source

👓 Spec Compliance
🐛 Bug Fix
  • babel-plugin-proposal-destructuring-private
  • babel-parser
  • babel-plugin-proposal-discard-binding, babel-plugin-transform-destructuring
  • babel-helper-create-class-features-plugin, babel-helper-member-expression-to-functions, babel-plugin-transform-block-scoping, babel-plugin-transform-optional-chaining, babel-traverse, babel-types
  • babel-traverse
🏠 Internal
🏃‍♀️ Performance
coveo/ui-kit (@​coveo/atomic-react)

v3.3.21

Compare Source

v3.3.20

Compare Source

v3.3.19

Compare Source

coveo/ui-kit (@​coveo/headless)

v3.34.2

v3.34.1

v3.34.0

Compare Source

v3.33.0

Compare Source

coveo/semantic-monorepo-tools (@​coveo/semantic-monorepo-tools)

v2.7.1

Compare Source

mantinedev/mantine (@​mantine/carousel)

v8.3.6

Compare Source

What's Changed
  • [@mantine/charts] Add options to set curveType per series in LineChart and AreaChart components (#​8403)
  • [@mantine/charts] Heatmap: Fix dates range being affected by the user timezone (#​8371)
  • [@mantine/core] Chip: Allow disabling icon by setting icon={null} (#​8382)
  • [@mantine/core] List: Fix unexpected padding with listStyleType="none" (#​8393)
  • [@mantine/dates] TimePicker: Add option to change placeholders (#​8387)
  • [@mantine/core] Checkbox: Fix data-indeterminate not being set correctly (#​8385)
  • [@mantine/dates] TimePicker: Fix time being clamped incorrectly when only min or max defined
  • [@mantine/core] NumberInput: Fix zero value represented as string being transformed to empty string on blur
  • [@mantine/core] Chip: Fix incorrect size calculations for size="xs" (#​8367)
New Contributors

Full Changelog: mantinedev/mantine@8.3.5...8.3.6

swc-project/swc (@​swc/core)

v1.15.0

Compare Source

Bug Fixes
Features
Performance
Refactor
Testing

v1.14.0

Compare Source

Bug Fixes
Features
Miscellaneous Tasks
Performance
Refactor

v1.13.21

Compare Source

Bug Fixes
  • (bindings) Improve ARM64 and Alpine Linux (musl) binary loading and validation (#​11173) (f9be4d7)

  • (es/codegen) Encode non-ASCII chars in regex with ascii_only option (#​11155) (b6f4d1f)

  • (es/compat) Apply Array.prototype.slice to arguments in loose spread (#​11122) (66428a2)

  • (es/compat) Handle sparse arrays correctly in generator transforms (#​11131) (9cd4334)

  • (es/compat) Preserve AutoAccessor to prevent panic (#​11150) (101c3b7)

  • (es/decorators) Emit correct metadata for enum parameters (#​11154) (630484f)

  • (es/helpers) Fix SuppressedError argument order in explicit resource management (#​11172) (7693fb9)

  • (es/minifier) Fix inlining of hoisted functions (#​11159) (bd55d30)

  • (es/minifier) Fix inlining of hoisted functions in param (#​11161) (5a4088d)

  • (es/parser) Handle JSX attributes with keyword prefixes correctly (#​11136) (d3cd97f)

  • (es/parser) Support literal computed property names in enums (#​11163) (146c77c)

  • (es/react) Use correct span for @jsxFrag as null literal (#​11139) (9353763)

  • (es/transforms) Check errors::HANDLER.is_set() before failing (#​11130) (1c9ab27)

Features
  • (bindings) Introduce AST Viewer to improve debugging experience (#​10963) (fa3aacc)

  • (es/minifier) Add merge_imports optimization pass to reduce bundle size (#​11151) (a01dee1)

  • (es/parser) Add an error for empty type args for generic (#​11164) (9a1fa84)

Miscellaneous Tasks
  • (claude) Use Sonnet 4.5 instead of Opus (c79e1e5)

  • (deps) Update lru crate from 0.10.1 to 0.16.1 (#​11145) (e347c5b)

Refactor

v1.13.20

Compare Source

Bug Fixes
  • (es/minifier) Preserve __proto__ shorthand property behavior (#​11123) (63dbd1d)

  • (es/parser) Parse (void) correctly as arrow function return type (#​11125) (d3e5dd3)

Performance

v1.13.19

Compare Source

Bug Fixes
Features
Testing
TanStack/query (@​tanstack/react-query)

v5.90.6

Compare Source

Patch Changes
microsoft/TypeScript-Website (@​typescript/vfs)

v1.6.2

Compare Source

Patch Changes
vitejs/vite-plugin-react (@​vitejs/plugin-react-swc)

v4.2.0

Compare Source

Add @vitejs/plugin-react-swc/preamble virtual module for SSR HMR (#​890)

SSR applications can now initialize HMR runtime by importing @vitejs/plugin-react-swc/preamble at the top of their client entry instead of manually calling transformIndexHtml. This simplifies SSR setup for applications that don't use the transformIndexHtml API.

Use SWC when useAtYourOwnRisk_mutateSwcOptions is provided (#​951)

Previously, this plugin did not use SWC if plugins were not provided even if useAtYourOwnRisk_mutateSwcOptions was provided. This is now fixed.

vitest-dev/eslint-plugin-vitest (@​vitest/eslint-plugin)

v1.4.0

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.3.26

Compare Source

   🐞 Bug Fixes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - "after 9:00am and before 12:00pm on tuesday, wednesday, thursday" in timezone America/Montreal.

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

@github-actions
Copy link

@renovate-coveo renovate-coveo bot force-pushed the renovate/all-minor-patch branch from 46d619f to d24a5a4 Compare October 28, 2025 14:34
@renovate-coveo renovate-coveo bot changed the title chore(deps): update dependency @types/node to v22.18.12 chore(deps): update all non-major dependencies Oct 28, 2025
@renovate-coveo renovate-coveo bot force-pushed the renovate/all-minor-patch branch 14 times, most recently from 50c6965 to c2d3c8c Compare November 4, 2025 23:03
@renovate-coveo renovate-coveo bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from cd76d95 to 5487c55 Compare November 5, 2025 14:34
@renovate-coveo renovate-coveo bot force-pushed the renovate/all-minor-patch branch 21 times, most recently from 4585d97 to 068282e Compare November 11, 2025 19:04
@renovate-coveo renovate-coveo bot force-pushed the renovate/all-minor-patch branch from 068282e to ee3f418 Compare November 11, 2025 21:34
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