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

Merged
merged 2 commits into from
Apr 15, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 15, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@headlessui/react (source) 1.7.18 -> 1.7.19 age adoption passing confidence dependencies patch
@swc/core (source) 1.4.13 -> 1.4.14 age adoption passing confidence devDependencies patch
@types/node (source) 20.12.6 -> 20.12.7 age adoption passing confidence devDependencies patch
@types/react (source) 18.2.75 -> 18.2.78 age adoption passing confidence devDependencies patch
@types/react-dom (source) 18.2.24 -> 18.2.25 age adoption passing confidence devDependencies patch
github.com/alecthomas/types v0.13.0 -> v0.14.0 age adoption passing confidence require minor
grpcurl 1.8.9 -> 1.9.1 age adoption passing confidence minor
helm 3.14.3 -> 3.14.4 age adoption passing confidence patch
k3d 5.6.0 -> 5.6.3 age adoption passing confidence patch
kubectl 1.29.2 -> 1.29.3 age adoption passing confidence patch
node 21.7.2 -> 21.7.3 age adoption passing confidence patch
reactflow (source) 11.11.0 -> 11.11.1 age adoption passing confidence dependencies patch
typescript (source) 5.4.4 -> 5.4.5 age adoption passing confidence devDependencies patch
org.apache.maven.plugins:maven-gpg-plugin 3.2.2 -> 3.2.3 age adoption passing confidence build patch
ch.qos.logback:logback-core (source, changelog) 1.5.4 -> 1.5.5 age adoption passing confidence compile patch
ch.qos.logback:logback-classic (source, changelog) 1.5.4 -> 1.5.5 age adoption passing confidence compile patch

Release Notes

tailwindlabs/headlessui (@​headlessui/react)

v1.7.19

Compare Source

Fixed
  • Make sure panels re-register when IDs are calculated in React < 18 (#​2883)
  • Expose disabled state on <Tab /> component (#​2918)
  • Prevent default behavior when clicking outside of a Dialog.Panel (#​2919)
  • Add hidden attribute to internal <Hidden /> component when the Features.Hidden feature is used (#​2955)
  • Allow setting custom tabIndex on the <Switch /> component (#​2966)
  • Forward disabled state to hidden inputs in form-like components (#​3004)
  • Respect selectedIndex for controlled <Tab/> components (#​3037)
swc-project/swc (@​swc/core)

v1.4.14

Compare Source

Bug Fixes
Documentation
  • (swc_core) Resolve build issue with --all-features flag (#​8848) (c0d901e)
Refactor
Testing
alecthomas/types (github.com/alecthomas/types)

v0.14.0

Compare Source

fullstorydev/grpcurl (grpcurl)

v1.9.1

Changelog

helm/helm (helm)

v3.14.4: Helm v3.14.4

Helm v3.14.4 is a patch release. Users are encouraged to upgrade for the best experience. Users are encouraged to upgrade for the best experience.

The community keeps growing, and we'd love to see you there!

  • Join the discussion in Kubernetes Slack:
    • for questions and just to hang out
    • for discussing PRs, code, and bugs
  • Hang out at the Public Developer Call: Thursday, 9:30 Pacific via Zoom
  • Test, debug, and contribute charts: ArtifactHub/packages

Installation and Upgrading

Download Helm v3.14.4. The common platform binaries are here:

This release was signed with 672C 657B E06B 4B30 969C 4A57 4614 49C2 5E36 B98E and can be found at @​mattfarina keybase account. Please use the attached signatures for verifying this release using gpg.

The Quickstart Guide will get you going from there. For upgrade instructions or detailed installation notes, check the install guide. You can also use a script to install on any system with bash.

What's Next

  • 3.15.0 is the next feature release and will be on May 08, 2024.

Changelog

  • refactor: create a helper for checking if a release is uninstalled 81c902a (Alex Petrov)
  • fix: reinstall previously uninstalled chart with --keep-history 5a11c76 (Alex Petrov)
  • chore: remove repetitive words fb3d880 (deterclosed)
  • chore(deps): bump google.golang.org/protobuf from 1.31.0 to 1.33.0 01ac4a2 (dependabot[bot])
  • chore(deps): bump github.com/docker/docker 138602d (dependabot[bot])
  • bug: add proxy support for oci getter aa7d953 (Ricardo Maraschini)
rancher/k3d (k3d)

v5.6.3

Full Changelog: k3d-io/k3d@v5.6.2...v5.6.3

v5.6.2

Sponsors

💸 Thanks for the sponsorship @​ebauman 🎉

What's Changed

New Contributors

Full Changelog: k3d-io/k3d@v5.6.0...v5.6.2

kubernetes/kubectl (kubectl)

v1.29.3

nodejs/node (node)

v21.7.3

Compare Source

xyflow/xyflow (reactflow)

v11.11.1

Compare Source

Patch Changes
Microsoft/TypeScript (typescript)

v5.4.5: TypeScript 5.4.5

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:


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 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested review from alecthomas and a team as code owners April 15, 2024 01:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from cf7159c to 35379c7 Compare April 15, 2024 05:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 17efafd to ba10bcd Compare April 15, 2024 16:59
Copy link
Contributor Author

renovate bot commented Apr 15, 2024

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.

@wesbillman wesbillman merged commit 6080881 into main Apr 15, 2024
11 checks passed
@wesbillman wesbillman deleted the renovate/all-minor-patch branch April 15, 2024 17:34
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