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 #3309

Merged
merged 1 commit into from
Jan 9, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 8, 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.2 -> 5.15.3 age adoption passing confidence
@mui/material (source) dependencies patch 5.15.2 -> 5.15.3 age adoption passing confidence
@mui/x-data-grid (source) dependencies patch 6.18.6 -> 6.18.7 age adoption passing confidence
@mui/x-date-pickers (source) dependencies patch 6.18.6 -> 6.18.7 age adoption passing confidence
@testing-library/jest-dom devDependencies minor 6.1.6 -> 6.2.0 age adoption passing confidence
@types/luxon (source) dependencies minor 3.3.7 -> 3.4.0 age adoption passing confidence
@types/react (source) dependencies patch 18.2.46 -> 18.2.47 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) dependencies minor 6.17.0 -> 6.18.1 age adoption passing confidence
@typescript-eslint/parser (source) dependencies minor 6.17.0 -> 6.18.1 age adoption passing confidence
date-fns dependencies minor 3.0.6 -> 3.2.0 age adoption passing confidence
keycloak-js (source) dependencies patch 23.0.3 -> 23.0.4 age adoption passing confidence
ol (source) dependencies patch 9.0.0-dev.1704184385319 -> 9.0.0-dev.1704796148490 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.3

Compare Source

Jan 3, 2024

A big thanks to the 11 contributors who made this release possible.
This release was mostly about 🐛 bug fixes and 📚 documentation improvements.

@mui/material-nextjs@5.15.3
@mui/base@5.0.0-beta.30
@mui/lab@5.0.0-alpha.159
@mui/material-next@6.0.0-alpha.116
Docs
Core

All contributors of this release in alphabetical order: @​aacevski, @​anle9650, @​danilo-leal, @​DiegoAndai, @​Kamino0, @​lhilgert9, @​michaldudak, @​oliviertassinari, @​sai6855, @​siriwatknp, @​Super-Kenil

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

v6.18.7

Compare Source

Jan 5, 2024

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

Data Grid
@mui/x-data-grid@6.18.7
@mui/x-data-grid-pro@6.18.7 pro

Same changes as in @mui/x-data-grid@6.18.7.

@mui/x-data-grid-premium@6.18.7 premium

Same changes as in @mui/x-data-grid-pro@6.18.7.

Date Pickers
@mui/x-date-pickers@6.18.7
@mui/x-date-pickers-pro@6.18.7 pro

Same changes as in @mui/x-date-pickers@6.18.7.

Charts / @mui/x-charts@6.18.7
Docs
mui/mui-x (@​mui/x-date-pickers)

v6.18.7

Compare Source

testing-library/jest-dom (@​testing-library/jest-dom)

v6.2.0

Compare Source

Features
  • toHaveAccessibleDescription supports aria-description (#​565) (1fb156c)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v6.18.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-non-null-assertion] provide valid fix when member access is on next line

  • eslint-plugin: [no-unnecessary-condition] improve checking optional callee

  • eslint-plugin: [prefer-readonly] support modifiers of unions and intersections

  • eslint-plugin: [switch-exhaustiveness-check] fix new allowDefaultCaseForExhaustiveSwitch option

❤️ Thank You
  • auvred
  • James
  • Josh Goldberg ✨
  • YeonJuan

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

v6.18.0

Compare Source

🚀 Features
  • typescript-estree: throw on invalid update expressions

  • eslint-plugin: [no-var-requires, no-require-imports] allow option

❤️ Thank You
  • auvred
  • Joshua Chen

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

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

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

v6.18.0

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.

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

v3.2.0

Compare Source

This release is brought to you by @​kossnocorp, @​fturmel, @​grossbart, @​MelvinVermeer, and @​jcarstairs-scottlogic.

Fixed
Added
  • Added exports of format, lightFormat, and parse internals that enable 3rd-parties to consume those.

v3.1.0

Compare Source

This release is brought to you by @​kossnocorp, @​makstyle119 and @​dmgawel.

Fixed
Added
keycloak/keycloak (keycloak-js)

v23.0.4

Compare Source

openlayers/openlayers (ol)

v9.0.0-dev.1704796148490

Compare Source

v9.0.0-dev.1704753759175

Compare Source

v9.0.0-dev.1704742185500

Compare Source

v9.0.0-dev.1704450238816

Compare Source

v9.0.0-dev.1704244085394

Compare Source


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

codecov bot commented Jan 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (32f7a0c) 81.84% compared to head (ff4cc3d) 81.84%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3309   +/-   ##
=======================================
  Coverage   81.84%   81.84%           
=======================================
  Files         276      276           
  Lines        9550     9550           
  Branches      450      450           
=======================================
  Hits         7816     7816           
  Misses       1615     1615           
  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 4 times, most recently from 2ce24e7 to a359a3e Compare January 9, 2024 14:35
@renovate renovate bot force-pushed the renovate/npm-all-minor-patch branch from 0e3c78a to ff4cc3d Compare January 9, 2024 16:44
Copy link

sonarcloud bot commented Jan 9, 2024

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

@dgboss dgboss temporarily deployed to production January 9, 2024 19:41 Inactive
@dgboss dgboss merged commit 40ba988 into main Jan 9, 2024
31 checks passed
@dgboss dgboss deleted the renovate/npm-all-minor-patch branch January 9, 2024 19:58
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