Skip to content

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

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

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

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 26, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@antfu/eslint-config 4.1.0 -> 4.3.0 age adoption passing confidence devDependencies minor
@iconify-json/carbon 1.2.5 -> 1.2.7 age adoption passing confidence devDependencies patch
@iconify-json/octicon 1.2.2 -> 1.2.5 age adoption passing confidence devDependencies patch
@iconify-json/simple-icons 1.2.22 -> 1.2.26 age adoption passing confidence devDependencies patch
@nolebase/ui (source) 2.12.1 -> 2.15.0 age adoption passing confidence devDependencies minor
@nolebase/ui-asciinema (source) 2.12.1 -> 2.15.0 age adoption passing confidence devDependencies minor
@nolebase/vitepress-plugin-enhanced-mark (source) 2.12.1 -> 2.15.0 age adoption passing confidence devDependencies minor
@nolebase/vitepress-plugin-enhanced-readabilities (source) 2.12.1 -> 2.15.0 age adoption passing confidence devDependencies minor
@nolebase/vitepress-plugin-git-changelog (source) 2.12.1 -> 2.15.0 age adoption passing confidence devDependencies minor
@nolebase/vitepress-plugin-highlight-targeted-heading (source) 2.12.1 -> 2.15.0 age adoption passing confidence devDependencies minor
@types/node (source) 22.13.0 -> 22.13.5 age adoption passing confidence devDependencies patch
@vueuse/core (source) 12.5.0 -> 12.7.0 age adoption passing confidence devDependencies minor
asciinema-player 3.8.2 -> 3.9.0 age adoption passing confidence devDependencies minor
eslint (source) 9.19.0 -> 9.21.0 age adoption passing confidence devDependencies minor
ghcr.io/nekomeowww/ollama-operator 0.10.5 -> 0.10.6 age adoption passing confidence Kustomization patch
github.com/nekomeowww/xo v1.14.1 -> v1.15.1 age adoption passing confidence require minor
github.com/spf13/cobra v1.8.1 -> v1.9.1 age adoption passing confidence require minor
go (source) 1.23.5 -> 1.24.0 age adoption passing confidence toolchain minor
golang 1.23 -> 1.24 age adoption passing confidence stage minor
golang 1.23.5 -> 1.24.0 age adoption passing confidence minor
k8s.io/api v0.32.1 -> v0.32.2 age adoption passing confidence require patch
k8s.io/apimachinery v0.32.1 -> v0.32.2 age adoption passing confidence require patch
k8s.io/cli-runtime v0.32.1 -> v0.32.2 age adoption passing confidence require patch
k8s.io/client-go v0.32.1 -> v0.32.2 age adoption passing confidence require patch
sigs.k8s.io/controller-runtime v0.20.1 -> v0.20.2 age adoption passing confidence require patch
vite (source) 6.0.11 -> 6.2.0 age adoption passing confidence devDependencies minor
vitepress-plugin-tabs (source) ^0.5.0 -> ^0.6.0 age adoption passing confidence devDependencies minor

Release Notes

antfu/eslint-config (@​antfu/eslint-config)

v4.3.0

Compare Source

   🚀 Features
   🏎 Performance
    View changes on GitHub

v4.2.1

Compare Source

   🚀 Features
    View changes on GitHub

v4.2.0

Compare Source

   🚀 Features
    View changes on GitHub

v4.1.1

Compare Source

No significant changes

    View changes on GitHub
nolebase/integrations (@​nolebase/ui)

v2.15.0

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.14.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v2.13.7

Compare Source

   🚀 Features
    View changes on GitHub

v2.13.6

Compare Source

What's Changed

Full Changelog: nolebase/integrations@v2.13.5...v2.13.6

v2.13.5

Compare Source

What's Changed
New Contributors

Full Changelog: nolebase/integrations@v2.13.0...v2.13.5

v2.13.0

Compare Source

What's Changed
New Contributors

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

vueuse/vueuse (@​vueuse/core)

v12.7.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v12.6.1

Compare Source

No significant changes

    View changes on GitHub

v12.6.0

Compare Source

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

v3.9.0: 3.9.0

Compare Source

Notable changes:

  • keyboard shortcuts are now easily discoverable via help popup triggered with ? key or the keyboard icon in the control bar
  • added "step back", triggered with , (comma) key, a complementary feature for existing "step forward" (. key)
  • refactored websocket driver, and upgraded it for recent changes in ALiS protocol (uses WS subprotocol negotiation, supports both 8 and 16 color palettes, partially supports input and marker events, and more)
  • player's core can now be run in a split mode, which greatly improves UI responsiveness in certain cases (see below)

The split mode, runs player's UI and player's core (parsing, terminal emulation) in separate OS threads, which improves UI's responsiveness during playback. In this setup the UI code runs in the window context, while the processing code runs in a WebWorker. The benefit of this configuration is typically observed only for high frame-rate / high bandwidth recordings. The player hosted on asciinema.org runs in the split mode. For typical demos/sessions it's not worth the setup hassle. This is advanced setup and in 99% of the cases you don't need it.

eslint/eslint (eslint)

v9.21.0

Compare Source

Features
Bug Fixes
  • db5340d fix: update missing plugin message template (#​19445) (Milos Djermanovic)
  • d8ffdd4 fix: do not exit process on rule crash (#​19436) (Francesco Trotta)
Documentation
  • c5561ea docs: Update README (GitHub Actions Bot)
  • 80b0485 docs: replace var with let and const in rule example (#​19434) (Tanuj Kanti)
  • f67d5e8 docs: Update README (GitHub Actions Bot)
  • 75afc61 docs: Update README (GitHub Actions Bot)
  • 0636cab docs: Update Eleventy from v2 to v3 (#​19415) (Amaresh S M)
  • dd7d930 docs: Update README (GitHub Actions Bot)
Chores
  • a8c9a9f chore: update @eslint/eslintrc and @eslint/js (#​19453) (Francesco Trotta)
  • 265e0cf chore: package.json update for @​eslint/js release (Jenkins)
  • 3401b85 test: add test for Rule.ReportDescriptor type (#​19449) (Francesco Trotta)
  • e497aa7 chore: update rewrite dependencies (#​19448) (Francesco Trotta)
  • dab5478 chore: better error message for missing plugin in config (#​19402) (Tanuj Kanti)
  • ebfe2eb chore: set js language for bug report issue config block (#​19439) (Josh Goldberg ✨)
  • 5fd211d test: processors can return subpaths (#​19425) (Milos Djermanovic)

v9.20.1

Compare Source

Bug Fixes

Documentation

  • fe3ccb2 docs: allow typing in search box while dropdown is open (#​19424) (Amaresh S M)
  • 93c78a5 docs: Add instructions for pnpm compat (#​19422) (Nicholas C. Zakas)
  • b476a93 docs: Fix Keyboard Navigation for Search Results (#​19416) (Amaresh S M)
  • ccb60c0 docs: Update README (GitHub Actions Bot)

v9.20.0

Compare Source

Features
  • e89a54a feat: change behavior of inactive flags (#​19386) (Milos Djermanovic)
Bug Fixes
  • 91d4d9f fix: Bring types in sync with @​eslint/core (#​19157) (Nicholas C. Zakas)
  • fa25c7a fix: Emit warning when empty config file is used (#​19399) (Nicholas C. Zakas)
  • 31a9fd0 fix: Clearer error message for wrong plugin format (#​19380) (Nicholas C. Zakas)
  • 61d99e3 fix: Better error message for unserializable parser (#​19384) (Nicholas C. Zakas)
  • db1b9a6 fix: Ensure module scope is checked for references in consistent-this (#​19383) (Nicholas C. Zakas)
  • 8bcd820 fix: arrow-body-style crash with single-token body (#​19379) (Milos Djermanovic)
Documentation
  • b7012c8 docs: rewrite examples with var using let and const (#​19407) (Mueez Javaid Hashmi)
  • 6406376 docs: Update README (GitHub Actions Bot)
  • 350f2b9 docs: rewrite some examples with var using let and const (#​19404) (Mueez Javaid Hashmi)
  • 93c325a docs: rewrite examples with var using let and const (#​19398) (Mueez Javaid Hashmi)
  • 56ff404 docs: replace var with let or const in rules docs (#​19396) (Daniel Harbrueger)
  • 4053226 docs: change sourceType in no-eval examples (#​19393) (Milos Djermanovic)
  • 1324af0 docs: replace var with let and const in rules docs (#​19392) (Daniel Harbrueger)
  • 8b87e00 docs: replace var with const and let in rules (#​19389) (Tanuj Kanti)
  • 758c66b docs: Explain what frozen rules mean (#​19382) (Nicholas C. Zakas)
  • 0ef8bb8 docs: additional checks for rule examples (#​19358) (Milos Djermanovic)
  • 58ab2f6 docs: fix order of installation steps in getting started (#​19326) (Tanuj Kanti)
Chores
nekomeowww/xo (github.com/nekomeowww/xo)

v1.15.1

Compare Source

v1.15.0

Compare Source

What's Changed

Full Changelog: nekomeowww/xo@v1.14.1...v1.15.0

spf13/cobra (github.com/spf13/cobra)

v1.9.1

Compare Source

🐛 Fixes

Full Changelog: spf13/cobra@v1.9.0...v1.9.1

v1.9.0

Compare Source

✨ Features

🐛 Fixes

🤖 Completions

🧪 Testing

✍🏼 Documentation


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.

@renovate
Copy link
Contributor Author

renovate bot commented Feb 26, 2025

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 3 additional dependencies were updated

Details:

Package Change
github.com/evanphx/json-patch/v5 v5.9.0 -> v5.9.11
google.golang.org/protobuf v1.36.3 -> v1.36.4
k8s.io/apiextensions-apiserver v0.32.0 -> v0.32.1

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4cf2924 to 6e1b8c3 Compare February 26, 2025 04:31
@github-actions
Copy link

github-actions bot commented Feb 26, 2025

✅ Successfully deployed to Cloudflare Pages

Status URL
Success https://842c1599.ollama-operator.pages.dev

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6e1b8c3 to 62bf978 Compare February 26, 2025 04:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 62bf978 to a030cf2 Compare February 26, 2025 04:34
@nekomeowww nekomeowww merged commit 51af91f into main Feb 26, 2025
2 checks passed
@nekomeowww nekomeowww deleted the renovate/all-minor-patch branch February 26, 2025 04:52
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