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

Merged
merged 2 commits into from
Nov 6, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 6, 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.7 -> 3.12.9 age adoption passing confidence
@mui/icons-material (source) dependencies patch 5.14.15 -> 5.14.16 age adoption passing confidence
@mui/material (source) dependencies patch 5.14.15 -> 5.14.17 age adoption passing confidence
@mui/x-data-grid (source) dependencies minor 6.17.0 -> 6.18.0 age adoption passing confidence
@mui/x-date-pickers (source) dependencies minor 6.17.0 -> 6.18.0 age adoption passing confidence
@types/react (source) dependencies patch 18.2.33 -> 18.2.36 age adoption passing confidence
@typescript-eslint/eslint-plugin dependencies minor 6.9.1 -> 6.10.0 age adoption passing confidence
@typescript-eslint/parser dependencies minor 6.9.1 -> 6.10.0 age adoption passing confidence
eslint (source) devDependencies minor 8.52.0 -> 8.53.0 age adoption passing confidence
react-router-dom dependencies minor 6.17.0 -> 6.18.0 age adoption passing confidence
recharts dependencies patch 2.9.1 -> 2.9.2 age adoption passing confidence
start-server-and-test devDependencies patch 2.0.1 -> 2.0.2 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.9

Compare Source

Bug Fixes

v3.12.8

Compare Source

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

v5.14.16

Compare Source

Oct 31, 2023

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

@mui/material@5.14.16
  • ​Fix ownerstate being propagated to DOM node when using styled-components v6 (#​39586) @​mnajdova
@mui/base@5.0.0-beta.22
@mui/joy@5.0.0-beta.13
@mui/material-next@6.0.0-alpha.108
Docs
Core

All contributors of this release in alphabetical order: @​alexfauquette, @​Best-Sardar, @​DanailH, @​danilo-leal, @​DiegoAndai, @​emamoah, @​gitstart, @​Janpot, @​jcoyle37, @​mj12albert, @​mnajdova, @​Nkzn, @​oliviertassinari, @​Popppins, @​sai6855, @​samuelsycamore, @​siriwatknp, @​zanivan, @​ZeeshanTamboli

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

v6.18.0

Compare Source

Nov 3, 2023

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

  • 🎁 The Charts package is now officially stable!
  • 🥧 Pie charts are now animated.
  • 📈 Line charts now support partial data, and can interpolate missing data.
line charts with partial data
  • ✨ Allow to ignore diacritics when filtering
  • 📚 Documentation improvements
Data Grid
@mui/x-data-grid@6.18.0
@mui/x-data-grid-pro@6.18.0 pro

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

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

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

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

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

Charts / @mui/x-charts@6.18.0
Docs
Core
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v6.10.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-unused-vars] handle logical assignment (#​7854) (11e57c5)
  • eslint-plugin: [require-await] add support for "await using" (#​7866) (855abea)
Features
  • eslint-plugin: [ban-ts-comments] suggest ts-expect-error over ts-ignore (#​7849) (5e73a48)

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

6.9.1 (2023-10-30)

Bug Fixes
  • eslint-plugin: [naming-convention] allow PascalCase for imports (#​7841) (7ad86ee)
  • eslint-plugin: [no-unused-expressions] handle TSInstantiationExpression expression (#​7831) (31988e0)

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

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

v6.10.0

Compare Source

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

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

6.9.1 (2023-10-30)

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

Compare Source

Features

  • 528e1c0 feat: Deprecate formatting rules (#​17696) (Nicholas C. Zakas)
  • c0b11dd feat: Add suggestions for no-prototype-builtins (#​17677) (Yonathan Randolph)

Bug Fixes

  • 1ad6257 fix: ensure that exit code for fatal errors is not overwritten (#​17683) (Milos Djermanovic)
  • b329ea7 fix: add ; after JSX nodes in no-object-constructor autofix (#​17672) (Francesco Trotta)

Documentation

  • ab8c60d docs: change position of return to top button (#​17688) (Tanuj Kanti)
  • 4fc44c0 docs: update twitter icon to new X icon (#​17687) (Tanuj Kanti)
  • 4164b2c docs: Update README (GitHub Actions Bot)
  • 8651895 docs: Fix tabs in rule examples (#​17653) (Francesco Trotta)
  • 3aec1c5 docs: explained rule fixers and suggestions (#​17657) (Josh Goldberg ✨)

Chores

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

v6.18.0

Compare Source

Minor Changes
  • Add support for manual fetcher key specification via useFetcher({ key: string }) so you can access the same fetcher instance from different components in your application without prop-drilling (RFC) (#​10960)

    • Fetcher keys are now also exposed on the fetchers returned from useFetchers so that they can be looked up by key
  • Add navigate/fetcherKey params/props to useSumbit/Form to support kicking off a fetcher submission under the hood with an optionally user-specified key (#​10960)

    • Invoking a fetcher in this way is ephemeral and stateless
    • If you need to access the state of one of these fetchers, you will need to leverage useFetcher({ key }) to look it up elsewhere
Patch Changes
  • Adds a fetcher context to RouterProvider that holds completed fetcher data, in preparation for the upcoming future flag that will change the fetcher persistence/cleanup behavior (#​10961)
  • Fix the future prop on BrowserRouter, HashRouter and MemoryRouter so that it accepts a Partial<FutureConfig> instead of requiring all flags to be included. (#​10962)
  • Updated dependencies:
    • @remix-run/router@1.11.0
    • react-router@6.18.0
recharts/recharts (recharts)

v2.9.2

Compare Source

Fix another TS issue from 2.9.

Fix
bahmutov/start-server-and-test (start-server-and-test)

v2.0.2

Compare Source

Bug Fixes
  • deps: update dependency wait-on to v7.1.0 (efe7384)

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

Copy link

socket-security bot commented Nov 6, 2023

@renovate renovate bot force-pushed the renovate/npm-all-minor-patch branch 3 times, most recently from c252739 to dbd7578 Compare November 6, 2023 19:05
@renovate renovate bot force-pushed the renovate/npm-all-minor-patch branch from dbd7578 to 054d1f8 Compare November 6, 2023 20:59
Copy link

codecov bot commented Nov 6, 2023

Codecov Report

Merging #3212 (f4cad65) into main (4a87c95) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #3212   +/-   ##
=======================================
  Coverage   82.05%   82.05%           
=======================================
  Files         274      274           
  Lines        9301     9301           
  Branches      413      413           
=======================================
  Hits         7632     7632           
  Misses       1557     1557           
  Partials      112      112           

📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today!

Copy link
Contributor Author

renovate bot commented Nov 6, 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.

@conbrad conbrad closed this Nov 6, 2023
@conbrad conbrad reopened this Nov 6, 2023
Copy link

sonarcloud bot commented Nov 6, 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 November 6, 2023 21:48 Inactive
@conbrad conbrad merged commit f606410 into main Nov 6, 2023
56 checks passed
@conbrad conbrad deleted the renovate/npm-all-minor-patch branch November 6, 2023 22:01
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