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

Lock file maintenance npm all non-major dependencies #3334

Merged
merged 1 commit into from
Jan 23, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 22, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
lockFileMaintenance All locks refreshed age adoption passing confidence
@mui/icons-material (source) dependencies patch 5.15.4 -> 5.15.6 age adoption passing confidence
@mui/material (source) dependencies patch 5.15.4 -> 5.15.6 age adoption passing confidence
@mui/x-data-grid (source) dependencies minor 6.18.7 -> 6.19.1 age adoption passing confidence
@testing-library/jest-dom devDependencies patch 6.2.0 -> 6.2.1 age adoption passing confidence
@types/luxon (source) dependencies patch 3.4.1 -> 3.4.2 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) dependencies patch 6.19.0 -> 6.19.1 age adoption passing confidence
@typescript-eslint/parser (source) dependencies patch 6.19.0 -> 6.19.1 age adoption passing confidence
cypress (source) devDependencies patch 13.6.2 -> 13.6.3 age adoption passing confidence
date-fns dependencies minor 3.2.0 -> 3.3.1 age adoption passing confidence
match-sorter dependencies patch 6.3.2 -> 6.3.3 age adoption passing confidence
ol (source) dependencies patch 9.0.0-dev.1705011653728 -> 9.0.0-dev.1705426012499 age adoption passing confidence
react-router-dom (source) dependencies patch 6.21.2 -> 6.21.3 age adoption passing confidence

🔧 This Pull Request updates lock files to use the latest dependency versions.


Release Notes

mui/material-ui (@​mui/icons-material)

v5.15.6

Compare Source

Jan 22, 2024

A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
This release was mostly about 🐛 bug fixes and 📚 documentation improvements.

@mui/[email protected]
@mui/[email protected]
@mui/[email protected]
@mui/[email protected]
Docs
Core

All contributors of this release in alphabetical order: @​alexfauquette, @​anle9650, @​ANUGLYPLUGIN, @​brijeshb42, @​danilo-leal, @​devhik0, @​DiegoAndai, @​DonikaV, @​joserodolfofreitas, @​michaldudak, @​mj12albert, @​mnajdova, @​mohamedsaiedd, @​oliviertassinari, @​pcorpet, @​sai6855, @​zanivan

v5.15.5

Compare Source

Jan 17, 2024

A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:

  • Base UI's CSS class prefix is now base- (#​40205) @​michaldudak
  • Bug fixes, and a lot of improvements to code and docs infra
@mui/[email protected]
@mui/[email protected]
@mui/[email protected]
Breaking changes

The class prefix of Base UI components have been changed from Mui- to base-. This only affects codebases that uses class names verbatim, i.e. not exposed by JS objects such as buttonClasses, but as plain strings or in CSS stylesheets (.MuiButton.root)

To adapt your code to the new pattern:

  • replace all occurrences of the regex .Mui([A-Z][A-Za-z]*)- with .base-$1- (so MuiButton-root becomes base-Button-root, etc.),
  • replace all occurrences of the regex .Mui-([a-z]*) with .base--$1 (so Mui-disabled becomes base--disabled, etc.).
Changes
@mui/[email protected]
@mui/[email protected]
@mui/[email protected]
@mui/[email protected]
@mui/[email protected]
Docs
Core

All contributors of this release in alphabetical order: @​2metres, @​aacevski, @​brijeshb42, @​danilo-leal, @​DiegoAndai, @​josh-feldman, @​Kamino0, @​lhilgert9, @​maakcode, @​michaldudak, @​oliviertassinari, @​petrovmiroslav, @​sai6855, @​samuelsycamore, @​siriwatknp, @​zanivan, @​ZeeshanTamboli, @​zinoroman

mui/mui-x (@​mui/x-data-grid)

v6.19.1

Compare Source

Jan 19, 2024

We'd like to offer a big thanks to the 1 contributors who made this release possible. Here are some highlights ✨:

  • 🌍 Add Croatian (hr-HR), Portuguese (pt-PT), and Chinese (Hong Kong) (zh-HK) locales (#​11717) @​BCaspari
  • 🐞 Bugfixes
Data Grid
@mui/[email protected]
  • [l10n] Add Croatian (hr-HR), Portuguese (pt-PT), and Chinese (Hong Kong) (zh-HK) locales (#​11717) @​BCaspari
@mui/[email protected] pro

Same changes as in @mui/[email protected].

@mui/[email protected] premium

Same changes as in @mui/[email protected].

Charts / @mui/[email protected]
testing-library/jest-dom (@​testing-library/jest-dom)

v6.2.1

Compare Source

Bug Fixes
  • Standalone types for "./matchers" export and add Bun support (#​566) (5675b86)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v6.19.1

Compare Source

🩹 Fixes
  • type-utils: preventing isUnsafeAssignment infinite recursive calls

  • eslint-plugin: [no-unnecessary-condition] fix false positive for type variable

❤️ Thank You
  • YeonJuan

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

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

v6.19.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.

cypress-io/cypress (cypress)

v13.6.3

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-6-3

date-fns/date-fns (date-fns)

v3.3.1

Compare Source

Kudos to @​kossnocorp and @​fturmel for working on the release.

Fixed
  • Fixed DST issue in getOverlappingDaysInIntervals, resulting in an inconsistent number of days returned for intervals starting and ending in different DST periods.

  • Fixed functions incorrectly using trunc instead of round. The bug was introduced in v3.3.0. The affected functions: differenceInCalendarDays, differenceInCalendarISOWeeks, differenceInCalendarWeeks, getISOWeek, getWeek, and getISOWeeksInYear.

v3.3.0

Compare Source

On this release worked @​kossnocorp, @​TheKvikk, @​fturmel and @​ckcherry23.

Fixed
  • Fixed the bug in getOverlappingDaysInIntervals caused by incorrect sorting of interval components that led to 0 for timestamps of different lengths.

  • Fixed bugs when working with negative numbers caused by using Math.floor (-1.1-2) instead of Math.trunc (-1.1-1). Most of the conversion functions (i.e., hoursToMinutes) were affected when passing some negative fractional input. Also, some other functions that could be possibly affected by unfortunate timezone/date combinations were fixed.

    The functions that were affected: format, parse, getUnixTime, daysToWeeks, hoursToMilliseconds, hoursToMinutes, hoursToSeconds, milliseconds, minutesToMilliseconds, millisecondsToMinutes, monthsToYears, millisecondsToHours, millisecondsToSeconds, minutesToHours, minutesToSeconds, yearsToQuarters, yearsToMonths, yearsToDays, weeksToDays, secondsToMinutes, secondsToHours, quartersToYears, quartersToMonths and monthsToQuarters.

  • Fixed the Czech locale's formatDistance to include 1 in formatDistance.

  • Fixed differenceInSeconds and other functions relying on rounding options that can produce a negative 0.

  • Added a preprocessor to the locales API, enabling fixing a long-standing bug in the French locale. (#​1391)

  • Added missing yearsToDays to the FP submodule.

  • Made functions using rounding methods always return 0 instead of -0.

Added
kentcdodds/match-sorter (match-sorter)

v6.3.3

Compare Source

Bug Fixes
openlayers/openlayers (ol)

v9.0.0-dev.1705426012499

Compare Source

v9.0.0-dev.1705425942448

Compare Source

v9.0.0-dev.1705425851401

Compare Source

remix-run/react-router (react-router-dom)

v6.21.3

Compare Source

Patch Changes
  • Fix NavLink isPending when a basename is used (#​11195)
  • Remove leftover unstable_ prefix from Blocker/BlockerFunction types (#​11187)
  • Updated dependencies:

Configuration

📅 Schedule: Branch creation - "before 4am on monday" (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 has been generated by Mend Renovate. View repository job log here.

Copy link

socket-security bot commented Jan 22, 2024

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@jridgewell/[email protected] None +2 265 kB jridgewell
npm/@mui/[email protected] Transitive: environment +23 11.3 MB brijeshb42, davidmui, diegoandai, ...6 more
npm/@mui/[email protected] Transitive: environment, filesystem, unsafe +83 49.9 MB brijeshb42, davidmui, diegoandai, ...6 more
npm/@mui/[email protected] Transitive: environment, filesystem, unsafe +82 31.2 MB brijeshb42, davidmui, diegoandai, ...6 more
npm/@mui/[email protected] Transitive: environment +13 3.29 MB brijeshb42, davidmui, diegoandai, ...6 more
npm/@mui/[email protected] environment Transitive: filesystem, unsafe +84 36.9 MB michelengelen
npm/@testing-library/[email protected] Transitive: environment, eval, filesystem, network, shell, unsafe +359 63.4 MB brrianalexis, cmckinstry, dfcook, ...12 more
npm/@types/[email protected] None 0 120 kB types
npm/@typescript-eslint/[email protected] Transitive: environment, eval, filesystem, shell, unsafe +124 48.5 MB bradzacher, jameshenry
npm/@typescript-eslint/[email protected] Transitive: environment, eval, filesystem, shell, unsafe +119 45.4 MB bradzacher, jameshenry
npm/[email protected] environment Transitive: filesystem, shell +12 2.9 MB ai
npm/[email protected] None 0 1.96 MB caniuse-lite
npm/[email protected] Transitive: environment, filesystem, shell +7 3.06 MB zloirock
npm/[email protected] environment, filesystem, shell, unsafe Transitive: eval, network +174 22.8 MB atofstryker
npm/[email protected] None 0 4.86 MB kossnocorp
npm/[email protected] None +3 457 kB kentcdodds
npm/[email protected] Transitive: filesystem, network, unsafe +20 15.5 MB ahocevar
npm/[email protected] environment Transitive: network +8 7.42 MB mjackson
npm/[email protected] environment, eval Transitive: filesystem, shell +10 3.4 MB fabiosantoscode

🚮 Removed packages: npm/@jridgewell/[email protected], npm/@mui/[email protected], npm/@mui/[email protected], npm/@mui/[email protected], npm/@mui/[email protected], npm/@mui/[email protected], npm/@testing-library/[email protected], npm/@types/[email protected], npm/@typescript-eslint/[email protected], npm/@typescript-eslint/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected]

View full report↗︎

Copy link

codecov bot commented Jan 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (8900439) 81.85% compared to head (1dd2f48) 81.85%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3334   +/-   ##
=======================================
  Coverage   81.85%   81.85%           
=======================================
  Files         277      277           
  Lines        9563     9563           
  Branches      450      450           
=======================================
  Hits         7828     7828           
  Misses       1616     1616           
  Partials      119      119           

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

@renovate renovate bot force-pushed the renovate/npm-all-minor-patch branch 3 times, most recently from a373bf4 to 035fd04 Compare January 22, 2024 18:01
@renovate renovate bot force-pushed the renovate/npm-all-minor-patch branch from 035fd04 to 1dd2f48 Compare January 22, 2024 19:37
Copy link

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@conbrad conbrad temporarily deployed to production January 23, 2024 17:53 Inactive
@conbrad conbrad merged commit fd4ad02 into main Jan 23, 2024
31 checks passed
@conbrad conbrad deleted the renovate/npm-all-minor-patch branch January 23, 2024 18:06
vanislekahuna pushed a commit to vanislekahuna/wps that referenced this pull request Sep 19, 2024
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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.

1 participant