1
0
mirror of synced 2026-02-04 12:08:33 -05:00

Compare commits

...

10 Commits

Author SHA1 Message Date
beerose
493d505b24 Update pnpm-lock 2022-06-22 12:12:57 +02:00
github-actions[bot]
09da992bef Version Packages (alpha) (#3450)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-06-22 12:11:54 +02:00
Dillon Raphael
bbac7906e8 fix codemod for wrapping \_app arrow function and nested pages directory (#3443)
Co-authored-by: Aleksandra <alexsandra.sikora@gmail.com>
2022-06-22 10:55:35 +02:00
Dillon Raphael
21ca3a9b02 pnpmlock 2022-06-21 10:27:09 -04:00
github-actions[bot]
32274803d9 Version Packages (alpha) (#3449)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-06-21 10:25:53 -04:00
Dillon Raphael
9ded8dacba Export useParam & useParams from @blitzjs/next (#3448) 2022-06-21 14:45:29 +02:00
beerose
80ffbeaa4c Update pnpm-lock.yaml 2022-06-19 18:20:49 +02:00
github-actions[bot]
6bde1b07da Version Packages (alpha) (#3445)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-06-19 18:18:57 +02:00
Datner
b918055bf3 Add aliases for Blitz CLI commands (#3410)
Co-authored-by: Aleksandra <alexsandra.sikora@gmail.com>
2022-06-19 18:13:43 +02:00
Aleksandra
f9a2971f05 Improve typings in blitz cli package (#3444) 2022-06-19 15:48:27 +02:00
25 changed files with 370 additions and 179 deletions

View File

@@ -0,0 +1,5 @@
---
"@blitzjs/codemod": patch
---
fix codemod for wrapping \_app arrow function & fix codemod for nested pages directory

View File

@@ -0,0 +1,5 @@
---
"@blitzjs/next": patch
---
useParam & useParams functions now accessible from @blitzjs/next

View File

@@ -32,6 +32,7 @@
"fast-trainers-kneel",
"flat-bees-approve",
"four-meals-fry",
"fuzzy-jars-admire",
"gentle-dogs-reply",
"great-months-train",
"green-papayas-do",
@@ -41,6 +42,7 @@
"lucky-cows-try",
"modern-cameras-pull",
"moody-squids-cheer",
"nervous-beds-travel",
"nice-starfishes-live",
"nine-onions-admire",
"ninety-pets-heal",
@@ -59,6 +61,7 @@
"small-socks-confess",
"stupid-walls-sell",
"swift-drinks-dress",
"tame-keys-reply",
"tasty-news-collect",
"ten-rivers-burn",
"tender-pianos-check",

View File

@@ -0,0 +1,5 @@
---
"blitz": patch
---
Add aliases for Blitz CLI commands

View File

@@ -29,7 +29,7 @@
"@blitzjs/rpc": "workspace:*",
"@hookform/resolvers": "2.8.8",
"@prisma/client": "3.9.0",
"blitz": "workspace:2.0.0-alpha.38",
"blitz": "workspace:2.0.0-alpha.41",
"next": "12.1.6-canary.17",
"prisma": "3.9.0",
"react": "18.0.0",

View File

@@ -1,5 +1,24 @@
# @blitzjs/auth
## 2.0.0-alpha.41
### Patch Changes
- blitz@2.0.0-alpha.41
## 2.0.0-alpha.40
### Patch Changes
- blitz@2.0.0-alpha.40
## 2.0.0-alpha.39
### Patch Changes
- Updated dependencies [b918055b]
- blitz@2.0.0-alpha.39
## 2.0.0-alpha.38
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@blitzjs/auth",
"version": "2.0.0-alpha.38",
"version": "2.0.0-alpha.41",
"scripts": {
"build": "unbuild",
"predev": "wait-on -d 250 ../blitz/dist/index-server.d.ts",
@@ -26,7 +26,7 @@
"@types/secure-password": "3.1.1",
"b64-lite": "1.4.0",
"bad-behavior": "1.0.1",
"blitz": "2.0.0-alpha.38",
"blitz": "2.0.0-alpha.41",
"cookie": "0.4.1",
"cookie-session": "2.0.0",
"debug": "4.3.3",
@@ -39,7 +39,7 @@
"url": "0.11.0"
},
"devDependencies": {
"@blitzjs/config": "workspace:2.0.0-alpha.38",
"@blitzjs/config": "workspace:2.0.0-alpha.41",
"@testing-library/react": "13.0.0",
"@testing-library/react-hooks": "7.0.2",
"@types/cookie": "0.4.1",

View File

@@ -1,5 +1,24 @@
# @blitzjs/next
## 2.0.0-alpha.41
### Patch Changes
- @blitzjs/rpc@2.0.0-alpha.41
## 2.0.0-alpha.40
### Patch Changes
- 9ded8dac: useParam & useParams functions now accessible from @blitzjs/next
- @blitzjs/rpc@2.0.0-alpha.40
## 2.0.0-alpha.39
### Patch Changes
- @blitzjs/rpc@2.0.0-alpha.39
## 2.0.0-alpha.38
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@blitzjs/next",
"version": "2.0.0-alpha.38",
"version": "2.0.0-alpha.41",
"scripts": {
"build": "unbuild",
"dev": "pnpm predev && pnpm watch unbuild src --wait=0.2",
@@ -23,7 +23,7 @@
"eslint.js"
],
"dependencies": {
"@blitzjs/rpc": "2.0.0-alpha.38",
"@blitzjs/rpc": "2.0.0-alpha.41",
"@types/hoist-non-react-statics": "3.3.1",
"debug": "4.3.3",
"fs-extra": "10.0.1",
@@ -32,21 +32,19 @@
"superjson": "1.8.0"
},
"devDependencies": {
"@blitzjs/config": "workspace:2.0.0-alpha.38",
"@blitzjs/config": "workspace:2.0.0-alpha.41",
"@testing-library/dom": "8.13.0",
"@testing-library/jest-dom": "5.16.3",
"@testing-library/react": "13.0.0",
"@testing-library/react-hooks": "7.0.2",
"@testing-library/user-event": "13.5.0",
"@types/lodash.frompairs": "4.0.6",
"@types/node": "17.0.16",
"@types/react": "18.0.1",
"@types/react-dom": "17.0.14",
"@types/testing-library__react-hooks": "4.0.0",
"blitz": "2.0.0-alpha.38",
"blitz": "2.0.0-alpha.41",
"cross-spawn": "7.0.3",
"find-up": "4.1.0",
"lodash.frompairs": "4.0.1",
"next": "12.1.6-canary.17",
"react": "18.0.0",
"react-dom": "18.0.0",

View File

@@ -17,6 +17,7 @@ import {Router} from "next/router"
export * from "./error-boundary"
export * from "./error-component"
export * from "./use-params"
export {Routes} from ".blitz"
const compose =

View File

@@ -1,4 +1,3 @@
import fromPairs from "lodash.frompairs"
import {NextRouter} from "next/router"
import {ParsedUrlQuery} from "querystring"
import React from "react"
@@ -81,7 +80,7 @@ function areQueryValuesEqual(value1: ParsedUrlQueryValue, value2: ParsedUrlQuery
}
export function extractRouterParams(routerQuery: ParsedUrlQuery, asPathQuery: ParsedUrlQuery) {
return fromPairs(
return Object.fromEntries(
Object.entries(routerQuery).filter(
([key, value]) =>
typeof asPathQuery[key] === "undefined" || !areQueryValuesEqual(value, asPathQuery[key]),

View File

@@ -1,5 +1,27 @@
# @blitzjs/rpc
## 2.0.0-alpha.41
### Patch Changes
- @blitzjs/auth@2.0.0-alpha.41
- blitz@2.0.0-alpha.41
## 2.0.0-alpha.40
### Patch Changes
- @blitzjs/auth@2.0.0-alpha.40
- blitz@2.0.0-alpha.40
## 2.0.0-alpha.39
### Patch Changes
- Updated dependencies [b918055b]
- blitz@2.0.0-alpha.39
- @blitzjs/auth@2.0.0-alpha.39
## 2.0.0-alpha.38
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@blitzjs/rpc",
"version": "2.0.0-alpha.38",
"version": "2.0.0-alpha.41",
"scripts": {
"build": "unbuild",
"predev": "wait-on -d 250 ../blitz/dist/index-server.d.ts && wait-on -d 250 ../blitz-auth/dist/index-browser.d.ts",
@@ -20,7 +20,7 @@
"dist/**"
],
"dependencies": {
"@blitzjs/auth": "2.0.0-alpha.38",
"@blitzjs/auth": "2.0.0-alpha.41",
"b64-lite": "1.4.0",
"bad-behavior": "1.0.1",
"chalk": "^4.1.0",
@@ -30,11 +30,11 @@
"zod": "3.10.1"
},
"devDependencies": {
"@blitzjs/config": "workspace:2.0.0-alpha.38",
"@blitzjs/config": "workspace:2.0.0-alpha.41",
"@types/debug": "4.1.7",
"@types/react": "18.0.1",
"@types/react-dom": "17.0.14",
"blitz": "2.0.0-alpha.38",
"blitz": "2.0.0-alpha.41",
"next": "12.1.6-canary.17",
"react": "18.0.0",
"react-dom": "18.0.0",
@@ -43,7 +43,7 @@
"watch": "1.0.2"
},
"peerDependencies": {
"blitz": "2.0.0-alpha.38",
"blitz": "2.0.0-alpha.41",
"next": "*"
},
"publishConfig": {

View File

@@ -1,5 +1,24 @@
# blitz
## 2.0.0-alpha.41
### Patch Changes
- @blitzjs/generator@2.0.0-alpha.41
## 2.0.0-alpha.40
### Patch Changes
- @blitzjs/generator@2.0.0-alpha.40
## 2.0.0-alpha.39
### Patch Changes
- b918055b: Add aliases for Blitz CLI commands
- @blitzjs/generator@2.0.0-alpha.39
## 2.0.0-alpha.38
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "blitz",
"version": "2.0.0-alpha.38",
"version": "2.0.0-alpha.41",
"scripts": {
"build": "unbuild",
"dev": "watch unbuild src --wait=0.2",
@@ -23,7 +23,7 @@
"blitz": "bin/blitz"
},
"dependencies": {
"@blitzjs/generator": "2.0.0-alpha.38",
"@blitzjs/generator": "2.0.0-alpha.41",
"arg": "5.0.1",
"chalk": "^4.1.0",
"console-table-printer": "2.10.0",
@@ -52,7 +52,7 @@
"watchpack": "2.1.1"
},
"devDependencies": {
"@blitzjs/config": "workspace:2.0.0-alpha.38",
"@blitzjs/config": "workspace:2.0.0-alpha.41",
"@types/cookie": "0.4.1",
"@types/cross-spawn": "6.0.2",
"@types/debug": "4.1.7",

View File

@@ -1,6 +1,5 @@
import {NON_STANDARD_NODE_ENV} from "./utils/constants"
import arg from "arg"
import packageJson from "../../package.json"
import {loadEnvConfig} from "../env-utils"
import {getCommandBin} from "./utils/config"
import spawn from "cross-spawn"
@@ -10,7 +9,7 @@ import pkgDir from "pkg-dir"
import {join} from "path"
const commonArgs = {
// Types
// Flags
"--version": Boolean,
"--help": Boolean,
"--inspect": Boolean,
@@ -25,9 +24,9 @@ const args = arg(commonArgs, {
permissive: true,
})
const defaultCommand = "dev"
export type CliCommand = (argv?: string[]) => void
const commands: {[command: string]: () => Promise<CliCommand>} = {
const commands = {
dev: () => import("./commands/next/dev").then((i) => i.dev),
build: () => import("./commands/next/build").then((i) => i.build),
start: () => import("./commands/next/start").then((i) => i.start),
@@ -36,25 +35,34 @@ const commands: {[command: string]: () => Promise<CliCommand>} = {
codegen: () => import("./commands/codegen").then((i) => i.codegen),
db: () => import("./commands/db").then((i) => i.db),
}
const foundCommand = Boolean(commands[args._[0] as string])
const command = foundCommand ? (args._[0] as string) : defaultCommand
const forwardedArgs = foundCommand ? args._.slice(1) : args._
const aliases: Record<string, keyof typeof commands> = {
d: "dev",
b: "build",
s: "start",
n: "new",
g: "generate",
}
type Command = keyof typeof commands
type Alias = keyof typeof aliases
const defaultCommand: Command = "dev"
const foundCommand = Boolean(commands[args._[0] as Command])
const foundAlias = Boolean(aliases[args._[0] as Alias])
let command: Command = defaultCommand
if (foundCommand) {
command = args._[0] as Command
}
if (foundAlias) {
command = aliases[args._[0] as Alias] as Command
}
const forwardedArgs = foundCommand || foundAlias ? args._.slice(1) : args._
const globalBlitzPath = resolveFrom(__dirname, "blitz")
const localBlitzPath = resolveFrom.silent(process.cwd(), "blitz")
const isInDevelopmentAsGloballyLinked = __dirname.includes("packages/blitz/dist")
let blitzPkgPath
if (isInDevelopmentAsGloballyLinked) {
blitzPkgPath = globalBlitzPath
} else {
// localBlitzPath won't exist if used outside a blitz app directory
blitzPkgPath = localBlitzPath || globalBlitzPath
}
async function runCommandFromBin() {
const command = args._[0] as string
let commandBin: string | null = null
try {
commandBin = await getCommandBin(command)
@@ -96,10 +104,10 @@ async function printEnvInfo() {
{showNotFound: true},
)
const globalBlitzPkgJsonPath = pkgDir.sync(globalBlitzPath) as string
const globalBlitzPkgJsonPath = pkgDir.sync(globalBlitzPath)
const localBlitzPkgJsonPath = pkgDir.sync(localBlitzPath)
if (globalBlitzPkgJsonPath !== localBlitzPkgJsonPath) {
if (globalBlitzPkgJsonPath && globalBlitzPkgJsonPath !== localBlitzPkgJsonPath) {
// This branch won't run if user does `npx blitz` or `yarn blitz`
const globalVersion = require(join(globalBlitzPkgJsonPath, "package.json")).version
console.log(`Blitz version: ${globalVersion} (global)`)
@@ -141,14 +149,16 @@ async function main() {
if (process.env.NODE_ENV && !standardEnv.includes(process.env.NODE_ENV)) {
console.warn(NON_STANDARD_NODE_ENV)
}
;(process.env as any).NODE_ENV = process.env.NODE_ENV || defaultEnv
process.env.NODE_ENV = process.env.NODE_ENV || defaultEnv
// Make sure commands gracefully respect termination signals (e.g. from Docker)
process.on("SIGTERM", () => process.exit(0))
process.on("SIGINT", () => process.exit(0))
if (foundCommand) {
commands[command]?.()
if (foundCommand || foundAlias) {
const commandFn = commands[command] || aliases[command]
commandFn?.()
.then((exec: any) => exec(forwardedArgs))
.then(() => {
if (command === "build") {
@@ -162,13 +172,21 @@ async function main() {
})
} else {
if (args["--help"] && args._.length === 0) {
// TODO: add back the generate command description once it's working
// generate, g Generate new files for your Blitz project 🤠
console.log(`
Usage
$ blitz <command>
Available commands
${Object.keys(commands).join(", ")}
dev, d Start a development server 🪄
build, b Create a production build 🏗️
start, s Start the production server 🐎
new, n Create a new Blitz project ✨
codegen Run the blitz codegen 🤖
db Run database commands 🗄️
Options
--env, -e App environment name
--version, -v Version number

View File

@@ -1,5 +1,28 @@
# @blitzjs/codemod
## 2.0.0-alpha.41
### Patch Changes
- bbac7906: fix codemod for wrapping \_app arrow function & fix codemod for nested pages directory
- @blitzjs/generator@2.0.0-alpha.41
- blitz@2.0.0-alpha.41
## 2.0.0-alpha.40
### Patch Changes
- @blitzjs/generator@2.0.0-alpha.40
- blitz@2.0.0-alpha.40
## 2.0.0-alpha.39
### Patch Changes
- Updated dependencies [b918055b]
- blitz@2.0.0-alpha.39
- @blitzjs/generator@2.0.0-alpha.39
## 2.0.0-alpha.38
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@blitzjs/codemod",
"version": "2.0.0-alpha.38",
"version": "2.0.0-alpha.41",
"scripts": {
"build": "unbuild",
"dev": "watch unbuild src --wait=0.2",
@@ -25,9 +25,9 @@
"@babel/plugin-proposal-class-properties": "7.17.12",
"@babel/plugin-syntax-jsx": "7.17.12",
"@babel/plugin-syntax-typescript": "7.17.12",
"@blitzjs/generator": "2.0.0-alpha.38",
"@blitzjs/generator": "2.0.0-alpha.41",
"arg": "5.0.1",
"blitz": "2.0.0-alpha.38",
"blitz": "2.0.0-alpha.41",
"chalk": "^4.1.0",
"cross-spawn": "7.0.3",
"debug": "4.3.3",

View File

@@ -374,6 +374,35 @@ const upgradeLegacy = async () => {
},
})
steps.push({
name: "Add cookiePrefix to blitz server",
action: async () => {
const blitzConfigProgram = getCollectionFromSource(blitzConfigFile)
const cookieIdentifier = blitzConfigProgram.find(
j.Identifier,
(node) => node.name === "cookiePrefix",
)
if (cookieIdentifier.length) {
const cookiePrefix = cookieIdentifier.get().parentPath.value.value.value
const blitzClientProgram = getCollectionFromSource(
path.join(appDir, `blitz-client.${isTypescript ? "ts" : "js"}`),
)
const cookieIdentifierBlitzClient = blitzClientProgram.find(
j.Identifier,
(node) => node.name === "cookiePrefix",
)
cookieIdentifierBlitzClient.get().parentPath.value.value.value = cookiePrefix
fs.writeFileSync(
`${appDir}/blitz-client.${isTypescript ? "ts" : "js"}`,
blitzClientProgram.toSource(),
)
} else {
log.error("Cookie Prefix not found in blitz config file")
}
},
})
steps.push({
name: "create pages/api/rpc directory and add [[...blitz]].ts wildecard API route",
action: async () => {
@@ -479,22 +508,41 @@ const upgradeLegacy = async () => {
return pageDir
}
getAllPagesDirs(appDir).forEach((pages, index) => {
getAllPagesDirs(appDir).forEach((pages) => {
if (pages.subModel) {
fs.moveSync(pages.path, path.join(path.resolve("pages"), pages.model, pages.subModel))
// If the directory exists with a sub model (sub page directory), loop through the directory manually move each file/directory
if (fs.existsSync(path.join(path.resolve("pages"), pages.model))) {
let subs = fs.readdirSync(pages.path)
subs.forEach((sub) => {
fs.moveSync(
path.join(pages.path, sub),
path.join(path.resolve("pages"), pages.model, pages.subModel!, sub),
)
})
} else {
fs.moveSync(pages.path, path.join(path.resolve("pages"), pages.model, pages.subModel))
}
} else {
fs.moveSync(pages.path, path.join(path.resolve("pages"), pages.model))
// If the directory exists without a sub model (sub page directory), loop through the directory manually move each file/directory
if (fs.existsSync(path.join(path.resolve("pages"), pages.model))) {
let subs = fs.readdirSync(pages.path)
subs.forEach((sub) => {
fs.moveSync(
path.join(pages.path, sub),
path.join(path.resolve("pages"), pages.model, sub),
)
})
} else {
fs.moveSync(pages.path, path.join(path.resolve("pages"), pages.model))
}
}
})
// Delete left over pages directory
let subs = fs.readdirSync(path.join(appDir, pages.model))
// We can only delete a directory once 😅
if (
getAllPagesDirs(appDir)[index - 1]?.model !== getAllPagesDirs(appDir)[index]?.model &&
index === getAllPagesDirs(appDir).length &&
subs.includes("pages")
) {
fs.removeSync(path.join(appDir, pages.model, "pages"))
//Clean up
getAllPagesDirs(appDir).forEach((page) => {
let subs = fs.readdirSync(path.join(appDir, page.model))
if (subs.includes("pages")) {
fs.removeSync(path.join(appDir, page.model, "pages"))
}
})
},
@@ -710,19 +758,38 @@ const upgradeLegacy = async () => {
const program = getCollectionFromSource(
path.join(pagesDir, `_app.${isTypescript ? "tsx" : "jsx"}`),
)
const appFunction = program.find(j.FunctionDeclaration, (node) => {
return node.id.name === "App"
})
// Store the App function
const storeFunction = {...appFunction.get().value}
const appIdentifier = program.find(j.Identifier, (node) => {
return node.name === "App"
})
// Create a new withBlitz call expresion with an empty argument
const withBlitzFunction = (appFunction.get().parentPath.value.declaration =
j.expressionStatement(j.callExpression(j.identifier("withBlitz"), []))) as any
// Push stored function above into the argument
withBlitzFunction.expression.arguments.push(storeFunction)
if (appFunction.length) {
// Store the App function
const storeFunction = {...appFunction.get().value}
// Create a new withBlitz call expresion with an empty argument
const withBlitzFunction = (appFunction.get().parentPath.value.declaration =
j.expressionStatement(j.callExpression(j.identifier("withBlitz"), []))) as any
// Push stored function above into the argument
withBlitzFunction.expression.arguments.push(storeFunction)
} else if (appIdentifier.length) {
appIdentifier.forEach((a) => {
switch (a.name) {
case "declaration":
const storeFunction = {...a.get().value}
// Create a new withBlitz call expresion with an empty argument
const withBlitzFunction = (a.get().parentPath.value.declaration =
j.expressionStatement(j.callExpression(j.identifier("withBlitz"), []))) as any
// Push stored function above into the argument
withBlitzFunction.expression.arguments.push(storeFunction)
break
}
})
} else {
log.error("App function not found")
}
addNamedImport(program, "withBlitz", "app/blitz-client")

View File

@@ -1,5 +1,11 @@
# @blitzjs/config
## 2.0.0-alpha.41
## 2.0.0-alpha.40
## 2.0.0-alpha.39
## 2.0.0-alpha.38
## 2.0.0-alpha.37

View File

@@ -1,7 +1,7 @@
{
"name": "@blitzjs/config",
"private": true,
"version": "2.0.0-alpha.38",
"version": "2.0.0-alpha.41",
"license": "MIT",
"dependencies": {
"@typescript-eslint/eslint-plugin": "5.9.1",

View File

@@ -1,5 +1,11 @@
# @blitzjs/generator
## 2.0.0-alpha.41
## 2.0.0-alpha.40
## 2.0.0-alpha.39
## 2.0.0-alpha.38
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@blitzjs/generator",
"version": "2.0.0-alpha.38",
"version": "2.0.0-alpha.41",
"scripts": {
"dev": "watch unbuild src --wait=0.2",
"build": "unbuild && pnpm build:templates",
@@ -45,7 +45,7 @@
"vinyl": "2.2.1"
},
"devDependencies": {
"@blitzjs/config": "2.0.0-alpha.38",
"@blitzjs/config": "2.0.0-alpha.41",
"@juanm04/cpx": "2.0.1",
"@types/babel__core": "7.1.19",
"@types/diff": "5.0.2",

View File

@@ -25,7 +25,7 @@
"@typescript-eslint/parser": "5.9.1"
},
"devDependencies": {
"@blitzjs/config": "2.0.0-alpha.38",
"@blitzjs/config": "2.0.0-alpha.41",
"@types/react": "18.0.1",
"@types/react-dom": "17.0.14",
"react": "18.0.0",

190
pnpm-lock.yaml generated
View File

@@ -50,7 +50,7 @@ importers:
"@types/node": 17.0.16
"@types/preview-email": 2.0.1
"@types/react": 18.0.1
blitz: workspace:2.0.0-alpha.38
blitz: workspace:2.0.0-alpha.41
eslint: 7.32.0
husky: 7.0.4
jest: 27.5.1
@@ -432,8 +432,8 @@ importers:
packages/blitz:
specifiers:
"@blitzjs/config": workspace:2.0.0-alpha.38
"@blitzjs/generator": 2.0.0-alpha.38
"@blitzjs/config": workspace:2.0.0-alpha.41
"@blitzjs/generator": 2.0.0-alpha.41
"@types/cookie": 0.4.1
"@types/cross-spawn": 6.0.2
"@types/debug": 4.1.7
@@ -539,7 +539,7 @@ importers:
packages/blitz-auth:
specifiers:
"@blitzjs/config": workspace:2.0.0-alpha.38
"@blitzjs/config": workspace:2.0.0-alpha.41
"@testing-library/react": 13.0.0
"@testing-library/react-hooks": 7.0.2
"@types/b64-lite": 1.3.0
@@ -553,7 +553,7 @@ importers:
"@types/secure-password": 3.1.1
b64-lite: 1.4.0
bad-behavior: 1.0.1
blitz: 2.0.0-alpha.38
blitz: 2.0.0-alpha.41
cookie: 0.4.1
cookie-session: 2.0.0
debug: 4.3.3
@@ -604,26 +604,24 @@ importers:
packages/blitz-next:
specifiers:
"@blitzjs/config": workspace:2.0.0-alpha.38
"@blitzjs/rpc": 2.0.0-alpha.38
"@blitzjs/config": workspace:2.0.0-alpha.41
"@blitzjs/rpc": 2.0.0-alpha.41
"@testing-library/dom": 8.13.0
"@testing-library/jest-dom": 5.16.3
"@testing-library/react": 13.0.0
"@testing-library/react-hooks": 7.0.2
"@testing-library/user-event": 13.5.0
"@types/hoist-non-react-statics": 3.3.1
"@types/lodash.frompairs": 4.0.6
"@types/node": 17.0.16
"@types/react": 18.0.1
"@types/react-dom": 17.0.14
"@types/testing-library__react-hooks": 4.0.0
blitz: 2.0.0-alpha.38
blitz: 2.0.0-alpha.41
cross-spawn: 7.0.3
debug: 4.3.3
find-up: 4.1.0
fs-extra: 10.0.1
hoist-non-react-statics: 3.3.2
lodash.frompairs: 4.0.1
next: 12.1.6-canary.17
react: 18.0.0
react-dom: 18.0.0
@@ -649,7 +647,6 @@ importers:
"@testing-library/react": 13.0.0_zpnidt7m3osuk7shl3s4oenomq
"@testing-library/react-hooks": 7.0.2_zpnidt7m3osuk7shl3s4oenomq
"@testing-library/user-event": 13.5.0_tlwynutqiyp5mns3woioasuxnq
"@types/lodash.frompairs": 4.0.6
"@types/node": 17.0.16
"@types/react": 18.0.1
"@types/react-dom": 17.0.14
@@ -657,7 +654,6 @@ importers:
blitz: link:../blitz
cross-spawn: 7.0.3
find-up: 4.1.0
lodash.frompairs: 4.0.1
next: 12.1.6-canary.17_zpnidt7m3osuk7shl3s4oenomq
react: 18.0.0
react-dom: 18.0.0_react@18.0.0
@@ -669,14 +665,14 @@ importers:
packages/blitz-rpc:
specifiers:
"@blitzjs/auth": 2.0.0-alpha.38
"@blitzjs/config": workspace:2.0.0-alpha.38
"@blitzjs/auth": 2.0.0-alpha.41
"@blitzjs/config": workspace:2.0.0-alpha.41
"@types/debug": 4.1.7
"@types/react": 18.0.1
"@types/react-dom": 17.0.14
b64-lite: 1.4.0
bad-behavior: 1.0.1
blitz: 2.0.0-alpha.38
blitz: 2.0.0-alpha.41
chalk: ^4.1.0
debug: 4.3.3
next: 12.1.6-canary.17
@@ -718,12 +714,12 @@ importers:
"@babel/plugin-syntax-typescript": 7.17.12
"@babel/preset-env": 7.12.10
"@blitzjs/config": workspace:*
"@blitzjs/generator": 2.0.0-alpha.38
"@blitzjs/generator": 2.0.0-alpha.41
"@types/jscodeshift": 0.11.2
"@types/node": 17.0.16
arg: 5.0.1
ast-types: 0.14.2
blitz: 2.0.0-alpha.38
blitz: 2.0.0-alpha.41
chalk: ^4.1.0
cross-spawn: 7.0.3
debug: 4.3.3
@@ -778,7 +774,7 @@ importers:
"@babel/plugin-transform-typescript": 7.12.1
"@babel/preset-env": 7.12.10
"@babel/types": 7.12.10
"@blitzjs/config": 2.0.0-alpha.38
"@blitzjs/config": 2.0.0-alpha.41
"@juanm04/cpx": 2.0.1
"@mrleebo/prisma-ast": 0.2.6
"@types/babel__core": 7.1.19
@@ -869,7 +865,7 @@ importers:
packages/pkg-template:
specifiers:
"@blitzjs/config": 2.0.0-alpha.38
"@blitzjs/config": 2.0.0-alpha.41
"@types/react": 18.0.1
"@types/react-dom": 17.0.14
"@typescript-eslint/eslint-plugin": 5.9.1
@@ -2589,7 +2585,7 @@ packages:
}
engines: {node: ">=6.9.0"}
dependencies:
core-js-pure: 3.22.8
core-js-pure: 3.23.0
regenerator-runtime: 0.13.9
/@babel/runtime/7.18.3:
@@ -4324,22 +4320,6 @@ packages:
"@types/node": 17.0.24
dev: false
/@types/lodash.frompairs/4.0.6:
resolution:
{
integrity: sha512-rwCUf4NMKhXpiVjL/RXP8YOk+rd02/J4tACADEgaMXRVnzDbSSlBMKFZoX/ARmHVLg3Qc98Um4PErGv8FbxU7w==,
}
dependencies:
"@types/lodash": 4.14.182
dev: true
/@types/lodash/4.14.182:
resolution:
{
integrity: sha512-/THyiqyQAP9AfARo4pF+aCGcyiQ94tX/Is2I7HofNRqoYLgN1PBoOWu2/zTA5zMxzP5EFutMtWtGAFRKUe961Q==,
}
dev: true
/@types/mem-fs-editor/7.0.1:
resolution:
{
@@ -4774,16 +4754,16 @@ packages:
- supports-color
dev: false
/@typescript-eslint/experimental-utils/5.27.1_hrkuebk64jiu2ut2d2sm4oylnu:
/@typescript-eslint/experimental-utils/5.28.0_hrkuebk64jiu2ut2d2sm4oylnu:
resolution:
{
integrity: sha512-Vd8uewIixGP93sEnmTRIH6jHZYRQRkGPDPpapACMvitJKX8335VHNyqKTE+mZ+m3E2c5VznTZfSsSsS5IF7vUA==,
integrity: sha512-pPQ1Ng4qezQijXBBfYlogcOPnMs1q14l8C4fWJJ4PnFla4MA2b2oBfdkf02r1lNak2tpBVNJxvey9oWlPQWc4w==,
}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
dependencies:
"@typescript-eslint/utils": 5.27.1_hrkuebk64jiu2ut2d2sm4oylnu
"@typescript-eslint/utils": 5.28.0_hrkuebk64jiu2ut2d2sm4oylnu
eslint: 7.32.0
transitivePeerDependencies:
- supports-color
@@ -4831,10 +4811,10 @@ packages:
- typescript
dev: false
/@typescript-eslint/parser/5.27.1_hrkuebk64jiu2ut2d2sm4oylnu:
/@typescript-eslint/parser/5.28.0_hrkuebk64jiu2ut2d2sm4oylnu:
resolution:
{
integrity: sha512-7Va2ZOkHi5NP+AZwb5ReLgNF6nWLGTeUJfxdkVUAPPSaAdbWNnFZzLZ4EGGmmiCTg+AwlbE1KyUYTBglosSLHQ==,
integrity: sha512-ekqoNRNK1lAcKhZESN/PdpVsWbP9jtiNqzFWkp/yAUdZvJalw2heCYuqRmM5eUJSIYEkgq5sGOjq+ZqsLMjtRA==,
}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
@@ -4844,9 +4824,9 @@ packages:
typescript:
optional: true
dependencies:
"@typescript-eslint/scope-manager": 5.27.1
"@typescript-eslint/types": 5.27.1
"@typescript-eslint/typescript-estree": 5.27.1_typescript@4.6.3
"@typescript-eslint/scope-manager": 5.28.0
"@typescript-eslint/types": 5.28.0
"@typescript-eslint/typescript-estree": 5.28.0_typescript@4.6.3
debug: 4.3.4
eslint: 7.32.0
typescript: 4.6.3
@@ -4899,15 +4879,15 @@ packages:
- supports-color
dev: false
/@typescript-eslint/scope-manager/5.27.1:
/@typescript-eslint/scope-manager/5.28.0:
resolution:
{
integrity: sha512-fQEOSa/QroWE6fAEg+bJxtRZJTH8NTskggybogHt4H9Da8zd4cJji76gA5SBlR0MgtwF7rebxTbDKB49YUCpAg==,
integrity: sha512-LeBLTqF/he1Z+boRhSqnso6YrzcKMTQ8bO/YKEe+6+O/JGof9M0g3IJlIsqfrK/6K03MlFIlycbf1uQR1IjE+w==,
}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dependencies:
"@typescript-eslint/types": 5.27.1
"@typescript-eslint/visitor-keys": 5.27.1
"@typescript-eslint/types": 5.28.0
"@typescript-eslint/visitor-keys": 5.28.0
dev: true
/@typescript-eslint/scope-manager/5.9.1:
@@ -4963,10 +4943,10 @@ packages:
- supports-color
dev: false
/@typescript-eslint/types/5.27.1:
/@typescript-eslint/types/5.28.0:
resolution:
{
integrity: sha512-LgogNVkBhCTZU/m8XgEYIWICD6m4dmEDbKXESCbqOXfKZxRKeqpiJXQIErv66sdopRKZPo5l32ymNqibYEH/xg==,
integrity: sha512-2OOm8ZTOQxqkPbf+DAo8oc16sDlVR5owgJfKheBkxBKg1vAfw2JsSofH9+16VPlN9PWtv8Wzhklkqw3k/zCVxA==,
}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dev: true
@@ -4978,10 +4958,10 @@ packages:
}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
/@typescript-eslint/typescript-estree/5.27.1_typescript@4.6.3:
/@typescript-eslint/typescript-estree/5.28.0_typescript@4.6.3:
resolution:
{
integrity: sha512-DnZvvq3TAJ5ke+hk0LklvxwYsnXpRdqUY5gaVS0D4raKtbznPz71UJGnPTHEFo0GDxqLOLdMkkmVZjSpET1hFw==,
integrity: sha512-9GX+GfpV+F4hdTtYc6OV9ZkyYilGXPmQpm6AThInpBmKJEyRSIjORJd1G9+bknb7OTFYL+Vd4FBJAO6T78OVqA==,
}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
@@ -4990,8 +4970,8 @@ packages:
typescript:
optional: true
dependencies:
"@typescript-eslint/types": 5.27.1
"@typescript-eslint/visitor-keys": 5.27.1
"@typescript-eslint/types": 5.28.0
"@typescript-eslint/visitor-keys": 5.28.0
debug: 4.3.4
globby: 11.1.0
is-glob: 4.0.3
@@ -5025,19 +5005,19 @@ packages:
transitivePeerDependencies:
- supports-color
/@typescript-eslint/utils/5.27.1_hrkuebk64jiu2ut2d2sm4oylnu:
/@typescript-eslint/utils/5.28.0_hrkuebk64jiu2ut2d2sm4oylnu:
resolution:
{
integrity: sha512-mZ9WEn1ZLDaVrhRaYgzbkXBkTPghPFsup8zDbbsYTxC5OmqrFE7skkKS/sraVsLP3TcT3Ki5CSyEFBRkLH/H/w==,
integrity: sha512-E60N5L0fjv7iPJV3UGc4EC+A3Lcj4jle9zzR0gW7vXhflO7/J29kwiTGITA2RlrmPokKiZbBy2DgaclCaEUs6g==,
}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
dependencies:
"@types/json-schema": 7.0.11
"@typescript-eslint/scope-manager": 5.27.1
"@typescript-eslint/types": 5.27.1
"@typescript-eslint/typescript-estree": 5.27.1_typescript@4.6.3
"@typescript-eslint/scope-manager": 5.28.0
"@typescript-eslint/types": 5.28.0
"@typescript-eslint/typescript-estree": 5.28.0_typescript@4.6.3
eslint: 7.32.0
eslint-scope: 5.1.1
eslint-utils: 3.0.0_eslint@7.32.0
@@ -5046,14 +5026,14 @@ packages:
- typescript
dev: true
/@typescript-eslint/visitor-keys/5.27.1:
/@typescript-eslint/visitor-keys/5.28.0:
resolution:
{
integrity: sha512-xYs6ffo01nhdJgPieyk7HAOpjhTsx7r/oB9LWEhwAXgwn33tkr+W8DI2ChboqhZlC4q3TC6geDYPoiX8ROqyOQ==,
integrity: sha512-BtfP1vCor8cWacovzzPFOoeW4kBQxzmhxGoOpt0v1SFvG+nJ0cWaVdJk7cky1ArTcFHHKNIxyo2LLr3oNkSuXA==,
}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dependencies:
"@typescript-eslint/types": 5.27.1
"@typescript-eslint/types": 5.28.0
eslint-visitor-keys: 3.3.0
dev: true
@@ -6632,10 +6612,10 @@ packages:
browserslist: 4.20.3
semver: 7.0.0
/core-js-pure/3.22.8:
/core-js-pure/3.23.0:
resolution:
{
integrity: sha512-bOxbZIy9S5n4OVH63XaLVXZ49QKicjowDx/UELyJ68vxfCRpYsbyh/WNZNfEfAk+ekA8vSjt+gCDpvh672bc3w==,
integrity: sha512-ksjJc/xVTQzT2q6trPja2qWynMEaGO36rDui2SiqLPYab9TmPgT8nIVcre/yscviPCSweUdCDGKe4MsQA9w1zQ==,
}
requiresBuild: true
@@ -8325,11 +8305,11 @@ packages:
dependencies:
"@next/eslint-plugin-next": 12.1.6
"@rushstack/eslint-patch": 1.1.3
"@typescript-eslint/parser": 5.27.1_hrkuebk64jiu2ut2d2sm4oylnu
"@typescript-eslint/parser": 5.28.0_hrkuebk64jiu2ut2d2sm4oylnu
eslint: 7.32.0
eslint-import-resolver-node: 0.3.6
eslint-import-resolver-typescript: 2.7.1_hpmu7kn6tcn2vnxpfzvv33bxmy
eslint-plugin-import: 2.26.0_wpehoe7sv7ux6tdegk3fwlchdi
eslint-plugin-import: 2.26.0_zhtk6rij7obli3ams3sxis7j7e
eslint-plugin-jsx-a11y: 6.5.1_eslint@7.32.0
eslint-plugin-react: 7.30.0_eslint@7.32.0
eslint-plugin-react-hooks: 4.5.0_eslint@7.32.0
@@ -8393,7 +8373,7 @@ packages:
dependencies:
debug: 4.3.4
eslint: 7.32.0
eslint-plugin-import: 2.26.0_wpehoe7sv7ux6tdegk3fwlchdi
eslint-plugin-import: 2.26.0_zhtk6rij7obli3ams3sxis7j7e
glob: 7.2.0
is-glob: 4.0.3
resolve: 1.22.0
@@ -8402,36 +8382,6 @@ packages:
- supports-color
dev: true
/eslint-module-utils/2.7.3_4wf6ctbofaywkfx7kzk32kp7ge:
resolution:
{
integrity: sha512-088JEC7O3lDZM9xGe0RerkOMd0EjFl+Yvd1jPWIkMT5u3H9+HC34mWWPnqPrN13gieT9pBOO+Qt07Nb/6TresQ==,
}
engines: {node: ">=4"}
peerDependencies:
"@typescript-eslint/parser": "*"
eslint-import-resolver-node: "*"
eslint-import-resolver-typescript: "*"
eslint-import-resolver-webpack: "*"
peerDependenciesMeta:
"@typescript-eslint/parser":
optional: true
eslint-import-resolver-node:
optional: true
eslint-import-resolver-typescript:
optional: true
eslint-import-resolver-webpack:
optional: true
dependencies:
"@typescript-eslint/parser": 5.27.1_hrkuebk64jiu2ut2d2sm4oylnu
debug: 3.2.7
eslint-import-resolver-node: 0.3.6
eslint-import-resolver-typescript: 2.7.1_hpmu7kn6tcn2vnxpfzvv33bxmy
find-up: 2.1.0
transitivePeerDependencies:
- supports-color
dev: true
/eslint-module-utils/2.7.3_dbnyosdljuntx5ukba4qoruhni:
resolution:
{
@@ -8462,6 +8412,36 @@ packages:
- supports-color
dev: false
/eslint-module-utils/2.7.3_pbmiczca3qpqvnkfcriol7sq7u:
resolution:
{
integrity: sha512-088JEC7O3lDZM9xGe0RerkOMd0EjFl+Yvd1jPWIkMT5u3H9+HC34mWWPnqPrN13gieT9pBOO+Qt07Nb/6TresQ==,
}
engines: {node: ">=4"}
peerDependencies:
"@typescript-eslint/parser": "*"
eslint-import-resolver-node: "*"
eslint-import-resolver-typescript: "*"
eslint-import-resolver-webpack: "*"
peerDependenciesMeta:
"@typescript-eslint/parser":
optional: true
eslint-import-resolver-node:
optional: true
eslint-import-resolver-typescript:
optional: true
eslint-import-resolver-webpack:
optional: true
dependencies:
"@typescript-eslint/parser": 5.28.0_hrkuebk64jiu2ut2d2sm4oylnu
debug: 3.2.7
eslint-import-resolver-node: 0.3.6
eslint-import-resolver-typescript: 2.7.1_hpmu7kn6tcn2vnxpfzvv33bxmy
find-up: 2.1.0
transitivePeerDependencies:
- supports-color
dev: true
/eslint-plugin-import/2.26.0_oisyptfcq77gha3jnxd6iiraai:
resolution:
{
@@ -8495,7 +8475,7 @@ packages:
- supports-color
dev: false
/eslint-plugin-import/2.26.0_wpehoe7sv7ux6tdegk3fwlchdi:
/eslint-plugin-import/2.26.0_zhtk6rij7obli3ams3sxis7j7e:
resolution:
{
integrity: sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==,
@@ -8508,14 +8488,14 @@ packages:
"@typescript-eslint/parser":
optional: true
dependencies:
"@typescript-eslint/parser": 5.27.1_hrkuebk64jiu2ut2d2sm4oylnu
"@typescript-eslint/parser": 5.28.0_hrkuebk64jiu2ut2d2sm4oylnu
array-includes: 3.1.5
array.prototype.flat: 1.3.0
debug: 2.6.9
doctrine: 2.1.0
eslint: 7.32.0
eslint-import-resolver-node: 0.3.6
eslint-module-utils: 2.7.3_4wf6ctbofaywkfx7kzk32kp7ge
eslint-module-utils: 2.7.3_pbmiczca3qpqvnkfcriol7sq7u
has: 1.0.3
is-core-module: 2.8.1
is-glob: 4.0.3
@@ -8658,7 +8638,7 @@ packages:
peerDependencies:
eslint: ^7.5.0 || ^8.0.0
dependencies:
"@typescript-eslint/experimental-utils": 5.27.1_hrkuebk64jiu2ut2d2sm4oylnu
"@typescript-eslint/experimental-utils": 5.28.0_hrkuebk64jiu2ut2d2sm4oylnu
eslint: 7.32.0
transitivePeerDependencies:
- supports-color
@@ -10895,7 +10875,7 @@ packages:
pretty-format: 27.5.1
slash: 3.0.0
strip-json-comments: 3.1.1
ts-node: 10.7.0_typescript@4.6.3
ts-node: 10.7.0_fxg3r7oju3tntkxsvleuiot4fa
transitivePeerDependencies:
- bufferutil
- canvas
@@ -11951,10 +11931,6 @@ packages:
}
dev: false
/lodash.frompairs/4.0.1:
resolution: {integrity: sha1-vE5SB/onV8E25XNhTpZkUGsrG9I=}
dev: true
/lodash.includes/4.3.0:
resolution:
{
@@ -16080,7 +16056,6 @@ packages:
typescript: 4.6.3
v8-compile-cache-lib: 3.0.1
yn: 3.1.1
dev: false
/ts-node/10.7.0_typescript@4.6.3:
resolution:
@@ -16113,6 +16088,7 @@ packages:
typescript: 4.6.3
v8-compile-cache-lib: 3.0.1
yn: 3.1.1
dev: false
/tsconfig-paths/3.14.1:
resolution: