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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 19, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nuxt/content (source) ^3.1.1 -> ^3.2.1 age adoption passing confidence
@nuxt/test-utils 3.15.4 -> 3.17.0 age adoption passing confidence
@nuxtjs/i18n (source) ^9.2.0 -> ^9.2.1 age adoption passing confidence
eslint (source) 9.20.1 -> 9.21.0 age adoption passing confidence
nuxt-site-config ^3.0.7 -> ^3.1.1 age adoption passing confidence
nypm ^0.5.2 -> ^0.5.4 age adoption passing confidence
typescript (source) 5.6.3 -> 5.7.3 age adoption passing confidence
unstorage ^1.0.0 -> ^1.15.0 age adoption passing confidence

Release Notes

nuxt/content (@​nuxt/content)

v3.2.1

Compare Source

Bug Fixes
  • bunsqlite: polyfills not being loaded (#​3176) (139744c)
  • client-database: prevent concurrent initialization (#​3174) (49531dd)
  • ContentRenderer: async loader types (f1a9b8e)
  • llms: add missing import for defineNitroPlugin (#​3170) (b091253)
  • llms: add missing import on queryCollection (2fe61e6)

v3.2.0

Compare Source

Features
Bug Fixes
nuxt/test-utils (@​nuxt/test-utils)

v3.17.0

Compare Source

👉 Changelog

compare changes

🚀 Enhancements
  • runtime-utils: Allow modifying + removing endpoints (fee81510)
✅ Tests
❤️ Contributors

v3.16.0

Compare Source

3.16.0 is the next minor release.

👀 Highlights

You'll still see a warning from vitest:

Vitest  "environmentMatchGlobs" is deprecated. Use "workspace" to define different configurations instead.

You can ignore this for the moment. I expect we will resolve this in the next major (which will drop support for vitest < 3).

👉 Changelog

compare changes

🚀 Enhancements
  • e2e: Add teardownTimeout option to set timeout for afterAll hook (af2ddf29)
🩹 Fixes
  • vitest-environment: Respect any configured buildId (3f8599e6)
  • vitest-environment: Use correct base (c5ba2bac)
  • runtime-utils: Pass custom global components to mountSuspended (#​1081)
  • runtime-utils: Allow overwriting object props in mountSuspended (#​1078)
  • runtime-utils: Do not use defu for merging (#​1089)
  • runtime-utils: Proxy wrapper props (#​1099)
  • runtime-utils: Define $attrs in component render context (#​1108)
  • module: Ensure vi.hoisted is injected after vi import (#​1128)
  • runtime-utils: Proxy wrapper.element from mountSuspended (#​1110)
📦 Build
  • Use typesVersions for node10 declarations (f19cee64)
🏡 Chore
  • Update vitest peerDep version (c4ee71a4)
  • Add root package to workspace (d7c63b5c)
🤖 CI
❤️ Contributors
nuxt-modules/i18n (@​nuxtjs/i18n)

v9.2.1

Compare Source

This changelog is generated by GitHub Releases

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

v9.21.0

Compare Source

harlan-zw/nuxt-site-config (nuxt-site-config)

v3.1.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.1.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub
unjs/nypm (nypm)

v0.5.4

Compare Source

compare changes

🩹 Fixes
  • Stackblitz does not supports corepack (#​192)
🏡 Chore
❤️ Contributors

v0.5.3

Compare Source

compare changes

🏡 Chore
❤️ Contributors
microsoft/TypeScript (typescript)

v5.7.3

Compare Source

v5.7.2

Compare Source

unjs/unstorage (unstorage)

v1.15.0

Compare Source

compare changes

🚀 Enhancements
  • Support maxDepth for getKeys (#​547)
  • Add flags key to driver interface (#​552)
  • fs, fs-lite: Native maxDepth support (#​551)
🔥 Performance
  • Skip maxDepth filtering if natively supported (#​560)
🩹 Fixes
  • prefixStorage: Wrap shorthand aliases (#​556)
💅 Refactors
  • Upgrade to chokidar to v4 (#​596)
  • fs: Better options handling (#​597)
📖 Documentation
  • Fix link to planetscale (#​576)
  • redis: Update hashtags note (#​593)
🏡 Chore
✅ Tests
  • Clear storage after each test (#​548)
  • Exclude drivers and scripts directories from test coverage (#​562)
❤️ Contributors

v1.14.4

Compare Source

compare changes

🩹 Fixes
❤️ Contributors

v1.14.3

Compare Source

compare changes

🩹 Fixes
  • types: Allow passing generic to untyped storage (#​543)
❤️ Contributors

v1.14.2

Compare Source

compare changes

🩹 Fixes
  • db: Escape mysql queries (#​542)
📖 Documentation
  • cloudflare: Fix example comments (#​534)
📦 Build
❤️ Contributors

v1.14.1

Compare Source

compare changes

🩹 Fixes
  • types: Fallback to StorageValue for un-typed stores (#​532)
📖 Documentation
  • Add driver name to each usage section (#​533)
📦 Build
  • Fix netlify options type (756fee4)
❤️ Contributors

v1.14.0

Compare Source

compare changes

🚀 Enhancements
  • Add upstash driver (#​500)
  • cloudflare-r2-binding: Allow specify raw type (#​519)
  • indexedb: Support raw storage (#​520)
  • Add experimental db0 driver (#​476)
  • Add vercel-blob driver (#​472)
  • Add deno-kv driver (#​233)
  • deno-kv-node driver (#​521)
  • Typed storage interface (#​509)
  • Add s3 driver (#​361)
  • Add uploadthing driver (#​390)
  • Support raw conversion in envs without Buffer (#​364)
🩹 Fixes
  • cloudflare-r2-binding: Return null for non existing getItem (fb8e00e)
  • upstash: Drop base prefix from keyKeys (8711a94)
  • Capture stacktrace of thrown errors (c704fef)
  • http: Return arrayBuffer for getItemRaw (#​527)
  • localstorage: Consider base for clear and getKeys (#​529)
💅 Refactors
  • More strict type checks (c8ed5cf)
  • cloudflare-kv-http: Use new bulk/delete api for clear() (0231775)
  • Reuse localstorage logic for session-storage (#​530)
📖 Documentation
  • Add notes about nightly channel (de31652)
  • netlify: Add consistency option (#​525)
  • cloudflare: Add note about r2 over http (1f2d444)
📦 Build
🏡 Chore
✅ Tests
  • Add missing await (7730923)
  • cloudflare: Use wrangler dev proxy (#​518)
  • Enable cloudflare-r2-binding tests (0c4d9fd)
  • upstash, vercel-blob: Use random base (65a10cc)
  • cloudflare-kv-http: Use sandbox tests (8043897)
  • Add retry (5ab4afd)
  • Lazy init driver for conditional tests (33d90a9)
  • s3: Skip if not setup (ce9685e)
🤖 CI
❤️ Contributors

v1.13.1

Compare Source

compare changes

🩹 Fixes
❤️ Contributors

v1.13.0

Compare Source

compare changes

🚀 Enhancements
🩹 Fixes
  • cloudflare-kv: Use min ttl of 60 seconds (#​496)
💅 Refactors
📖 Documentation
  • Missing values return null, not undefined (#​487)
🏡 Chore
❤️ Contributors

v1.12.0

Compare Source

compare changes

🚀 Enhancements
  • http, server: Support native ttl (#​479)
🏡 Chore
🤖 CI
  • Setup nightly release (258fd4a)
  • Fetch full history to preserve nightly changelog (329ff2b)
❤️ Contributors

v1.11.1

Compare Source

compare changes

🔥 Performance
  • cloudflare-kv-binding: Add missing base argument on getKeys (#​475)
❤️ Contributors

v1.11.0

Compare Source

compare changes

🚀 Enhancements
  • Add keys, get, set, has and del aliases (#​402)
  • Expose underlying client instance (#​446)
  • cloudflare-kv-binding: Support ttl for setItem (#​470)
  • cloudflare-kv-http: Support ttl for setItem (#​448)
🔥 Performance
  • getKeys: Avoid duplicate iteration (#​386)
  • Use direct array access instead of endsWIth (#​387)
🩹 Fixes
  • cloudflare-kv-binding: Allow passing transaction options for setItem to binding.put (#​423)
  • Fix driver types (#​433)
  • server: Avoid decoding raw request body (#​434)
  • cloudflare-kv-binding: Go through all pages to list the keys (#​459)
📖 Documentation
🏡 Chore
🤖 CI
❤️ Contributors

v1.10.2

Compare Source

compare changes

🩹 Fixes
  • http, server: Handle missing resources with http 404 (#​367)
  • pkg: Make ioredis dependency optional (#​410)
  • vercel-kv: Add missing driver name (#​355)
  • setItems: Call driver native setItems only to avoid duplicate write (#​392)
  • getItems, setItems types (#​395)
💅 Refactors
  • cloudflare-kv, cloudflare-r2: Move getBindings to utils and add default BUCKET for r2 (#​292)
  • netlify-blobs: Update to v7 (#​407)
📖 Documentation
  • planetscale: Correct table option name (#​359)
  • vercel-kv: Fix typo (#​362)
  • Refactor with unjs-docs and nuxt ui pro (#​374)
  • Improvements (a64e941)
  • Fix links and add redirects (166498f)
  • Update unjs-docs version and add redirects (f2a408d)
  • Fix typo in http-server (#​385)
  • Update deps (bfbf423)
  • Update link (#​408)
📦 Build
  • Update mkdist for cjs dist hotfix (cae8533)
🏡 Chore
✅ Tests
  • Skip netlify-blobs for now (75b2353)
  • http: Add tests for null value (#​365)
❤️ Contributors

v1.10.1

Compare Source

compare changes

📦 Build
  • Update mkdist for cjs dist hotfix (cae8533)
❤️ Contributors

v1.10.0

Compare Source

compare changes

🚀 Enhancements
  • Add netlify-blobs driver (#​337)
🩹 Fixes
  • server: Read body as string (dfda25f)
  • azure-key-vault-driver: Fix character encoding (#​308)
  • lru-cache, memory, mongodb, redis: Return falsy values when set in storage (#​320)
📖 Documentation
🏡 Chore
✅ Tests
  • mongo: Update and disable tests (44ffe1d)
🤖 CI
❤️ Contributors

v1.9.0

Compare Source

compare changes

🚀 Enhancements
  • Expose BuiltinDriverOptions type (#​273)
  • vercel-kv: Support ttl for setItem (#​269)
  • Add indexedb driver (#​221)
  • Add capacitor-preferences driver (#​283)
  • fs-lite driver (#​284)
🩹 Fixes
  • cloudflare-r2-binding: Get binding for r2 getMeta (#​272)
💅 Refactors
  • Fix typo in removeMeta option for removeItem (#​281)
📖 Documentation
🏡 Chore
🎨 Styles
  • Format with prettier v3 (22b797e)
❤️ Contributors

v1.8.0

Compare Source

compare changes

🚀 Enhancements
  • Experimental operation batching (#​240)
  • cloudflare-kv: Support base option for keys (#​261)
  • cloudflare-r2-binding driver (#​235)
🩹 Fixes
  • Add missing cloudflareR2Binding to the builtinDrivers (48d6842)
📖 Documentation
🏡 Chore
  • Update dev dependencies (ba44aed)
✅ Tests
  • Add test for github driver (#​259)
❤️ Contributors

v1.7.0

Compare Source

compare changes

🚀 Enhancements
💅 Refactors
  • Fix issues with typescript strict (#​250)
📖 Documentation
🏡 Chore
🤖 CI
❤️ Contributors

v1.6.1

Compare Source

compare changes

🩹 Fixes
  • prefixStorage: Prefix getItemRaw and setItemRaw (#​232)
  • github: FetchFiles should return files (#​229)
💅 Refactors
🏡 Chore
✅ Tests
  • Skip cloudflare-kv-http on node >= 18 (33bc9c0)
❤️ Contributors

v1.6.0

Compare Source

compare changes

🚀 Enhancements
🩹 Fixes
  • redis: Support getKeys and clear with base (#​216)
  • azure-cosmos: Always cast mtime to Date (129a935)
💅 Refactors
  • Use shared util for driver errors (5ecca54)
📖 Documentation
  • vercel-kv: Add beta notice (7a75f5f)
🏡 Chore
✅ Tests
❤️ Contributors

v1.5.0

Compare Source

compare changes

🚀 Enhancements
  • drivers: Added session storage driver (#​179)
  • lru-cache: Upgrade to lru-cache v9 (5b8fc62)
🩹 Fixes
  • Removed duplicate line (#​190)
  • planetscale: Fix hasItem (#​200)
  • github: Optional properties (#​196)
  • cloudflare: Allow lazy access to env bindings (#​202)
📖 Documentation
🏡 Chore
❤️ Contributors

v1.4.1

Compare Source

compare changes

🩹 Fixes
  • pkg: Use optional peer dependencies (#​183)
📖 Documentation
🏡 Chore
❤️ Contributors

v1.4.0

Compare Source

compare changes

🚀 Enhancements
  • lru-cache: Support size calculation (#​177)
  • Expose name and options from driver instances (#​178)
  • http: Support custom headers (4fe7da7)
🩹 Fixes
  • lru-cache: Use max instead of maxSize (012fc62)
  • redis: Remove trailing : from base (82647e0)
📖 Documentation
  • Fix 404 links in readme (4a63a54)
🏡 Chore
✅ Tests
❤️ Contributors

v1.3.0

Compare Source

compare changes

🚀 Enhancements
  • server: Support authorize (#​175)
  • server: Support resolvePath (4717851)
🩹 Fixes
  • redis: Remove strict options validation (9294121)
  • redis: Respect both global and operation options for ttl (a491333)
  • pkg: Move types field to the first (f2b08f6)
  • pkg: Export compat types for /server subpath (3cc2c48)
📖 Documentation
  • Update snapshots page (4619326)
  • Improvements on http server (a4b8fb8)
🏡 Chore
❤️ Contributors

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 force-pushed the renovate/all-minor-patch branch from 8008069 to 7725e25 Compare June 19, 2024 22:25
@renovate renovate bot changed the title chore(deps): update devdependency @nuxt/module-builder to ^0.8.0 chore(deps): update all non-major dependencies Jun 19, 2024
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update devdependency @iconify-json/carbon to ^1.1.36 Jun 20, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from f1363b6 to 07ce6ce Compare June 20, 2024 15:47
@renovate renovate bot changed the title chore(deps): update devdependency @iconify-json/carbon to ^1.1.36 chore(deps): update all non-major dependencies Jun 20, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 938592c to dd34ea9 Compare June 27, 2024 11:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 13 times, most recently from d565176 to 29b09ee Compare July 3, 2024 12:37
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update node.js to >=18.20.3 Jul 3, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 29b09ee to 879c58a Compare July 4, 2024 06:31
@renovate renovate bot changed the title chore(deps): update node.js to >=18.20.3 chore(deps): update all non-major dependencies Jul 4, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 5df7d11 to 398d73c Compare February 17, 2025 11:57
@renovate renovate bot changed the title chore(deps): update resolutions typescript to v5.7.3 chore(deps): update all non-major dependencies Feb 17, 2025
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update resolutions typescript to v5.7.3 Feb 17, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 175846d to 1f59c1a Compare February 17, 2025 17:47
@renovate renovate bot changed the title chore(deps): update resolutions typescript to v5.7.3 chore(deps): update all non-major dependencies Feb 17, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 007f087 to 79a2413 Compare February 18, 2025 04:45
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update resolutions typescript to v5.7.3 Feb 18, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 79a2413 to 1d5fb55 Compare February 18, 2025 04:46
@renovate renovate bot changed the title chore(deps): update resolutions typescript to v5.7.3 chore(deps): update all non-major dependencies Feb 18, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 0234f2f to fe0bd76 Compare February 18, 2025 19:42
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update resolutions typescript to v5.7.3 Feb 18, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from e176e75 to b6887ad Compare February 18, 2025 21:05
@renovate renovate bot changed the title chore(deps): update resolutions typescript to v5.7.3 chore(deps): update all non-major dependencies Feb 18, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 4a6e4ee to 6ae9ceb Compare February 22, 2025 00:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6ae9ceb to bf95747 Compare February 22, 2025 05:04
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.

0 participants