Skip to content

v0.0.2-alpha.25

Pre-release
Pre-release

Choose a tag to compare

@mobeenabdullah mobeenabdullah released this 22 Jun 11:17
· 4 commits to main since this release
ed4c930

Released all 12 packages at 0.0.2-alpha.25 in lockstep (nextly, create-nextly-app, and 10 @nextlyhq/* packages).

What's changed

@nextlyhq/adapter-drizzle

Patch Changes

  • #121 8cc3a1c Thanks @aqib-rx! - Fresh projects scaffolded with pnpm create nextly-app no longer fail to install under pnpm 11. pnpm 11 stopped reading the pnpm field from package.json, so the pnpm.onlyBuiltDependencies allowlist the scaffolder emitted was ignored: pnpm install aborted with ERR_PNPM_IGNORED_BUILDS, and past that better-sqlite3 never compiled its native binding (SQLite scaffolds crashed at boot) while sharp, esbuild, and unrs-resolver were silently blocked.

    The scaffolder now writes the build-script allowlist to pnpm-workspace.yaml instead, emitting both allowBuilds (read by pnpm 11+) and onlyBuiltDependencies (read by pnpm 10.6+), and drops the now-dead pnpm field from the generated package.json. better-sqlite3 is always allow-listed so the --use-yalc dev flow — which installs every adapter — builds it too. npm, yarn, and pnpm 9 run dependency build scripts by default and ignore the file, so it is harmless under those package managers.

@nextlyhq/adapter-mysql

Patch Changes

  • #121 8cc3a1c Thanks @aqib-rx! - Fresh projects scaffolded with pnpm create nextly-app no longer fail to install under pnpm 11. pnpm 11 stopped reading the pnpm field from package.json, so the pnpm.onlyBuiltDependencies allowlist the scaffolder emitted was ignored: pnpm install aborted with ERR_PNPM_IGNORED_BUILDS, and past that better-sqlite3 never compiled its native binding (SQLite scaffolds crashed at boot) while sharp, esbuild, and unrs-resolver were silently blocked.

    The scaffolder now writes the build-script allowlist to pnpm-workspace.yaml instead, emitting both allowBuilds (read by pnpm 11+) and onlyBuiltDependencies (read by pnpm 10.6+), and drops the now-dead pnpm field from the generated package.json. better-sqlite3 is always allow-listed so the --use-yalc dev flow — which installs every adapter — builds it too. npm, yarn, and pnpm 9 run dependency build scripts by default and ignore the file, so it is harmless under those package managers.

  • Updated dependencies [8cc3a1c]:

    • @nextlyhq/adapter-drizzle@0.0.2-alpha.25

@nextlyhq/adapter-postgres

Patch Changes

  • #121 8cc3a1c Thanks @aqib-rx! - Fresh projects scaffolded with pnpm create nextly-app no longer fail to install under pnpm 11. pnpm 11 stopped reading the pnpm field from package.json, so the pnpm.onlyBuiltDependencies allowlist the scaffolder emitted was ignored: pnpm install aborted with ERR_PNPM_IGNORED_BUILDS, and past that better-sqlite3 never compiled its native binding (SQLite scaffolds crashed at boot) while sharp, esbuild, and unrs-resolver were silently blocked.

    The scaffolder now writes the build-script allowlist to pnpm-workspace.yaml instead, emitting both allowBuilds (read by pnpm 11+) and onlyBuiltDependencies (read by pnpm 10.6+), and drops the now-dead pnpm field from the generated package.json. better-sqlite3 is always allow-listed so the --use-yalc dev flow — which installs every adapter — builds it too. npm, yarn, and pnpm 9 run dependency build scripts by default and ignore the file, so it is harmless under those package managers.

  • Updated dependencies [8cc3a1c]:

    • @nextlyhq/adapter-drizzle@0.0.2-alpha.25

@nextlyhq/adapter-sqlite

Patch Changes

  • #121 8cc3a1c Thanks @aqib-rx! - Fresh projects scaffolded with pnpm create nextly-app no longer fail to install under pnpm 11. pnpm 11 stopped reading the pnpm field from package.json, so the pnpm.onlyBuiltDependencies allowlist the scaffolder emitted was ignored: pnpm install aborted with ERR_PNPM_IGNORED_BUILDS, and past that better-sqlite3 never compiled its native binding (SQLite scaffolds crashed at boot) while sharp, esbuild, and unrs-resolver were silently blocked.

    The scaffolder now writes the build-script allowlist to pnpm-workspace.yaml instead, emitting both allowBuilds (read by pnpm 11+) and onlyBuiltDependencies (read by pnpm 10.6+), and drops the now-dead pnpm field from the generated package.json. better-sqlite3 is always allow-listed so the --use-yalc dev flow — which installs every adapter — builds it too. npm, yarn, and pnpm 9 run dependency build scripts by default and ignore the file, so it is harmless under those package managers.

  • Updated dependencies [8cc3a1c]:

    • @nextlyhq/adapter-drizzle@0.0.2-alpha.25

@nextlyhq/admin

Patch Changes

  • #121 8cc3a1c Thanks @aqib-rx! - Fresh projects scaffolded with pnpm create nextly-app no longer fail to install under pnpm 11. pnpm 11 stopped reading the pnpm field from package.json, so the pnpm.onlyBuiltDependencies allowlist the scaffolder emitted was ignored: pnpm install aborted with ERR_PNPM_IGNORED_BUILDS, and past that better-sqlite3 never compiled its native binding (SQLite scaffolds crashed at boot) while sharp, esbuild, and unrs-resolver were silently blocked.

    The scaffolder now writes the build-script allowlist to pnpm-workspace.yaml instead, emitting both allowBuilds (read by pnpm 11+) and onlyBuiltDependencies (read by pnpm 10.6+), and drops the now-dead pnpm field from the generated package.json. better-sqlite3 is always allow-listed so the --use-yalc dev flow — which installs every adapter — builds it too. npm, yarn, and pnpm 9 run dependency build scripts by default and ignore the file, so it is harmless under those package managers.

  • Updated dependencies [8cc3a1c]:

    • @nextlyhq/ui@0.0.2-alpha.25

create-nextly-app

Patch Changes

  • #121 8cc3a1c Thanks @aqib-rx! - Fresh projects scaffolded with pnpm create nextly-app no longer fail to install under pnpm 11. pnpm 11 stopped reading the pnpm field from package.json, so the pnpm.onlyBuiltDependencies allowlist the scaffolder emitted was ignored: pnpm install aborted with ERR_PNPM_IGNORED_BUILDS, and past that better-sqlite3 never compiled its native binding (SQLite scaffolds crashed at boot) while sharp, esbuild, and unrs-resolver were silently blocked.

    The scaffolder now writes the build-script allowlist to pnpm-workspace.yaml instead, emitting both allowBuilds (read by pnpm 11+) and onlyBuiltDependencies (read by pnpm 10.6+), and drops the now-dead pnpm field from the generated package.json. better-sqlite3 is always allow-listed so the --use-yalc dev flow — which installs every adapter — builds it too. npm, yarn, and pnpm 9 run dependency build scripts by default and ignore the file, so it is harmless under those package managers.

nextly

Patch Changes

  • #121 8cc3a1c Thanks @aqib-rx! - Fresh projects scaffolded with pnpm create nextly-app no longer fail to install under pnpm 11. pnpm 11 stopped reading the pnpm field from package.json, so the pnpm.onlyBuiltDependencies allowlist the scaffolder emitted was ignored: pnpm install aborted with ERR_PNPM_IGNORED_BUILDS, and past that better-sqlite3 never compiled its native binding (SQLite scaffolds crashed at boot) while sharp, esbuild, and unrs-resolver were silently blocked.

    The scaffolder now writes the build-script allowlist to pnpm-workspace.yaml instead, emitting both allowBuilds (read by pnpm 11+) and onlyBuiltDependencies (read by pnpm 10.6+), and drops the now-dead pnpm field from the generated package.json. better-sqlite3 is always allow-listed so the --use-yalc dev flow — which installs every adapter — builds it too. npm, yarn, and pnpm 9 run dependency build scripts by default and ignore the file, so it is harmless under those package managers.

  • Updated dependencies [8cc3a1c]:

    • @nextlyhq/adapter-drizzle@0.0.2-alpha.25
    • @nextlyhq/adapter-mysql@0.0.2-alpha.25
    • @nextlyhq/adapter-postgres@0.0.2-alpha.25
    • @nextlyhq/adapter-sqlite@0.0.2-alpha.25

@nextlyhq/plugin-form-builder

Patch Changes

  • #121 8cc3a1c Thanks @aqib-rx! - Fresh projects scaffolded with pnpm create nextly-app no longer fail to install under pnpm 11. pnpm 11 stopped reading the pnpm field from package.json, so the pnpm.onlyBuiltDependencies allowlist the scaffolder emitted was ignored: pnpm install aborted with ERR_PNPM_IGNORED_BUILDS, and past that better-sqlite3 never compiled its native binding (SQLite scaffolds crashed at boot) while sharp, esbuild, and unrs-resolver were silently blocked.

    The scaffolder now writes the build-script allowlist to pnpm-workspace.yaml instead, emitting both allowBuilds (read by pnpm 11+) and onlyBuiltDependencies (read by pnpm 10.6+), and drops the now-dead pnpm field from the generated package.json. better-sqlite3 is always allow-listed so the --use-yalc dev flow — which installs every adapter — builds it too. npm, yarn, and pnpm 9 run dependency build scripts by default and ignore the file, so it is harmless under those package managers.

  • Updated dependencies [8cc3a1c]:

    • @nextlyhq/admin@0.0.2-alpha.25
    • nextly@0.0.2-alpha.25
    • @nextlyhq/ui@0.0.2-alpha.25

@nextlyhq/storage-s3

Patch Changes

  • #121 8cc3a1c Thanks @aqib-rx! - Fresh projects scaffolded with pnpm create nextly-app no longer fail to install under pnpm 11. pnpm 11 stopped reading the pnpm field from package.json, so the pnpm.onlyBuiltDependencies allowlist the scaffolder emitted was ignored: pnpm install aborted with ERR_PNPM_IGNORED_BUILDS, and past that better-sqlite3 never compiled its native binding (SQLite scaffolds crashed at boot) while sharp, esbuild, and unrs-resolver were silently blocked.

    The scaffolder now writes the build-script allowlist to pnpm-workspace.yaml instead, emitting both allowBuilds (read by pnpm 11+) and onlyBuiltDependencies (read by pnpm 10.6+), and drops the now-dead pnpm field from the generated package.json. better-sqlite3 is always allow-listed so the --use-yalc dev flow — which installs every adapter — builds it too. npm, yarn, and pnpm 9 run dependency build scripts by default and ignore the file, so it is harmless under those package managers.

@nextlyhq/storage-uploadthing

Patch Changes

  • #121 8cc3a1c Thanks @aqib-rx! - Fresh projects scaffolded with pnpm create nextly-app no longer fail to install under pnpm 11. pnpm 11 stopped reading the pnpm field from package.json, so the pnpm.onlyBuiltDependencies allowlist the scaffolder emitted was ignored: pnpm install aborted with ERR_PNPM_IGNORED_BUILDS, and past that better-sqlite3 never compiled its native binding (SQLite scaffolds crashed at boot) while sharp, esbuild, and unrs-resolver were silently blocked.

    The scaffolder now writes the build-script allowlist to pnpm-workspace.yaml instead, emitting both allowBuilds (read by pnpm 11+) and onlyBuiltDependencies (read by pnpm 10.6+), and drops the now-dead pnpm field from the generated package.json. better-sqlite3 is always allow-listed so the --use-yalc dev flow — which installs every adapter — builds it too. npm, yarn, and pnpm 9 run dependency build scripts by default and ignore the file, so it is harmless under those package managers.

@nextlyhq/storage-vercel-blob

Patch Changes

  • #121 8cc3a1c Thanks @aqib-rx! - Fresh projects scaffolded with pnpm create nextly-app no longer fail to install under pnpm 11. pnpm 11 stopped reading the pnpm field from package.json, so the pnpm.onlyBuiltDependencies allowlist the scaffolder emitted was ignored: pnpm install aborted with ERR_PNPM_IGNORED_BUILDS, and past that better-sqlite3 never compiled its native binding (SQLite scaffolds crashed at boot) while sharp, esbuild, and unrs-resolver were silently blocked.

    The scaffolder now writes the build-script allowlist to pnpm-workspace.yaml instead, emitting both allowBuilds (read by pnpm 11+) and onlyBuiltDependencies (read by pnpm 10.6+), and drops the now-dead pnpm field from the generated package.json. better-sqlite3 is always allow-listed so the --use-yalc dev flow — which installs every adapter — builds it too. npm, yarn, and pnpm 9 run dependency build scripts by default and ignore the file, so it is harmless under those package managers.

@nextlyhq/ui

Patch Changes

  • #121 8cc3a1c Thanks @aqib-rx! - Fresh projects scaffolded with pnpm create nextly-app no longer fail to install under pnpm 11. pnpm 11 stopped reading the pnpm field from package.json, so the pnpm.onlyBuiltDependencies allowlist the scaffolder emitted was ignored: pnpm install aborted with ERR_PNPM_IGNORED_BUILDS, and past that better-sqlite3 never compiled its native binding (SQLite scaffolds crashed at boot) while sharp, esbuild, and unrs-resolver were silently blocked.

    The scaffolder now writes the build-script allowlist to pnpm-workspace.yaml instead, emitting both allowBuilds (read by pnpm 11+) and onlyBuiltDependencies (read by pnpm 10.6+), and drops the now-dead pnpm field from the generated package.json. better-sqlite3 is always allow-listed so the --use-yalc dev flow — which installs every adapter — builds it too. npm, yarn, and pnpm 9 run dependency build scripts by default and ignore the file, so it is harmless under those package managers.