Skip to content

👷 Update all non-major dependencies #3564

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

Closed
wants to merge 3 commits into from
Closed

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 24, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@eslint/js (source) 9.27.0 -> 9.28.0 age adoption passing confidence
@mantine/core (source) 8.0.1 -> 8.0.2 age adoption passing confidence
@mantine/hooks (source) 8.0.1 -> 8.0.2 age adoption passing confidence
@swc/core (source) 1.11.24 -> 1.11.29 age adoption passing confidence
@types/chrome (source) 0.0.323 -> 0.0.326 age adoption passing confidence
@types/node (source) 22.15.19 -> 22.15.29 age adoption passing confidence
@types/react (source) 19.1.4 -> 19.1.6 age adoption passing confidence
eslint (source) 9.27.0 -> 9.28.0 age adoption passing confidence
eslint-plugin-jsdoc 50.6.17 -> 50.7.1 age adoption passing confidence
globals 16.1.0 -> 16.2.0 age adoption passing confidence
puppeteer (source) 24.9.0 -> 24.10.0 age adoption passing confidence
react-router-dom (source) 7.6.0 -> 7.6.1 age adoption passing confidence
react-router-dom-6 (source) 6.30.0 -> 6.30.1 age adoption passing confidence
typescript-eslint (source) 8.32.1 -> 8.33.0 age adoption passing confidence
webpack 5.99.8 -> 5.99.9 age adoption passing confidence

Release Notes

eslint/eslint (@​eslint/js)

v9.28.0

Compare Source

mantinedev/mantine (@​mantine/core)

v8.0.2

Compare Source

What's Changed
  • [@mantine/dates] DateTimePicker: Fix incorrect onChange value type
  • [@mantine/core] ScrollArea: Fix onBottomReached not being called when the container size has sub-pixel value
  • [@mantine/dates] TimePicker: Improve leading zero input handling
  • [@mantine/dates] TimePicker: Fix setting value to an empty string not reseting displayed time in some cases
  • [@mantine/form] Fix form.reorderItem reordering only the first item (#​7892)
  • [@mantine/dates] DateInput: Fix selected month and year not being highlighted (#​7897)
  • [@mantine/hooks] use-local-storage: Add queueMicrotask for dispatching update events to fix multiple hook instances synchonization (#​7874)
  • [@mantine/dates] Fix leftover timezone issues after 8.0 strings migration (#​7878)
  • [@mantine/form] Add zod v4 support (#​7871)
  • [@mantine/core] Popover: Fix onOpen/onClose being called when disabled prop is set (#​7868)
  • [@mantine/spotlight] Fix labels containing single quote passed to Spotlight.ActionGroup not working (#​7865)
  • [@mantine/core] Collapse: Fix inert prop not being compatible with React 18 (#​7864)
  • [@mantine/core] List: Fix incorrect types when type="unordered" (#​7861)
  • [@mantine/core] AngleSlider: Fix incorrect arrow events handling (#​7862)
  • [@mantine/dates] DateInput: Fix Escape key not closing dropdown (#​7857)
  • [@mantine/hooks] use-shallow-effect: Fix NaN value not being handled correctly (#​7851)
New Contributors

Full Changelog: mantinedev/mantine@8.0.1...8.0.2

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

v1.11.29

Compare Source

Bug Fixes
Features
Miscellaneous Tasks
Performance
Refactor
Build
eslint/eslint (eslint)

v9.28.0

Compare Source

gajus/eslint-plugin-jsdoc (eslint-plugin-jsdoc)

v50.7.1

Compare Source

v50.7.0

Compare Source

sindresorhus/globals (globals)

v16.2.0

Compare Source

puppeteer/puppeteer (puppeteer)

v24.10.0

Compare Source

Features
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.9.0 to 24.10.0
Bug Fixes
remix-run/react-router (react-router-dom)

v7.6.1

Compare Source

Patch Changes
typescript-eslint/typescript-eslint (typescript-eslint)

v8.33.0

Compare Source

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

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

webpack/webpack (webpack)

v5.99.9

Compare Source


Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner May 24, 2025 03:37
@renovate renovate bot added the dependencies Pull requests that update a dependency file label May 24, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e1921a6 to d17004a Compare May 25, 2025 15:06
@codecov-commenter
Copy link

codecov-commenter commented May 25, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.34%. Comparing base (2686e1e) to head (501247a).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3564   +/-   ##
=======================================
  Coverage   92.34%   92.34%           
=======================================
  Files         319      319           
  Lines        8104     8104           
  Branches     1831     1831           
=======================================
  Hits         7484     7484           
  Misses        620      620           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 63511d5 to 6a20542 Compare May 28, 2025 20:23
Copy link
Contributor Author

renovate bot commented May 28, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: yarn.lock
Unknown Syntax Error: Unsupported option name ("--ignore-platform").

$ yarn install [--json] [--immutable] [--immutable-cache] [--refresh-lockfile] [--check-cache] [--check-resolutions] [--inline-builds] [--mode #0]

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from f128d5a to 497b5ed Compare June 2, 2025 09:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 497b5ed to 4aa7424 Compare June 2, 2025 12:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants