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

Merged
merged 1 commit into from
Oct 23, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 23, 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
@cypress/code-coverage devDependencies patch 3.12.4 -> 3.12.5 age adoption passing confidence
@mui/icons-material (source) dependencies patch 5.14.13 -> 5.14.14 age adoption passing confidence
@mui/material (source) dependencies patch 5.14.13 -> 5.14.14 age adoption passing confidence
@mui/x-data-grid (source) dependencies patch 6.16.2 -> 6.16.3 age adoption passing confidence
@mui/x-date-pickers (source) dependencies patch 6.16.2 -> 6.16.3 age adoption passing confidence
@types/esri-leaflet (source) dependencies patch 3.0.1 -> 3.0.2 age adoption passing confidence
@types/jest (source) devDependencies patch 29.5.5 -> 29.5.6 age adoption passing confidence
@types/leaflet (source) dependencies patch 1.9.6 -> 1.9.7 age adoption passing confidence
@types/lodash (source) dependencies patch 4.14.199 -> 4.14.200 age adoption passing confidence
@types/luxon (source) dependencies patch 3.3.2 -> 3.3.3 age adoption passing confidence
@types/react (source) dependencies patch 18.2.28 -> 18.2.31 age adoption passing confidence
@types/react-dom (source) dependencies patch 18.2.13 -> 18.2.14 age adoption passing confidence
@types/react-plotly.js (source) dependencies patch 2.6.1 -> 2.6.2 age adoption passing confidence
@types/recharts (source) devDependencies patch 1.8.25 -> 1.8.26 age adoption passing confidence
@types/webpack-env (source) dependencies patch 1.18.2 -> 1.18.3 age adoption passing confidence
@typescript-eslint/eslint-plugin dependencies minor 6.8.0 -> 6.9.0 age adoption passing confidence
@typescript-eslint/parser dependencies minor 6.8.0 -> 6.9.0 age adoption passing confidence
cypress devDependencies patch 13.3.1 -> 13.3.2 age adoption passing confidence
eslint (source) devDependencies minor 8.51.0 -> 8.52.0 age adoption passing confidence

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


Release Notes

cypress-io/code-coverage (@​cypress/code-coverage)

v3.12.5

Compare Source

Bug Fixes
mui/material-ui (@​mui/icons-material)

v5.14.14

Compare Source

Oct 17, 2023

A big thanks to the 24 contributors who made this release possible. Here are some highlights ✨:
This release was mostly about 🐛 bug fixes and 📚 documentation improvements.

@mui/material@5.14.14
@mui/base@5.0.0-beta.20
@mui/material-next@6.0.0-alpha.106
@mui/joy@5.0.0-beta.11
@mui/icons-material@5.14.14
@mui/system@5.14.14
@mui/styled-engine-sc@6.0.0-alpha.2
Docs
Core

All contributors of this release in alphabetical order: @​adrienbrault, @​alexfauquette, @​Best-Sardar, @​BreakBB, @​brijeshb42, @​chhawinder, @​christophermorin, @​codewithrabeeh, @​danilo-leal, @​DarhkVoyd, @​devuser200, @​michaldudak, @​mnajdova, @​oliviertassinari, @​parikshitadhikari, @​samuelsycamore, @​Semigradsky, @​Simer13, @​siriwatknp, @​TheNatkat, @​uuxxx, @​vineetjk, @​zanivan, @​ZeeshanTamboli

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

v6.16.3

Compare Source

Oct 20, 2023

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

  • 🎁 Add a Data Grid recipe for saving & restoring state
  • 💫 Support animations on the bar chart
  • 🐞 Bugfixes
  • 📚 Documentation improvements
Data Grid
@mui/x-data-grid@6.16.3
  • [DataGrid] Allow passing readonly arrays to columns and sortingOrder props (#​10686) @​pcorpet
@mui/x-data-grid-pro@6.16.3 pro

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

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

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

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

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

Charts / @mui/x-charts@6.0.0-alpha.16
Docs
Core
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v6.9.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-confusing-void-expression] handle unfixable cases (#​7674) (7e52f27)
  • eslint-plugin: [no-unsafe-return] allow returning anything if explicitly returning any (#​7708) (c6124b2)
Features
  • eslint-plugin: [max-params] don't count this: void parameter (#​7696) (6398d3f), closes #​7538
  • eslint-plugin: [naming-convention] add support for default and namespace imports (#​7269) (bb15aae)
  • eslint-plugin: [no-restricted-imports] support import = require (#​7709) (4c8edcf)
  • eslint-plugin: [no-unsafe-enum-comparison] add switch suggestion (#​7691) (53d5263), closes #​7643
  • eslint-plugin: [prefer-readonly] private fields support (#​7686) (0e875bf)

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

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

v6.9.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.3.2

Compare Source

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

eslint/eslint (eslint)

v8.52.0

Compare Source

Features

  • 70648ee feat: report-unused-disable-directive to report unused eslint-enable (#​17611) (Yosuke Ota)

Bug Fixes

  • 5de9637 fix: Ensure shared references in rule configs are separated (#​17666) (Nicholas C. Zakas)
  • dcfe573 fix: add preceding semicolon in suggestions of no-object-constructor (#​17649) (Francesco Trotta)

Documentation

  • 476d58a docs: Add note about invalid CLI flags when using flat config. (#​17664) (Nicholas C. Zakas)
  • 660ed3a docs: Plugin flat config migration guide (#​17640) (Nicholas C. Zakas)
  • a58aa20 docs: fix examples for several rules (#​17645) (Milos Djermanovic)
  • 179929b docs: Remove trailing newline from the code of Playground links (#​17641) (Francesco Trotta)
  • f8e5c30 docs: Update README (GitHub Actions Bot)
  • b7ef2f3 docs: Enable pretty code formatter output (#​17635) (Nicholas C. Zakas)
  • 0bcb9a8 docs: Fix syntax errors in rule examples (#​17633) (Francesco Trotta)
  • 61b9083 docs: Make no-continue example code work (#​17643) (Zhongyuan Zhou)
  • 9fafe45 docs: upgrade to 11ty 2.0 (#​17632) (Percy Ma)
  • ff8e4bf docs: Update README (GitHub Actions Bot)
  • fab249a docs: Update README (GitHub Actions Bot)
  • 392305b docs: Update no-irregular-whitespace and fix examples (#​17626) (Francesco Trotta)
  • 6b8acfb docs: Add real whitespace to no-trailing-spaces examples (#​17630) (Francesco Trotta)
  • 1000187 docs: Fix examples in unicode-bom (#​17631) (Francesco Trotta)
  • 000290c docs: Update README (GitHub Actions Bot)

Chores


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.

@renovate renovate bot force-pushed the renovate/npm-all-minor-patch branch 2 times, most recently from 62407d4 to a6ef920 Compare October 23, 2023 18:55
@renovate renovate bot force-pushed the renovate/npm-all-minor-patch branch from a6ef920 to 10d25b2 Compare October 23, 2023 20:41
@sonarcloud
Copy link

sonarcloud bot commented Oct 23, 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

@codecov
Copy link

codecov bot commented Oct 23, 2023

Codecov Report

Merging #3179 (10d25b2) into main (a5ab174) will not change coverage.
Report is 1 commits behind head on main.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #3179   +/-   ##
=======================================
  Coverage   82.05%   82.05%           
=======================================
  Files         267      267           
  Lines        9131     9131           
  Branches      413      413           
=======================================
  Hits         7492     7492           
  Misses       1526     1526           
  Partials      113      113           

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

@conbrad conbrad temporarily deployed to production October 23, 2023 20:58 Inactive
@conbrad conbrad merged commit 216da77 into main Oct 23, 2023
31 checks passed
@conbrad conbrad deleted the renovate/npm-all-minor-patch branch October 23, 2023 21:12
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