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 all non-major dependencies #4007

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate-coveo[bot]
Copy link
Contributor

@renovate-coveo renovate-coveo bot commented Jan 27, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/types (source) 7.26.5 -> 7.26.7 age adoption passing confidence
@commitlint/cli (source) 19.6.1 -> 19.7.1 age adoption passing confidence
@commitlint/config-conventional (source) 19.6.0 -> 19.7.1 age adoption passing confidence
@coveo/atomic-react (source) 3.2.14 -> 3.2.17 age adoption passing confidence
@coveo/headless (source) 3.13.2 -> 3.15.0 age adoption passing confidence
@mantine/carousel (source) 7.16.1 -> 7.16.2 age adoption passing confidence
@mantine/code-highlight (source) 7.16.1 -> 7.16.2 age adoption passing confidence
@mantine/core (source) 7.16.1 -> 7.16.2 age adoption passing confidence
@mantine/dates (source) 7.16.1 -> 7.16.2 age adoption passing confidence
@mantine/form (source) 7.16.1 -> 7.16.2 age adoption passing confidence
@mantine/hooks (source) 7.16.1 -> 7.16.2 age adoption passing confidence
@mantine/modals (source) 7.16.1 -> 7.16.2 age adoption passing confidence
@mantine/notifications (source) 7.16.1 -> 7.16.2 age adoption passing confidence
@stencil/core (source) 4.24.0 -> 4.25.3 age adoption passing confidence
@swc/core (source) 1.10.8 -> 1.10.14 age adoption passing confidence
@tabler/icons-react (source) 3.28.1 -> 3.29.0 age adoption passing confidence
@tanstack/react-query (source) 5.64.2 -> 5.66.0 age adoption passing confidence
@testing-library/user-event 14.6.0 -> 14.6.1 age adoption passing confidence
@types/lodash (source) 4.17.14 -> 4.17.15 age adoption passing confidence
@types/node (source) 22.10.7 -> 22.13.1 age adoption passing confidence
@typescript/twoslash (source) 3.2.8 -> 3.2.9 age adoption passing confidence
@typescript/vfs (source) 1.6.0 -> 1.6.1 age adoption passing confidence
eslint (source) 9.18.0 -> 9.19.0 age adoption passing confidence
eslint-plugin-jsdoc 50.6.2 -> 50.6.3 age adoption passing confidence
lint-staged 15.4.1 -> 15.4.3 age adoption passing confidence
pnpm (source) 9.15.4 -> 9.15.5 age adoption passing confidence
publint (source) 0.3.2 -> 0.3.3 age adoption passing confidence
react-router-dom (source) 7.1.3 -> 7.1.5 age adoption passing confidence
stylelint (source) 16.13.2 -> 16.14.1 age adoption passing confidence
turbo (source) 2.3.3 -> 2.4.0 age adoption passing confidence
typescript-eslint (source) 8.20.0 -> 8.23.0 age adoption passing confidence
vite (source) 6.0.9 -> 6.1.0 age adoption passing confidence

Release Notes

babel/babel (@​babel/types)

v7.26.7

Compare Source

🐛 Bug Fix
conventional-changelog/commitlint (@​commitlint/cli)

v19.7.1

Compare Source

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

conventional-changelog/commitlint (@​commitlint/config-conventional)

v19.7.1

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

coveo/ui-kit (@​coveo/atomic-react)

v3.2.17

Compare Source

v3.2.16

Compare Source

v3.2.15

Compare Source

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

v3.15.0

Compare Source

v3.14.0

Compare Source

v3.13.3

Compare Source

mantinedev/mantine (@​mantine/carousel)

v7.16.2

Compare Source

What's Changed
  • [@mantine/core] Tooltip: Migrate from deprecated useDelayGroupContext hook to useDelayGroup
  • [@mantine/core] Tabs: Fix tabIndex={0} set on Tabs.Tab being ignored (#​7407)
  • [@mantine/core] Fix chevron icon not being clickable in Select and MultiSelect components (#​7395)
  • [@mantine/dates] MonthPicker: Fix infinite useEffect with use-form in some cases (#​7389)
  • [@mantine/hooks] use-hotkeys: Add better support for non-QUERTY keyboards (#​7390)
  • [@mantine/dates] DateTimePicker: Fix timezone conversion being applied twice (#​7400)
  • [@mantine/hooks] Fix potential dangerous access of ref value in useEffect cleanup (#​7404)
New Contributors

Full Changelog: mantinedev/mantine@7.16.1...7.16.2

ionic-team/stencil (@​stencil/core)

v4.25.3

Compare Source

Bug Fixes
  • runtime: don't include loadModule logic in hydrate runtime (#​6145) (948b63a)
Reverts

v4.25.2

Compare Source

Bug Fixes

v4.25.1

Compare Source

Bug Fixes
Thanks

🎉# Thanks for @​johnjenkins for their contributions! 🎉

v4.25.0

Compare Source

Bug Fixes
Features
  • mock-doc: assignednodes and assignedElements (#​6108) (777aafd)
  • runtime: Add element to component error handler. Enables error boundaries (#​2979) (5605d48)
Reverts
swc-project/swc (@​swc/core)

v1.10.14

Compare Source

Bug Fixes
Features
Performance

v1.10.12

Compare Source

Bug Fixes
  • (es/parser) Remove wrong check about const without init (#​9970) (1b57261)
Performance
  • (es/minifier) Make analyzer not call collect_infects_from recursively (#​9924) (37616c3)

  • (es/minifier) Skip complex inline operations if possible (#​9972) (772cc30)

  • (es/minifier) Merge binding analyzer into infection analyzer (#​9973) (ca8a71f)

v1.10.11

Compare Source

Bug Fixes
  • (es) Restore JSON config & Adjust feature renaming (#​9967) (72e5455)

  • (es/minifier) Avoid paren when compressing ternary (#​9920) (9d6fe37)

  • (es/parser) Parse yield<T> (v: T)=>v (#​9915) (04333aa)

  • (ts/fast-strip) More robust generic arrow handling (#​9913) (f7faa7c)

  • (typescript) Allow references to the global Symbol in computed property names under isolatedDeclarations (#​9869) (e4c1e03)

Features
Miscellaneous Tasks
Performance
Refactor

v1.10.9

Compare Source

Bug Fixes
Documentation
Features
Miscellaneous Tasks
  • (es/minifier) Print slow files from minify-all example (#​9899) (2d87b89)
Performance
tabler/tabler-icons (@​tabler/icons-react)

v3.29.0: Release 3.29.0

Compare Source

18 new icons:
  • filled/current-location
  • filled/exposure
  • filled/eye-table
  • filled/eyeglass-2
  • filled/face-mask
  • filled/fence
  • filled/fidget-spinner
  • filled/file-description
  • filled/file-digit
  • filled/file-horizontal
  • filled/file-invoice
  • filled/file-minus
  • filled/file-neutral
  • filled/file-power
  • filled/file-sad
  • filled/file-smile
  • filled/file-star
  • filled/file-text
TanStack/query (@​tanstack/react-query)

v5.66.0

Compare Source

Version 5.66.0 - 1/31/25, 9:05 AM

Changes

Feat

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.

@renovate-coveo renovate-coveo bot added the bot label Jan 27, 2025
@renovate-coveo renovate-coveo bot requested a review from a team as a code owner January 27, 2025 17:32
@renovate-coveo renovate-coveo bot requested review from gdostie and FelixBlaisThon and removed request for a team January 27, 2025 17:32
Copy link

@renovate-coveo renovate-coveo bot force-pushed the renovate/all-minor-patch branch from 7af4a74 to a9afd3a Compare January 27, 2025 20:02
@renovate-coveo renovate-coveo bot changed the title chore(deps): update dependency typescript-eslint to v8.21.0 chore(deps): update all non-major dependencies Jan 27, 2025
@renovate-coveo renovate-coveo bot force-pushed the renovate/all-minor-patch branch 20 times, most recently from 153aef3 to 45b6a91 Compare February 4, 2025 09:02
@renovate-coveo renovate-coveo bot force-pushed the renovate/all-minor-patch branch 16 times, most recently from 065a84d to cc8caae Compare February 11, 2025 00:32
@renovate-coveo renovate-coveo bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 48a3baa to 7942552 Compare February 12, 2025 13:32
@renovate-coveo renovate-coveo bot force-pushed the renovate/all-minor-patch branch from 7942552 to 9770120 Compare February 12, 2025 17:02
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.

0 participants