Skip to content

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

Merged
danielroe merged 1 commit intomainfrom
renovate/all-minor-patch
Apr 1, 2025
Merged

chore(deps): update all non-major dependencies#122
danielroe merged 1 commit intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 31, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nuxt/eslint (source) 1.2.0 -> 1.3.0 age adoption passing confidence
@nuxthub/core (source) 0.8.18 -> 0.8.22 age adoption passing confidence
@types/chrome (source) 0.0.310 -> 0.0.313 age adoption passing confidence
drizzle-kit (source) 0.30.5 -> 0.30.6 age adoption passing confidence
pnpm (source) 10.6.5 -> 10.7.0 age adoption passing confidence
unocss (source) 66.1.0-beta.6 -> 66.1.0-beta.8 age adoption passing confidence
wrangler (source) 4.4.0 -> 4.6.0 age adoption passing confidence
wxt (source) 0.19.29 -> 0.20.0 age adoption passing confidence

Release Notes

nuxt/eslint (@​nuxt/eslint)

v1.3.0

Compare Source

   🚀 Features
    View changes on GitHub
nuxt-hub/core (@​nuxthub/core)

v0.8.22

Compare Source

compare changes

🚀 Enhancements
  • ai: Support AI gateway in development too (#​522)
📖 Documentation
  • Disable llms-full.txt for now (30a521e)
🏡 Chore
  • Update deps (9bff98d)
  • Add postinstall script on playground (3622d09)
❤️ Contributors

v0.8.21

Compare Source

compare changes

🩹 Fixes
  • Typo safe-buffer -> safer-buffer (e09663b)
❤️ Contributors

v0.8.20

Compare Source

compare changes

🚀 Enhancements
  • Send file mime to multi-part upload (#​518)
🏡 Chore
  • Add alias for safe-buffer to node:buffer (39bc7ec)
❤️ Contributors

v0.8.19

Compare Source

compare changes

🩹 Fixes
  • blob: Missing content type on complete for multipart upload (#​517)
  • ai: Properly handle error data on streams (e97ee16)
📖 Documentation
  • Update @nuxt/content and remove custom content components (#​490)
  • Fix syntax highlight (c966784)
  • Add missing extension (c666b9c)
🏡 Chore
  • Set cloudflare.deployConfig to false in nitro (617f23d)
❤️ Contributors
drizzle-team/drizzle-orm (drizzle-kit)

v0.30.6

Compare Source

Bug fixes
pnpm/pnpm (pnpm)

v10.7.0

Compare Source

Minor Changes
  • pnpm config get and list also show settings set in pnpm-workspace.yaml files #​9316.

  • It should be possible to use env variables in pnpm-workspace.yaml setting names and value.

  • Add an ability to patch dependencies by version ranges. Exact versions override version ranges, which in turn override name-only patches. Version range * is the same as name-only, except that patch application failure will not be ignored.

    For example:

    patchedDependencies:
      foo: patches/foo-1.patch
      foo@^2.0.0: patches/foo-2.patch
      foo@2.1.0: patches/foo-3.patch

    The above configuration would apply patches/foo-3.patch to foo@2.1.0, patches/foo-2.patch to all foo versions which satisfy ^2.0.0 except 2.1.0, and patches/foo-1.patch to the remaining foo versions.

    [!WARNING]
    The version ranges should not overlap. If you want to specialize a sub range, make sure to exclude it from the other keys. For example:

    # pnpm-workspace.yaml
    patchedDependencies:
      # the specialized sub range
      'foo@2.2.0-2.8.0': patches/foo.2.2.0-2.8.0.patch
      # the more general patch, excluding the sub range above
      'foo@>=2.0.0 <2.2.0 || >2.8.0': 'patches/foo.gte2.patch

    In most cases, however, it's sufficient to just define an exact version to override the range.

  • pnpm config set --location=project saves the setting to a pnpm-workspace.yaml file if no .npmrc file is present in the directory #​9316.

  • Rename pnpm.allowNonAppliedPatches to pnpm.allowUnusedPatches. The old name is still supported but it would print a deprecation warning message.

  • Add pnpm.ignorePatchFailures to manage whether pnpm would ignore patch application failures.

    If ignorePatchFailures is not set, pnpm would throw an error when patches with exact versions or version ranges fail to apply, and it would ignore failures from name-only patches.

    If ignorePatchFailures is explicitly set to false, pnpm would throw an error when any type of patch fails to apply.

    If ignorePatchFailures is explicitly set to true, pnpm would print a warning when any type of patch fails to apply.

Patch Changes
  • Remove dependency paths from audit output to prevent out-of-memory errors #​9280.
unocss/unocss (unocss)

v66.1.0-beta.8

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v66.1.0-beta.7

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
cloudflare/workers-sdk (wrangler)

v4.6.0

Compare Source

Minor Changes
Patch Changes

v4.5.1

Compare Source

Patch Changes
  • #​8666 f29f018 Thanks @​penalosa! - Remove NodeJSCompatModule. This was never fully supported, and never worked for deploying Workers from Wrangler.

  • Updated dependencies [cad99dc, f29f018]:

    • miniflare@4.20250321.1

v4.5.0

Compare Source

Minor Changes
Patch Changes
  • #​8435 8e3688f Thanks @​emily-shen! - fix: include assets binding when printing summary of bindings

  • #​8675 f043b74 Thanks @​vicb! - Bump @cloudflare/unenv-preset to 2.3.1

    Use the workerd native implementation of createSecureContext and checkServerIdentity from node:tls. The functions have been implemented in cloudflare/workerd#3754.

v4.4.1

Compare Source

Patch Changes
wxt-dev/wxt (wxt)

v0.20.0: wxt v0.20.0

Compare Source

Excited to release the next major version of WXT! Follow the Upgrade guide to update!


⚠️ breaking changescompare changes

🚀 Enhancements
  • ⚠️ Remove webextension-polyfill (#​1084)
  • ⚠️ Individual exports and introduce the #imports module (#​1258)
  • ⚠️ Reset inherited styles inside shadow root (#​1269)
  • ⚠️ Auto-import types (#​1315)
🩹 Fixes
  • ⚠️ Add suffix to non-production output directories (#​1086)
  • ⚠️ Remove deprecated jiti entrypoint loader (#​1087)
  • ⚠️ Rename runner to webExt (#​1180)
  • ⚠️ Remove transformManfiest option (#​1181)
  • Remove unnecessary VITE_CJS_IGNORE_WARNING flag (b0ef178)
  • ⚠️ Make publicDir and modulesDir relative to project root (#​1216)
  • ⚠️ Move wxt/storage to wxt/utils/storage (#​1271)
  • Add back ExtensionRunnerConfig as deprecated (#​1311)
  • Missing browser in shadow-root file (#​1317)
📖 Documentation
  • Fix api reference for wxt/utils/storage (99b5076)
  • Fix broken links (82d8024)
🏡 Chore
❤️ Contributors

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.

@socket-security
Copy link

socket-security bot commented Mar 31, 2025

New, updated, and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@nuxt/eslint@1.2.01.3.0 Transitive: eval, filesystem, shell, unsafe +113 28.8 MB antfu
npm/@types/chrome@0.0.280, 0.0.3100.0.313 None +3 890 kB types
npm/drizzle-kit@0.30.50.30.6 Transitive: environment, eval, filesystem, network, shell, unsafe +11 9.7 MB dankochetov

View full report↗︎

@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Mar 31, 2025

Deploying unsight with  Cloudflare Pages  Cloudflare Pages

Latest commit: 6691d59
Status: ✅  Deploy successful!
Preview URL: https://9db9a600.unsight.pages.dev
Branch Preview URL: https://renovate-all-minor-patch.unsight.pages.dev

View logs

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from bed7de7 to 576431b Compare April 1, 2025 04:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 576431b to 6691d59 Compare April 1, 2025 10:02
@danielroe danielroe merged commit 041e27b into main Apr 1, 2025
6 checks passed
@danielroe danielroe deleted the renovate/all-minor-patch branch April 1, 2025 10:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant