-
Notifications
You must be signed in to change notification settings - Fork 9
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov ReportAll modified and coverable lines are covered by tests ✅
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. |
renovate
bot
force-pushed
the
renovate/npm-all-minor-patch
branch
3 times, most recently
from
January 22, 2024 18:01
a373bf4
to
035fd04
Compare
renovate
bot
force-pushed
the
renovate/npm-all-minor-patch
branch
from
January 22, 2024 19:37
035fd04
to
1dd2f48
Compare
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
conbrad
approved these changes
Jan 23, 2024
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
5.15.4
->5.15.6
5.15.4
->5.15.6
6.18.7
->6.19.1
6.2.0
->6.2.1
3.4.1
->3.4.2
6.19.0
->6.19.1
6.19.0
->6.19.1
13.6.2
->13.6.3
3.2.0
->3.3.1
6.3.2
->6.3.3
9.0.0-dev.1705011653728
->9.0.0-dev.1705426012499
6.21.2
->6.21.3
🔧 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]
rowsPerPageOptions
prop (#40481) @pcorpet@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-
(#40205) @michaldudak@mui/[email protected]
iconMapping
andseverity
props (#40551) @2metres@mui/[email protected]
ButtonGroup
(#40124) @lhilgert9@mui/[email protected]
Breaking changes
base-
(#40205) @michaldudakThe class prefix of Base UI components have been changed from
Mui-
tobase-
. This only affects codebases that uses class names verbatim, i.e. not exposed by JS objects such asbuttonClasses
, but as plain strings or in CSS stylesheets (.MuiButton.root
)To adapt your code to the new pattern:
.Mui([A-Z][A-Za-z]*)-
with.base-$1-
(soMuiButton-root
becomesbase-Button-root
, etc.),.Mui-([a-z]*)
with.base--$1
(soMui-disabled
becomesbase--disabled
, etc.).Changes
@mui/[email protected]
@mui/[email protected]
json
files to be transformed (#40536) @ZeeshanTamboli@mui/[email protected]
@mui/material
peer dependency version (#40528) @ZeeshanTamboli@mui/[email protected]
@mui/[email protected]
Docs
State
interface from Consecutive Snackbars demo (#40410)@zinoroman
docs:link-check
(#40547) @samuelsycamoreCore
run
command to deploy docs (#40513) @siriwatknpAll 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 ✨:
Data Grid
@mui/[email protected]
@mui/[email protected]
Same changes as in
@mui/[email protected]
.@mui/[email protected]
Same changes as in
@mui/[email protected]
.Charts /
@mui/[email protected]
arcLabelRadius
property (#11563) @alexfauquetteinnerRadius
andouterRadius
to the DOM (#11719) @alexfauquettestackOffset
forLineChart
(#11703) @alexfauquettetesting-library/jest-dom (@testing-library/jest-dom)
v6.2.1
Compare Source
Bug Fixes
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
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 ofround
. The bug was introduced in v3.3.0. The affected functions:differenceInCalendarDays
,differenceInCalendarISOWeeks
,differenceInCalendarWeeks
,getISOWeek
,getWeek
, andgetISOWeeksInYear
.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 ofMath.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
andmonthsToQuarters
.Fixed the Czech locale's
formatDistance
to include1
informatDistance
.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
format
aliasformatDate
with correspondingFormatDateOptions
interface.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
NavLink
isPending
when abasename
is used (#11195)unstable_
prefix fromBlocker
/BlockerFunction
types (#11187)[email protected]
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.
This PR has been generated by Mend Renovate. View repository job log here.