Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 19, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@apollo/client (source) 3.13.4 -> 3.13.5 age adoption passing confidence
@eslint/js (source) 9.22.0 -> 9.23.0 age adoption passing confidence
@nestjs/apollo 13.0.3 -> 13.0.4 age adoption passing confidence
@nestjs/common (source) 11.0.11 -> 11.0.12 age adoption passing confidence
@nestjs/core (source) 11.0.11 -> 11.0.12 age adoption passing confidence
@nestjs/graphql 13.0.3 -> 13.0.4 age adoption passing confidence
@nestjs/platform-fastify (source) 11.0.11 -> 11.0.12 age adoption passing confidence
@nestjs/testing (source) 11.0.11 -> 11.0.12 age adoption passing confidence
@nuxt/devtools (source) 2.3.0 -> 2.3.1 age adoption passing confidence
@rollup/rollup-linux-x64-gnu (source) 4.36.0 -> 4.37.0 age adoption passing confidence
@storybook/addon-essentials (source) 8.6.7 -> 8.6.9 age adoption passing confidence
@storybook/addon-interactions (source) 8.6.7 -> 8.6.9 age adoption passing confidence
@storybook/addon-links (source) 8.6.7 -> 8.6.9 age adoption passing confidence
@storybook/builder-vite (source) 8.6.7 -> 8.6.9 age adoption passing confidence
@storybook/vue3-vite (source) 8.6.7 -> 8.6.9 age adoption passing confidence
@swc/core (source) 1.11.11 -> 1.11.13 age adoption passing confidence
@types/diff (source) 7.0.1 -> 7.0.2 age adoption passing confidence
@types/node (source) 22.13.10 -> 22.13.13 age adoption passing confidence
eslint (source) 9.22.0 -> 9.23.0 age adoption passing confidence
eslint-plugin-prettier 5.2.3 -> 5.2.5 age adoption passing confidence
graphql-scalars 1.24.1 -> 1.24.2 age adoption passing confidence
nestjs-pino 4.3.1 -> 4.4.0 age adoption passing confidence
nuxt (source) 3.16.0 -> 3.16.1 age adoption passing confidence
reka-ui 2.1.0 -> 2.1.1 age adoption passing confidence
storybook (source) 8.6.7 -> 8.6.9 age adoption passing confidence
typescript-eslint (source) 8.26.1 -> 8.28.0 age adoption passing confidence
vite (source) 6.2.2 -> 6.2.3 age adoption passing confidence
vitest (source) 3.0.7 -> 3.0.9 age adoption passing confidence
vuetify (source) 3.7.17 -> 3.7.18 age adoption passing confidence
zx (source) 8.3.2 -> 8.4.1 age adoption passing confidence

Release Notes

apollographql/apollo-client (@​apollo/client)

v3.13.5

Compare Source

Patch Changes
  • #​12461 12c8d06 Thanks @​jerelmiller! - Fix an issue where a cache-first query would return the result for previous variables when a cache update is issued after simultaneously changing variables and skipping the query.
eslint/eslint (@​eslint/js)

v9.23.0

Compare Source

nestjs/graphql (@​nestjs/apollo)

v13.0.4

Compare Source

13.0.4 (2025-03-24)
Enhancements
Dependencies
Committers: 1
nestjs/nest (@​nestjs/common)

v11.0.12

Compare Source

nestjs/nest (@​nestjs/core)

v11.0.12

Compare Source

nestjs/nest (@​nestjs/platform-fastify)

v11.0.12

Compare Source

v11.0.12 (2025-03-19)

Bug fixes
Enhancements
nestjs/nest (@​nestjs/testing)

v11.0.12

Compare Source

nuxt/devtools (@​nuxt/devtools)

v2.3.1

Compare Source

Bug Fixes
  • downgrade execa to be compatible with Node v18, fix #​821 (f15c7dc)
rollup/rollup (@​rollup/rollup-linux-x64-gnu)

v4.37.0

Compare Source

2025-03-23

Features
  • Support Musl Linux on Riscv64 architectures (#​5726)
  • Handles class decorators placed before the export keyword (#​5871)
Bug Fixes
  • Log Rust panic messages to the console when using the WASM build (#​5875)
Pull Requests
storybookjs/storybook (@​storybook/addon-essentials)

v8.6.9

Compare Source

v8.6.8

Compare Source

storybookjs/storybook (@​storybook/addon-links)

v8.6.9

Compare Source

v8.6.8

Compare Source

swc-project/swc (@​swc/core)

v1.11.13

Compare Source

Features
Performance

v1.11.12

Compare Source

Bug Fixes
Documentation
Features
Performance
  • (es/minifier) Merge dead_branch_remover into pure optimizer (#​10201) (6841523)
eslint/eslint (eslint)

v9.23.0

Compare Source

prettier/eslint-plugin-prettier (eslint-plugin-prettier)

v5.2.5

Compare Source

Patch Changes

v5.2.4

Compare Source

Patch Changes
Urigo/graphql-scalars (graphql-scalars)

v1.24.2

Compare Source

Patch Changes
iamolegga/nestjs-pino (nestjs-pino)

v4.4.0: : allow publishing source map files

Compare Source

What's Changed

New Contributors

Full Changelog: iamolegga/nestjs-pino@4.3.1...4.4.0

nuxt/nuxt (nuxt)

v3.16.1

Compare Source

compare changes

🔥 Performance
  • nuxt: Use browser cache for payloads (#​31379)
🩹 Fixes
  • nuxt: Restore nuxt aliases to nitro compilerOptions.paths (#​31278)
  • nuxt: Use new mocked-exports (#​31295)
  • nuxt: Check resolved options for polyfills (#​31307)
  • nuxt: Render style component html (#​31337)
  • nuxt: Add missing lazy hydration prop in regex (#​31359)
  • nuxt: Fully resolve nuxt dependencies (#​31436)
  • vite: Don't show interim vite build output files (#​31439)
  • nuxt: Ignore prerendering unprefixed public assets (151912ec3)
  • nuxt: Use more performant router catchall pattern (#​31450)
  • nuxt: Prevent param duplication in typedPages implementation (#​31331)
  • nuxt: Sort route paths before creating route tree (#​31454)
📖 Documentation
  • Update link to vercel edge network (ec20802a5)
  • Improve HMR performance note for Windows users (#​31301)
  • Correct WSL note phrasing (#​31322)
  • Fix typo (#​31341)
  • Adjust app.head example (#​31350)
  • Include package manager options in update script (#​31346)
  • Add missing comma (#​31362)
  • Add mention of addServerTemplate to modules guide (#​31369)
  • Add rspack and remove test-utils for monorepo guide (#​31371)
  • Adjust example (#​31372)
  • Update experimental docs (#​31388)
  • Use ini syntax block highlighting for .env files (f79fabe46)
  • Improve useHydration docs (#​31427)
  • Update broken docs links (#​31430)
  • Mention possibility of prerendering api routes (#​31234)
🏡 Chore
✅ Tests
  • Migrate runtime compiler test to playwright (+ add test cases) (#​31405)
  • Migrate spa preloader tests to playwright (#​31273)
  • Use srvx and random port for remote provider (#​31432)
🤖 CI
❤️ Contributors
unovue/reka-ui (reka-ui)

v2.1.1

Compare Source

   🐞 Bug Fixes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Mar 19, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 25 times, most recently from 60b2fe7 to 1059e09 Compare March 24, 2025 16:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from b4a8042 to 4037bc2 Compare March 24, 2025 21:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4037bc2 to 102cd26 Compare March 25, 2025 11:46
@github-actions
Copy link
Contributor

This plugin has been deployed to Cloudflare R2 and is available for testing.
Download it at this URL:

https://preview.dl.unraid.net/unraid-api/tag/PR1253/dynamix.unraid.net.plg

@elibosley elibosley merged commit 53fec0e into main Mar 25, 2025
7 checks passed
@elibosley elibosley deleted the renovate/all-minor-patch branch March 25, 2025 13:29
elibosley pushed a commit that referenced this pull request Mar 25, 2025
🤖 I have created a release *beep* *boop*
---


## [4.4.0](v4.3.1...v4.4.0)
(2025-03-25)


### Features

* add ReplaceKey functionality to plugin
([#1264](#1264))
([4aadcef](4aadcef))
* downgrade page replace key check
([#1263](#1263))
([8d56d12](8d56d12))
* make log viewer component dynamic
([#1242](#1242))
([e6ec110](e6ec110))
* ReplaceKey functionality in Registration and Update pages
([#1246](#1246))
([04307c9](04307c9))
* UnraidCheckExec for Check OS Updates via UPC dropdown
([#1265](#1265))
([5935a3b](5935a3b))


### Bug Fixes

* **deps:** update all non-major dependencies
([#1236](#1236))
([7194f85](7194f85))
* **deps:** update all non-major dependencies
([#1247](#1247))
([20b0aeb](20b0aeb))
* **deps:** update all non-major dependencies
([#1251](#1251))
([33a1a1d](33a1a1d))
* **deps:** update all non-major dependencies
([#1253](#1253))
([53fec0e](53fec0e))
* **deps:** update dependency @nestjs/passport to v11
([#1244](#1244))
([edc93a9](edc93a9))
* **deps:** update dependency graphql-subscriptions to v3
([#1209](#1209))
([c14c85f](c14c85f))
* **deps:** update dependency ini to v5
([#1217](#1217))
([f27660f](f27660f))
* **deps:** update dependency jose to v6
([#1248](#1248))
([42e3d59](42e3d59))
* **deps:** update dependency marked to v15
([#1249](#1249))
([2b6693f](2b6693f))
* **deps:** update dependency pino-pretty to v13
([#1250](#1250))
([85fb910](85fb910))
* **deps:** update dependency pm2 to v6
([#1258](#1258))
([04ad2bc](04ad2bc))
* **deps:** update dependency shadcn-vue to v1
([#1259](#1259))
([1a4fe8f](1a4fe8f))
* **deps:** update dependency vue-i18n to v11
([#1261](#1261))
([0063286](0063286))
* **deps:** update vueuse monorepo to v13 (major)
([#1262](#1262))
([94caae3](94caae3))
* make scripts executable when building the plugin
([#1255](#1255))
([e237f38](e237f38))
* node installation not persisting across reboots
([#1256](#1256))
([0415cf1](0415cf1))
* update configValid state to ineligible in var.ini and adjust rel…
([#1268](#1268))
([ef8c954](ef8c954))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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.

2 participants