Skip to content
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

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

Merged
merged 1 commit into from
Jan 27, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 21, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nuxthub/core (source) ^0.8.13 -> ^0.8.14 age adoption passing confidence
@standard-schema/spec (source) 1.0.0-rc.0 -> 1.0.0 age adoption passing confidence
@vueuse/core (source) ^12.4.0 -> ^12.5.0 age adoption passing confidence
@vueuse/integrations (source) ^12.4.0 -> ^12.5.0 age adoption passing confidence
@vueuse/nuxt (source) ^12.4.0 -> ^12.5.0 age adoption passing confidence
eslint (source) ^9.18.0 -> ^9.19.0 age adoption passing confidence
release-it ^18.1.1 -> ^18.1.2 age adoption passing confidence
vitest (source) ^3.0.2 -> ^3.0.4 age adoption passing confidence
wrangler (source) ^3.101.0 -> ^3.105.1 age adoption passing confidence

Release Notes

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

v0.8.14

Compare Source

compare changes

🚀 Enhancements
  • Add hub test env as well as supporting nuxt test option (#​429)
🩹 Fixes
  • Log relative path for hub dir (c1cd2c3)
📖 Documentation
  • Update database migrations foreign keys constraints (983e9c9)
  • Fix typo in debug (#​431)
🏡 Chore
❤️ Contributors
standard-schema/standard-schema (@​standard-schema/spec)

v1.0.0

Compare Source

Please refer to the README file for more details.

vueuse/vueuse (@​vueuse/core)

v12.5.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
eslint/eslint (eslint)

v9.19.0

Compare Source

release-it/release-it (release-it)

v18.1.2

Compare Source

vitest-dev/vitest (vitest)

v3.0.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.0.3

Compare Source

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub
cloudflare/workers-sdk (wrangler)

v3.105.1

Compare Source

Patch Changes

v3.105.0

Compare Source

Minor Changes
  • #​7466 e5ebdb1 Thanks @​Ltadrian! - feat: implement the wrangler cert upload command

    This command allows users to upload a mTLS certificate/private key or certificate-authority certificate chain.

    For uploading mTLS certificate, run:

    • wrangler cert upload mtls-certificate --cert cert.pem --key key.pem --name MY_CERT

    For uploading CA certificate chain, run:

    • wrangler cert upload certificate-authority --ca-cert server-ca.pem --name SERVER_CA
Patch Changes

v3.104.0

Compare Source

Minor Changes
  • #​7715 26fa9e8 Thanks @​penalosa! - Support service bindings from Pages projects to Workers in a single workerd instance. To try it out, pass multiple -c flags to Wrangler: i.e. wrangler pages dev -c wrangler.toml -c ../other-worker/wrangler.toml. The first -c flag must point to your Pages config file, and the rest should point to Workers that are bound to your Pages project.

  • #​7816 f6cc029 Thanks @​dario-piotrowicz! - add support for assets bindings to getPlatformProxy

    this change makes sure that that getPlatformProxy, when the input configuration
    file contains an assets field, correctly returns the appropriate asset binding proxy

    example:

    // wrangler.json
    {
      "name": "my-worker",
      "assets": {
        "directory": "./public/",
        "binding": "ASSETS"
      },
      "vars": {
        "MY_VAR": "my-var"
      }
    }
    import { getPlatformProxy } from "wrangler";
    
    const { env, dispose } = await getPlatformProxy();
    
    if (env.ASSETS) {
      const text = await (
        await env.ASSETS.fetch("http://0.0.0.0/file.txt")
      ).text();
      console.log(text); // logs the content of file.txt
    }
    
    await dispose();
Patch Changes

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 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 renovate bot added the v3 #1289 label Jan 21, 2025
Copy link

cloudflare-workers-and-pages bot commented Jan 21, 2025

Deploying ui3 with  Cloudflare Pages  Cloudflare Pages

Latest commit: 4d96b16
Status: ✅  Deploy successful!
Preview URL: https://0b991b81.ui-6q2.pages.dev
Branch Preview URL: https://renovate-v3-all-minor-patch.ui-6q2.pages.dev

View logs

Copy link

pkg-pr-new bot commented Jan 21, 2025

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

commit: 4d96b16

@renovate renovate bot force-pushed the renovate/v3-all-minor-patch branch from 1abb1af to 41e1016 Compare January 22, 2025 11:39
@renovate renovate bot changed the title chore(deps): update devdependency vitest to ^3.0.3 (v3) chore(deps): update all non-major dependencies (v3) Jan 22, 2025
@renovate renovate bot force-pushed the renovate/v3-all-minor-patch branch 5 times, most recently from cc5b52d to 9c31c5b Compare January 24, 2025 06:26
@renovate renovate bot force-pushed the renovate/v3-all-minor-patch branch 2 times, most recently from 7508fb9 to 04354ba Compare January 25, 2025 12:06
@renovate renovate bot force-pushed the renovate/v3-all-minor-patch branch from 04354ba to 4d96b16 Compare January 27, 2025 06:16
@benjamincanac benjamincanac merged commit 2006ec0 into v3 Jan 27, 2025
3 checks passed
@benjamincanac benjamincanac deleted the renovate/v3-all-minor-patch branch January 27, 2025 09:45
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