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

fix(deps): update dependency unstorage to v1.14.4 #212

Merged
merged 1 commit into from
Jan 3, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 3, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
unstorage 1.9.0 -> 1.14.4 age adoption passing confidence

Release Notes

unjs/unstorage (unstorage)

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

Configuration

📅 Schedule: Branch creation - "every weekend" (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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@bkrem bkrem merged commit df822c9 into master Jan 3, 2025
23 checks passed
@renovate renovate bot deleted the renovate/unstorage-1.x-lockfile branch January 3, 2025 10:33
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.

1 participant