v0.0.2-alpha.25
Pre-releaseReleased 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
8cc3a1cThanks @aqib-rx! - Fresh projects scaffolded withpnpm create nextly-appno longer fail to install under pnpm 11. pnpm 11 stopped reading thepnpmfield frompackage.json, so thepnpm.onlyBuiltDependenciesallowlist the scaffolder emitted was ignored:pnpm installaborted withERR_PNPM_IGNORED_BUILDS, and past thatbetter-sqlite3never compiled its native binding (SQLite scaffolds crashed at boot) whilesharp,esbuild, andunrs-resolverwere silently blocked.The scaffolder now writes the build-script allowlist to
pnpm-workspace.yamlinstead, emitting bothallowBuilds(read by pnpm 11+) andonlyBuiltDependencies(read by pnpm 10.6+), and drops the now-deadpnpmfield from the generatedpackage.json.better-sqlite3is always allow-listed so the--use-yalcdev 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
8cc3a1cThanks @aqib-rx! - Fresh projects scaffolded withpnpm create nextly-appno longer fail to install under pnpm 11. pnpm 11 stopped reading thepnpmfield frompackage.json, so thepnpm.onlyBuiltDependenciesallowlist the scaffolder emitted was ignored:pnpm installaborted withERR_PNPM_IGNORED_BUILDS, and past thatbetter-sqlite3never compiled its native binding (SQLite scaffolds crashed at boot) whilesharp,esbuild, andunrs-resolverwere silently blocked.The scaffolder now writes the build-script allowlist to
pnpm-workspace.yamlinstead, emitting bothallowBuilds(read by pnpm 11+) andonlyBuiltDependencies(read by pnpm 10.6+), and drops the now-deadpnpmfield from the generatedpackage.json.better-sqlite3is always allow-listed so the--use-yalcdev 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
8cc3a1cThanks @aqib-rx! - Fresh projects scaffolded withpnpm create nextly-appno longer fail to install under pnpm 11. pnpm 11 stopped reading thepnpmfield frompackage.json, so thepnpm.onlyBuiltDependenciesallowlist the scaffolder emitted was ignored:pnpm installaborted withERR_PNPM_IGNORED_BUILDS, and past thatbetter-sqlite3never compiled its native binding (SQLite scaffolds crashed at boot) whilesharp,esbuild, andunrs-resolverwere silently blocked.The scaffolder now writes the build-script allowlist to
pnpm-workspace.yamlinstead, emitting bothallowBuilds(read by pnpm 11+) andonlyBuiltDependencies(read by pnpm 10.6+), and drops the now-deadpnpmfield from the generatedpackage.json.better-sqlite3is always allow-listed so the--use-yalcdev 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
8cc3a1cThanks @aqib-rx! - Fresh projects scaffolded withpnpm create nextly-appno longer fail to install under pnpm 11. pnpm 11 stopped reading thepnpmfield frompackage.json, so thepnpm.onlyBuiltDependenciesallowlist the scaffolder emitted was ignored:pnpm installaborted withERR_PNPM_IGNORED_BUILDS, and past thatbetter-sqlite3never compiled its native binding (SQLite scaffolds crashed at boot) whilesharp,esbuild, andunrs-resolverwere silently blocked.The scaffolder now writes the build-script allowlist to
pnpm-workspace.yamlinstead, emitting bothallowBuilds(read by pnpm 11+) andonlyBuiltDependencies(read by pnpm 10.6+), and drops the now-deadpnpmfield from the generatedpackage.json.better-sqlite3is always allow-listed so the--use-yalcdev 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
8cc3a1cThanks @aqib-rx! - Fresh projects scaffolded withpnpm create nextly-appno longer fail to install under pnpm 11. pnpm 11 stopped reading thepnpmfield frompackage.json, so thepnpm.onlyBuiltDependenciesallowlist the scaffolder emitted was ignored:pnpm installaborted withERR_PNPM_IGNORED_BUILDS, and past thatbetter-sqlite3never compiled its native binding (SQLite scaffolds crashed at boot) whilesharp,esbuild, andunrs-resolverwere silently blocked.The scaffolder now writes the build-script allowlist to
pnpm-workspace.yamlinstead, emitting bothallowBuilds(read by pnpm 11+) andonlyBuiltDependencies(read by pnpm 10.6+), and drops the now-deadpnpmfield from the generatedpackage.json.better-sqlite3is always allow-listed so the--use-yalcdev 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
8cc3a1cThanks @aqib-rx! - Fresh projects scaffolded withpnpm create nextly-appno longer fail to install under pnpm 11. pnpm 11 stopped reading thepnpmfield frompackage.json, so thepnpm.onlyBuiltDependenciesallowlist the scaffolder emitted was ignored:pnpm installaborted withERR_PNPM_IGNORED_BUILDS, and past thatbetter-sqlite3never compiled its native binding (SQLite scaffolds crashed at boot) whilesharp,esbuild, andunrs-resolverwere silently blocked.The scaffolder now writes the build-script allowlist to
pnpm-workspace.yamlinstead, emitting bothallowBuilds(read by pnpm 11+) andonlyBuiltDependencies(read by pnpm 10.6+), and drops the now-deadpnpmfield from the generatedpackage.json.better-sqlite3is always allow-listed so the--use-yalcdev 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
8cc3a1cThanks @aqib-rx! - Fresh projects scaffolded withpnpm create nextly-appno longer fail to install under pnpm 11. pnpm 11 stopped reading thepnpmfield frompackage.json, so thepnpm.onlyBuiltDependenciesallowlist the scaffolder emitted was ignored:pnpm installaborted withERR_PNPM_IGNORED_BUILDS, and past thatbetter-sqlite3never compiled its native binding (SQLite scaffolds crashed at boot) whilesharp,esbuild, andunrs-resolverwere silently blocked.The scaffolder now writes the build-script allowlist to
pnpm-workspace.yamlinstead, emitting bothallowBuilds(read by pnpm 11+) andonlyBuiltDependencies(read by pnpm 10.6+), and drops the now-deadpnpmfield from the generatedpackage.json.better-sqlite3is always allow-listed so the--use-yalcdev 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
8cc3a1cThanks @aqib-rx! - Fresh projects scaffolded withpnpm create nextly-appno longer fail to install under pnpm 11. pnpm 11 stopped reading thepnpmfield frompackage.json, so thepnpm.onlyBuiltDependenciesallowlist the scaffolder emitted was ignored:pnpm installaborted withERR_PNPM_IGNORED_BUILDS, and past thatbetter-sqlite3never compiled its native binding (SQLite scaffolds crashed at boot) whilesharp,esbuild, andunrs-resolverwere silently blocked.The scaffolder now writes the build-script allowlist to
pnpm-workspace.yamlinstead, emitting bothallowBuilds(read by pnpm 11+) andonlyBuiltDependencies(read by pnpm 10.6+), and drops the now-deadpnpmfield from the generatedpackage.json.better-sqlite3is always allow-listed so the--use-yalcdev 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
8cc3a1cThanks @aqib-rx! - Fresh projects scaffolded withpnpm create nextly-appno longer fail to install under pnpm 11. pnpm 11 stopped reading thepnpmfield frompackage.json, so thepnpm.onlyBuiltDependenciesallowlist the scaffolder emitted was ignored:pnpm installaborted withERR_PNPM_IGNORED_BUILDS, and past thatbetter-sqlite3never compiled its native binding (SQLite scaffolds crashed at boot) whilesharp,esbuild, andunrs-resolverwere silently blocked.The scaffolder now writes the build-script allowlist to
pnpm-workspace.yamlinstead, emitting bothallowBuilds(read by pnpm 11+) andonlyBuiltDependencies(read by pnpm 10.6+), and drops the now-deadpnpmfield from the generatedpackage.json.better-sqlite3is always allow-listed so the--use-yalcdev 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
8cc3a1cThanks @aqib-rx! - Fresh projects scaffolded withpnpm create nextly-appno longer fail to install under pnpm 11. pnpm 11 stopped reading thepnpmfield frompackage.json, so thepnpm.onlyBuiltDependenciesallowlist the scaffolder emitted was ignored:pnpm installaborted withERR_PNPM_IGNORED_BUILDS, and past thatbetter-sqlite3never compiled its native binding (SQLite scaffolds crashed at boot) whilesharp,esbuild, andunrs-resolverwere silently blocked.The scaffolder now writes the build-script allowlist to
pnpm-workspace.yamlinstead, emitting bothallowBuilds(read by pnpm 11+) andonlyBuiltDependencies(read by pnpm 10.6+), and drops the now-deadpnpmfield from the generatedpackage.json.better-sqlite3is always allow-listed so the--use-yalcdev 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
8cc3a1cThanks @aqib-rx! - Fresh projects scaffolded withpnpm create nextly-appno longer fail to install under pnpm 11. pnpm 11 stopped reading thepnpmfield frompackage.json, so thepnpm.onlyBuiltDependenciesallowlist the scaffolder emitted was ignored:pnpm installaborted withERR_PNPM_IGNORED_BUILDS, and past thatbetter-sqlite3never compiled its native binding (SQLite scaffolds crashed at boot) whilesharp,esbuild, andunrs-resolverwere silently blocked.The scaffolder now writes the build-script allowlist to
pnpm-workspace.yamlinstead, emitting bothallowBuilds(read by pnpm 11+) andonlyBuiltDependencies(read by pnpm 10.6+), and drops the now-deadpnpmfield from the generatedpackage.json.better-sqlite3is always allow-listed so the--use-yalcdev 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
8cc3a1cThanks @aqib-rx! - Fresh projects scaffolded withpnpm create nextly-appno longer fail to install under pnpm 11. pnpm 11 stopped reading thepnpmfield frompackage.json, so thepnpm.onlyBuiltDependenciesallowlist the scaffolder emitted was ignored:pnpm installaborted withERR_PNPM_IGNORED_BUILDS, and past thatbetter-sqlite3never compiled its native binding (SQLite scaffolds crashed at boot) whilesharp,esbuild, andunrs-resolverwere silently blocked.The scaffolder now writes the build-script allowlist to
pnpm-workspace.yamlinstead, emitting bothallowBuilds(read by pnpm 11+) andonlyBuiltDependencies(read by pnpm 10.6+), and drops the now-deadpnpmfield from the generatedpackage.json.better-sqlite3is always allow-listed so the--use-yalcdev 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.