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

chore(deps): update all non-major dependencies #1382

Merged
merged 1 commit into from
Oct 30, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 30, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update Pending
@mui/icons-material (source) 6.1.4 -> 6.1.5 age adoption passing confidence dependencies patch
@mui/lab (source) 6.0.0-beta.12 -> 6.0.0-beta.13 age adoption passing confidence dependencies patch
@mui/material (source) 6.1.4 -> 6.1.5 age adoption passing confidence dependencies patch
@mui/x-data-grid (source) 7.21.0 -> 7.22.0 age adoption passing confidence dependencies minor
@mui/x-date-pickers (source) 7.21.0 -> 7.22.0 age adoption passing confidence dependencies minor
@types/react (source) 18.3.11 -> 18.3.12 age adoption passing confidence devDependencies patch
actions/checkout v4.2.1 -> v4.2.2 age adoption passing confidence action patch
actions/setup-node v4.0.4 -> v4.1.0 age adoption passing confidence action minor
eslint-plugin-react 7.37.1 -> 7.37.2 age adoption passing confidence devDependencies patch
github/codeql-action v3.26.13 -> v3.27.0 age adoption passing confidence action minor
knip (source) 5.33.3 -> 5.34.0 age adoption passing confidence devDependencies minor 5.34.3 (+2)
typescript-eslint (source) 8.10.0 -> 8.11.0 age adoption passing confidence devDependencies minor 8.12.2 (+2)
vite (source) 5.4.9 -> 5.4.10 age adoption passing confidence devDependencies patch

Release Notes

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

v6.1.5

Compare Source

Oct 22, 2024

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

@mui/material@6.1.5
@mui/system@6.1.5
@mui/codemod@6.1.5
Docs
Core

All contributors of this release in alphabetical order: @​ChinoUkaegbu, @​Janpot, @​mnajdova, @​oliviertassinari, @​prakhargupta1, @​sai6855, @​samuelsycamore, @​siriwatknp, @​snapwich

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

v7.22.0

Compare Source

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

Special thanks go out to the community contributors who have helped make this release possible:
@​clins1994, @​GITPHLAP, @​k-rajat19, @​kalyan90, @​merotosc, @​yash49.
Following are all team members who have contributed to this release:
@​cherniavskii, @​flaviendelangle, @​LukasTy, @​MBilalShafi, @​romgrk.

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

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

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

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

Date and Time Pickers
@mui/x-date-pickers@7.22.0
@mui/x-date-pickers-pro@7.22.0 pro

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

Charts
@mui/x-charts@7.22.0
@mui/x-charts-pro@7.0.0-beta.6 pro

Same changes as in @mui/x-charts@7.22.0.

Tree View
@mui/x-tree-view@7.22.0
Docs
Core
actions/checkout (actions/checkout)

v4.2.2

Compare Source

actions/setup-node (actions/setup-node)

v4.1.0

Compare Source

jsx-eslint/eslint-plugin-react (eslint-plugin-react)

v7.37.2

Compare Source

Fixed
  • [destructuring-assignment]: fix false negative when using typeof props.a (#​3835 @​golopot)
Changed
  • [Refactor] [destructuring-assignment]: use getParentStatelessComponent (#​3835 @​golopot)
github/codeql-action (github/codeql-action)

v3.27.0

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

3.27.0 - 22 Oct 2024
  • Bump the minimum CodeQL bundle version to 2.14.6. #​2549
  • Fix an issue where the upload-sarif Action would fail with "upload-sarif post-action step failed: Input required and not supplied: token" when called in a composite Action that had a different set of inputs to the ones expected by the upload-sarif Action. #​2557
  • Update default CodeQL bundle version to 2.19.2. #​2552

See the full CHANGELOG.md for more information.

webpro-nl/knip (knip)

v5.34.0

Compare Source

  • Don't use path if step also has repository in github-action plugin (c6e4d31)
  • Give plugins a chance to prep config args (a2217a2)
  • Let's start out conservatively (a2e83f8)
  • More consistent naming (bae87d9)
  • Optimize a bit after the dust has settled (31f1e7e)
  • Cherry on the pie (617e067)
  • Handle config files only once across workspaces (939f511)
  • Improve naming and simplify a few things (f4db204)
  • Add coverage for unused files with compiler extension (c2e2712)
  • Ignore virtual: imports, don't report as unlisted dependencies (2ef75cc)
  • Remove module resolving from plugins (53839e0)
  • Temp use Bun for in this integration test for green lights (98c1ff7)
  • Add ability to add unresolved imports to ignoreDependencies (b8875be)
  • Let's start out a tad more conservative (58ba79f)
  • Update dependencies (f4dc1e1)
  • Optimize referenced dependency handling (a413ad8)
  • Resolve config file paths and parse recursively (c03f963)
  • Exclude empty config file path arrays from debug output (d288779)
  • Extend typedoc plugin (f2732fa)
  • Presets are extended by local config in jest plugin (4973a9d)
  • Add test case to get refs from scripts (6115107)
  • Refactor binary resolver & referenced dependency handling (f1349c2)
typescript-eslint/typescript-eslint (typescript-eslint)

v8.11.0

Compare Source

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

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

vitejs/vite (vite)

v5.4.10

Compare Source

Please refer to CHANGELOG.md for details.


Configuration

📅 Schedule: Branch creation - "* 0-4 * * 3" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from tackley as a code owner October 30, 2024 00:13
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Oct 30, 2024
@renovate renovate bot requested a review from IanKrieger as a code owner October 30, 2024 00:13
@tackley tackley enabled auto-merge (squash) October 30, 2024 09:11
@tackley tackley merged commit c47c09b into master Oct 30, 2024
8 checks passed
@tackley tackley deleted the renovate/all-minor-patch branch October 30, 2024 09:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant