Skip to content

chore(deps): update all non-major dependencies (v3) #3946

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

Merged
merged 1 commit into from
Apr 24, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 21, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@iconify-json/lucide ^1.2.37 -> ^1.2.38 age adoption passing confidence
@iconify-json/simple-icons ^1.2.32 -> ^1.2.33 age adoption passing confidence
@nuxthub/core (source) ^0.8.24 -> ^0.8.25 age adoption passing confidence
eslint (source) ^9.25.0 -> ^9.25.1 age adoption passing confidence
vite (source) ^6.3.2 -> ^6.3.3 age adoption passing confidence
vitest (source) ^3.1.1 -> ^3.1.2 age adoption passing confidence
wrangler (source) ^4.12.0 -> ^4.13.0 age adoption passing confidence

Release Notes

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

v0.8.25

Compare Source

compare changes

🚀 Enhancements
  • Support observability and additional bindings (#​549)
📖 Documentation
  • Browser rendering is now free (bd54215)
  • Fix hero image responsive (#​540)
  • Add workers changelog (#​542)
  • Update link (8c8aa8c)
  • Fix nitro typo (#​544)
  • Update workers changelog image (#​547)
  • Fix mobile menu styling (344855d)
  • Add observability changelog image (#​550)
  • Only link to feature if docs exist (#​543)
❤️ Contributors
eslint/eslint (eslint)

v9.25.1

Compare Source

vitejs/vite (vite)

v6.3.3

Compare Source

cloudflare/workers-sdk (wrangler)

v4.13.0

Compare Source

Minor Changes
  • #​8640 5ce70bd Thanks @​kentonv! - Add support for defining props on a Service binding.

    In your configuration file, you can define a service binding with props:

    {
    	"services": [
    		{
    			"binding": "MY_SERVICE",
    			"service": "some-worker",
    			"props": { "foo": 123, "bar": "value" }
    		}
    	]
    }

    These can then be accessed by the callee:

    import { WorkerEntrypoint } from "cloudflare:workers";
    
    export default class extends WorkerEntrypoint {
    	fetch() {
    		return new Response(JSON.stringify(this.ctx.props));
    	}
    }
  • #​8771 0cfcfe0 Thanks @​dario-piotrowicz! - feat: add config.keep_names option

    Adds a new option to Wrangler to allow developers to opt out of esbuild's keep_names option (https://esbuild.github.io/api/#keep-names). By default, Wrangler sets this to true

    This is something developers should not usually need to care about, but sometimes
    keep_names can create issues, and in such cases they will be now able to opt-out.

    Example wrangler.jsonc:

    {
    	"name": "my-worker",
    	"main": "src/worker.ts",
    	"keep_names": false
    }
Patch Changes

v4.12.1

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

pkg-pr-new bot commented Apr 21, 2025

npm i https://pkg.pr.new/@nuxt/ui@3946

commit: e8fffd7

Copy link
Contributor

nuxthub-admin bot commented Apr 21, 2025

✅ Deployed ui3

Deployed ui3 e8fffd7 to preview

🔗 renovate-v3-all-minor-patch.ui-6q2.pages.dev
📌 d376b9fb.ui-6q2.pages.dev
📱
View QR Code QR code linking to deployment URL.

📋 View deployment logs

@renovate renovate bot force-pushed the renovate/v3-all-minor-patch branch from 57d5014 to 391a9bf Compare April 21, 2025 09:50
@renovate renovate bot changed the title chore(deps): update devdependency vitest to ^3.1.2 (v3) chore(deps): update all non-major dependencies (v3) Apr 21, 2025
@renovate renovate bot force-pushed the renovate/v3-all-minor-patch branch from 391a9bf to c9386c2 Compare April 21, 2025 14:32
@renovate renovate bot force-pushed the renovate/v3-all-minor-patch branch from c9386c2 to 34f74ee Compare April 21, 2025 15:45
@renovate renovate bot force-pushed the renovate/v3-all-minor-patch branch from 34f74ee to d7a815d Compare April 21, 2025 21:31
@renovate renovate bot force-pushed the renovate/v3-all-minor-patch branch from d7a815d to be81523 Compare April 22, 2025 16:05
@renovate renovate bot force-pushed the renovate/v3-all-minor-patch branch from be81523 to 4aa5b53 Compare April 22, 2025 16:59
@renovate renovate bot force-pushed the renovate/v3-all-minor-patch branch from 4aa5b53 to 8a2a7d2 Compare April 23, 2025 13:30
@renovate renovate bot force-pushed the renovate/v3-all-minor-patch branch from 8a2a7d2 to e8fffd7 Compare April 24, 2025 04:57
@benjamincanac benjamincanac merged commit a2fa1ac into v3 Apr 24, 2025
7 checks passed
@benjamincanac benjamincanac deleted the renovate/v3-all-minor-patch branch April 24, 2025 10:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
v3 #1289
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant