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

Merged
merged 1 commit into from
Nov 2, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 2, 2024

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
lockFileMaintenance All locks refreshed
@aws-sdk/client-secrets-manager (source) dependencies minor 3.679.0 -> 3.682.0 age adoption passing confidence
@fallobst22/cdk-cross-account-route53 dependencies patch ^0.0.41 -> ^0.0.42 age adoption passing confidence
@mui/icons-material (source) dependencies patch 6.1.5 -> 6.1.6 age adoption passing confidence
@mui/material (source) dependencies patch 6.1.5 -> 6.1.6 age adoption passing confidence
@mui/x-data-grid (source) dependencies patch 7.22.0 -> 7.22.1 age adoption passing confidence
@types/node (source) devDependencies patch 22.8.2 -> 22.8.6 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) devDependencies minor 8.11.0 -> 8.12.2 age adoption passing confidence
@typescript-eslint/parser (source) devDependencies minor 8.11.0 -> 8.12.2 age adoption passing confidence
aws-cdk (source) devDependencies minor 2.164.1 -> 2.165.0 age adoption passing confidence
aws-cdk-lib (source) dependencies minor 2.164.1 -> 2.165.0 age adoption passing confidence
graphql-request dependencies patch 7.1.0 -> 7.1.1 age adoption passing confidence
eslint (source) devDependencies minor 9.13.0 -> 9.14.0 age adoption passing confidence
vite-plugin-svgr devDependencies minor 4.2.0 -> 4.3.0 age adoption passing confidence

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


Release Notes

aws/aws-sdk-js-v3 (@​aws-sdk/client-secrets-manager)

v3.682.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-secrets-manager

SvenKirschbaum/cdk-cross-account-route53 (@​fallobst22/cdk-cross-account-route53)

v0.0.42

Compare Source

0.0.42 (2024-10-26)

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

v6.1.6

Compare Source

Oct 30, 2024

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

@mui/material@6.1.6
@mui/material-nextjs@6.1.6
@mui/lab@6.0.0-beta.14
@mui/codemod@6.1.6
@mui/utils@6.1.6
Docs
Core

All contributors of this release in alphabetical order: @​aarongarciah, @​blackcow1987, @​DiegoAndai, @​jimmycallin, @​joshkel, @​mnajdova, @​navedqb, @​nphmuller, @​o-alexandrov, @​oliviertassinari, @​prakhargupta1, @​sai6855, @​siriwatknp

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

v7.22.1

Compare Source

Nov 1, 2024

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

  • 🐞 Bugfixes
  • 📚 Documentation improvements
  • 🌍 Improve Polish (pl-PL) locale on the Date Pickers

Special thanks go out to the community contributors who have helped make this release possible:
@​wojtkolos, @​dpak-maurya, @​k-rajat19.
Following are all team members who have contributed to this release:
@​LukasTy, @​arminmeh, @​MBilalShafi, @​KenanYusuf, @​flaviendelangle.

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

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

@mui/x-data-grid-premium@7.22.1 premium
Date and Time Pickers
@mui/x-date-pickers@7.22.1
@mui/x-date-pickers-pro@7.22.1 pro

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

Tree View
@mui/x-tree-view@7.22.1
@mui/x-tree-view-pro@7.22.1 pro

Same changes as in @mui/x-tree-view@7.22.1.

Docs
  • [docs] Add section explaining how to keep the selection while filtering in Data grid docs (#​15199) @​arminmeh
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.12.2

Compare Source

🩹 Fixes
  • eslint-plugin: [switch-exhaustiveness-check] invert considerDefaultExhaustiveForUnions (#​10223)
❤️ Thank You

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

v8.12.1

Compare Source

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

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

v8.12.0

Compare Source

🚀 Features
  • eslint-plugin: [no-base-to-string] handle String() (#​10005)
  • eslint-plugin: [switch-exhaustiveness-check] add allowDefaultCaseMatchUnionMember option (#​9954)
  • eslint-plugin: [consistent-indexed-object-style] report mapped types (#​10160)
  • eslint-plugin: [prefer-nullish-coalescing] add support for assignment expressions (#​10152)
❤️ Thank You

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

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

v8.12.2

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.

v8.12.1

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.

v8.12.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.

aws/aws-cdk (aws-cdk)

v2.165.0

Compare Source

Features
Bug Fixes

Alpha modules (2.165.0-alpha.0)

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES
  • ec2-alpha: The new VpcCidrBlock L2 construct replaces CfnVPCCidrBlock. This change alters the logical ID of AWS::EC2::VPCCidrBlock resources in CloudFormation templates. Existing deployments will see errors like CIDR range conflicts with x.xx.xx.xx/xx with association ID vpc-cidr-assoc-ABCD. To resolve this, you must recreate your existing stacks to use the new module.
Features
Bug Fixes
jasonkuhrt/graphql-request (graphql-request)

v7.1.1

Compare Source

eslint/eslint (eslint)

v9.14.0

Compare Source

pd4d10/vite-plugin-svgr (vite-plugin-svgr)

v4.3.0

Compare Source


Configuration

📅 Schedule: Branch creation - "before 6am on saturday" in timezone Europe/Berlin, 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.

@mergify mergify bot merged commit 2a8cb49 into master Nov 2, 2024
12 checks passed
@mergify mergify bot deleted the renovate/all-minor-patch branch November 2, 2024 01:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants