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

fix(deps): update all non-major dependencies #3699

Merged
merged 1 commit into from
Mar 12, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 12, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@tailwindcss/vite (source) 4.0.12 -> 4.0.13 age adoption passing confidence dependencies patch
bumpp ^10.0.3 -> ^10.1.0 age adoption passing confidence devDependencies minor
daisyui (source) 5.0.0 -> 5.0.3 age adoption passing confidence dependencies patch
go 1.24 -> 1.24.1 age adoption passing confidence uses-with patch
go 1.23 -> 1.24.1 age adoption passing confidence uses-with minor
go 1.22.x -> 1.24.1 age adoption passing confidence uses-with minor
k8s.io/api v0.32.2 -> v0.32.3 age adoption passing confidence require patch
k8s.io/apimachinery v0.32.2 -> v0.32.3 age adoption passing confidence require patch
k8s.io/client-go v0.32.2 -> v0.32.3 age adoption passing confidence require patch
k8s.io/metrics v0.32.2 -> v0.32.3 age adoption passing confidence require patch
lint-staged ^15.4.3 -> ^15.5.0 age adoption passing confidence devDependencies minor
tailwindcss (source) 4.0.12 -> 4.0.13 age adoption passing confidence dependencies patch

Release Notes

tailwindlabs/tailwindcss (@​tailwindcss/vite)

v4.0.13

Compare Source

Fixed
  • Fix Haml pre-processing (#​17051)
  • Ensure .node and .wasm files are not scanned for utilities (#​17123)
  • Improve performance when scanning JSON files (#​17125)
  • Fix extracting candidates containing dots in Haml, Pug, and Slim pre processors (#​17094, #​17085, #​17113)
  • Don't create invalid CSS when encountering a link wrapped in square brackets (#​17129)
antfu-collective/bumpp (bumpp)

v10.1.0

Compare Source

   🚀 Features
    View changes on GitHub
saadeghi/daisyui (daisyui)

v5.0.3

Compare Source

v5.0.2

Compare Source

Bug Fixes

v5.0.1

Compare Source

Bug Fixes
  • bug: (v5) I can't override inline the font-size of a button without using important. closes: #​3641
  • bug: text content in the alert component isn't responsive. closes: #​3638
  • bug: code in prose (typography plugin) is not styled by daisy. closes: #​3631
  • bug: Modal looses backdrop transition after build. closes: #​3628
  • bug: (v5) unintended outline when using join and radio button. closes: #​3615
  • bug: fieldset + select + icon. closes: #​3613
  • bug: (v5) Text opacity and custom fonts not working in daisyUI v5 CDN version. closes: #​3612
  • bug: "join" applies incorrect border radius when used with a single item. closes: #​3611
  • bug: (v5) Button colors do not play well with typography. closes: #​3606
  • bug: (v5) Collapse uses variable --rounded-box but it should use --radius-box. closes: #​3600
  • bug: Deno requires with attribute on import. closes: #​3597
  • bug: The development guides does not work on Windows machine. closes: #​3567
  • docs: Badge component code highlight error. closes: #​3627
  • docs: Add warning about Modal placement inside Dropdown components. closes: #​3616
actions/go-versions (go)

v1.24.1: 1.24.1

Compare Source

Go 1.24.1

kubernetes/api (k8s.io/api)

v0.32.3

Compare Source

kubernetes/apimachinery (k8s.io/apimachinery)

v0.32.3

Compare Source

kubernetes/client-go (k8s.io/client-go)

v0.32.3

Compare Source

kubernetes/metrics (k8s.io/metrics)

v0.32.3

Compare Source

lint-staged/lint-staged (lint-staged)

v15.5.0

Compare Source

Minor Changes
  • #​1526 630af5f Thanks @​iiroj! - Lint-staged no longer resets to the original state when preventing an empty git commit. This happens when your configured tasks reset all the staged changes, typically when trying to commit formatting changes which conflict with your linter setup like ESLint or Prettier.
Example with Prettier

By default Prettier prefers double quotes.

Previously
  1. Stage file.js with only double quotes " changed to '
  2. Run git commit -am "I don't like double quotes"
  3. Lint-staged runs prettier --write file.js, converting all the ' back to "
  4. Because there are now no changes, lint-staged fails, cancels the commit, and resets back to the original state
  5. Commit was not done, original state is restored and single quotes ' are staged
Now
  1. Stage file.js with only double-quotes " changed to '
  2. Run git commit -am "I don't like double quotes"
  3. Lint-staged runs prettier --write file.js, converting all the ' back to "
  4. Because there are now no changes, lint-staged fails and cancels the commit
  5. Commit was not done, and there are no staged changes

Configuration

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

🚦 Automerge: Enabled.

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot enabled auto-merge (squash) March 12, 2025 15:50
@renovate renovate bot merged commit 97ece4c into master Mar 12, 2025
10 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch March 12, 2025 15:54
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.

0 participants