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

Merged
merged 1 commit into from
Oct 16, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 16, 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.1 -> 3.12.4 age adoption passing confidence
@mui/icons-material (source) dependencies patch 5.14.12 -> 5.14.13 age adoption passing confidence
@mui/material (source) dependencies patch 5.14.12 -> 5.14.13 age adoption passing confidence
@mui/x-data-grid (source) dependencies patch 6.16.1 -> 6.16.2 age adoption passing confidence
@mui/x-date-pickers (source) dependencies patch 6.16.1 -> 6.16.2 age adoption passing confidence
@testing-library/jest-dom devDependencies patch 6.1.3 -> 6.1.4 age adoption passing confidence
@types/react (source) dependencies patch 18.2.27 -> 18.2.28 age adoption passing confidence
@types/react-dom (source) dependencies patch 18.2.12 -> 18.2.13 age adoption passing confidence
@typescript-eslint/eslint-plugin dependencies minor 6.7.5 -> 6.8.0 age adoption passing confidence
@typescript-eslint/parser dependencies minor 6.7.5 -> 6.8.0 age adoption passing confidence
cypress devDependencies patch 13.3.0 -> 13.3.1 age adoption passing confidence
react-router-dom dependencies minor 6.16.0 -> 6.17.0 age adoption passing confidence
recharts dependencies minor 2.8.0 -> 2.9.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.4

Compare Source

Bug Fixes

v3.12.3

Compare Source

Bug Fixes

v3.12.2

Compare Source

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

v5.14.13

Compare Source

Oct 10, 2023

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

@mui/material@5.14.13
@mui/base@5.0.0-beta.19
@mui/material-next@6.0.0-alpha.105
@mui/joy@5.0.0-beta.10
@mui/styled-engine-sc@6.0.0-alpha.1
Docs
Core

All contributors of this release in alphabetical order: @​3xp10it3r, @​alexfauquette, @​ARJ2160, @​atharva3333, @​axelbostrom, @​Bestwebdesign, @​brijeshb42, @​chirag3003, @​danilo-leal, @​DarhkVoyd, @​DiegoAndai, @​gugudwt, @​mbrookes, @​michaldudak, @​mj12albert, @​mnajdova, @​oliviertassinari, @​sai6855, @​samuelsycamore, @​siriwatknp, @​ValkonX33, @​ZeeshanTamboli

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

v6.16.2

Compare Source

Oct 12, 2023

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

Data Grid
@mui/x-data-grid@6.16.2
@mui/x-data-grid-pro@6.16.2 pro

Same changes as in @mui/x-data-grid@6.16.2, plus:

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

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

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

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

Charts / @mui/x-charts@6.0.0-alpha.15
Breaking changes

The charts have a new text display mechanism.
It adds line break support and avoids overlapping text in the legend.
This comes with some breaking changes.

  • The DOM structure is modified. An intermediary <tspan /> element has been added. This can impact how your style is applied.

    - <text>The label</text>
    + <text><tspan>The label</tspan></text>
  • The top margin has been reduced from 100 to 50 to benefit from the denser legend.

  • To accurately compute the text size and then place it, styling should be provided as a JS object. For example, to set the legend font size, you should do:

    <PieChart
      {/** ... */}
      slotProps={{
        legend: {
          labelStyle: {
            fontSize: 16,
          },
        },
      }}
    />

    Support for other text elements (axis labels and tick labels) will be implemented in follow-up PR.

Changes
Docs
Core
testing-library/jest-dom (@​testing-library/jest-dom)

v6.1.4

Compare Source

Bug Fixes
  • upgrade @adobe/css-tools to 4.3.1 to address vulnerability (#​532) (44f1eab)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v6.8.0

Compare Source

Bug Fixes
  • eslint-plugin: [consistent-type-imports] import assertion checks added (#​7722) (afdae37)
  • eslint-plugin: [no-shadow] fix static class generics for class expressions (#​7724) (e5ea1d0)
  • eslint-plugin: [no-unsafe-member-access] report on only the accessed property (#​7717) (f81a2da)
  • eslint-plugin: [no-useless-empty-export] exempt .d.ts (#​7718) (ac397f1)
Features
  • eslint-plugin: add new extended rule prefer-destructuring (#​7117) (3c6379b)

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

6.7.5 (2023-10-09)

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.

6.7.4 (2023-10-02)

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

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

6.7.3 (2023-09-25)

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

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

6.7.2 (2023-09-18)

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

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

6.7.1 (2023-09-18)

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

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

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

v6.8.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.7.5 (2023-10-09)

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

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

6.7.4 (2023-10-02)

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

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

6.7.3 (2023-09-25)

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

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

6.7.2 (2023-09-18)

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

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

6.7.1 (2023-09-18)

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

Compare Source

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

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

v6.17.0

Compare Source

Minor Changes
  • Add experimental support for the View Transitions API via document.startViewTransition to enable CSS animated transitions on SPA navigations in your application. (#​10916)

    The simplest approach to enabling a View Transition in your React Router app is via the new <Link unstable_viewTransition> prop. This will cause the navigation DOM update to be wrapped in document.startViewTransition which will enable transitions for the DOM update. Without any additional CSS styles, you'll get a basic cross-fade animation for your page.

    If you need to apply more fine-grained styles for your animations, you can leverage the unstable_useViewTransitionState hook which will tell you when a transition is in progress and you can use that to apply classes or styles:

    function ImageLink(to, src, alt) {
      let isTransitioning = unstable_useViewTransitionState(to);
      return (
        <Link to={to} unstable_viewTransition>
          <img
            src={src}
            alt={alt}
            style={{
              viewTransitionName: isTransitioning ? "image-expand" : "",
            }}
          />
        </Link>
      );
    }

    You can also use the <NavLink unstable_viewTransition> shorthand which will manage the hook usage for you and automatically add a transitioning class to the <a> during the transition:

    a.transitioning img {
      view-transition-name: "image-expand";
    }
    <NavLink to={to} unstable_viewTransition>
      <img src={src} alt={alt} />
    </NavLink>

    For an example usage of View Transitions with React Router, check out our fork of the Astro Records demo.

    For more information on using the View Transitions API, please refer to the Smooth and simple transitions with the View Transitions API guide from the Google Chrome team.

    Please note, that because the ViewTransition API is a DOM API, we now export a specific RouterProvider from react-router-dom with this functionality. If you are importing RouterProvider from react-router, then it will not support view transitions. (#​10928

Patch Changes
  • Log a warning and fail gracefully in ScrollRestoration when sessionStorage is unavailable (#​10848)
  • Updated dependencies:
    • @remix-run/router@1.10.0
    • react-router@6.17.0
recharts/recharts (recharts)

v2.9.0

Compare Source

What's Changed

Quite a lot this minor release! We sent out a cry for help and many answered - thank you so much for that 🙌🏼

This release aims at internal maintainability, long lingering bugs, and needed improvements. Highlights include equidistant tick improvements, an active bar feature, and an ~85k/~9kb (gzipped) bundle size reduction 🚀

Feat
Fix
Refactor

Impossible to mention all of the great refactoring done this release thanks to @​PavelVanecek (33 PRs in one month!!) and others! Notable improvements include (non-breaking) type safety enhancements and source code file size reductions, and unit test improvements that will help reduce regressions.

Chore
Storybook

🚀 New Contributors (!!) 🚀

Full Changelog: recharts/recharts@v2.8.0...v2.9.0


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 from 47a51f6 to 22fd0cc Compare October 16, 2023 16:30
@renovate renovate bot force-pushed the renovate/npm-all-minor-patch branch from 22fd0cc to 48f77b6 Compare October 16, 2023 17:40
@sonarcloud
Copy link

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

Codecov Report

Merging #3163 (48f77b6) into main (3f96d74) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #3163   +/-   ##
=======================================
  Coverage   81.98%   81.98%           
=======================================
  Files         265      265           
  Lines        9050     9050           
  Branches      413      413           
=======================================
  Hits         7420     7420           
  Misses       1517     1517           
  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 16, 2023 20:38 Inactive
@conbrad conbrad merged commit 46a86b5 into main Oct 16, 2023
30 checks passed
@conbrad conbrad deleted the renovate/npm-all-minor-patch branch October 16, 2023 21:23
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