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

Merged
merged 2 commits into from
Sep 18, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 18, 2023

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.14.8 -> 5.14.9 age adoption passing confidence
@mui/material (source) dependencies patch 5.14.8 -> 5.14.10 age adoption passing confidence
@mui/x-data-grid (source) dependencies minor 6.13.0 -> 6.14.0 age adoption passing confidence
@mui/x-date-pickers (source) dependencies minor 6.13.0 -> 6.14.0 age adoption passing confidence
@testing-library/user-event devDependencies minor 14.4.3 -> 14.5.1 age adoption passing confidence
@types/jest (source) devDependencies patch 29.5.4 -> 29.5.5 age adoption passing confidence
@types/react (source) dependencies patch 18.2.21 -> 18.2.22 age adoption passing confidence
@typescript-eslint/eslint-plugin dependencies minor 6.6.0 -> 6.7.2 age adoption passing confidence
@typescript-eslint/parser dependencies minor 6.6.0 -> 6.7.2 age adoption passing confidence
cypress devDependencies minor 13.1.0 -> 13.2.0 age adoption passing confidence
keycloak-js (source) dependencies patch 22.0.2 -> 22.0.3 age adoption passing confidence
react-router-dom dependencies minor 6.15.0 -> 6.16.0 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.14.9

Compare Source

Sep 13, 2023

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

@mui/material@5.14.9
  • ​[ButtonGroup] Determine first, last and middle buttons to support different elements with correct styling (#​38520) @​ZeeshanTamboli
  • ​[Modal] Fix console warning when onTransitionEnter , onTransitionExit provided (#​38868) @​sai6855
  • ​Revert "[Autocomplete] Type multiple values with readonly arrays." (#​38827) @​mnajdova
  • ​[Tabs] Scrollable tabs shouldn't crash when customizing their styles in the theme with slot callbacks (#​38544) @​brentertz
  • ​[AlertTitle][BreadCrumbs] Fix inheritance message in docs (#​38876) @​sai6855
@mui/base@5.0.0-beta.15
@mui/joy@5.0.0-beta.6
@mui/lab@5.0.0-alpha.144
@mui/system@5.14.9
@mui/zero-vite-plugin@0.0.1-alpha.0
Docs
Examples
Core

All contributors of this release in alphabetical order: @​brentertz, @​brijeshb42, @​danilo-leal, @​DiegoAndai, @​dvkam, @​flaviendelangle, @​Janpot, @​LadyBluenotes, @​michaldudak, @​michelengelen, @​mj12albert, @​mnajdova, @​oliviertassinari, @​sai6855, @​samuelsycamore, @​siriwatknp, @​zanivan, @​ZeeshanTamboli

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

v6.14.0

Compare Source

Sep 14, 2023

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

  • 🎁 Fix YearCalendar and MonthCalendar accessibility (#​10312) @​LukasTy

    The YearCalendar and MonthCalendar items role has been changed from button to radio in order to improve the component's a11y support.
    If you were relying on the mentioned components having a button role for items, you will need to update your usage to expect a radio role instead.

  • 🌍 Improve Japanese (ja-JP), Persian (fa-IR), and Vietnamese (vi-VN) locales on the data grid

  • 🐞 Bugfixes

  • 📚 Documentation improvements

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

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

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

Same changes as in @mui/x-data-grid-pro@6.14.0, plus:

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

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

Charts / @mui/x-charts@6.0.0-alpha.11
Tree View / @mui/x-tree-view@6.0.0-alpha.3
Docs
Core
testing-library/user-event (@​testing-library/user-event)

v14.5.1

Compare Source

Bug Fixes

v14.5.0

Compare Source

Bug Fixes
Features
  • types: Add additional type exports for UserEvent & Options (#​1112) (da00e8d)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v6.7.2

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

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

v6.7.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-restricted-imports] disallow side effect imports when allowTypeImports is enabled (#​7560) (4908905)
Features
  • eslint-plugin: [await-thenable] added suggestion fixer (#​7437) (b284370)

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

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

v6.7.2

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

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

v6.7.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

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

cypress-io/cypress (cypress)

v13.2.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-2-0

keycloak/keycloak (keycloak-js)

v22.0.3

Compare Source

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

v6.16.0

Compare Source

Minor Changes
  • Updated dependencies:
    • @remix-run/router@1.9.0
    • react-router@6.16.0
Patch Changes
  • Properly encode rendered URIs in server rendering to avoid hydration errors (#​10769)

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.

Test Links:

Landing Page
MoreCast 2.0
Percentile Calculator
MoreCast
C-Haines
FireBat
FireBat bookmark
Auto Spatial Advisory (ASA)
HFI Calculator

@socket-security
Copy link

socket-security bot commented Sep 18, 2023

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

Packages Version New capabilities Transitives Size Publisher
@typescript-eslint/parser 6.7.2 None +5 1.71 MB
@types/react 18.2.22 None +2 378 kB
@typescript-eslint/eslint-plugin 6.7.2 None +10 4.63 MB
@types/react-dom 18.2.7 None +3 409 kB types
@mui/material 5.14.10 environment +16 19.1 MB mnajdova
@types/jest 29.5.4...29.5.5 None +1/-1 3.94 MB types
keycloak-js 22.0.2...22.0.3 None +0/-0 418 kB keycloak.bot
@testing-library/user-event 14.4.3...14.5.1 None +0/-4 444 kB testing-library-bot

🚮 Removed packages: react-router-dom@6.15.0

@codecov
Copy link

codecov bot commented Sep 18, 2023

Codecov Report

Merging #3121 (b764685) into main (7497c7f) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #3121   +/-   ##
=======================================
  Coverage   84.74%   84.74%           
=======================================
  Files         300      300           
  Lines       10133    10133           
  Branches      591      591           
=======================================
  Hits         8587     8587           
  Misses       1384     1384           
  Partials      162      162           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@renovate renovate bot force-pushed the renovate/npm-all-minor-patch branch 2 times, most recently from a872eca to 9711288 Compare September 18, 2023 16:53
@conbrad conbrad temporarily deployed to production September 18, 2023 18:33 Inactive
@renovate renovate bot force-pushed the renovate/npm-all-minor-patch branch from 9711288 to f5d83c1 Compare September 18, 2023 19:29
@renovate
Copy link
Contributor Author

renovate bot commented Sep 18, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@sonarcloud
Copy link

sonarcloud bot commented Sep 18, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@conbrad conbrad temporarily deployed to production September 18, 2023 21:09 Inactive
@conbrad conbrad merged commit 340aac2 into main Sep 18, 2023
31 checks passed
@conbrad conbrad deleted the renovate/npm-all-minor-patch branch September 18, 2023 21:22
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>
Co-authored-by: Conor Brady <con.brad@gmail.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