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

Merged
merged 1 commit into from
Oct 10, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 9, 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.11 -> 5.14.12 age adoption passing confidence
@mui/material (source) dependencies patch 5.14.11 -> 5.14.12 age adoption passing confidence
@mui/x-data-grid (source) dependencies patch 6.16.0 -> 6.16.1 age adoption passing confidence
@mui/x-date-pickers (source) dependencies patch 6.16.0 -> 6.16.1 age adoption passing confidence
@reduxjs/toolkit (source) dependencies patch 1.9.6 -> 1.9.7 age adoption passing confidence
@types/react (source) dependencies patch 18.2.24 -> 18.2.27 age adoption passing confidence
@types/react-dom (source) dependencies patch 18.2.8 -> 18.2.12 age adoption passing confidence
@typescript-eslint/eslint-plugin dependencies patch 6.7.4 -> 6.7.5 age adoption passing confidence
@typescript-eslint/parser dependencies patch 6.7.4 -> 6.7.5 age adoption passing confidence
eslint (source) devDependencies minor 8.50.0 -> 8.51.0 age adoption passing confidence
keycloak-js (source) dependencies patch 22.0.3 -> 22.0.4 age adoption passing confidence
npm (source) engines minor ~9.8.0 -> ~9.9.0 age adoption passing confidence
plotly.js dependencies patch 2.26.1 -> 2.26.2 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.12

Compare Source

Oct 3, 2023

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

  • 🎨 Introduced color inversion utilities to Joy UI (#​38916) @​siriwatknp
  • 🚀 Added Chip and related TextField components to Material You @​DiegoAndai, @​mj12albert
  • 🏗️ Improve the Select's component a11y by adding the combobox role and aria-controls attribute (#​38785) @​xulingzhihou. If your tests require selecting the trigger element by the "button" role, then you'll have to change it to use the "combobox" role instead
@mui/material@5.14.12
@mui/system@5.14.12
@mui/base@5.0.0-beta.18
@mui/material-next@6.0.0-alpha.104
@mui/joy@5.0.0-beta.9
Docs
Core

All contributors of this release in alphabetical order: @​alexfauquette, @​brijeshb42, @​DanailH, @​danilo-leal, @​DiegoAndai, @​Erik-McKelvey, @​Janpot, @​mj12albert, @​mnajdova, @​oliviertassinari, @​romgrk, @​sai6855, @​Semigradsky, @​siriwatknp, @​xulingzhihou, @​zanivan, @​ZeeshanTamboli

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

v6.16.1

Compare Source

Oct 6, 2023

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

  • 🥧 Support interaction with pie chart
  • 🐞 Bugfixes
  • 📚 Documentation improvements
Data Grid
@mui/x-data-grid@6.16.1
@mui/x-data-grid-pro@6.16.1 pro

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

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

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

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

Same changes as in @mui/x-date-pickers@6.16.1, plus:

Charts / @mui/x-charts@6.0.0-alpha.14
Docs
Core
reduxjs/redux-toolkit (@​reduxjs/toolkit)

v1.9.7

Compare Source

This bugfix release rewrites the RTKQ hook TS types to significantly improve TS perf.

Changelog

RTKQ TS Perf

A number of users had reported that Intellisense for RTKQ API objects was extremely slow (multiple seconds) - see discussion in #​3214 . We did some perf investigation on user-provided examples, and concluded that the biggest factor to slow RTKQ TS perf was the calculation of hook names like useGetPokemonQuery, which was generating a large TS union of types.

We've rewritten that hook names type calculation to use mapped types and a couple of intersections. In a specific user-provided stress test repo, it dropped TS calculation time by 60% (2600ms to 1000ms).

There's more potential work we can do to improve things, but this seems like a major perf improvement worth shipping now.

What's Changed

Full Changelog: reduxjs/redux-toolkit@v1.9.6...v1.9.7

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

v6.7.5

Compare Source

Bug Fixes
  • eslint-plugin: [prefer-string-starts-ends-with] only report slice/substring with correct range (#​7712) (db40a0a)

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

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

v6.7.5

Compare Source

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

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

eslint/eslint (eslint)

v8.51.0

Compare Source

Features

  • 0a9c433 feat: Add --no-warn-ignored CLI option for flat config (#​17569) (Domantas Petrauskas)
  • 977e67e feat: logical-assignment-operators to report expressions with 3 operands (#​17600) (Yosuke Ota)

Bug Fixes

  • f976b2f fix: make rule severity case-sensitive in flat config (#​17619) (Milos Djermanovic)
  • 0edfe36 fix: Ensure crash error messages are not duplicated (#​17584) (Nicholas C. Zakas)
  • dd79abc fix: eslint-disable to be able to parse quoted rule names (#​17612) (Yosuke Ota)
  • d2f6801 fix: Ensure correct code path for && followed by ?? (#​17618) (Nicholas C. Zakas)

Documentation

  • ee5be81 docs: default to sourceType: "module" in rule examples (#​17615) (Francesco Trotta)
  • 1aa26df docs: Add more examples for multiline-ternary (#​17610) (George Ashiotis)
  • 47d0b44 docs: Update README (GitHub Actions Bot)
  • dbf831e docs: use generated og image (#​17601) (Percy Ma)
  • 1866da5 docs: Update README (GitHub Actions Bot)

Chores

keycloak/keycloak (keycloak-js)

v22.0.4

Compare Source

npm/cli (npm)

v9.9.0

Compare Source

Features
Bug Fixes
Documentation
Dependencies
plotly/plotly.js (plotly.js)

v2.26.2

Compare Source

Fixed
  • Fix range interactions affecting partial ranges in other subplots [#​6743]
  • Fix to emit plotly_click event on touchscreens with "select" dragmode [#​6724]),
    with thanks to @​lvlte for the contribution!
  • Fix error display for failing builds [#​6739],
    with thanks to @​dmt0 for the contribution!
  • Use the "willReadFrequently" 2d context creation attribute to optimize readback performance for heat map traces [#​6741],
    with thanks to @​bebeal for the contribution!

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.

@socket-security
Copy link

socket-security bot commented Oct 9, 2023

@codecov
Copy link

codecov bot commented Oct 9, 2023

Codecov Report

Merging #3153 (cdfae2b) into main (7df71d8) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #3153   +/-   ##
=======================================
  Coverage   84.25%   84.25%           
=======================================
  Files         301      301           
  Lines       10113    10113           
  Branches      588      588           
=======================================
  Hits         8521     8521           
  Misses       1429     1429           
  Partials      163      163           

📣 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 from 2e1a72a to 43af28e Compare October 9, 2023 15:23
@renovate renovate bot force-pushed the renovate/npm-all-minor-patch branch from 43af28e to cdfae2b Compare October 9, 2023 19:52
@sonarcloud
Copy link

sonarcloud bot commented Oct 9, 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 October 10, 2023 16:00 Inactive
@conbrad conbrad merged commit 13b0985 into main Oct 10, 2023
30 checks passed
@conbrad conbrad deleted the renovate/npm-all-minor-patch branch October 10, 2023 16:24
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