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 npm packages #3

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

chore(deps): update npm packages #3

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 2, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nuxthub/core (source) ^0.2.1 -> ^0.8.7 age adoption passing confidence
@types/better-sqlite3 (source) ^7.6.5 -> ^7.6.12 age adoption passing confidence
drizzle-kit (source) ^0.20.14 -> ^0.28.1 age adoption passing confidence
drizzle-orm (source) ^0.29.4 -> ^0.36.4 age adoption passing confidence
wrangler (source) ^3.30.1 -> ^3.91.0 age adoption passing confidence
zod (source) ^3.22.2 -> ^3.23.8 age adoption passing confidence

Release Notes

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

v0.8.7

Compare Source

compare changes

🚀 Enhancements
  • cache: Add support for swr detection (#​376)
📖 Documentation
  • Update blob.md to match the ensureBlob types (#​371)
🏡 Chore
❤️ Contributors

v0.8.6

Compare Source

compare changes

📖 Documentation
🏡 Chore
❤️ Contributors

v0.8.5

Compare Source

compare changes

🩹 Fixes
  • Support nitro dir as priority instead of publicDir (f21dfa1)
  • openapi: Use new Nitro 2.10 format (#​365)
📖 Documentation
  • Add db migrations (b5b66f9)
  • Add note about preview and prod deployments (b4cbe99)
  • Use h3 instead (7ad1fee)
  • Typo index page (#​361)
  • Update vectorize.dimensions example to numbers (#​362)
❤️ Contributors

v0.8.4

Compare Source

compare changes

🚀 Enhancements
  • Support cloudflare access (#​348)
📖 Documentation
  • Add note about CF routes limit (6556a74)
🏡 Chore
❤️ Contributors

v0.8.3

Compare Source

compare changes

🩹 Fixes
  • Make vectorize query params optional (#​351)
  • Correctly resolve vectorize type (#​349)
  • Only show vectorize as remote storage if indexes present (#​352)
📖 Documentation
❤️ Contributors

v0.8.2

Compare Source

compare changes

🩹 Fixes
  • Only apply migrations if database is enabled (#​343)
📖 Documentation
❤️ Contributors

v0.8.1

Compare Source

compare changes

🩹 Fixes
  • database: Create migrations table in dev (#​342)
📖 Documentation
❤️ Contributors
  • Sébastien Chopin (@​atinux)
  • Estéban <e.soubiran25@​gmail.com>

v0.8.0

Compare Source

compare changes

🚀 Enhancements
  • ⚠️ Automatic database migrations (#​333)
📖 Documentation
🏡 Chore
⚠️ Breaking Changes
  • ⚠️ Automatic database migrations (#​333)
❤️ Contributors

v0.7.37

Compare Source

compare changes

📖 Documentation
  • Add note about CSP when serving blobs (47448a2)
🏡 Chore
  • Use compiled hook from nitro to final build event (#​338)
  • Update deps (9fd90f4)
❤️ Contributors

v0.7.36

Compare Source

compare changes

🚀 Enhancements
🏡 Chore
❤️ Contributors

v0.7.35

Compare Source

compare changes

🚀 Enhancements
  • cache: Support batch delete (#​336)
📖 Documentation
🏡 Chore
❤️ Contributors

v0.7.34

Compare Source

compare changes

🩹 Fixes
🏡 Chore
❤️ Contributors

v0.7.33

Compare Source

compare changes

🩹 Fixes
🏡 Chore
❤️ Contributors

v0.7.32

Compare Source

compare changes

🚀 Enhancements
  • blob: Add createCredentials() to support presigned URLs (#​323)
🩹 Fixes
  • blob: Use ensure option if present (#​324)
❤️ Contributors

v0.7.31

Compare Source

compare changes

🩹 Fixes
  • cache: Driver not found with file:// (#​322)
🏡 Chore
❤️ Contributors

v0.7.30

Compare Source

compare changes

🩹 Fixes
❤️ Contributors

v0.7.29

Compare Source

compare changes

🩹 Fixes
  • cache: Smartly overwrite devStorage to handle pre-rendering (#​320)
📖 Documentation
❤️ Contributors

v0.7.28

Compare Source

compare changes

🩹 Fixes
  • Update cache storage for pre-rendering phase (#​319)
  • Multipart with remote storage (#​318)
  • Normalize path for windows (#​317)
📖 Documentation
🏡 Chore
❤️ Contributors

v0.7.27

Compare Source

compare changes

🚀 Enhancements
  • Support cache expiration & improve admin speed (#​313)
📖 Documentation
🏡 Chore
  • Remove unused ai binding (#​308)
❤️ Contributors

v0.7.26

Compare Source

compare changes

🏡 Chore
  • Update type (17726d8)
  • Add hub empty object to public runtime config (97ec429)
  • Remove unused type (fb68769)
❤️ Contributors

v0.7.25

Compare Source

compare changes

🩹 Fixes
  • Move tsconfig to correct folder (#​307)
📖 Documentation
🏡 Chore
  • Add npx prefix for nuxthub commands (aa13911)
  • Leverage userProjectToken if available (012f498)
  • Update deps (ef4c6f4)
❤️ Contributors

v0.7.24

Compare Source

compare changes

🚀 Enhancements
📖 Documentation
🏡 Chore
❤️ Contributors

v0.7.23

Compare Source

compare changes

🩹 Fixes
  • Only set env if undefined at first (fd779ee)
🏡 Chore
❤️ Contributors

v0.7.22

Compare Source

compare changes

🏡 Chore
  • Use middleware instead of plugin (f921892)
❤️ Contributors

v0.7.21

Compare Source

compare changes

🚀 Enhancements
  • Add noindex for preview env (#​296)
  • Remove trailing slash for prerender routes (#​298)
🩹 Fixes
  • Workaround for process.env and new node compat (f28f549)
📖 Documentation
  • Prerender dynamic pages using modules (#​300)
🏡 Chore
  • Use nitro compatibility flags by default (#​302)
  • Read and ignore nitro wrangler option (#​303)
  • Update deps (6c3ca98)
❤️ Contributors

v0.7.20

Compare Source

compare changes

🩹 Fixes
  • proxy: Read env from request (bd4de45)
📖 Documentation
❤️ Contributors

v0.7.19

Compare Source

compare changes

🚀 Enhancements
  • Add nuxthub preview command (#​288)
📖 Documentation
❤️ Contributors

v0.7.18

Compare Source

compare changes

🩹 Fixes
  • Remove nuxthub cli dependency (5d58b09)
📖 Documentation
❤️ Contributors

v0.7.17

Compare Source

compare changes

🩹 Fixes
  • blob: Respect addRandomSuffix with remote access (#​287)
📖 Documentation
❤️ Contributors

v0.7.16

Compare Source

compare changes

🚀 Enhancements
❤️ Contributors

v0.7.15

Compare Source

compare changes

🩹 Fixes
  • Add browser binding on CF CI (#​281)
📖 Documentation
🏡 Chore
  • playground: Disable v2 flag (0950478)
❤️ Contributors

v0.7.14

Compare Source

compare changes

🩹 Fixes
  • Don't use global on client-side (#​278)
❤️ Contributors

v0.7.13

Compare Source

compare changes

🩹 Fixes
  • Use #imports for nitropack imports (#​276)
  • Move from ni to nypm (#​277)
📖 Documentation
  • Update image for remote storage (517fc67)
  • Simplify use cases (01b9274)
🏡 Chore
❤️ Contributors

v0.7.12

Compare Source

compare changes

🚀 Enhancements
📖 Documentation
❤️ Contributors

v0.7.11

Compare Source

compare changes

🚀 Enhancements
  • Add support for browser rendering (#​271)
❤️ Contributors

v0.7.10

Compare Source

compare changes

🚀 Enhancements
  • kv: Add support for ttl (#​265)
  • Add support for defining compatibility date & flags (#​264)
🩹 Fixes
  • blob: Handle FileList in useUpload (#​260)
❤️ Contributors

v0.7.9

Compare Source

compare changes

🚀 Enhancements
  • Support nuxt-csurf with zero-config (#​256)
📖 Documentation
🏡 Chore
❤️ Contributors

v0.7.8

Compare Source

compare changes

🩹 Fixes
  • Correct typo in error message (#​251)
📖 Documentation
🏡 Chore
❤️ Contributors

v0.7.7

Compare Source

compare changes

🩹 Fixes
  • blob: Handle Uint8Array format (#​247)
🏡 Chore
❤️ Contributors

v0.7.6

Compare Source

compare changes

🚀 Enhancements
  • Add support for extra bindings (Hyperdrive) (#​245)
❤️ Contributors

v0.7.5

Compare Source

compare changes

🩹 Fixes
  • Add support for cloudflare:* externals (#​243)
  • Disable the usage of nuxt generate (#​244)
📖 Documentation
🏡 Chore
❤️ Contributors

v0.7.4

Compare Source

compare changes

🩹 Fixes
  • cache: Don't force nitro prefix (#​239)
📖 Documentation
❤️ Contributors

v0.7.3

Compare Source

compare changes

🩹 Fixes
  • blob: Support customMetadata in proxy on put() (#​231)
📖 Documentation
🏡 Chore
  • playground: Fix database reactivity (5b3b2a8)
❤️ Contributors

v0.7.2

Compare Source

compare changes

🚀 Enhancements
🩹 Fixes
  • Support remote overwrites (9b434eb)
📖 Documentation
🏡 Chore
❤️ Contributors

v0.7.1

Compare Source

compare changes

🩹 Fixes
  • cache: Handle cache keys with . (#​196)
  • openapi: Use direct import instead of nitro alias (#​192)
📖 Documentation
  • Improvements (c092ede)
  • Add jsdoc for useUpload (3f66ac0)
  • Add GitHub Action example (f1e91f8)
  • Use nuxthub discord invite (#​188)
  • Update pricing (8028dae)
  • Add blob upload prefix (2feff31)
  • Update images for steps (aed88b1)
  • Use event.path instead of event.node.req.url (#​195)
  • Missing pnpm version on github actions template (#​194)
🏡 Chore
  • release: V0.7.0 (314fd54)
  • Fix playground with new nuxt shallow ref (b2adb87)
  • Update deploy command to npx nuxthub deploy (ef43572)
❤️ Contributors

v0.7.0

Compare Source

compare changes

🚀 Enhancements
  • blob: ⚠️ Change API for consistency (#​187)
📖 Documentation
  • Add Hello Edge template (7c9e805)
  • Update og image (7ba4dba)
  • Improve ctas (099fcbd)
  • Try public sans font (05fcfea)
  • Add parent routes for header active links (47a7331)
  • Improve drizzle seed example (#​176)
  • recipes: Remove extra field for drizzle seed (a8a8b01)
🏡 Chore
⚠️ Breaking Changes
  • blob: ⚠️ Change API for consistency (#​187)
❤️ Contributors

v0.6.17

Compare Source

compare changes

🏡 Chore
  • dx: Require wrangler only when required (04efdfa)
❤️ Contributors

v0.6.16

Compare Source

compare changes

🩹 Fixes
  • blob: Check correct variable in useUpload (889acbc)
📖 Documentation
  • Add team-webhooks-env selection (8b27277)
🏡 Chore
  • ci: Add pkg.pr.new for package preview on pull requests (#​164)
  • Update deps (f55098c)
❤️ Contributors

v0.6.15

Compare Source

compare changes

🩹 Fixes
  • Import runtime types from @nuxthub/core (#​168)
🏡 Chore
❤️ Contributors

v0.6.14

Compare Source

compare changes

✅ Tests
  • Improve tests and integrity (#​163)
❤️ Contributors

v0.6.13

Compare Source

compare changes

🚀 Enhancements
🩹 Fixes
  • blob: Remove slugify (#​154)
  • module: Invalid resolved path in npm package (#​161)
  • analytics: Setup analytics worker (#​162)
📖 Documentation
🏡 Chore
❤️ Contributors

v0.6.12

Compare Source

compare changes

🚀 Enhancements
🩹 Fixes
📖 Documentation
🏡 Chore
  • action: Add pr version release (415e9a3)
  • Disable pkg-pr-new (fcb2994)
❤️ Contributors

v0.6.11

Compare Source

compare changes

🩹 Fixes
  • blob: Missing import and fix types for useUpload (#​156)
❤️ Contributors

v0.6.10

Compare Source

compare changes

🩹 Fixes
  • handleUpload: Ensure valid http method (#​148)
  • Support upcoming nitro release (475fa04)
🏡 Chore
❤️ Contributors

v0.6.9

Compare Source

compare changes

🚀 Enhancements
🩹 Fixes
  • blob: Set correct customMetadata (#​146)
❤️ Contributors

v0.6.8

Compare Source

compare changes

🩹 Fixes
  • blob: Sanitize pathname to avoid doubleslash (2079b6a)
❤️ Contributors

v0.6.7

Compare Source

compare changes

🩹 Fixes
  • blob: Add last missing import (8cb7866)
❤️ Contributors

v0.6.6

Compare Source

compare changes

🩹 Fixes
  • Missing imports for blob & multipart (36a8e66)
❤️ Contributors

v0.6.5

Compare Source

compare changes

🩹 Fixes
📖 Documentation
🏡 Chore
❤️ Contributors

v0.6.4

Compare Source

compare changes

🩹 Fixes
  • blob: Add missing import for getQuery (56e69e0)
❤️ Contributors

v0.6.3

Compare Source

compare changes

🩹 Fixes
  • Ensure env is set before calling projectUrl() (40dfa3d)
❤️ Contributors

v0.6.2

Compare Source

compare changes

🩹 Fixes
  • manifest: Handle new format with list() (0496a29)
❤️ Contributors

v0.6.1

Compare Source

compare changes

🏡 Chore
  • dx: Require wrangler only when required (04efdfa)
❤️ Contributors

v0.6.0

Compare Source

compare changes

🚀 Enhancements
  • blob: Support folded option in list() (#​121)
  • blob: Create delete-folder to delete blob folders (#​125)
  • handleUpload() util and `useUpload

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 changed the title chore(deps): update dependency @nuxt/ui to ^2.9.0 chore(deps): update dependency @nuxt/ui to ^2.9.0 - autoclosed Oct 3, 2023
@renovate renovate bot closed this Oct 3, 2023
@renovate renovate bot deleted the renovate/npm branch October 3, 2023 08:20
@renovate renovate bot changed the title chore(deps): update dependency @nuxt/ui to ^2.9.0 - autoclosed chore(deps): update dependency @nuxt/ui to ^2.9.0 Oct 3, 2023
@renovate renovate bot reopened this Oct 3, 2023
@renovate renovate bot restored the renovate/npm branch October 3, 2023 19:25
@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Oct 3, 2023

Deploying s-esteban-soubiran-site with  Cloudflare Pages  Cloudflare Pages

Latest commit: c01a55b
Status:🚫  Build failed.

View logs

@renovate renovate bot changed the title chore(deps): update dependency @nuxt/ui to ^2.9.0 chore(deps): update devdependency zod to ^3.22.3 Oct 3, 2023
@renovate renovate bot changed the title chore(deps): update devdependency zod to ^3.22.3 chore(deps): update devdependency zod to ^3.22.4 Oct 4, 2023
@renovate renovate bot changed the title chore(deps): update devdependency zod to ^3.22.4 chore(deps): update npm packages Oct 6, 2023
@renovate renovate bot force-pushed the renovate/npm branch 2 times, most recently from 1f734eb to b8134e5 Compare October 7, 2023 16:01
@renovate renovate bot force-pushed the renovate/npm branch 3 times, most recently from 57541d3 to f0484a2 Compare October 20, 2023 23:15
@renovate renovate bot force-pushed the renovate/npm branch 4 times, most recently from 26dbe39 to 5e6bff3 Compare November 7, 2023 00:50
@renovate renovate bot force-pushed the renovate/npm branch 4 times, most recently from 0572ecb to 0e86bab Compare November 13, 2023 10:42
@renovate renovate bot force-pushed the renovate/npm branch 5 times, most recently from bd1f8b2 to 1d622e9 Compare November 23, 2023 10:34
@renovate renovate bot force-pushed the renovate/npm branch 4 times, most recently from 3b1487c to c28eb7b Compare October 8, 2024 05:30
@renovate renovate bot force-pushed the renovate/npm branch 3 times, most recently from 25cee41 to 2179ba2 Compare October 14, 2024 23:30
@renovate renovate bot force-pushed the renovate/npm branch 4 times, most recently from 18d1cc2 to b3b8802 Compare October 23, 2024 18:01
@renovate renovate bot force-pushed the renovate/npm branch 5 times, most recently from 7fe9398 to 5d27e17 Compare October 30, 2024 08:56
@renovate renovate bot force-pushed the renovate/npm branch 4 times, most recently from 9cd8d2c to 4b4e48b Compare November 7, 2024 02:49
@renovate renovate bot force-pushed the renovate/npm branch 4 times, most recently from 0655028 to 01d7f6a Compare November 15, 2024 02:34
@renovate renovate bot force-pushed the renovate/npm branch 3 times, most recently from 23ae24a to 02b6c55 Compare November 22, 2024 05:48
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