Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 9, 2025

This PR contains the following updates:

Package Change Age Confidence
@iconify-json/lucide ^1.2.70 -> ^1.2.72 age confidence
@iconify-json/simple-icons ^1.2.54 -> ^1.2.57 age confidence
@iconify-json/vscode-icons ^1.2.32 -> ^1.2.33 age confidence
@nuxt/content (source) ^3.7.1 -> ^3.8.0 age confidence
@nuxt/eslint (source) ^1.9.0 -> ^1.10.0 age confidence
@nuxt/ui (source) ^4.0.1 -> ^4.1.0 age confidence
eslint (source) ^9.38.0 -> ^9.39.1 age confidence
mermaid ^11.12.0 -> ^11.12.1 age confidence
vue-tsc (source) ^3.1.1 -> ^3.1.3 age confidence
wrangler (source) ^4.43.0 -> ^4.45.4 age confidence

Release Notes

nuxt/content (@​nuxt/content)

v3.8.0

Compare Source

Features
Bug Fixes
  • extend inherited schema (dd054ea)
Performance Improvements
nuxt/eslint (@​nuxt/eslint)

v1.10.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
nuxt/ui (@​nuxt/ui)

v4.1.0

Compare Source

⚠ BREAKING CHANGES
  • CommandPalette: add children-icon prop to use trailing-icon in input (#​4397)
  • Table: consistent args order in select event
Features
Bug Fixes
  • BlogPost/ChangelogVersion: allow any attrs inimage prop (9632f99), closes #​5276
  • Breadcrumb: handle active in items (cc8cbf3), closes #​4771
  • ChatMessage: ensure left side takes full width (af8c023)
  • ChatMessage: only apply max-width on right side (a85b0e1)
  • ChatMessage: reset top and bottom margin (8f9176c)
  • ChatMessages: allow user scroll with should-auto-scroll (#​5252) (db73765)
  • ChatMessages: define user & assistant ui prop type (#​5234) (240bc1a)
  • CodeTree/Tree: restore item wrapper with presentation role (70aaf4a), closes #​4945
  • CommandPalette/ContextMenu/DropdownMenu: ensure items truncate work (9d13653)
  • components: add missing ui prop in prose proxy components (#​5205) (d1afe90)
  • ContentSearch: de-duplicate description and suffix (8a259e4)
  • ContextMenu/DropdownMenu: allow item content class override (ab5032d), closes #​5277
  • Drawer/Modal/Slideover: remove close autofocus prevent (#​5191) (8099440)
  • Error/Main: render as div instead of main (2a09ac0), closes #​4955
  • FileUpload: handle disabling file delete button (08c30cf), closes #​5249
  • FileUpload: stuck focus while tabbing (#​5128) (2477d44)
  • FileUpload: use native img element for blob URLs preview (69906bc), closes #​5121 #​4824
  • InputMenu/SelectMenu: enrich reusable template item prop (63074d6)
  • InputMenu: ensure tag can be removed when number (028538a)
  • Kbd: return original value and use uppercase class (#​5238) (4095c9a)
  • NavigationMenu: display trailing slot when badge not undefined (f24204f), closes #​4670
  • Table: consistent args order in select event (9526a1b)
  • Table: expose $el instead of rootRef (c019f8f), closes #​5230 #​5162
Reverts
eslint/eslint (eslint)

v9.39.1

Compare Source

v9.39.0

Compare Source

mermaid-js/mermaid (mermaid)

v11.12.1

Compare Source

Patch Changes
vuejs/language-tools (vue-tsc)

v3.1.3

Compare Source

Features
  • feat(typescript-plugin): allow triggering file references on <template> (#​5734) - Thanks to @​KazariEX!
Bug Fixes
  • fix(vscode): correct syntax highlight in template with lang="html" (#​5728) - Thanks to @​serkodev!
Other Changes
  • refactor(language-core): generate intrinsic elements variable into global types (#​5730) - Thanks to @​KazariEX!
  • refactor(typescript-plugin): remove go to definition trick for auto imported components (#​5733) - Thanks to @​KazariEX!

v3.1.2

Compare Source

Bug Fixes
  • fix(component-meta): import type helpers by relative path
  • fix(language-core): fix syntax error when propTypes has no elements (#​5704) - Thanks to @​so1ve!
  • fix(language-core): omit defined emit props only (#​5705) - Thanks to @​so1ve!
Other Changes
  • docs: fix vue-tsc broken link to example boilerplate in README.md (#​5721) - Thanks to @​heyakyra!
cloudflare/workers-sdk (wrangler)

v4.45.4

Compare Source

Patch Changes
  • #​11133 8ffbd17 Thanks @​petebacondarwin! - Reduce the amount of arguments being passed in metrics capture.

    Now the argument values that are captured come from an allow list,
    and can be marked as ALLOW (capture the real value) or REDACT (capture as "").

  • #​11033 77ed7e2 Thanks @​dario-piotrowicz! - Offer to update the local Wrangler configuration file to match remote configuration when running wrangler deploy

    When running wrangler deploy, with --x-remote-diff-check, Wrangler will display the difference between local and remote configuration.
    If there would be a destructive change to the remote configuration, the user is given the option to cancel the deployment.
    In the case where the user does cancel deployment, Wrangler will now also offer to update the local Wrangler configuration file to match the remote configuration.

  • #​11139 bb00f9d Thanks @​devin-ai-integration! - Updated cron trigger documentation links and improved error message to include instructions for testing cron triggers locally

  • #​11135 ed666a1 Thanks @​penalosa! - Implement tail-based logging for wrangler dev remote mode, behind the --x-tail-tags flag. This will become the default in the future.

  • #​11149 22f25fd Thanks @​penalosa! - Add no-op autoconfig logic behind an experimental flag

  • Updated dependencies [90a2566, 14f60e8]:

v4.45.3

Patch Changes
  • #​11117 6822aaf Thanks @​emily-shen! - fix: show local/remote status before D1 command confirmations

    D1 commands (execute, export, migrations apply, migrations list, delete, time-travel) now display whether they're running against local or remote databases before showing confirmation prompts. This prevents confusion about which database will be affected by the operation.

  • #​11077 bce8142 Thanks @​petebacondarwin! - Ensure that process.env is case-insensitive on Windows

    The object that holds the environment variables in process.env does not care about the case of its keys
    in Windows. For example, process.env.SystemRoot and process.env.SYSTEMROOT will refer to the same value.

    Previously, when merging fields from .env files we were replacing this native object with a vanilla
    JavaScript object, that is case-insensitive, and so sometimes environment variables appeared to be missing
    when in reality they just had different casing.

v4.45.2

Patch Changes

v4.45.1

Compare Source

Patch Changes

v4.45.0

Compare Source

Minor Changes
  • #​11030 1a8088a Thanks @​penalosa! - Enable automatic resource provisioning by default in Wrangler. This is still an experimental feature, but we're turning on the flag by default to make it easier for people to test it and try it out. You can disable the feature using the --no-x-provision flag. It currently works for R2, D1, and KV bindings.

    To use this feature, add a binding to your config file without a resource ID:

    {
    	"kv_namespaces": [{ "binding": "MY_KV" }],
    	"d1_databases": [{ "binding": "MY_DB" }],
    	"r2_buckets": [{ "binding": "MY_R2" }],
    }

    wrangler dev will automatically create these resources for you locally, and when you next run wrangler deploy Wrangler will call the Cloudflare API to create the requested resources and link them to your Worker. They'll stay linked across deploys, and you don't need to add the resource IDs to the config file for future deploys to work. This is especially good for shared templates, which now no longer need to include account-specific resource ID when adding a binding.

Patch Changes
  • #​11037 4bd4c29 Thanks @​danielrs! - Better Wrangler subdomain defaults warning.

    Improves the warnings that we show users when either worker_dev or preview_urls are missing.

  • #​10927 31e1330 Thanks @​dom96! - Implements python_modules.excludes wrangler config field

    [python_modules]
    excludes = ["**/*.pyc", "**/__pycache__"]
  • #​10741 2f57345 Thanks @​penalosa! - Remove obsolete --x-remote-bindings flag

  • Updated dependencies [ca6c010]:

    • miniflare@​4.20251011.1

v4.44.0

Compare Source

Minor Changes
  • #​10939 d4b4c90 Thanks @​danielrs! - Config preview_urls defaults to workers_dev value.

    Originally, we were defaulting config.preview_urls to true, but we
    were accidentally enabling Preview URLs for users that only had
    config.workers_dev=false.

    Then, we set the default value of config.preview_urls to false, but we
    were accidentally disabling Preview URLs for users that only had
    config.workers_dev=true.

    Rather than defaulting config.preview_urls to true or false, we
    default to the resolved value of config.workers_dev. Should result in a
    clearer user experience.

  • #​11027 1a2bbf8 Thanks @​jamesopstad! - Statically replace the value of process.env.NODE_ENV with development for development builds and production for production builds if it is not set. Else, use the given value. This ensures that libraries, such as React, that branch code based on process.env.NODE_ENV can be properly tree shaken.

  • #​9705 0ee1a68 Thanks @​hiendv! - Add params type to Workflow type generation. E.g.

    interface Env {
    	MY_WORKFLOW: Workflow<
    		Parameters<import("./src/index").MyWorkflow["run"]>[0]["payload"]
    	>;
    }
  • #​10867 dd5f769 Thanks @​austin-mc! - Add media binding support

Patch Changes
  • #​11018 5124818 Thanks @​dario-piotrowicz! - Improve potential errors thrown by startRemoteProxySession by including more information

  • #​11019 6643bd4 Thanks @​dario-piotrowicz! - Fix observability.logs.persist being flagged as an unexpected field during the wrangler config file validation

  • #​10768 8211bc9 Thanks @​dario-piotrowicz! - Update logs handling to use the new handleStructuredLogs miniflare option

  • #​10997 3bb034f Thanks @​nikitassharma! - When either WRANGLER_OUTPUT_FILE_PATH or WRANGLER_OUTPUT_FILE_DIRECTORY are set
    in the environment, then command failures will append a line to the output file
    encoding the error code and message, if present.

  • #​10986 43503c7 Thanks @​emily-shen! - fix: cleanup any running containers again on wrangler dev exit

  • #​11000 a6de9db Thanks @​jonboulle! - always load container image into local store during build

    BuildKit supports different build drivers. When using the more modern docker-container driver (which is now the default on some systems, e.g. a standard Docker installation on Fedora Linux), it will not automatically load the built image into the local image store. Since wrangler expects the image to be there (e.g. when calling getImageRepoTags), it will thus fail, e.g.:

    ⎔ Preparing container image(s)...
    [+] Building 0.3s (8/8) FINISHED                                                                                                                                                                                                     docker-container:default
    
    [...]
    
    WARNING: No output specified with docker-container driver. Build result will only remain in the build cache. To push result image into registry use --push or to load image into docker use --load
    
    ✘ [ERROR] failed inspecting image locally: Error response from daemon: failed to find image cloudflare-dev/sandbox:f86e40e4: docker.io/cloudflare-dev/sandbox:f86e40e4: No such image
    
    

    Explicitly setting the --load flag (equivalent to -o type=docker) during the build fixes this and should make the build a bit more portable without requiring users to change their default build driver configuration.

  • #​10994 d39c8b5 Thanks @​pombosilva! - Make Workflows instances list command cursor based

  • #​10892 7d0417b Thanks @​dario-piotrowicz! - improve the diffing representation for wrangler deploy (run under --x-remote-diff-check)

  • Updated dependencies [36d7054, dd5f769, ee7d710, 8211bc9]:


Configuration

📅 Schedule: Branch creation - "on Monday" (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 force-pushed the renovate/all-minor-patch branch from d2c6ccc to b5dacbf Compare June 10, 2025 11:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b5dacbf to eb8b981 Compare June 11, 2025 19:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from eb8b981 to 471f2e5 Compare June 12, 2025 08:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 471f2e5 to afbd7e7 Compare June 12, 2025 15:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from afbd7e7 to 579f453 Compare June 15, 2025 11:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 579f453 to b053dcc Compare June 17, 2025 20:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b053dcc to 15e7755 Compare June 18, 2025 06:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 15e7755 to 4f6d6d0 Compare June 18, 2025 14:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4f6d6d0 to b24347d Compare June 18, 2025 19:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b24347d to 058c553 Compare June 19, 2025 07:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 058c553 to e58ee8c Compare June 19, 2025 21:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e58ee8c to fc10db3 Compare June 20, 2025 05:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from fc10db3 to 10bd164 Compare June 20, 2025 19:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 10bd164 to 16999e8 Compare June 24, 2025 03:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 16999e8 to 964ad00 Compare June 24, 2025 11:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b0c591e to a6ca3d7 Compare October 25, 2025 02:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a6ca3d7 to 83be60e Compare October 25, 2025 09:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 83be60e to 9272e73 Compare October 27, 2025 16:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9272e73 to e72d90c Compare October 27, 2025 23:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e72d90c to 0daefd0 Compare October 28, 2025 06:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0daefd0 to 7cba667 Compare October 29, 2025 00:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7cba667 to b164033 Compare October 29, 2025 13:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b164033 to 4572069 Compare October 30, 2025 01:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4572069 to 0372fdb Compare October 31, 2025 04:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0372fdb to 944613e Compare October 31, 2025 21:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 944613e to 68c711b Compare November 3, 2025 04:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 68c711b to d48b989 Compare November 3, 2025 11:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d48b989 to 749a67b Compare November 3, 2025 22:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 749a67b to d2f66a7 Compare November 4, 2025 13:50
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