Skip to content

chore(deps): update all non-major dependencies (main) #17

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 5, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@ai-sdk/vue (source) ^1.2.10 -> ^1.2.12 age adoption passing confidence
@iconify-json/lucide ^1.2.40 -> ^1.2.43 age adoption passing confidence
@iconify-json/simple-icons ^1.2.33 -> ^1.2.34 age adoption passing confidence
@nuxt/eslint (source) ^1.3.0 -> ^1.4.0 age adoption passing confidence
@nuxt/ui-pro (source) ^3.1.1 -> ^3.1.2 age adoption passing confidence
@nuxthub/core (source) ^0.8.25 -> ^0.8.27 age adoption passing confidence
@types/node (source) ^22.15.3 -> ^22.15.18 age adoption passing confidence
ai (source) ^4.3.13 -> ^4.3.15 age adoption passing confidence
pnpm (source) 10.10.0 -> 10.11.0 age adoption passing confidence
workers-ai-provider ^0.3.0 -> ^0.4.1 age adoption passing confidence
wrangler (source) ^4.14.0 -> ^4.15.2 age adoption passing confidence

Release Notes

vercel/ai (@​ai-sdk/vue)

v1.2.12

Compare Source

Patch Changes
  • b54cb59: fix (ai-sdk/vue): fix status reactivity

v1.2.11

Compare Source

Patch Changes
nuxt/eslint (@​nuxt/eslint)

v1.4.0

Compare Source

   🚀 Features
    View changes on GitHub

v1.3.1

Compare Source

No significant changes

    View changes on GitHub
nuxt/ui-pro (@​nuxt/ui-pro)

v3.1.2

Compare Source

nuxt-hub/core (@​nuxthub/core)

v0.8.27

Compare Source

compare changes

🚀 Enhancements
  • Enable worker logs with default settings (#​566)
📖 Documentation
❤️ Contributors

v0.8.26

Compare Source

compare changes

🚀 Enhancements
📖 Documentation
🏡 Chore
  • release: V0.8.25 (988a38b)
  • Update to latest nuxt ui version (#​556)
❤️ Contributors
pnpm/pnpm (pnpm)

v10.11.0

Compare Source

Minor Changes
  • A new setting added for pnpm init to create a package.json with type=module, when init-type is module. Works as a flag for the init command too #​9463.

  • Added support for Nushell to pnpm setup #​6476.

  • Added two new flags to the pnpm audit command, --ignore and --ignore-unfixable #​8474.

    Ignore all vulnerabilities that have no solution:

    > pnpm audit --ignore-unfixable

    Provide a list of CVE's to ignore those specifically, even if they have a resolution.

    > pnpm audit --ignore=CVE-2021-1234 --ignore=CVE-2021-5678
  • Added support for recursively running pack in every project of a workspace #​4351.

    Now you can run pnpm -r pack to pack all packages in the workspace.

Patch Changes
  • pnpm version management should work, when dangerouslyAllowAllBuilds is set to true #​9472.
  • pnpm link should work from inside a workspace #​9506.
  • Set the default workspaceConcurrency to Math.min(os.availableParallelism(), 4) #​9493.
  • Installation should not exit with an error if strictPeerDependencies is true but all issues are ignored by peerDependencyRules #​9505.
  • Read updateConfig from pnpm-workspace.yaml #​9500.
  • Add support for recursive pack
  • Remove url.parse usage to fix warning on Node.js 24 #​9492.
  • pnpm run should be able to run commands from the workspace root, if ignoreScripts is set tot true #​4858.
cloudflare/ai (workers-ai-provider)

v0.4.1

Compare Source

Patch Changes

v0.4.0

Compare Source

Minor Changes

v0.3.2

Patch Changes
cloudflare/workers-sdk (wrangler)

v4.15.2

Compare Source

Patch Changes

v4.15.1

Compare Source

Patch Changes

v4.15.0

Compare Source

Minor Changes
  • #​8794 02f0699 Thanks @​eastlondoner! - This adds support for more accurate types for service bindings when running wrangler types. Previously, running wrangler types with a config including a service binding would generate an Env type like this:

    interface Env {
    	SERVICE_BINDING: Fetcher;
    }

    This type was "correct", but didn't capture the possibility of using JSRPC to communicate with the service binding. Now, running wrangler types -c wrangler.json -c ../service/wrangler.json (the first config representing the current Worker, and any additional configs representing service bound Workers) will generate an Env type like this:

    interface Env {
    	SERVICE_BINDING: Service<import("../service/src/index").Entrypoint>;
    }
  • #​8716 63a6504 Thanks @​ItsWendell! - add --metafile flag to generate esbuild metadata file during build

  • #​9122 f17ee08 Thanks @​avenceslau! - Unhide wrangler workflows delete command

Patch Changes

v4.14.4

Compare Source

Patch Changes
  • #​9124 d0d62e6 Thanks @​dario-piotrowicz! - make that unstable_startWorker can correctly throw configuration errors

    make sure that unstable_startWorker can throw configuration related errors when:

    • the utility is called
    • the worker's setConfig is called with the throwErrors argument set to true

    additionally when an error is thrown when unstable_startWorker is called make sure
    that the worker is properly disposed (since, given the fact that it is not returned
    by the utility the utility's caller wouldn't have any way to dispose it themselves)

v4.14.3

Compare Source

Patch Changes

v4.14.2

Compare Source

Patch Changes

Configuration

📅 Schedule: Branch creation - "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 was generated by Mend Renovate. View the repository job log.

Copy link

nuxthub-admin bot commented May 5, 2025

✅ Deployed chat-template

Deployed chat-template 79f1c07 to preview

🔗 renovate-main-all-minor-patc.chat-template.pages.dev
📌 74536ea1.chat-template.pages.dev
📱
View QR Code QR code linking to deployment URL.

📋 View deployment logs

@renovate renovate bot force-pushed the renovate/main-all-minor-patch branch from 9dd060c to 963dd0c Compare May 5, 2025 22:43
@renovate renovate bot changed the title chore(deps): update dependency @tanstack/vue-virtual to ^3.13.8 (main) chore(deps): update all non-major dependencies (main) May 5, 2025
@renovate renovate bot force-pushed the renovate/main-all-minor-patch branch from 963dd0c to 39646aa Compare May 6, 2025 02:58
@renovate renovate bot force-pushed the renovate/main-all-minor-patch branch from 39646aa to bf676e8 Compare May 6, 2025 11:02
@renovate renovate bot force-pushed the renovate/main-all-minor-patch branch from bf676e8 to 5c09c1b Compare May 6, 2025 15:34
@renovate renovate bot force-pushed the renovate/main-all-minor-patch branch from 5c09c1b to a3e1b8b Compare May 6, 2025 19:13
@renovate renovate bot force-pushed the renovate/main-all-minor-patch branch from a3e1b8b to 7bc1d77 Compare May 7, 2025 13:54
@renovate renovate bot force-pushed the renovate/main-all-minor-patch branch from 7bc1d77 to cd99b2b Compare May 7, 2025 19:28
@renovate renovate bot force-pushed the renovate/main-all-minor-patch branch from cd99b2b to 1e3cbbe Compare May 8, 2025 07:42
@renovate renovate bot force-pushed the renovate/main-all-minor-patch branch from 1e3cbbe to 0e76edd Compare May 8, 2025 11:44
@renovate renovate bot force-pushed the renovate/main-all-minor-patch branch from 0e76edd to 3122af5 Compare May 8, 2025 15:33
@renovate renovate bot force-pushed the renovate/main-all-minor-patch branch from 3122af5 to 67b5639 Compare May 9, 2025 06:43
@renovate renovate bot force-pushed the renovate/main-all-minor-patch branch from 67b5639 to bd1364d Compare May 9, 2025 18:51
@renovate renovate bot force-pushed the renovate/main-all-minor-patch branch from bd1364d to 0e03642 Compare May 11, 2025 14:30
@renovate renovate bot force-pushed the renovate/main-all-minor-patch branch from 0e03642 to db5edc9 Compare May 12, 2025 03:34
@renovate renovate bot force-pushed the renovate/main-all-minor-patch branch from db5edc9 to 06295a9 Compare May 13, 2025 12:02
@renovate renovate bot force-pushed the renovate/main-all-minor-patch branch from 06295a9 to e13d00c Compare May 13, 2025 17:35
@renovate renovate bot force-pushed the renovate/main-all-minor-patch branch from e13d00c to a9e0db3 Compare May 13, 2025 23:37
@renovate renovate bot force-pushed the renovate/main-all-minor-patch branch from a9e0db3 to 671cd35 Compare May 14, 2025 05:40
@renovate renovate bot force-pushed the renovate/main-all-minor-patch branch from 671cd35 to d493f02 Compare May 14, 2025 12:56
@renovate renovate bot force-pushed the renovate/main-all-minor-patch branch from d493f02 to a00d3bd Compare May 14, 2025 13:32
@renovate renovate bot force-pushed the renovate/main-all-minor-patch branch from a00d3bd to 48cb672 Compare May 14, 2025 19:50
@renovate renovate bot force-pushed the renovate/main-all-minor-patch branch from 48cb672 to c0dc1d7 Compare May 15, 2025 11:44
@renovate renovate bot force-pushed the renovate/main-all-minor-patch branch from c0dc1d7 to 7139ff8 Compare May 15, 2025 15:52
@renovate renovate bot force-pushed the renovate/main-all-minor-patch branch from 7139ff8 to a451493 Compare May 15, 2025 23:24
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