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

Merged
merged 1 commit into from
Jan 16, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 15, 2024

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.17 -> 3.12.18 age adoption passing confidence
@mui/icons-material (source) dependencies patch 5.15.3 -> 5.15.4 age adoption passing confidence
@mui/material (source) dependencies patch 5.15.3 -> 5.15.4 age adoption passing confidence
@mui/x-date-pickers (source) dependencies minor 6.18.7 -> 6.19.0 age adoption passing confidence
@types/luxon (source) dependencies patch 3.4.0 -> 3.4.1 age adoption passing confidence
@types/react (source) dependencies patch 18.2.47 -> 18.2.48 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) dependencies minor 6.18.1 -> 6.19.0 age adoption passing confidence
@typescript-eslint/parser (source) dependencies minor 6.18.1 -> 6.19.0 age adoption passing confidence
match-sorter dependencies patch 6.3.1 -> 6.3.2 age adoption passing confidence
ol (source) dependencies patch 9.0.0-dev.1704796148490 -> 9.0.0-dev.1705011653728 age adoption passing confidence
react-router-dom (source) dependencies patch 6.21.1 -> 6.21.2 age adoption passing confidence
recharts dependencies patch 2.10.3 -> 2.10.4 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.18

Compare Source

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

v5.15.4

Compare Source

Jan 10, 2024

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

@mui/[email protected]
@mui/[email protected]
@mui/[email protected]
@mui/[email protected]
@mui/[email protected]
@mui/[email protected]
  • [base-ui][NumberInput] Remove inputId and inputRef types from NumberInput component (#​40425) @​sai6855
@mui/[email protected]
Docs
Core

All contributors of this release in alphabetical order: @​aacevski, @​alexfauquette, @​anle9650, @​brijeshb42, @​danilo-leal, @​DiegoAndai, @​iamsaumya, @​illume, @​Janpot, @​LukasTy, @​Methuselah96, @​michaldudak, @​mj12albert, @​nicegamer7, @​oliviertassinari, @​renovate[bot], @​RiceCrisp, @​sai6855, @​samuelsycamore, @​savalaram-redkar, @​siriwatknp, @​zanivan

mui/mui-x (@​mui/x-date-pickers)

v6.19.0

Compare Source

Jan 11, 2024

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

  • ⏰ Support date-fns v3 (#​11659) @​LukasTy
    Pickers support both v2 and v3 of date-fns. For v3 use AdapterDateFnsV3.
    // with date-fns v2.x
    import { AdapterDateFns } from '@​mui/x-date-pickers/AdapterDateFns';
    import de from 'date-fns/locale/de';
    // with date-fns v3.x
    import { AdapterDateFns } from '@​mui/x-date-pickers/AdapterDateFnsV3';
    import { de } from 'date-fns/locale/de';
Date Pickers
@mui/[email protected]
@mui/[email protected] pro

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

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

v6.19.0

Compare Source

🚀 Features
  • eslint-plugin: [prefer-promise-reject-errors] add rule

  • eslint-plugin: [no-array-delete] add new rule

  • eslint-plugin: [no-useless-template-literals] add fix suggestions

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] detect unnecessary non-null-assertion on a call expression

  • eslint-plugin: [no-unnecesary-type-assertion] treat unknown/any as nullable

❤️ Thank You
  • auvred
  • Brad Zacher
  • Josh Goldberg ✨
  • Joshua Chen
  • LJX
  • Steven
  • StyleShit

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

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

v6.19.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

kentcdodds/match-sorter (match-sorter)

v6.3.2

Compare Source

Bug Fixes
openlayers/openlayers (ol)

v9.0.0-dev.1705011653728

Compare Source

v9.0.0-dev.1705010428057

Compare Source

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

v6.21.2

Compare Source

recharts/recharts (recharts)

v2.10.4

Compare Source

What's Changed

Fix some older bugs annoying bugs, TS typings, update to the storybook theme, and more

Fix
Storybook

New Contributors

Full Changelog: recharts/recharts@v2.10.3...v2.10.4


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.

Copy link

codecov bot commented Jan 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (b74efbb) 81.77% compared to head (303457e) 81.77%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3314   +/-   ##
=======================================
  Coverage   81.77%   81.77%           
=======================================
  Files         277      277           
  Lines        9558     9558           
  Branches      450      450           
=======================================
  Hits         7816     7816           
  Misses       1623     1623           
  Partials      119      119           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/npm-all-minor-patch branch from 78e2d87 to 015d918 Compare January 15, 2024 15:16
@renovate renovate bot force-pushed the renovate/npm-all-minor-patch branch from 015d918 to 303457e Compare January 15, 2024 19:59
Copy link

sonarcloud bot commented Jan 15, 2024

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@conbrad conbrad temporarily deployed to production January 16, 2024 18:23 Inactive
@conbrad conbrad merged commit 091b8ab into main Jan 16, 2024
31 checks passed
@conbrad conbrad deleted the renovate/npm-all-minor-patch branch January 16, 2024 19:18
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