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

Merged
merged 3 commits into from
Jul 31, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 31, 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/material (source) dependencies patch 5.14.1 -> 5.14.2 age adoption passing confidence
@mui/x-data-grid (source) dependencies patch 6.10.1 -> 6.10.2 age adoption passing confidence
@mui/x-date-pickers (source) dependencies patch 6.10.1 -> 6.10.2 age adoption passing confidence
@types/lodash (source) dependencies patch 4.14.195 -> 4.14.196 age adoption passing confidence
@types/react (source) dependencies patch 18.2.15 -> 18.2.17 age adoption passing confidence
@typescript-eslint/eslint-plugin dependencies minor 6.1.0 -> 6.2.0 age adoption passing confidence
@typescript-eslint/parser dependencies minor 6.1.0 -> 6.2.0 age adoption passing confidence
eslint (source) devDependencies minor 8.45.0 -> 8.46.0 age adoption passing confidence
eslint-config-prettier dependencies minor 8.8.0 -> 8.9.0 age adoption passing confidence
eslint-plugin-react dependencies patch 7.33.0 -> 7.33.1 age adoption passing confidence
plotly.js dependencies minor 2.24.3 -> 2.25.0 age adoption passing confidence
react-redux dependencies patch 8.1.1 -> 8.1.2 age adoption passing confidence

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


Release Notes

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

v5.14.2

Compare Source

Jul 25, 2023

A big thanks to the 23 contributors who made this release possible.

@​mui/material@​5.14.2
@​mui/joy@​5.0.0-alpha.89
Docs
Core

All contributors of this release in alphabetical order: @​alexfauquette, @​Bestwebdesign, @​bharatkashyap, @​danilo-leal, @​DiegoAndai, @​harikrishnanp, @​IgnacioUtrilla, @​mbrookes, @​michaldudak, @​mj12albert, @​mnajdova, @​nikohoffren, @​oliviertassinari, @​onderonur, @​prakhargupta1, @​richbustos, @​sai6855, @​SaidMarar, @​samuelsycamore, @​siriwatknp, @​Studio384, @​zanivan, @​ZeeshanTamboli

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

v6.10.2

Compare Source

Jul 27, 2023

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

  • 🚀 Improve scatter charts performance
  • 📚 Redesigned component API documentation and side navigation
  • 🐞 Bugfixes
Data Grid
@mui/[email protected]
@mui/[email protected] pro

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

@mui/[email protected] premium

Same changes as in @mui/[email protected], plus:

Date Pickers
@mui/[email protected]
@mui/[email protected] pro

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

Charts / @mui/[email protected]
Docs
Core
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v6.2.0

Compare Source

Bug Fixes
  • eslint-plugin: [member-ordering] account for repeated names (#​6864) (d207b59)
  • eslint-plugin: [no-unsafe-enum-comparison] exempt bit shift operators (#​7074) (b3e0e75)
  • eslint-plugin: [prefer-nullish-coalescing] handle case when type of left side is null or undefined (#​7225) (b62affe)
  • eslint-plugin: use a default export for the rules type (#​7266) (af77a1d)
Features
  • eslint-plugin: [class-methods-use-this] add extension rule (#​6457) (18ea3b1)
  • eslint-plugin: sync getFunctionHeadLoc implementation with upstream (#​7260) (f813147)

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

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

v6.2.0

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.46.0

Compare Source

Features

Bug Fixes

  • 9803c7c fix: FlatESLint#getRulesMetaForResults shouldn't throw on unknown rules (#​17393) (Milos Djermanovic)
  • 42faa17 fix: Update no-loop-func to not overlap with no-undef (#​17358) (Matt Wilkinson)

Documentation

  • 4d474e3 docs: update with TypeScript info (#​17423) (James)
  • 091f44e docs: File extension named processor deprecation (#​17362) (Matt Wilkinson)
  • 9254a6c docs: Update README (GitHub Actions Bot)
  • 6d6dc51 docs: fix overlapping of open in playground button (#​17403) (Tanuj Kanti)
  • 7fc3a2c docs: Add private class features info to no-underscore-dangle (#​17386) (Matt Wilkinson)
  • da73e58 docs: Migrating eslint-env configuration comments (#​17390) (Francesco Trotta)
  • 80dffed docs: fix Ignoring Files section in config migration guide (#​17392) (Milos Djermanovic)
  • 8a9abb7 docs: Update README (GitHub Actions Bot)
  • 7e9be4b docs: Update README (GitHub Actions Bot)
  • 0b0bbe0 docs: Update README (GitHub Actions Bot)

Chores

  • d1eb7e4 chore: Update ecosystem dependencies (#​17427) (Nicholas C. Zakas)
  • fab9e97 chore: package.json update for eslint-config-eslint release (ESLint Jenkins)
  • 6246711 chore: package.json update for @​eslint/js release (ESLint Jenkins)
  • 0aa0bc3 chore: Add PRs to triage project (#​17421) (Nicholas C. Zakas)
prettier/eslint-config-prettier (eslint-config-prettier)

v8.9.0

Compare Source

  • Added: [vue/array-element-newline]. Thanks to @​xcatliu!
jsx-eslint/eslint-plugin-react (eslint-plugin-react)

v7.33.1

Compare Source

Fixed
plotly/plotly.js (plotly.js)

v2.25.0

Compare Source

Added
  • Add "Equal Earth" projection to geo subplots [#​6670],
    with thanks to @​apparebit for the contribution!
  • Add options to include legends for shapes and newshape [#​6653]
  • Add Plotly.deleteActiveShape command [#​6679]
Fixed
  • Fix contour plot colorscale domain (take account of zmin, zmax, cmin and cmax) [#​6625],
    with thanks to @​lvlte for the contribution!
  • Fix text markers on non-mapbox styled maps [#​6652],
    with thanks to @​baurt for the contribution!
  • Fix unhide isolated traces in multi legend cases (regression introduced in 2.24.3) [#​6684]
reduxjs/react-redux (react-redux)

v8.1.2

Compare Source

This version changes imports from the React package to namespace imports so the package can safely be imported in React Server Components as long as you don't actually use it - this is for example important if you want to use the React-specifc createApi function from Redux Toolkit.

Some other changes:

  • The behaviour of the "React Context Singletons" from 8.1.1 has been adjusted to also work if you have multiple React instances of the same version (those will now be separated) and if you are in an environment without globalThis (in this case it will fall back to the previous behaviour).
  • We do no longer use Proxies, which should help with some very outdated consumers, e.g. smart TVs, that cannot even polyfill Proxies.

Full Changelog: reduxjs/react-redux@v8.1.1...v8.1.2


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

@codecov
Copy link

codecov bot commented Jul 31, 2023

Codecov Report

Merging #3043 (50a00c6) into main (95003a4) will not change coverage.
Report is 1 commits behind head on main.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #3043   +/-   ##
=======================================
  Coverage   84.77%   84.77%           
=======================================
  Files         300      300           
  Lines       10052    10052           
  Branches      587      587           
=======================================
  Hits         8522     8522           
  Misses       1369     1369           
  Partials      161      161           

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

@renovate
Copy link
Contributor Author

renovate bot commented Jul 31, 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 Jul 31, 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 July 31, 2023 16:23 Inactive
@conbrad conbrad merged commit 1050439 into main Jul 31, 2023
32 checks passed
@conbrad conbrad deleted the renovate/npm-all-minor-patch branch July 31, 2023 17:08
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 <[email protected]>
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