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

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

chore(deps): update npm packages #16

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 20, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nuxthub/core (source) ^0.6.17 -> ^0.8.7 age adoption passing confidence
@types/markdown-it (source) ^14.1.1 -> ^14.1.2 age adoption passing confidence
@types/sanitize-html (source) ^2.11.0 -> ^2.13.0 age adoption passing confidence
drizzle-kit (source) ^0.22.7 -> ^0.28.1 age adoption passing confidence
drizzle-orm (source) ^0.31.2 -> ^0.36.4 age adoption passing confidence
nanoid ^5.0.7 -> ^5.0.8 age adoption passing confidence
nuxt-auth-utils ^0.0.25 -> ^0.5.5 age adoption passing confidence
nuxt-authorization ^0.0.3 -> ^0.3.1 age adoption passing confidence
sanitize-html ^2.13.0 -> ^2.13.1 age adoption passing confidence
wrangler (source) ^3.60.3 -> ^3.90.0 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
drizzle-team/drizzle-orm (drizzle-kit)

v0.28.1

Compare Source

Bug fixes

v0.28.0

Compare Source

Improvements

Bug Fixes

v0.27.2

Compare Source

v0.27.1

Compare Source

import { neon, neonConfig } from '@&#8203;neondatabase/serverless';
import { drizzle } from 'drizzle-orm/neon-http';

neonConfig.fetchConnectionCache = true;

const sql = neon(process.env.DRIZZLE_DATABASE_URL!);
const db = drizzle(sql);

db.select(...)

v0.27.0

Compare Source

Correct behavior when installed in a monorepo (multiple Drizzle instances)

Replacing all instanceof statements with a custom is() function allowed us to handle multiple Drizzle packages interacting properly.

It also fixes one of our biggest Discord tickets: maximum call stack exceeded 🎉

You should now use is() instead of instanceof to check if specific objects are instances of specific Drizzle types. It might be useful if you are building something on top of the Drizzle API.

import { is, Column } from 'drizzle-orm'

if (is(value, Column)) {
  // value's type is narrowed to Column
}

distinct clause support

await db.selectDistinct().from(usersDistinctTable).orderBy(
  usersDistinctTable.id,
  usersDistinctTable.name,
);

Also, distinct on clause is available for PostgreSQL:

await db.selectDistinctOn([usersDistinctTable.id]).from(usersDistinctTable).orderBy(
  usersDistinctTable.id,
);

await db.selectDistinctOn([usersDistinctTable.name], { name: usersDistinctTable.name }).from(
  usersDistinctTable,
).orderBy(usersDistinctTable.name);

bigint and boolean support for SQLite

Contributed by @​MrRahulRamkumar (#​558), @​raducristianpopa ([#​411](https://redirect.github.com/drizzle-team/drizzle-orm/issu


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.

Copy link

cloudflare-workers-and-pages bot commented Jun 22, 2024

Deploying orion with  Cloudflare Pages  Cloudflare Pages

Latest commit: 0a202d3
Status:🚫  Build failed.

View logs

@renovate renovate bot force-pushed the renovate/npm branch 5 times, most recently from c955e92 to 50fdc83 Compare June 30, 2024 05:32
@renovate renovate bot force-pushed the renovate/npm branch 2 times, most recently from 3663961 to 270d0a3 Compare July 5, 2024 08:47
@renovate renovate bot force-pushed the renovate/npm branch 4 times, most recently from b5ed1a1 to 00a2585 Compare July 12, 2024 08:43
@renovate renovate bot force-pushed the renovate/npm branch 2 times, most recently from a49b014 to d2523a3 Compare July 24, 2024 02:48
@renovate renovate bot force-pushed the renovate/npm branch 4 times, most recently from 0d3d0e7 to 9a2ba79 Compare August 2, 2024 17:50
@renovate renovate bot force-pushed the renovate/npm branch 2 times, most recently from 6023963 to 4baa45d Compare August 11, 2024 11:48
@renovate renovate bot force-pushed the renovate/npm branch 4 times, most recently from 02562fb to 642e153 Compare August 21, 2024 23:40
@renovate renovate bot force-pushed the renovate/npm branch 5 times, most recently from 2cdebfd to 7942a68 Compare August 29, 2024 03:00
@renovate renovate bot force-pushed the renovate/npm branch 4 times, most recently from d86e298 to e59a9bd Compare October 2, 2024 02:18
@renovate renovate bot force-pushed the renovate/npm branch 5 times, most recently from 0c0c2ef to 9dbdfe2 Compare October 9, 2024 02:58
@renovate renovate bot force-pushed the renovate/npm branch 3 times, most recently from 48ec9b2 to 04cf1e7 Compare October 18, 2024 20:49
@renovate renovate bot force-pushed the renovate/npm branch 4 times, most recently from 83dcb55 to 56e96a8 Compare October 27, 2024 02:28
@renovate renovate bot force-pushed the renovate/npm branch 4 times, most recently from 99934d4 to 620592e Compare November 4, 2024 17:55
@renovate renovate bot force-pushed the renovate/npm branch 4 times, most recently from df0cc23 to 8999847 Compare November 13, 2024 14:57
@renovate renovate bot force-pushed the renovate/npm branch 4 times, most recently from c630f9c to 84763a3 Compare November 21, 2024 02:47
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