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 #28

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 2, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nuxt/content (source) ^3.2.2 -> ^3.4.0 age adoption passing confidence
@nuxthub/core (source) ^0.8.17 -> ^0.8.18 age adoption passing confidence
@nuxtjs/tailwindcss ^6.13.1 -> ^6.13.2 age adoption passing confidence
nuxt (source) ^3.15.4 -> ^3.16.1 age adoption passing confidence
prettier (source) ^3.5.2 -> ^3.5.3 age adoption passing confidence
vite-plugin-pwa ^0.21.1 -> ^0.21.2 age adoption passing confidence
wrangler (source) ^3.109.2 -> ^3.114.2 age adoption passing confidence
yarn (source) 4.6.0 -> 4.7.0 age adoption passing confidence

Release Notes

nuxt/content (@​nuxt/content)

v3.4.0

Compare Source

Features
Bug Fixes
  • check for ws existence before closing (#​3238) (6ec0eb8)
  • module: prevent conflict with auth & security tools (#​3245) (dc27bc9)
  • parser: recreate highlighter when options did change (53875b1)

v3.3.0

Compare Source

Features
Bug Fixes
nuxt-hub/core (@​nuxthub/core)

v0.8.18

Compare Source

compare changes

📖 Documentation
  • Update ai docs (#​461)
  • Update vectorize docs (#​458)
  • Add section for nuxthub deploy in ci/cd (67fb252)
  • Fix command palette navigation (#​476)
  • Tidy up content collections (099c91b)
  • Enable studio editing (f056e7b)
  • Add LLMS routes (f59c078)
  • Add support for Nuxt Studio form customisation (b5b1e54)
  • Add blog & changelog on search (ac962a9)
  • Improve environment variables part (#​478)
  • gitlab-ci: Adding gitlab-ci documentation (#​479)
  • Improvements on blog & changelog (24e0efb)
  • Fix header gradient shows above all the content (#​483, #​484)
  • 9K (5fab003)
🏡 Chore
  • Migrate to Nuxt UI v3 & Content v3 (#​471)
  • Add support for Nitro nodeCompat (0c9eb8b)
❤️ Contributors
nuxt-modules/tailwindcss (@​nuxtjs/tailwindcss)

v6.13.2

Compare Source

compare changes

🩹 Fixes
  • content: Resolve app/ dir for utils, resolves #​955 (#​955)
  • content: Use pages:extend to get page routes (f226a64)
  • config: Dedupe tailwind.config from configPaths, closes #​949 (#​949)
📖 Documentation
  • Mention tailwindcss-cli if tailwindcss init fails (#​946)
  • Direct to v3 tailwindcss docs (a7c54c4)
  • Revert to NuxtTailwind (#​963)
  • Update module-options.md (159ab53)
🏡 Chore
  • ci: Fix corepack for actions/setup-node (c996f0a)
  • Fix lint (3dd3ada)
❤️ Contributors
prettier/prettier (prettier)

v3.5.3

Compare Source

vite-pwa/vite-plugin-pwa (vite-plugin-pwa)

v0.21.2

Compare Source

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

v3.114.2

Compare Source

Patch Changes

v3.114.1

Compare Source

Patch Changes
  • #​8383 8d6d722 Thanks @​matthewdavidrodgers! - Make kv bulk put --local respect base64:true

    The bulk put api has an optional "base64" boolean property for each key.
    Before storing the key, the value should be decoded from base64.

    For real (remote) kv, this is handled by the rest api. For local kv, it
    seems the base64 field was ignored, meaning encoded base64 content was
    stored locally rather than the raw values.

    To fix, we need to decode each value before putting to the local
    miniflare namespace when base64 is true.

  • #​8273 e3efd68 Thanks @​penalosa! - Support AI, Vectorize, and Images bindings when using @cloudflare/vite-plugin

  • #​8427 a352798 Thanks @​vicb! - update unenv-preset dependency to fix bug with Performance global

    Fixes #​8407
    Fixes #​8409
    Fixes #​8411

  • #​8390 53e6323 Thanks @​GregBrimble! - Parse and apply metafiles (_headers and _redirects) in wrangler dev for Workers Assets

  • #​8392 4d9d9e6 Thanks @​jahands! - fix: retry zone and route lookup API calls

    In rare cases, looking up Zone or Route API calls may fail due to transient errors. This change improves the reliability of wrangler deploy when these errors occur.

    Also fixes a rare issue where concurrent API requests may fail without correctly throwing an error which may cause a deployment to incorrectly appear successful.

  • Updated dependencies [8242e07, 53e6323]:

v3.114.0

Compare Source

Minor Changes
  • #​8367 7b6b0c2 Thanks @​jonesphillip! - Deprecated --id parameter in favor of --name for both the wrangler r2 bucket lifecycle and wrangler r2 bucket lock commands

v3.113.0

Compare Source

Minor Changes
Patch Changes
  • #​8338 2d40989 Thanks @​GregBrimble! - feat: Upload _headers and _redirects if present with Workers Assets as part of wrangler deploy and wrangler versions upload.

  • #​8288 cf14e17 Thanks @​CarmenPopoviciu! - feat: Add assets Proxy Worker skeleton in miniflare

    This commit implements a very basic Proxy Worker skeleton, and wires it in the "pipeline" miniflare creates for assets. This Worker will be incrementally worked on, but for now, the current implementation will forward all incoming requests to the Router Worker, thus leaving the current assets behaviour in local dev, the same.

    This is an experimental feature available under the --x-assets-rpc flag: wrangler dev --x-assets-rpc.

  • #​8216 af9a57a Thanks @​ns476! - Support Images binding in wrangler types

  • #​8304 fbba583 Thanks @​jahands! - chore: add concurrency and caching for Zone IDs and Workers routes lookups

    Workers with many routes can result in duplicate Zone lookups during deployments, making deployments unnecessarily slow. This compounded by the lack of concurrency when making these API requests.

    This change deduplicates these requests and adds concurrency to help speed up deployments.

  • Updated dependencies [2d40989, da568e5, cf14e17, 79c7810]:

v3.112.0

Compare Source

Minor Changes
  • #​8256 f59d95b Thanks @​jbwcloudflare! - Add two new Queues commands: pause-delivery and resume-delivery

    These new commands allow users to pause and resume the delivery of messages to Queue Consumers

Patch Changes
yarnpkg/berry (yarn)

v4.7.0

Compare Source


Configuration

📅 Schedule: Branch creation - "before 12pm on Sunday" (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 627c4fd to 1f2860f Compare March 3, 2025 02:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1f2860f to 15137d9 Compare March 4, 2025 07:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 15137d9 to d3fb9d3 Compare March 4, 2025 14:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d3fb9d3 to 1285211 Compare March 5, 2025 18:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1285211 to 3a999f6 Compare March 6, 2025 01:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3a999f6 to 2a5f75e Compare March 6, 2025 18:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2a5f75e to 783d62e Compare March 7, 2025 18:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 783d62e to b9d2e02 Compare March 10, 2025 15:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b9d2e02 to 6ba0289 Compare March 10, 2025 19:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6ba0289 to 2ac3a80 Compare March 11, 2025 17:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2ac3a80 to 2f338d1 Compare March 17, 2025 22:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2f338d1 to 665cbab Compare March 19, 2025 20:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 665cbab to 3196a5a Compare March 20, 2025 11:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3196a5a to 2164912 Compare March 20, 2025 16:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2164912 to f599feb Compare March 22, 2025 03:09
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.

0 participants