Skip to content

Commit 1610c73

Browse files
breaking change: remove recipes (#4422)
* remove recipies * missing change * fixes * Create wet-drinks-wait.md --------- Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1 parent 0a257e9 commit 1610c73

File tree

187 files changed

+7
-8265
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

187 files changed

+7
-8265
lines changed

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
"access": "restricted",
88
"baseBranch": "main",
99
"updateInternalDependencies": "patch",
10-
"ignore": ["web", "test-*", "toolkit-*", "@blitzjs/recipe-*"]
10+
"ignore": ["web", "test-*", "toolkit-*", "next-blitz-auth"]
1111
}

.changeset/wet-drinks-wait.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"blitz": patch
3+
---
4+
5+
Due to increased maintenance required to keep recipes up to date. Removing them from the codebase from v3

packages/blitz/build.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import {BuildConfig} from "unbuild"
22

33
const config: BuildConfig = {
4-
entries: ["./src/index-browser", "./src/index-server", "./src/cli/index", "./src/installer"],
4+
entries: ["./src/index-browser", "./src/index-server", "./src/cli/index"],
55
externals: ["index-browser.cjs", "index-browser.mjs", "index.cjs", "zod", "react"],
66
declaration: true,
77
rollup: {

packages/blitz/installer.d.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/blitz/installer.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/blitz/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
"sideEffects": false,
2323
"license": "MIT",
2424
"files": [
25-
"installer.*",
2625
"dist/**",
2726
"bin/**"
2827
],

packages/blitz/src/cli/commands/install.ts

Lines changed: 0 additions & 325 deletions
This file was deleted.

packages/blitz/src/cli/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ const commands = {
3535
generate: () => import("./commands/generate").then((i) => i.generate),
3636
codegen: () => import("./commands/codegen").then((i) => i.codegen),
3737
db: () => import("./commands/db").then((i) => i.db),
38-
install: () => import("./commands/install").then((i) => i.install),
3938
console: () => import("./commands/console").then((i) => i.consoleREPL),
4039
routes: () => import("./commands/routes").then((i) => i.routes),
4140
}
@@ -47,7 +46,6 @@ const aliases: Record<string, keyof typeof commands> = {
4746
e: "export",
4847
n: "new",
4948
g: "generate",
50-
i: "install",
5149
c: "console",
5250
r: "routes",
5351
}

packages/blitz/src/installer.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/blitz/src/installer/components/enter-to-continue.tsx

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)