Skip to content

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

Merged
nekomeowww merged 1 commit intomainfrom
renovate/all-minor-patch
Feb 1, 2025
Merged

fix(deps): update all non-major dependencies#40
nekomeowww merged 1 commit intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 1, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@iconify-json/simple-icons 1.2.17 -> 1.2.22 age adoption passing confidence devDependencies patch
@nolebase/ui (source) 2.12.0 -> 2.12.1 age adoption passing confidence devDependencies patch
@nolebase/ui-asciinema (source) 2.12.0 -> 2.12.1 age adoption passing confidence devDependencies patch
@nolebase/vitepress-plugin-enhanced-mark (source) 2.12.0 -> 2.12.1 age adoption passing confidence devDependencies patch
@nolebase/vitepress-plugin-enhanced-readabilities (source) 2.12.0 -> 2.12.1 age adoption passing confidence devDependencies patch
@nolebase/vitepress-plugin-git-changelog (source) 2.12.0 -> 2.12.1 age adoption passing confidence devDependencies patch
@nolebase/vitepress-plugin-highlight-targeted-heading (source) 2.12.0 -> 2.12.1 age adoption passing confidence devDependencies patch
@types/node (source) 22.10.2 -> 22.13.0 age adoption passing confidence devDependencies minor
@vueuse/core (source) 12.2.0 -> 12.5.0 age adoption passing confidence devDependencies minor
asciinema-player 3.8.1 -> 3.8.2 age adoption passing confidence devDependencies patch
eslint (source) 9.17.0 -> 9.19.0 age adoption passing confidence devDependencies minor
github.com/briandowns/spinner v1.23.1 -> v1.23.2 age adoption passing confidence require patch
github.com/samber/lo v1.47.0 -> v1.49.1 age adoption passing confidence require minor
github.com/spf13/pflag v1.0.5 -> v1.0.6 age adoption passing confidence require patch
go (source) 1.23.4 -> 1.23.5 age adoption passing confidence toolchain patch
golang 1.23.4 -> 1.23.5 age adoption passing confidence patch
k8s.io/api v0.32.0 -> v0.32.1 age adoption passing confidence require patch
k8s.io/apimachinery v0.32.0 -> v0.32.1 age adoption passing confidence require patch
k8s.io/cli-runtime v0.32.0 -> v0.32.1 age adoption passing confidence require patch
k8s.io/client-go v0.32.0 -> v0.32.1 age adoption passing confidence require patch
pnpm (source) 9.15.2 -> 9.15.4 age adoption passing confidence packageManager patch
sigs.k8s.io/controller-runtime v0.19.3 -> v0.20.1 age adoption passing confidence require minor
typescript (source) 5.7.2 -> 5.7.3 age adoption passing confidence devDependencies patch
vite (source) 6.0.9 -> 6.0.11 age adoption passing confidence devDependencies patch
vitepress (source) 1.5.0 -> 1.6.3 age adoption passing confidence devDependencies minor

Release Notes

nolebase/integrations (@​nolebase/ui)

v2.12.1

Compare Source

What's Changed
New Contributors

Full Changelog: nolebase/integrations@v2.12.0...v2.12.1

vueuse/vueuse (@​vueuse/core)

v12.5.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v12.4.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v12.3.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
asciinema/asciinema-player (asciinema-player)

v3.8.2: 3.8.2

Compare Source

Notable changes:

  • fixed blinking of ascii drawing chars (#​273)
  • background color is no longer brightened (value + 8) when blink attribute is set - this caused ugly rendering in some scenarios, and no terminals I tested do this either
eslint/eslint (eslint)

v9.19.0

Compare Source

v9.18.0

Compare Source

briandowns/spinner (github.com/briandowns/spinner)

v1.23.2

Compare Source

samber/lo (github.com/samber/lo)

v1.49.1

Compare Source

What's Changed

Full Changelog: samber/lo@v1.49.0...v1.49.1

v1.49.0

Compare Source

What's Changed

New Contributors

Full Changelog: samber/lo@v1.48.0...v1.49.0

v1.48.0

Compare Source

What's Changed

Feature
Fix
Refactor

New Contributors

Full Changelog: samber/lo@v1.47.0...v1.48.0

spf13/pflag (github.com/spf13/pflag)

v1.0.6

Compare Source

What's Changed

New Contributors

Full Changelog: spf13/pflag@v1.0.5...v1.0.6

golang/go (go)

v1.23.5

kubernetes/api (k8s.io/api)

v0.32.1

Compare Source

kubernetes/apimachinery (k8s.io/apimachinery)

v0.32.1

Compare Source

kubernetes/cli-runtime (k8s.io/cli-runtime)

v0.32.1

Compare Source

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

v0.32.1

Compare Source

pnpm/pnpm (pnpm)

v9.15.4: pnpm 9.15.4

Compare Source

Patch Changes

  • Ensure that recursive pnpm update --latest <pkg> updates only the specified package, with dedupe-peer-dependents=true.

Platinum Sponsors

Bit Bit Figma

Gold Sponsors

Discord Prisma
u|screen JetBrains
Nx CodeRabbit
Route4Me Workleap
Canva

v9.15.3

Compare Source

kubernetes-sigs/controller-runtime (sigs.k8s.io/controller-runtime)

v0.20.1

Compare Source

What's Changed

Full Changelog: kubernetes-sigs/controller-runtime@v0.20.0...v0.20.1

v0.20.0

Compare Source

Highlights

  • Based on k8s.io/* v1.32 libraries and minimum Go version is now v1.23
  • New experimental priority queue feature
    • More details in #​3013 and #​2374
    • Can be enabled via manager.Options.Controller.UsePriorityQueue
    • Please give it a try and provide feedback in #​2374
  • AggregatedDiscovery is automatically used when available (#​2901)
  • As usual, many improvements to the fake client

Changes since v0.19.0

⚠️ Breaking Changes

✨ New Features


Configuration

📅 Schedule: Branch creation - "* 0-3 1 * *" (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.

@github-actions
Copy link

github-actions bot commented Feb 1, 2025

✅ Successfully deployed to Cloudflare Pages

Status URL
Success https://25f7d073.ollama-operator.pages.dev

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 05791ee to 78c0ccd Compare February 1, 2025 08:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 78c0ccd to b7e002a Compare February 1, 2025 08:55
@nekomeowww nekomeowww merged commit f8f340c into main Feb 1, 2025
2 checks passed
@nekomeowww nekomeowww deleted the renovate/all-minor-patch branch February 1, 2025 08:56
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