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

Compare commits

...

13 Commits

Author SHA1 Message Date
github-actions[bot]
e1bffdf3d6 Version Packages (beta) (#4197)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Siddharth Suresh <siddh.suresh@gmail.com>
2023-08-17 23:41:49 +05:30
Siddharth Suresh
8b01175b47 blitz-auth: useAuthenticatedBlitzContext returns AuthenticatedCtx (#4198)
Co-authored-by: Brandon Bayer <b@bayer.ws>
2023-08-17 13:29:31 +05:30
Blitz.js Bot
0f1beb55b7 (meta) added @justinsmid as contributor 2023-08-14 12:35:36 -04:00
Justin Smid
82649f3415 Upgrade tslog dependency from 4.8.2 to 4.9.0 (#4180)
Co-authored-by: Siddharth Suresh <siddh.suresh@gmail.com>
2023-08-14 22:05:31 +05:30
Blitz.js Bot
231c2ff5ab (meta) added @maciej-ka as contributor 2023-08-14 12:26:03 -04:00
Maciej Kasprzyk
47c6b62dcb docs: add a name column to generate all examples (#4181)
Co-authored-by: Siddharth Suresh <siddh.suresh@gmail.com>
2023-08-14 21:55:58 +05:30
Siddharth Suresh
cf393786c0 Fix CI: remove workspace from package.json (#4196) 2023-08-14 21:35:52 +05:30
Siddharth Suresh
8d29b8afa9 sponser: add Byteflow as a bronze sponsor 2023-08-04 00:53:41 +05:30
Siddharth Suresh
f8bf8af28f sponser: add Byteflow logo 2023-08-04 00:43:40 +05:30
github-actions[bot]
8255172940 Version Packages (beta) (#4177)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Siddharth Suresh <siddh.suresh@gmail.com>
2023-07-21 01:52:20 +05:30
Siddharth Suresh
90f1741dac blitz-auth: Update Prisma Adapter for v5 (#4174)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2023-07-20 22:16:28 +05:30
Siddharth Suresh
df3265b854 blitz-rpc: Cleanup Method for Event Listeners (#4173)
* feat: logic to cleanup potential memory leak

* styling: add space

* Create poor-crabs-drum.md
2023-07-20 16:36:08 +00:00
Datner
0ba2f4e77a update monorepo tooling (#4169)
* chore: add nix

This could help contributers... contribute!

* build: use turborepo pipelines for coordination

instead of hacking it with sleeps and such....

* chore: update dev script

now we're cooking with gas! no more hacks, no more awkward flags

* chore: update pnpm version requirement

you want to support v6?? then use a v6-compatible pnpm version

* chore: update pnpm-lock
2023-07-12 13:13:51 +00:00
84 changed files with 658 additions and 382 deletions

View File

@@ -3955,6 +3955,26 @@
"doc",
"code"
]
},
{
"login": "maciej-ka",
"name": "Maciej Kasprzyk",
"avatar_url": "https://avatars.githubusercontent.com/u/5403694?v=4",
"profile": "https://github.com/maciej-ka",
"contributions": [
"doc",
"code"
]
},
{
"login": "justinsmid",
"name": "Justin Smid",
"avatar_url": "https://avatars.githubusercontent.com/u/34271675?v=4",
"profile": "https://github.com/justinsmid",
"contributions": [
"doc",
"code"
]
}
],
"contributorsPerLine": 7,

View File

@@ -0,0 +1,5 @@
---
"@blitzjs/generator": patch
---
Update examples of generate all in docs to include one column in model.

View File

@@ -0,0 +1,9 @@
---
"blitz": patch
"@blitzjs/next": patch
"@blitzjs/generator": patch
---
Upgrade tslog to `4.9.0`.
This due a [tslog issue](https://github.com/fullstack-build/tslog/issues/227) that causes tslog to crash when attempting to log an error whose constructor expects more than one argument.

View File

@@ -0,0 +1,8 @@
---
"@blitzjs/auth": patch
"blitz": patch
---
blitz-auth: Support for Prisma v5
Internal: Make `handle` a required paramter while updating the `session` modal.

View File

@@ -0,0 +1,5 @@
---
"@blitzjs/auth": patch
---
Updated `useAuthenticatedBlitzContext` to now return `AuthenticatedCtx`

View File

@@ -0,0 +1,5 @@
---
"blitz": patch
---
blitz-rpc: Cleanup Event Listeners - Fix potential memory leak by cleaning up any residual event listeners set by blitz.

View File

@@ -74,10 +74,12 @@
"chatty-gifts-whisper",
"chilled-carrots-own",
"chilly-candles-care",
"chilly-jeans-fix",
"chilly-nails-nail",
"clean-hats-pump",
"clean-hounds-laugh",
"clean-walls-wink",
"clever-hornets-talk",
"clever-radios-lie",
"cool-doors-invent",
"cool-horses-check",
@@ -114,6 +116,7 @@
"few-elephants-approve",
"few-hounds-worry",
"few-shrimps-leave",
"fifty-drinks-cry",
"flat-bees-approve",
"fluffy-coats-flow",
"fluffy-mangos-begin",
@@ -123,6 +126,7 @@
"four-meals-fry",
"four-radios-tickle",
"four-sheep-judge",
"fresh-camels-return",
"fresh-crews-chew",
"funny-cups-pay",
"fuzzy-bees-warn",
@@ -225,6 +229,7 @@
"plenty-gifts-provide",
"plenty-kiwis-greet",
"polite-lizards-love",
"poor-crabs-drum",
"poor-peas-lick",
"poor-penguins-look",
"poor-shrimps-think",

View File

@@ -131,10 +131,10 @@ jobs:
with:
version: 8.6.5
- name: Setup node@${{ matrix.NODE_VERSION }}
- name: Setup node@18
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.NODE_VERSION }}
node-version: 18
cache: "pnpm"
- name: Install dependencies

1
.npmrc
View File

@@ -1,4 +1,5 @@
save-exact=true
dedupe-peer-dependents=true
strict-peer-dependencies=false
public-hoist-pattern[]=secure-password

View File

@@ -6,7 +6,7 @@
<img alt="" src="https://img.shields.io/badge/Join%20our%20community-6700EB.svg?style=for-the-badge&labelColor=000000&logoWidth=20&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAYAAADDPmHLAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAQ9SURBVHgB7d3dVdtAEIbhcSpICUoH0IEogQqSVBBSAU4FSSpIOoAORAfQgSghHXzZ1U/YcMD4R9rZmf2ec3y448LyiNf27iLiGIAmPLrweC9Un3DhrzG6EarLNP09nlwJ1SOZ/lQr5N80/S/p2QMVCBf5N17XCfm1Y/rBHqjAG9PPHvBsz+mf9WAP+HLA9M/YA14cOP2payH7jpj+VCtk1wnTP+vj7xCy6cTpn7EHLMLp059iD1iD8eveJbVCNsSLheX1YA/YgOWnf8YeKB3Wmf7Ud6Fy4f/FHmtpxbl3YlC4MJ/Cj0bWdwPnPbARg+L0S54XQHS32WwuxClzd4CM0z9rPfeAuTtA5ulPXYQ7wZ04Y+oOoDD9KZc9YOoOoDj9s4dwFzgXR6w1wIPoOvPWA9buAHEJ173o3gWiy3AnuBUHLEbgmYwvAk1/wuM8vAgexThzbwPDkx7/DHwVXfFOxP2GmsKd4Ab6zPeAyU8CI7AHFmH2BRCBPXAyk18GzUrqAXCTiR4ssyj0VFw/oCU8+e+RZ33AWz6KMaYbIIWxB+JSLs1bsbkeMN0AqakHvoku9oA2sAfqBvbAQdw0QArsgb25aYBUQT3QgT2gB+yBuqGcHij2UCqXDZACe2Anlw2QYg/QAOyBuoE98CL3DZDCuK4/rh/Q7oGL6U+TOvcNkJoijN8X1C48+T+g75eQDrAH/qmqAVJgDwyqaoAUe4AGYA/UDZX3QLUNkEIZPRCd5+6BahsgVUgPROwBTSijB7jpVAvGHriHvmw9wAZ4BpX1ABvgmakHtPcbRuwBTWAPULgAV9D/jKDY9YRvwvgEaurD44uQHvAol7qBW7WKluVtIHiUS7GyvA0s6CiXDnxrpQfsgbqBS7GKk/2jYHCrVlGyfxTMrVo0ALdq1Q3sgSKofh0M9oA61a+D2QM0AHugbmAPqClmSRjK2apVVQ8UsySsoK1aHdgDesCtWnUDeyCrIpeFg1u3sylyWTi3btMA7IG6gT2wuuK3hoE9sKrit4YVslWLPaAN7IG6ocKt2zmY2h4O9sDiTG0PZw/QANy6XTewBxZj9ogYVHy025LMHhEz9cBn0We6B0yfERReBLfhx0/R1YQHPx/QBPbA0VwcEwf2wNFcHBPHHjiem3MC2QPHcXdSaJjA+KfgTPQ8hhfjBzHC40mhlzJ+Xq9lK4a4PCs43AVaGTed5mZq+iOXZwWHi3AnOj2wFWNcnxYe7gTxLtBKHuamP/J+Wnh8a5irB7ZC5Yk9gPX1QuXC+usHWqGyhYvUYR0a7zboUOFCNVhnk0krZAOW7wFOvzXhom2xnEbIHizTA1wEYhWW6YFGyC6c1gOcfg9wfA80Qj7g8B7g9HuCww+haIR8wf49wOn3Cvv9k8tGyC/s7gFOv3fY3QONkH+v9MBWqB7PeqDn9FcIT//kcitUn6kHOu/T/xfWzlQy3dEHhwAAAABJRU5ErkJggg==">
</a>
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
<a aria-label="All Contributors" href="#contributors-"><img alt="" src="https://img.shields.io/badge/all_contributors-417-17BB8A.svg?style=for-the-badge&labelColor=000000"></a>
<a aria-label="All Contributors" href="#contributors-"><img alt="" src="https://img.shields.io/badge/all_contributors-419-17BB8A.svg?style=for-the-badge&labelColor=000000"></a>
<!-- ALL-CONTRIBUTORS-BADGE:END -->
<a aria-label="License" href="https://github.com/blitz-js/blitz/blob/main/LICENSE">
<img alt="" src="https://img.shields.io/npm/l/blitz.svg?style=for-the-badge&labelColor=000000&color=blue">
@@ -94,6 +94,11 @@ Your financial contributions help ensure Blitz continues to be developed and mai
<td><a aria-label="Boostry" href="https://boostry.co.jp/?utm_source=BlitzJS&utm_medium=sponsorship&utm_campaign=BlitzJS_Sponsorship_2021">
<img alt="" src="https://raw.githubusercontent.com/blitz-js/blitz/main/assets/boostry.svg" width="200px">
</a></td>
<td>
<a aria-label="Byteflow" href="https://byteflow.app/?ref=blitzjs">
<img alt="" src="https://raw.githubusercontent.com/blitz-js/blitz/main/assets/Byteflow.png" width="70px">
</a>
</td>
</tr>
</table>
@@ -732,6 +737,8 @@ Thanks to these wonderful people ([emoji key](https://allcontributors.org/docs/e
<td align="center"><a href="https://github.com/nerixim"><img src="https://avatars.githubusercontent.com/u/26106502?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Nikita Kamaev</b></sub></a><br /><a href="https://github.com/blitz-js/blitz/commits?author=nerixim" title="Documentation">📖</a></td>
<td align="center"><a href="https://webredone.com/"><img src="https://avatars.githubusercontent.com/u/11588823?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Nikola Ivanov</b></sub></a><br /><a href="https://github.com/blitz-js/blitz/commits?author=nikola-wd" title="Documentation">📖</a></td>
<td align="center"><a href="jayu.dev"><img src="https://avatars.githubusercontent.com/u/11561585?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Jakub Mazurek</b></sub></a><br /><a href="https://github.com/blitz-js/blitz/commits?author=jayu" title="Documentation">📖</a> <a href="https://github.com/blitz-js/blitz/commits?author=jayu" title="Code">💻</a></td>
<td align="center"><a href="https://github.com/maciej-ka"><img src="https://avatars.githubusercontent.com/u/5403694?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Maciej Kasprzyk</b></sub></a><br /><a href="https://github.com/blitz-js/blitz/commits?author=maciej-ka" title="Documentation">📖</a> <a href="https://github.com/blitz-js/blitz/commits?author=maciej-ka" title="Code">💻</a></td>
<td align="center"><a href="https://github.com/justinsmid"><img src="https://avatars.githubusercontent.com/u/34271675?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Justin Smid</b></sub></a><br /><a href="https://github.com/blitz-js/blitz/commits?author=justinsmid" title="Documentation">📖</a> <a href="https://github.com/blitz-js/blitz/commits?author=justinsmid" title="Code">💻</a></td>
</tr>
</table>

View File

@@ -1,5 +1,29 @@
# next-blitz-auth
## 0.1.1-beta.8
### Patch Changes
- Updated dependencies [82649f341]
- Updated dependencies [8b01175b4]
- blitz@2.0.0-beta.32
- @blitzjs/next@2.0.0-beta.32
- @blitzjs/auth@2.0.0-beta.32
- @blitzjs/rpc@2.0.0-beta.32
- @blitzjs/config@2.0.0-beta.32
## 0.1.1-beta.7
### Patch Changes
- Updated dependencies [90f1741da]
- Updated dependencies [df3265b85]
- @blitzjs/auth@2.0.0-beta.31
- blitz@2.0.0-beta.31
- @blitzjs/rpc@2.0.0-beta.31
- @blitzjs/next@2.0.0-beta.31
- @blitzjs/config@2.0.0-beta.31
## 0.1.1-beta.6
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "next-blitz-auth",
"version": "0.1.1-beta.6",
"version": "0.1.1-beta.8",
"private": true,
"scripts": {
"blitz:dev": "next dev",
@@ -9,15 +9,15 @@
"lint": "next lint"
},
"dependencies": {
"@blitzjs/auth": "workspace:*",
"@blitzjs/config": "workspace:*",
"@blitzjs/next": "workspace:*",
"@blitzjs/rpc": "workspace:*",
"@blitzjs/auth": "2.0.0-beta.32",
"@blitzjs/config": "2.0.0-beta.32",
"@blitzjs/next": "2.0.0-beta.32",
"@blitzjs/rpc": "2.0.0-beta.32",
"@hookform/error-message": "2.0.0",
"@hookform/resolvers": "2.9.10",
"@prisma/client": "^4.5.0",
"@tanstack/react-query": "4.0.10",
"blitz": "workspace:*",
"blitz": "2.0.0-beta.32",
"flatted": "3.2.7",
"next": "13.3.0",
"prisma": "^4.5.0",

View File

@@ -23,14 +23,14 @@
]
},
"dependencies": {
"@blitzjs/auth": "workspace:*",
"@blitzjs/config": "workspace:*",
"@blitzjs/next": "workspace:*",
"@blitzjs/rpc": "workspace:*",
"@blitzjs/auth": "2.0.0-beta.32",
"@blitzjs/config": "2.0.0-beta.32",
"@blitzjs/next": "2.0.0-beta.32",
"@blitzjs/rpc": "2.0.0-beta.32",
"@hookform/error-message": "2.0.0",
"@hookform/resolvers": "2.9.10",
"@prisma/client": "4.6.1",
"blitz": "workspace:2.0.0-beta.30",
"blitz": "2.0.0-beta.32",
"next": "13.3.0",
"openid-client": "5.2.1",
"prisma": "4.6.1",

View File

@@ -24,14 +24,14 @@
]
},
"dependencies": {
"@blitzjs/auth": "workspace:*",
"@blitzjs/config": "workspace:*",
"@blitzjs/next": "workspace:*",
"@blitzjs/rpc": "workspace:*",
"@blitzjs/auth": "2.0.0-beta.32",
"@blitzjs/config": "2.0.0-beta.32",
"@blitzjs/next": "2.0.0-beta.32",
"@blitzjs/rpc": "2.0.0-beta.32",
"@hookform/error-message": "2.0.0",
"@hookform/resolvers": "2.9.10",
"@prisma/client": "4.6.1",
"blitz": "workspace:2.0.0-beta.30",
"blitz": "2.0.0-beta.32",
"next": "13.3.0",
"next-auth": "4.18.7",
"prisma": "4.6.1",

View File

@@ -99,7 +99,7 @@ const Home: BlitzPage = () => {
<div className={styles.code}>
<span>1</span>
<pre>
<code>blitz generate all project</code>
<code>blitz generate all project name:string</code>
</pre>
</div>

View File

@@ -16,14 +16,14 @@
"schema": "./db/schema.prisma"
},
"dependencies": {
"@blitzjs/auth": "workspace:*",
"@blitzjs/config": "workspace:*",
"@blitzjs/next": "workspace:*",
"@blitzjs/rpc": "workspace:*",
"@blitzjs/auth": "2.0.0-beta.32",
"@blitzjs/config": "2.0.0-beta.32",
"@blitzjs/next": "2.0.0-beta.32",
"@blitzjs/rpc": "2.0.0-beta.32",
"@prisma/client": "4.6.1",
"@types/jest": "29.2.2",
"@types/passport-twitter": "1.0.37",
"blitz": "workspace:*",
"blitz": "2.0.0-beta.32",
"jest": "29.3.0",
"jest-environment-jsdom": "29.3.0",
"next": "13.3.0",

BIN
assets/Byteflow.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

61
flake.lock generated Normal file
View File

@@ -0,0 +1,61 @@
{
"nodes": {
"flake-utils": {
"inputs": {
"systems": "systems"
},
"locked": {
"lastModified": 1687709756,
"narHash": "sha256-Y5wKlQSkgEK2weWdOu4J3riRd+kV/VCgHsqLNTTWQ/0=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "dbabf0ca0c0c4bce6ea5eaf65af5cb694d2082c7",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1688221086,
"narHash": "sha256-cdW6qUL71cNWhHCpMPOJjlw0wzSRP0pVlRn2vqX/VVg=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "cd99c2b3c9f160cd004318e0697f90bbd5960825",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
"flake-utils": "flake-utils",
"nixpkgs": "nixpkgs"
}
},
"systems": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
}
},
"root": "root",
"version": 7
}

39
flake.nix Normal file
View File

@@ -0,0 +1,39 @@
{
description = "The Blitzjs Monorepo";
nixConfig.bash-prompt = "\[nix:blitz\]$ ";
inputs = {
nixpkgs = {
url = "github:nixos/nixpkgs/nixpkgs-unstable";
};
flake-utils = {
url = "github:numtide/flake-utils";
};
};
outputs = {
nixpkgs,
flake-utils,
...
}:
flake-utils.lib.eachDefaultSystem (system: let
pkgs = nixpkgs.legacyPackages.${system};
in {
formatter = pkgs.alejandra;
devShells = {
default = pkgs.mkShell {
buildInputs = with pkgs; [
nodejs-18_x
];
shellHook = ''
mkdir -p $out/bin
${pkgs.nodejs-18_x}/bin/corepack enable --install-directory $out/bin
export PATH="$out/bin:$PATH"
'';
};
};
});
}

View File

@@ -17,14 +17,14 @@
"prisma:studio": "prisma studio"
},
"dependencies": {
"@blitzjs/auth": "workspace:2.0.0-beta.30",
"@blitzjs/config": "workspace:2.0.0-beta.30",
"@blitzjs/next": "workspace:2.0.0-beta.30",
"@blitzjs/rpc": "workspace:2.0.0-beta.30",
"@blitzjs/auth": "2.0.0-beta.32",
"@blitzjs/config": "2.0.0-beta.32",
"@blitzjs/next": "2.0.0-beta.32",
"@blitzjs/rpc": "2.0.0-beta.32",
"@hookform/error-message": "2.0.0",
"@hookform/resolvers": "2.9.10",
"@prisma/client": "4.6.1",
"blitz": "workspace:2.0.0-beta.30",
"blitz": "2.0.0-beta.32",
"delay": "5.0.0",
"next": "13.3.0",
"prisma": "4.6.1",

View File

@@ -17,11 +17,11 @@
"prisma:studio": "prisma studio"
},
"dependencies": {
"@blitzjs/auth": "workspace:2.0.0-beta.30",
"@blitzjs/config": "workspace:2.0.0-beta.30",
"@blitzjs/next": "workspace:2.0.0-beta.30",
"@blitzjs/auth": "2.0.0-beta.32",
"@blitzjs/config": "2.0.0-beta.32",
"@blitzjs/next": "2.0.0-beta.32",
"@prisma/client": "4.6.1",
"blitz": "workspace:2.0.0-beta.30",
"blitz": "2.0.0-beta.32",
"lowdb": "3.0.0",
"next": "13.3.0",
"prisma": "4.6.1",

View File

@@ -43,7 +43,7 @@ const runTests = (mode?: string) => {
const browser = await webdriver(appPort, "/authenticated-page")
let errorMsg = await browser.elementById(`error`).text()
expect(errorMsg).toMatch(/Error: You are not authenticated/)
if (browser) browser.close()
if (browser) void browser.close()
},
5000 * 60 * 2,
)

View File

@@ -16,11 +16,11 @@
"schema": "db/schema.prisma"
},
"dependencies": {
"@blitzjs/auth": "workspace:2.0.0-beta.30",
"@blitzjs/next": "workspace:2.0.0-beta.30",
"@blitzjs/rpc": "workspace:2.0.0-beta.30",
"@blitzjs/auth": "2.0.0-beta.32",
"@blitzjs/next": "2.0.0-beta.32",
"@blitzjs/rpc": "2.0.0-beta.32",
"@prisma/client": "4.6.1",
"blitz": "workspace:2.0.0-beta.30",
"blitz": "2.0.0-beta.32",
"lowdb": "3.0.0",
"next": "13.3.0",
"prisma": "4.6.1",
@@ -28,7 +28,7 @@
"react-dom": "18.2.0"
},
"devDependencies": {
"@blitzjs/config": "workspace:2.0.0-beta.30",
"@blitzjs/config": "2.0.0-beta.32",
"@next/bundle-analyzer": "12.0.8",
"@types/express": "4.17.13",
"@types/fs-extra": "9.0.13",

View File

@@ -11,10 +11,10 @@
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf .next"
},
"dependencies": {
"@blitzjs/config": "workspace:2.0.0-beta.30",
"@blitzjs/next": "workspace:2.0.0-beta.30",
"@blitzjs/rpc": "workspace:2.0.0-beta.30",
"blitz": "workspace:2.0.0-beta.30",
"@blitzjs/config": "2.0.0-beta.32",
"@blitzjs/next": "2.0.0-beta.32",
"@blitzjs/rpc": "2.0.0-beta.32",
"blitz": "2.0.0-beta.32",
"next": "13.3.0",
"react": "18.2.0",
"react-dom": "18.2.0"

View File

@@ -17,12 +17,12 @@
"prisma:studio": "prisma studio"
},
"dependencies": {
"@blitzjs/auth": "workspace:2.0.0-beta.30",
"@blitzjs/config": "workspace:2.0.0-beta.30",
"@blitzjs/next": "workspace:2.0.0-beta.30",
"@blitzjs/rpc": "workspace:2.0.0-beta.30",
"@blitzjs/auth": "2.0.0-beta.32",
"@blitzjs/config": "2.0.0-beta.32",
"@blitzjs/next": "2.0.0-beta.32",
"@blitzjs/rpc": "2.0.0-beta.32",
"@prisma/client": "4.6.1",
"blitz": "workspace:2.0.0-beta.30",
"blitz": "2.0.0-beta.32",
"lowdb": "3.0.0",
"next": "13.3.0",
"prisma": "4.6.1",

View File

@@ -16,11 +16,11 @@
"prisma:studio": "prisma studio"
},
"dependencies": {
"@blitzjs/auth": "workspace:2.0.0-beta.30",
"@blitzjs/next": "workspace:2.0.0-beta.30",
"@blitzjs/rpc": "workspace:2.0.0-beta.30",
"@blitzjs/auth": "2.0.0-beta.32",
"@blitzjs/next": "2.0.0-beta.32",
"@blitzjs/rpc": "2.0.0-beta.32",
"@prisma/client": "4.6.1",
"blitz": "workspace:2.0.0-beta.30",
"blitz": "2.0.0-beta.32",
"lowdb": "3.0.0",
"next": "13.3.0",
"prisma": "4.6.1",
@@ -28,7 +28,7 @@
"react-dom": "18.2.0"
},
"devDependencies": {
"@blitzjs/config": "workspace:2.0.0-beta.30",
"@blitzjs/config": "2.0.0-beta.32",
"@next/bundle-analyzer": "12.0.8",
"@types/express": "4.17.13",
"@types/fs-extra": "9.0.13",

View File

@@ -8,13 +8,13 @@
"clean": "rm -rf .turbo && rm -rf node_modules"
},
"dependencies": {
"@blitzjs/auth": "workspace:2.0.0-beta.30",
"@blitzjs/config": "workspace:2.0.0-beta.30",
"@blitzjs/next": "workspace:2.0.0-beta.30",
"@blitzjs/rpc": "workspace:2.0.0-beta.30",
"@blitzjs/auth": "2.0.0-beta.32",
"@blitzjs/config": "2.0.0-beta.32",
"@blitzjs/next": "2.0.0-beta.32",
"@blitzjs/rpc": "2.0.0-beta.32",
"@prisma/client": "4.6.1",
"@tanstack/react-query": "4.0.10",
"blitz": "workspace:2.0.0-beta.30",
"blitz": "2.0.0-beta.32",
"next": "13.3.0",
"prisma": "4.6.1",
"react": "18.2.0",

View File

@@ -16,10 +16,10 @@
"schema": "db/schema.prisma"
},
"dependencies": {
"@blitzjs/next": "workspace:2.0.0-beta.30",
"@blitzjs/rpc": "workspace:2.0.0-beta.30",
"@blitzjs/next": "2.0.0-beta.32",
"@blitzjs/rpc": "2.0.0-beta.32",
"@prisma/client": "4.6.1",
"blitz": "workspace:2.0.0-beta.30",
"blitz": "2.0.0-beta.32",
"lowdb": "3.0.0",
"next": "13.3.0",
"prisma": "4.6.1",
@@ -27,7 +27,7 @@
"react-dom": "18.2.0"
},
"devDependencies": {
"@blitzjs/config": "workspace:2.0.0-beta.30",
"@blitzjs/config": "2.0.0-beta.32",
"@next/bundle-analyzer": "12.0.8",
"@types/express": "4.17.13",
"@types/fs-extra": "9.0.13",

View File

@@ -7,10 +7,10 @@
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf .next"
},
"dependencies": {
"@blitzjs/config": "workspace:2.0.0-beta.30",
"@blitzjs/next": "workspace:2.0.0-beta.30",
"@blitzjs/rpc": "workspace:2.0.0-beta.30",
"blitz": "workspace:2.0.0-beta.30",
"@blitzjs/config": "2.0.0-beta.32",
"@blitzjs/next": "2.0.0-beta.32",
"@blitzjs/rpc": "2.0.0-beta.32",
"blitz": "2.0.0-beta.32",
"next": "13.3.0",
"react": "18.2.0",
"react-dom": "18.2.0"

View File

@@ -7,10 +7,10 @@
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf .next"
},
"dependencies": {
"@blitzjs/config": "workspace:2.0.0-beta.30",
"@blitzjs/next": "workspace:2.0.0-beta.30",
"@blitzjs/rpc": "workspace:2.0.0-beta.30",
"blitz": "workspace:2.0.0-beta.30",
"@blitzjs/config": "2.0.0-beta.32",
"@blitzjs/next": "2.0.0-beta.32",
"@blitzjs/rpc": "2.0.0-beta.32",
"blitz": "2.0.0-beta.32",
"next": "13.3.0",
"react": "18.2.0",
"react-dom": "18.2.0"

View File

@@ -16,11 +16,11 @@
"schema": "db/schema.prisma"
},
"dependencies": {
"@blitzjs/auth": "workspace:2.0.0-beta.30",
"@blitzjs/next": "workspace:2.0.0-beta.30",
"@blitzjs/rpc": "workspace:2.0.0-beta.30",
"@blitzjs/auth": "2.0.0-beta.32",
"@blitzjs/next": "2.0.0-beta.32",
"@blitzjs/rpc": "2.0.0-beta.32",
"@prisma/client": "4.6.1",
"blitz": "workspace:2.0.0-beta.30",
"blitz": "2.0.0-beta.32",
"lowdb": "3.0.0",
"next": "13.3.0",
"prisma": "4.6.1",
@@ -28,7 +28,7 @@
"react-dom": "18.2.0"
},
"devDependencies": {
"@blitzjs/config": "workspace:2.0.0-beta.30",
"@blitzjs/config": "2.0.0-beta.32",
"@next/bundle-analyzer": "12.0.8",
"@types/express": "4.17.13",
"@types/fs-extra": "9.0.13",

View File

@@ -13,7 +13,7 @@
"prepare": "husky install",
"build": "turbo run build",
"build:apps": "turbo run buildapp --concurrency=1",
"dev": "turbo run dev --no-cache --parallel",
"dev": "turbo run dev --filter='./packages/*'",
"lint": "turbo run lint",
"test": "turbo run test",
"clean": "turbo run clean && rm -rf node_modules",
@@ -34,12 +34,12 @@
"prettier": "^2.7.1",
"prettier-plugin-prisma": "4.4.0",
"pretty-quick": "3.1.3",
"turbo": "1.4.2",
"turbo": "1.10.7",
"vitest": "0.25.3",
"wait-on": "6.0.1"
},
"npmClient": "pnpm",
"packageManager": "pnpm@7.11.0",
"packageManager": "pnpm@8.6.6",
"manypkg": {
"ignoredRules": [
"EXTERNAL_MISMATCH"

View File

@@ -1,5 +1,25 @@
# @blitzjs/auth
## 2.0.0-beta.32
### Patch Changes
- 8b01175b4: Updated `useAuthenticatedBlitzContext` to now return `AuthenticatedCtx`
- Updated dependencies [82649f341]
- blitz@2.0.0-beta.32
## 2.0.0-beta.31
### Patch Changes
- 90f1741da: blitz-auth: Support for Prisma v5
Internal: Make `handle` a required paramter while updating the `session` modal.
- Updated dependencies [90f1741da]
- Updated dependencies [df3265b85]
- blitz@2.0.0-beta.31
## 2.0.0-beta.30
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@blitzjs/auth",
"version": "2.0.0-beta.30",
"version": "2.0.0-beta.32",
"homepage": "https://blitzjs.com/",
"repository": {
"type": "git",
@@ -50,7 +50,7 @@
"url": "0.11.0"
},
"peerDependencies": {
"blitz": "2.0.0-beta.30",
"blitz": "2.0.0-beta.32",
"next": "*",
"next-auth": "*",
"secure-password": "4.0.0"
@@ -67,7 +67,7 @@
}
},
"devDependencies": {
"@blitzjs/config": "workspace:2.0.0-beta.30",
"@blitzjs/config": "2.0.0-beta.32",
"@testing-library/react": "13.4.0",
"@testing-library/react-hooks": "8.0.1",
"@types/cookie": "0.4.1",
@@ -75,7 +75,7 @@
"@types/jsonwebtoken": "8.5.8",
"@types/react": "18.0.25",
"@types/react-dom": "17.0.14",
"blitz": "2.0.0-beta.30",
"blitz": "2.0.0-beta.32",
"next": "13.3.0",
"next-auth": "4.18.7",
"react": "18.2.0",

View File

@@ -31,7 +31,7 @@ interface PrismaClientWithSession {
}): Promise<SessionModel>
update(args: {
data: Partial<SessionModel>
where: {handle?: SessionModel["handle"]}
where: {handle: SessionModel["handle"]}
}): Promise<SessionModel>
delete(args: {where: {handle?: SessionModel["handle"]}}): Promise<SessionModel>
}

View File

@@ -15,6 +15,7 @@ import {
log,
baseLogger,
chalk,
AuthenticatedCtx,
} from "blitz"
import {
EmptyPublicData,
@@ -219,7 +220,7 @@ export async function useAuthenticatedBlitzContext({
redirectTo?: string | RouteUrlObject
redirectAuthenticatedTo?: string | RouteUrlObject | ((ctx: Ctx) => string | RouteUrlObject)
role?: string | string[]
}): Promise<void> {
}): Promise<AuthenticatedCtx> {
const log = baseLogger().getSubLogger({name: "useAuthenticatedBlitzContext"})
const customChalk = new chalk.Instance({
level: log.settings.type === "json" ? 0 : chalk.level,
@@ -268,6 +269,7 @@ export async function useAuthenticatedBlitzContext({
redirect(redirectTo)
}
}
return ctx as AuthenticatedCtx
}
const makeProxyToPublicData = <T extends SessionContextClass>(ctxClass: T): T => {

View File

@@ -82,7 +82,7 @@ declare module "blitz" {
export interface Ctx {
session: SessionContext
}
export interface AuthenticatedMiddlewareCtx extends Omit<Ctx, "session"> {
export interface AuthenticatedCtx extends Omit<Ctx, "session"> {
session: AuthenticatedSessionContext
}
}

View File

@@ -0,0 +1,11 @@
{
"$schema": "https://turbo.build/schema.json",
"extends": ["//"],
"pipeline": {
"dev": {
"dependsOn": ["blitz#build"],
"persistent": true,
"cache": false
}
}
}

View File

@@ -1,5 +1,26 @@
# @blitzjs/next
## 2.0.0-beta.32
### Patch Changes
- 82649f341: Upgrade tslog to `4.9.0`.
This due a [tslog issue](https://github.com/fullstack-build/tslog/issues/227) that causes tslog to crash when attempting to log an error whose constructor expects more than one argument.
- Updated dependencies [82649f341]
- blitz@2.0.0-beta.32
- @blitzjs/rpc@2.0.0-beta.32
## 2.0.0-beta.31
### Patch Changes
- Updated dependencies [90f1741da]
- Updated dependencies [df3265b85]
- blitz@2.0.0-beta.31
- @blitzjs/rpc@2.0.0-beta.31
## 2.0.0-beta.30
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@blitzjs/next",
"version": "2.0.0-beta.30",
"version": "2.0.0-beta.32",
"homepage": "https://blitzjs.com/",
"repository": {
"type": "git",
@@ -29,7 +29,7 @@
"eslint.js"
],
"dependencies": {
"@blitzjs/rpc": "2.0.0-beta.30",
"@blitzjs/rpc": "2.0.0-beta.32",
"@types/hoist-non-react-statics": "3.3.1",
"debug": "4.3.3",
"fs-extra": "10.0.1",
@@ -38,13 +38,13 @@
"supports-color": "8.1.1"
},
"peerDependencies": {
"blitz": "2.0.0-beta.30",
"blitz": "2.0.0-beta.32",
"next": "*",
"react": "*",
"tslog": "*"
},
"devDependencies": {
"@blitzjs/config": "workspace:2.0.0-beta.30",
"@blitzjs/config": "2.0.0-beta.32",
"@testing-library/dom": "8.13.0",
"@testing-library/jest-dom": "5.16.3",
"@testing-library/react": "13.4.0",
@@ -55,7 +55,7 @@
"@types/react": "18.0.25",
"@types/react-dom": "17.0.14",
"@types/testing-library__react-hooks": "4.0.0",
"blitz": "2.0.0-beta.30",
"blitz": "2.0.0-beta.32",
"cross-spawn": "7.0.3",
"find-up": "4.1.0",
"next": "13.3.0",
@@ -64,7 +64,7 @@
"react-dom": "18.2.0",
"resolve-from": "5.0.0",
"ts-jest": "27.1.4",
"tslog": "4.8.2",
"tslog": "4.9.0",
"typescript": "^4.8.4",
"unbuild": "0.7.6",
"watch": "1.0.2"

View File

@@ -0,0 +1,11 @@
{
"$schema": "https://turbo.build/schema.json",
"extends": ["//"],
"pipeline": {
"dev": {
"dependsOn": ["@blitzjs/rpc#build", "blitz#build"],
"persistent": true,
"cache": false
}
}
}

View File

@@ -1,5 +1,20 @@
# @blitzjs/rpc
## 2.0.0-beta.32
### Patch Changes
- Updated dependencies [82649f341]
- blitz@2.0.0-beta.32
## 2.0.0-beta.31
### Patch Changes
- Updated dependencies [90f1741da]
- Updated dependencies [df3265b85]
- blitz@2.0.0-beta.31
## 2.0.0-beta.30
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@blitzjs/rpc",
"version": "2.0.0-beta.30",
"version": "2.0.0-beta.32",
"homepage": "https://blitzjs.com/",
"repository": {
"type": "git",
@@ -37,18 +37,18 @@
},
"peerDependencies": {
"@tanstack/query-core": "4.24.4",
"blitz": "2.0.0-beta.30",
"blitz": "2.0.0-beta.32",
"next": "*",
"react": "*"
},
"devDependencies": {
"@blitzjs/auth": "2.0.0-beta.30",
"@blitzjs/config": "workspace:2.0.0-beta.30",
"@blitzjs/auth": "2.0.0-beta.32",
"@blitzjs/config": "2.0.0-beta.32",
"@tanstack/query-core": "4.24.4",
"@types/debug": "4.1.7",
"@types/react": "18.0.25",
"@types/react-dom": "17.0.14",
"blitz": "2.0.0-beta.30",
"blitz": "2.0.0-beta.32",
"next": "13.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",

View File

@@ -1,5 +1,5 @@
import type {SessionContext, SessionContextBase} from "@blitzjs/auth"
import {Await, Ctx, EnsurePromise, AuthenticatedMiddlewareCtx} from "blitz"
import {Await, Ctx, EnsurePromise, AuthenticatedCtx} from "blitz"
import type {input as zInput, output as zOutput, ZodTypeAny} from "zod"
export type ParserType = "sync" | "async"
@@ -271,7 +271,7 @@ interface ResolverAuthorize {
<T, C = Ctx>(...args: Parameters<SessionContextBase["$authorize"]>): (
input: T,
ctx: C,
) => ResultWithContext<T, AuthenticatedMiddlewareCtx>
) => ResultWithContext<T, AuthenticatedCtx>
}
const authorize: ResolverAuthorize = (...args) => {

View File

@@ -0,0 +1,11 @@
{
"$schema": "https://turbo.build/schema.json",
"extends": ["//"],
"pipeline": {
"dev": {
"dependsOn": ["@blitzjs/auth#build", "blitz#build"],
"persistent": true,
"cache": false
}
}
}

View File

@@ -1,5 +1,28 @@
# blitz
## 2.0.0-beta.32
### Patch Changes
- 82649f341: Upgrade tslog to `4.9.0`.
This due a [tslog issue](https://github.com/fullstack-build/tslog/issues/227) that causes tslog to crash when attempting to log an error whose constructor expects more than one argument.
- Updated dependencies [47c6b62dc]
- Updated dependencies [82649f341]
- @blitzjs/generator@2.0.0-beta.32
## 2.0.0-beta.31
### Patch Changes
- 90f1741da: blitz-auth: Support for Prisma v5
Internal: Make `handle` a required paramter while updating the `session` modal.
- df3265b85: blitz-rpc: Cleanup Event Listeners - Fix potential memory leak by cleaning up any residual event listeners set by blitz.
- @blitzjs/generator@2.0.0-beta.31
## 2.0.0-beta.30
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "blitz",
"version": "2.0.0-beta.30",
"version": "2.0.0-beta.32",
"homepage": "https://blitzjs.com/",
"repository": {
"type": "git",
@@ -30,7 +30,7 @@
"blitz": "bin/blitz"
},
"dependencies": {
"@blitzjs/generator": "2.0.0-beta.30",
"@blitzjs/generator": "2.0.0-beta.32",
"@mrleebo/prisma-ast": "0.2.6",
"@types/global-agent": "2.1.1",
"arg": "5.0.1",
@@ -76,11 +76,11 @@
"tar": "6.1.11",
"ts-node": "10.9.1",
"tsconfig-paths": "4.0.0",
"tslog": "4.8.2",
"tslog": "4.9.0",
"watchpack": "2.1.1"
},
"devDependencies": {
"@blitzjs/config": "workspace:2.0.0-beta.30",
"@blitzjs/config": "2.0.0-beta.32",
"@types/cookie": "0.4.1",
"@types/cross-spawn": "6.0.2",
"@types/debug": "4.1.7",

View File

@@ -5,4 +5,5 @@ declare global {
beforeHttpRequest: BeforeHttpRequest
beforeHttpResponse: BeforeHttpResponse
}
var __BLITZ_CLEAN_UP_LISTENERS: () => void
}

View File

@@ -1,4 +1,4 @@
import {ILogObj, ISettingsParam, Logger, IMeta} from "tslog"
import {ILogObj, ISettingsParam, Logger} from "tslog"
import c from "chalk"
import {Table} from "console-table-printer"
import ora from "ora"

View File

@@ -89,13 +89,23 @@ export function reduceBlitzClientPlugins<TPlugins extends readonly ClientPlugin<
globalThis.__BLITZ_MIDDLEWARE_HOOKS = middleware
if (isClient) {
document.addEventListener("blitz:session-created", async () => {
if (globalThis.__BLITZ_CLEAN_UP_LISTENERS) {
globalThis.__BLITZ_CLEAN_UP_LISTENERS()
}
const onSessionCreated = async () => {
await Promise.all(events.onSessionCreated())
})
document.addEventListener("blitz:rpc-error", async (e) => {
}
const onRpcError = async (e: Event): Promise<void> => {
const customEvent = e as CustomEvent<Error>
await Promise.all(events.onRpcError(customEvent.detail))
})
}
document.addEventListener("blitz:session-created", onSessionCreated)
document.addEventListener("blitz:rpc-error", onRpcError)
globalThis.__BLITZ_CLEAN_UP_LISTENERS = () => {
document.removeEventListener("blitz:session-created", onSessionCreated)
document.removeEventListener("blitz:rpc-error", onRpcError)
}
}
const withPlugins = compose(...providers)

View File

@@ -2,7 +2,7 @@ import {UrlObject} from "url"
// Context for plugins to declaration merge stuff into
export interface Ctx {}
export interface AuthenticatedMiddlewareCtx {}
export interface AuthenticatedCtx {}
export type CodegenField = {
component: string
@@ -17,7 +17,7 @@ export interface RouteUrlObject extends Pick<UrlObject, "pathname" | "query" | "
href: string
}
export interface AuthenticatedMiddlewareCtx {}
export interface AuthenticatedCtx {}
export type EventHooks = {
onSessionCreated?: OnSessionCreated

11
packages/blitz/turbo.json Normal file
View File

@@ -0,0 +1,11 @@
{
"$schema": "https://turbo.build/schema.json",
"extends": ["//"],
"pipeline": {
"dev": {
"dependsOn": ["@blitzjs/generator#build"],
"persistent": true,
"cache": false
}
}
}

View File

@@ -1,5 +1,23 @@
# @blitzjs/codemod
## 2.0.0-beta.32
### Patch Changes
- Updated dependencies [47c6b62dc]
- Updated dependencies [82649f341]
- @blitzjs/generator@2.0.0-beta.32
- blitz@2.0.0-beta.32
## 2.0.0-beta.31
### Patch Changes
- Updated dependencies [90f1741da]
- Updated dependencies [df3265b85]
- blitz@2.0.0-beta.31
- @blitzjs/generator@2.0.0-beta.31
## 2.0.0-beta.30
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@blitzjs/codemod",
"version": "2.0.0-beta.30",
"version": "2.0.0-beta.32",
"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-beta.30",
"@blitzjs/generator": "2.0.0-beta.32",
"arg": "5.0.1",
"blitz": "2.0.0-beta.30",
"blitz": "2.0.0-beta.32",
"chalk": "^4.1.0",
"cross-spawn": "7.0.3",
"debug": "4.3.3",
@@ -38,7 +38,7 @@
},
"devDependencies": {
"@babel/preset-env": "7.12.10",
"@blitzjs/config": "workspace:*",
"@blitzjs/config": "2.0.0-beta.32",
"@types/jscodeshift": "0.11.2",
"@types/node": "18.11.9",
"ast-types": "0.14.2",

View File

@@ -1,5 +1,9 @@
# @blitzjs/config
## 2.0.0-beta.32
## 2.0.0-beta.31
## 2.0.0-beta.30
## 2.0.0-beta.29

View File

@@ -1,7 +1,7 @@
{
"name": "@blitzjs/config",
"private": true,
"version": "2.0.0-beta.30",
"version": "2.0.0-beta.32",
"license": "MIT",
"dependencies": {
"@typescript-eslint/eslint-plugin": "5.42.1",

View File

@@ -1,5 +1,16 @@
# @blitzjs/generator
## 2.0.0-beta.32
### Patch Changes
- 47c6b62dc: Update examples of generate all in docs to include one column in model.
- 82649f341: Upgrade tslog to `4.9.0`.
This due a [tslog issue](https://github.com/fullstack-build/tslog/issues/227) that causes tslog to crash when attempting to log an error whose constructor expects more than one argument.
## 2.0.0-beta.31
## 2.0.0-beta.30
## 2.0.0-beta.29

View File

@@ -1,6 +1,6 @@
{
"name": "@blitzjs/generator",
"version": "2.0.0-beta.30",
"version": "2.0.0-beta.32",
"homepage": "https://blitzjs.com/",
"repository": {
"type": "git",
@@ -48,13 +48,13 @@
"prettier": "^2.7.1",
"recast": "0.20.5",
"supports-color": "8.1.1",
"tslog": "4.8.2",
"tslog": "4.9.0",
"username": "5.1.0",
"vinyl": "2.2.1",
"zod": "3.20.2"
},
"devDependencies": {
"@blitzjs/config": "2.0.0-beta.30",
"@blitzjs/config": "2.0.0-beta.32",
"@juanm04/cpx": "2.0.1",
"@types/babel__core": "7.1.19",
"@types/diff": "5.0.2",

View File

@@ -95,7 +95,7 @@ const Home: BlitzPage = () => {
<div className={styles.code}>
<span>1</span>
<pre>
<code>blitz generate all project</code>
<code>blitz generate all project name:string</code>
</pre>
</div>

View File

@@ -25,7 +25,7 @@
"@typescript-eslint/parser": "5.9.1"
},
"devDependencies": {
"@blitzjs/config": "2.0.0-beta.30",
"@blitzjs/config": "2.0.0-beta.32",
"@types/react": "18.0.25",
"@types/react-dom": "17.0.14",
"react": "18.2.0",

396
pnpm-lock.yaml generated
View File

@@ -41,8 +41,8 @@ importers:
specifier: 3.1.3
version: 3.1.3(prettier@2.7.1)
turbo:
specifier: 1.4.2
version: 1.4.2
specifier: 1.10.7
version: 1.10.7
vitest:
specifier: 0.25.3
version: 0.25.3(jsdom@19.0.0)
@@ -53,16 +53,16 @@ importers:
apps/next13:
dependencies:
"@blitzjs/auth":
specifier: workspace:*
specifier: 2.0.0-beta.32
version: link:../../packages/blitz-auth
"@blitzjs/config":
specifier: workspace:*
specifier: 2.0.0-beta.32
version: link:../../packages/config
"@blitzjs/next":
specifier: workspace:*
specifier: 2.0.0-beta.32
version: link:../../packages/blitz-next
"@blitzjs/rpc":
specifier: workspace:*
specifier: 2.0.0-beta.32
version: link:../../packages/blitz-rpc
"@hookform/error-message":
specifier: 2.0.0
@@ -77,7 +77,7 @@ importers:
specifier: 4.0.10
version: 4.0.10(react-dom@18.2.0)(react@18.2.0)
blitz:
specifier: workspace:*
specifier: 2.0.0-beta.32
version: link:../../packages/blitz
flatted:
specifier: 3.2.7
@@ -126,16 +126,16 @@ importers:
apps/toolkit-app:
dependencies:
"@blitzjs/auth":
specifier: workspace:*
specifier: 2.0.0-beta.32
version: link:../../packages/blitz-auth
"@blitzjs/config":
specifier: workspace:*
specifier: 2.0.0-beta.32
version: link:../../packages/config
"@blitzjs/next":
specifier: workspace:*
specifier: 2.0.0-beta.32
version: link:../../packages/blitz-next
"@blitzjs/rpc":
specifier: workspace:*
specifier: 2.0.0-beta.32
version: link:../../packages/blitz-rpc
"@hookform/error-message":
specifier: 2.0.0
@@ -147,7 +147,7 @@ importers:
specifier: 4.6.1
version: 4.6.1(prisma@4.6.1)
blitz:
specifier: workspace:2.0.0-beta.30
specifier: 2.0.0-beta.32
version: link:../../packages/blitz
next:
specifier: 13.3.0
@@ -244,16 +244,16 @@ importers:
apps/toolkit-app-passportjs:
dependencies:
"@blitzjs/auth":
specifier: workspace:*
specifier: 2.0.0-beta.32
version: link:../../packages/blitz-auth
"@blitzjs/config":
specifier: workspace:*
specifier: 2.0.0-beta.32
version: link:../../packages/config
"@blitzjs/next":
specifier: workspace:*
specifier: 2.0.0-beta.32
version: link:../../packages/blitz-next
"@blitzjs/rpc":
specifier: workspace:*
specifier: 2.0.0-beta.32
version: link:../../packages/blitz-rpc
"@hookform/error-message":
specifier: 2.0.0
@@ -265,7 +265,7 @@ importers:
specifier: 4.6.1
version: 4.6.1(prisma@4.6.1)
blitz:
specifier: workspace:2.0.0-beta.30
specifier: 2.0.0-beta.32
version: link:../../packages/blitz
next:
specifier: 13.3.0
@@ -356,16 +356,16 @@ importers:
apps/web:
dependencies:
"@blitzjs/auth":
specifier: workspace:*
specifier: 2.0.0-beta.32
version: link:../../packages/blitz-auth
"@blitzjs/config":
specifier: workspace:*
specifier: 2.0.0-beta.32
version: link:../../packages/config
"@blitzjs/next":
specifier: workspace:*
specifier: 2.0.0-beta.32
version: link:../../packages/blitz-next
"@blitzjs/rpc":
specifier: workspace:*
specifier: 2.0.0-beta.32
version: link:../../packages/blitz-rpc
"@prisma/client":
specifier: 4.6.1
@@ -377,7 +377,7 @@ importers:
specifier: 1.0.37
version: 1.0.37
blitz:
specifier: workspace:*
specifier: 2.0.0-beta.32
version: link:../../packages/blitz
jest:
specifier: 29.3.0
@@ -423,19 +423,19 @@ importers:
integration-tests/auth:
dependencies:
"@blitzjs/auth":
specifier: workspace:2.0.0-beta.30
specifier: 2.0.0-beta.32
version: link:../../packages/blitz-auth
"@blitzjs/config":
specifier: workspace:2.0.0-beta.30
specifier: 2.0.0-beta.32
version: link:../../packages/config
"@blitzjs/next":
specifier: workspace:2.0.0-beta.30
specifier: 2.0.0-beta.32
version: link:../../packages/blitz-next
"@prisma/client":
specifier: 4.6.1
version: 4.6.1(prisma@4.6.1)
blitz:
specifier: workspace:2.0.0-beta.30
specifier: 2.0.0-beta.32
version: link:../../packages/blitz
lowdb:
specifier: 3.0.0
@@ -505,16 +505,16 @@ importers:
integration-tests/auth-with-rpc:
dependencies:
"@blitzjs/auth":
specifier: workspace:2.0.0-beta.30
specifier: 2.0.0-beta.32
version: link:../../packages/blitz-auth
"@blitzjs/config":
specifier: workspace:2.0.0-beta.30
specifier: 2.0.0-beta.32
version: link:../../packages/config
"@blitzjs/next":
specifier: workspace:2.0.0-beta.30
specifier: 2.0.0-beta.32
version: link:../../packages/blitz-next
"@blitzjs/rpc":
specifier: workspace:2.0.0-beta.30
specifier: 2.0.0-beta.32
version: link:../../packages/blitz-rpc
"@hookform/error-message":
specifier: 2.0.0
@@ -526,7 +526,7 @@ importers:
specifier: 4.6.1
version: 4.6.1(prisma@4.6.1)
blitz:
specifier: workspace:2.0.0-beta.30
specifier: 2.0.0-beta.32
version: link:../../packages/blitz
delay:
specifier: 5.0.0
@@ -626,19 +626,19 @@ importers:
integration-tests/get-initial-props:
dependencies:
"@blitzjs/auth":
specifier: workspace:2.0.0-beta.30
specifier: 2.0.0-beta.32
version: link:../../packages/blitz-auth
"@blitzjs/next":
specifier: workspace:2.0.0-beta.30
specifier: 2.0.0-beta.32
version: link:../../packages/blitz-next
"@blitzjs/rpc":
specifier: workspace:2.0.0-beta.30
specifier: 2.0.0-beta.32
version: link:../../packages/blitz-rpc
"@prisma/client":
specifier: 4.6.1
version: 4.6.1(prisma@4.6.1)
blitz:
specifier: workspace:2.0.0-beta.30
specifier: 2.0.0-beta.32
version: link:../../packages/blitz
lowdb:
specifier: 3.0.0
@@ -657,7 +657,7 @@ importers:
version: 18.2.0(react@18.2.0)
devDependencies:
"@blitzjs/config":
specifier: workspace:2.0.0-beta.30
specifier: 2.0.0-beta.32
version: link:../../packages/config
"@next/bundle-analyzer":
specifier: 12.0.8
@@ -696,16 +696,16 @@ importers:
integration-tests/middleware:
dependencies:
"@blitzjs/config":
specifier: workspace:2.0.0-beta.30
specifier: 2.0.0-beta.32
version: link:../../packages/config
"@blitzjs/next":
specifier: workspace:2.0.0-beta.30
specifier: 2.0.0-beta.32
version: link:../../packages/blitz-next
"@blitzjs/rpc":
specifier: workspace:2.0.0-beta.30
specifier: 2.0.0-beta.32
version: link:../../packages/blitz-rpc
blitz:
specifier: workspace:2.0.0-beta.30
specifier: 2.0.0-beta.32
version: link:../../packages/blitz
next:
specifier: 13.3.0
@@ -751,22 +751,22 @@ importers:
integration-tests/next-13-app-dir:
dependencies:
"@blitzjs/auth":
specifier: workspace:2.0.0-beta.30
specifier: 2.0.0-beta.32
version: link:../../packages/blitz-auth
"@blitzjs/config":
specifier: workspace:2.0.0-beta.30
specifier: 2.0.0-beta.32
version: link:../../packages/config
"@blitzjs/next":
specifier: workspace:2.0.0-beta.30
specifier: 2.0.0-beta.32
version: link:../../packages/blitz-next
"@blitzjs/rpc":
specifier: workspace:2.0.0-beta.30
specifier: 2.0.0-beta.32
version: link:../../packages/blitz-rpc
"@prisma/client":
specifier: 4.6.1
version: 4.6.1(prisma@4.6.1)
blitz:
specifier: workspace:2.0.0-beta.30
specifier: 2.0.0-beta.32
version: link:../../packages/blitz
lowdb:
specifier: 3.0.0
@@ -836,19 +836,19 @@ importers:
integration-tests/no-suspense:
dependencies:
"@blitzjs/auth":
specifier: workspace:2.0.0-beta.30
specifier: 2.0.0-beta.32
version: link:../../packages/blitz-auth
"@blitzjs/next":
specifier: workspace:2.0.0-beta.30
specifier: 2.0.0-beta.32
version: link:../../packages/blitz-next
"@blitzjs/rpc":
specifier: workspace:2.0.0-beta.30
specifier: 2.0.0-beta.32
version: link:../../packages/blitz-rpc
"@prisma/client":
specifier: 4.6.1
version: 4.6.1(prisma@4.6.1)
blitz:
specifier: workspace:2.0.0-beta.30
specifier: 2.0.0-beta.32
version: link:../../packages/blitz
lowdb:
specifier: 3.0.0
@@ -867,7 +867,7 @@ importers:
version: 18.2.0(react@18.2.0)
devDependencies:
"@blitzjs/config":
specifier: workspace:2.0.0-beta.30
specifier: 2.0.0-beta.32
version: link:../../packages/config
"@next/bundle-analyzer":
specifier: 12.0.8
@@ -906,16 +906,16 @@ importers:
integration-tests/qm:
dependencies:
"@blitzjs/auth":
specifier: workspace:2.0.0-beta.30
specifier: 2.0.0-beta.32
version: link:../../packages/blitz-auth
"@blitzjs/config":
specifier: workspace:2.0.0-beta.30
specifier: 2.0.0-beta.32
version: link:../../packages/config
"@blitzjs/next":
specifier: workspace:2.0.0-beta.30
specifier: 2.0.0-beta.32
version: link:../../packages/blitz-next
"@blitzjs/rpc":
specifier: workspace:2.0.0-beta.30
specifier: 2.0.0-beta.32
version: link:../../packages/blitz-rpc
"@prisma/client":
specifier: 4.6.1
@@ -924,7 +924,7 @@ importers:
specifier: 4.0.10
version: 4.0.10(react-dom@18.2.0)(react@18.2.0)
blitz:
specifier: workspace:2.0.0-beta.30
specifier: 2.0.0-beta.32
version: link:../../packages/blitz
next:
specifier: 13.3.0
@@ -956,7 +956,7 @@ importers:
version: 8.27.0(supports-color@8.1.1)
eslint-config-next:
specifier: latest
version: 13.4.7(eslint@8.27.0)(typescript@4.8.4)
version: 13.4.10(eslint@8.27.0)(typescript@4.8.4)
eslint-plugin-testing-library:
specifier: 5.0.1
version: 5.0.1(eslint@8.27.0)(typescript@4.8.4)
@@ -970,16 +970,16 @@ importers:
integration-tests/react-query-utils:
dependencies:
"@blitzjs/next":
specifier: workspace:2.0.0-beta.30
specifier: 2.0.0-beta.32
version: link:../../packages/blitz-next
"@blitzjs/rpc":
specifier: workspace:2.0.0-beta.30
specifier: 2.0.0-beta.32
version: link:../../packages/blitz-rpc
"@prisma/client":
specifier: 4.6.1
version: 4.6.1(prisma@4.6.1)
blitz:
specifier: workspace:2.0.0-beta.30
specifier: 2.0.0-beta.32
version: link:../../packages/blitz
lowdb:
specifier: 3.0.0
@@ -998,7 +998,7 @@ importers:
version: 18.2.0(react@18.2.0)
devDependencies:
"@blitzjs/config":
specifier: workspace:2.0.0-beta.30
specifier: 2.0.0-beta.32
version: link:../../packages/config
"@next/bundle-analyzer":
specifier: 12.0.8
@@ -1037,16 +1037,16 @@ importers:
integration-tests/rpc:
dependencies:
"@blitzjs/config":
specifier: workspace:2.0.0-beta.30
specifier: 2.0.0-beta.32
version: link:../../packages/config
"@blitzjs/next":
specifier: workspace:2.0.0-beta.30
specifier: 2.0.0-beta.32
version: link:../../packages/blitz-next
"@blitzjs/rpc":
specifier: workspace:2.0.0-beta.30
specifier: 2.0.0-beta.32
version: link:../../packages/blitz-rpc
blitz:
specifier: workspace:2.0.0-beta.30
specifier: 2.0.0-beta.32
version: link:../../packages/blitz
next:
specifier: 13.3.0
@@ -1086,16 +1086,16 @@ importers:
integration-tests/rpc-path-root:
dependencies:
"@blitzjs/config":
specifier: workspace:2.0.0-beta.30
specifier: 2.0.0-beta.32
version: link:../../packages/config
"@blitzjs/next":
specifier: workspace:2.0.0-beta.30
specifier: 2.0.0-beta.32
version: link:../../packages/blitz-next
"@blitzjs/rpc":
specifier: workspace:2.0.0-beta.30
specifier: 2.0.0-beta.32
version: link:../../packages/blitz-rpc
blitz:
specifier: workspace:2.0.0-beta.30
specifier: 2.0.0-beta.32
version: link:../../packages/blitz
next:
specifier: 13.3.0
@@ -1135,19 +1135,19 @@ importers:
integration-tests/trailing-slash:
dependencies:
"@blitzjs/auth":
specifier: workspace:2.0.0-beta.30
specifier: 2.0.0-beta.32
version: link:../../packages/blitz-auth
"@blitzjs/next":
specifier: workspace:2.0.0-beta.30
specifier: 2.0.0-beta.32
version: link:../../packages/blitz-next
"@blitzjs/rpc":
specifier: workspace:2.0.0-beta.30
specifier: 2.0.0-beta.32
version: link:../../packages/blitz-rpc
"@prisma/client":
specifier: 4.6.1
version: 4.6.1(prisma@4.6.1)
blitz:
specifier: workspace:2.0.0-beta.30
specifier: 2.0.0-beta.32
version: link:../../packages/blitz
lowdb:
specifier: 3.0.0
@@ -1166,7 +1166,7 @@ importers:
version: 18.2.0(react@18.2.0)
devDependencies:
"@blitzjs/config":
specifier: workspace:2.0.0-beta.30
specifier: 2.0.0-beta.32
version: link:../../packages/config
"@next/bundle-analyzer":
specifier: 12.0.8
@@ -1289,7 +1289,7 @@ importers:
packages/blitz:
dependencies:
"@blitzjs/generator":
specifier: 2.0.0-beta.30
specifier: 2.0.0-beta.32
version: link:../generator
"@mrleebo/prisma-ast":
specifier: 0.2.6
@@ -1427,14 +1427,14 @@ importers:
specifier: 4.0.0
version: 4.0.0
tslog:
specifier: 4.8.2
version: 4.8.2
specifier: 4.9.0
version: 4.9.0
watchpack:
specifier: 2.1.1
version: 2.1.1
devDependencies:
"@blitzjs/config":
specifier: workspace:2.0.0-beta.30
specifier: 2.0.0-beta.32
version: link:../config
"@types/cookie":
specifier: 0.4.1
@@ -1579,7 +1579,7 @@ importers:
version: 0.11.0
devDependencies:
"@blitzjs/config":
specifier: workspace:2.0.0-beta.30
specifier: 2.0.0-beta.32
version: link:../config
"@testing-library/react":
specifier: 13.4.0
@@ -1603,7 +1603,7 @@ importers:
specifier: 17.0.14
version: 17.0.14
blitz:
specifier: 2.0.0-beta.30
specifier: 2.0.0-beta.32
version: link:../blitz
next:
specifier: 13.3.0
@@ -1633,7 +1633,7 @@ importers:
packages/blitz-next:
dependencies:
"@blitzjs/rpc":
specifier: 2.0.0-beta.30
specifier: 2.0.0-beta.32
version: link:../blitz-rpc
"@types/hoist-non-react-statics":
specifier: 3.3.1
@@ -1655,7 +1655,7 @@ importers:
version: 8.1.1
devDependencies:
"@blitzjs/config":
specifier: workspace:2.0.0-beta.30
specifier: 2.0.0-beta.32
version: link:../config
"@testing-library/dom":
specifier: 8.13.0
@@ -1688,7 +1688,7 @@ importers:
specifier: 4.0.0
version: 4.0.0(@types/react@18.0.25)(react-dom@18.2.0)(react@18.2.0)
blitz:
specifier: 2.0.0-beta.30
specifier: 2.0.0-beta.32
version: link:../blitz
cross-spawn:
specifier: 7.0.3
@@ -1715,8 +1715,8 @@ importers:
specifier: 27.1.4
version: 27.1.4(@babel/core@7.12.10)(esbuild@0.14.51)(jest@27.5.1)(typescript@4.8.4)
tslog:
specifier: 4.8.2
version: 4.8.2
specifier: 4.9.0
version: 4.9.0
typescript:
specifier: ^4.8.4
version: 4.8.4
@@ -1755,10 +1755,10 @@ importers:
version: 8.1.1
devDependencies:
"@blitzjs/auth":
specifier: 2.0.0-beta.30
specifier: 2.0.0-beta.32
version: link:../blitz-auth
"@blitzjs/config":
specifier: workspace:2.0.0-beta.30
specifier: 2.0.0-beta.32
version: link:../config
"@tanstack/query-core":
specifier: 4.24.4
@@ -1773,7 +1773,7 @@ importers:
specifier: 17.0.14
version: 17.0.14
blitz:
specifier: 2.0.0-beta.30
specifier: 2.0.0-beta.32
version: link:../blitz
next:
specifier: 13.3.0
@@ -1812,13 +1812,13 @@ importers:
specifier: 7.17.12
version: 7.17.12(@babel/core@7.12.10)
"@blitzjs/generator":
specifier: 2.0.0-beta.30
specifier: 2.0.0-beta.32
version: link:../generator
arg:
specifier: 5.0.1
version: 5.0.1
blitz:
specifier: 2.0.0-beta.30
specifier: 2.0.0-beta.32
version: link:../blitz
chalk:
specifier: ^4.1.0
@@ -1846,7 +1846,7 @@ importers:
specifier: 7.12.10
version: 7.12.10(@babel/core@7.12.10)(supports-color@8.1.1)
"@blitzjs/config":
specifier: workspace:*
specifier: 2.0.0-beta.32
version: link:../config
"@types/jscodeshift":
specifier: 0.11.2
@@ -1955,8 +1955,8 @@ importers:
specifier: 8.1.1
version: 8.1.1
tslog:
specifier: 4.8.2
version: 4.8.2
specifier: 4.9.0
version: 4.9.0
username:
specifier: 5.1.0
version: 5.1.0
@@ -1968,7 +1968,7 @@ importers:
version: 3.20.2
devDependencies:
"@blitzjs/config":
specifier: 2.0.0-beta.30
specifier: 2.0.0-beta.32
version: link:../config
"@juanm04/cpx":
specifier: 2.0.1
@@ -2044,7 +2044,7 @@ importers:
version: 5.9.1(eslint@8.27.0)(supports-color@8.1.1)(typescript@4.8.4)
devDependencies:
"@blitzjs/config":
specifier: 2.0.0-beta.30
specifier: 2.0.0-beta.32
version: link:../config
"@types/react":
specifier: 18.0.25
@@ -2068,7 +2068,7 @@ importers:
recipes/base-web:
dependencies:
blitz:
specifier: 2.0.0-beta.30
specifier: 2.0.0-beta.32
version: link:../../packages/blitz
jscodeshift:
specifier: 0.13.0
@@ -2081,7 +2081,7 @@ importers:
recipes/bulma:
dependencies:
blitz:
specifier: 2.0.0-beta.30
specifier: 2.0.0-beta.32
version: link:../../packages/blitz
jscodeshift:
specifier: 0.13.0
@@ -2094,7 +2094,7 @@ importers:
recipes/bumbag-ui:
dependencies:
blitz:
specifier: 2.0.0-beta.30
specifier: 2.0.0-beta.32
version: link:../../packages/blitz
jscodeshift:
specifier: 0.13.0
@@ -2110,7 +2110,7 @@ importers:
recipes/chakra-ui:
dependencies:
blitz:
specifier: 2.0.0-beta.30
specifier: 2.0.0-beta.32
version: link:../../packages/blitz
jscodeshift:
specifier: 0.13.0
@@ -2126,7 +2126,7 @@ importers:
recipes/emotion:
dependencies:
blitz:
specifier: 2.0.0-beta.30
specifier: 2.0.0-beta.32
version: link:../../packages/blitz
jscodeshift:
specifier: 0.13.0
@@ -2139,19 +2139,19 @@ importers:
recipes/gh-action-yarn-mariadb:
dependencies:
blitz:
specifier: 2.0.0-beta.30
specifier: 2.0.0-beta.32
version: link:../../packages/blitz
recipes/gh-action-yarn-postgres:
dependencies:
blitz:
specifier: 2.0.0-beta.30
specifier: 2.0.0-beta.32
version: link:../../packages/blitz
recipes/ghost:
dependencies:
blitz:
specifier: 2.0.0-beta.30
specifier: 2.0.0-beta.32
version: link:../../packages/blitz
jscodeshift:
specifier: 0.13.0
@@ -2164,7 +2164,7 @@ importers:
recipes/graphql-apollo-server:
dependencies:
blitz:
specifier: 2.0.0-beta.30
specifier: 2.0.0-beta.32
version: link:../../packages/blitz
jscodeshift:
specifier: 0.13.0
@@ -2180,7 +2180,7 @@ importers:
recipes/logrocket:
dependencies:
blitz:
specifier: 2.0.0-beta.30
specifier: 2.0.0-beta.32
version: link:../../packages/blitz
jscodeshift:
specifier: 0.13.0
@@ -2193,7 +2193,7 @@ importers:
recipes/material-ui:
dependencies:
blitz:
specifier: 2.0.0-beta.30
specifier: 2.0.0-beta.32
version: link:../../packages/blitz
jscodeshift:
specifier: 0.13.0
@@ -2206,7 +2206,7 @@ importers:
recipes/next-ui:
dependencies:
blitz:
specifier: 2.0.0-beta.30
specifier: 2.0.0-beta.32
version: link:../../packages/blitz
jscodeshift:
specifier: 0.13.0
@@ -2222,19 +2222,19 @@ importers:
recipes/passenger:
dependencies:
blitz:
specifier: 2.0.0-beta.30
specifier: 2.0.0-beta.32
version: link:../../packages/blitz
recipes/quirrel:
dependencies:
blitz:
specifier: 2.0.0-beta.30
specifier: 2.0.0-beta.32
version: link:../../packages/blitz
recipes/reflexjs:
dependencies:
blitz:
specifier: 2.0.0-beta.30
specifier: 2.0.0-beta.32
version: link:../../packages/blitz
jscodeshift:
specifier: 0.13.0
@@ -2250,13 +2250,13 @@ importers:
recipes/render:
dependencies:
blitz:
specifier: 2.0.0-beta.30
specifier: 2.0.0-beta.32
version: link:../../packages/blitz
recipes/secureheaders:
dependencies:
blitz:
specifier: 2.0.0-beta.30
specifier: 2.0.0-beta.32
version: link:../../packages/blitz
jscodeshift:
specifier: 0.13.0
@@ -2272,7 +2272,7 @@ importers:
recipes/stitches:
dependencies:
blitz:
specifier: 2.0.0-beta.30
specifier: 2.0.0-beta.32
version: link:../../packages/blitz
jscodeshift:
specifier: 0.13.0
@@ -2285,7 +2285,7 @@ importers:
recipes/styled-components:
dependencies:
blitz:
specifier: 2.0.0-beta.30
specifier: 2.0.0-beta.32
version: link:../../packages/blitz
jscodeshift:
specifier: 0.13.0
@@ -2301,7 +2301,7 @@ importers:
recipes/tailwind:
dependencies:
blitz:
specifier: 2.0.0-beta.30
specifier: 2.0.0-beta.32
version: link:../../packages/blitz
jscodeshift:
specifier: 0.13.0
@@ -2314,7 +2314,7 @@ importers:
recipes/theme-ui:
dependencies:
blitz:
specifier: 2.0.0-beta.30
specifier: 2.0.0-beta.32
version: link:../../packages/blitz
jscodeshift:
specifier: 0.13.0
@@ -2330,7 +2330,7 @@ importers:
recipes/vanilla-extract:
dependencies:
blitz:
specifier: 2.0.0-beta.30
specifier: 2.0.0-beta.32
version: link:../../packages/blitz
jscodeshift:
specifier: 0.13.0
@@ -5574,10 +5574,10 @@ packages:
glob: 7.1.7
dev: true
/@next/eslint-plugin-next@13.4.7:
/@next/eslint-plugin-next@13.4.10:
resolution:
{
integrity: sha512-ANEPltxzXbyyG7CvqxdY4PmeM5+RyWdAJGufTHnU+LA/i3J6IDV2r8Z4onKwskwKEhwqzz5lMaSYGGXLyHX+mg==,
integrity: sha512-YJqyq6vk39JQfvaNtN83t/p5Jy45+bazRL+V4QI8FPd3FBqFYMEsULiwRLgSJMgFqkk4t4JbeZurz+gILEAFpA==,
}
dependencies:
glob: 7.1.7
@@ -11356,10 +11356,10 @@ packages:
- supports-color
dev: true
/eslint-config-next@13.4.7(eslint@8.27.0)(typescript@4.8.4):
/eslint-config-next@13.4.10(eslint@8.27.0)(typescript@4.8.4):
resolution:
{
integrity: sha512-+IRAyD0+J1MZaTi9RQMPUfr6Q+GCZ1wOkK6XM52Vokh7VI4R6YFGOFzdkEFHl4ZyIX4FKa5vcwUP2WscSFNjNQ==,
integrity: sha512-+JjcM6lQmFR5Mw0ORm9o1CR29+z/uajgSfYAPEGIBxOhTHBgCMs7ysuwi72o7LkMmA8E3N7/h09pSGZxs0s85g==,
}
peerDependencies:
eslint: ^7.23.0 || ^8.0.0
@@ -11368,7 +11368,7 @@ packages:
typescript:
optional: true
dependencies:
"@next/eslint-plugin-next": 13.4.7
"@next/eslint-plugin-next": 13.4.10
"@rushstack/eslint-patch": 1.1.3
"@typescript-eslint/parser": 5.43.0(eslint@8.27.0)(typescript@4.8.4)
eslint: 8.27.0(supports-color@8.1.1)
@@ -11377,7 +11377,7 @@ packages:
eslint-plugin-import: 2.26.0(@typescript-eslint/parser@5.43.0)(eslint-import-resolver-typescript@3.5.2)(eslint@8.27.0)
eslint-plugin-jsx-a11y: 6.5.1(eslint@8.27.0)
eslint-plugin-react: 7.31.8(eslint@8.27.0)
eslint-plugin-react-hooks: 4.5.0(eslint@8.27.0)
eslint-plugin-react-hooks: 5.0.0-canary-7118f5dd7-20230705(eslint@8.27.0)
typescript: 4.8.4
transitivePeerDependencies:
- eslint-import-resolver-webpack
@@ -11699,6 +11699,18 @@ packages:
dependencies:
eslint: 8.27.0(supports-color@8.1.1)
/eslint-plugin-react-hooks@5.0.0-canary-7118f5dd7-20230705(eslint@8.27.0):
resolution:
{
integrity: sha512-AZYbMo/NW9chdL7vk6HQzQhT+PvTAEVqWk9ziruUoW2kAOcN5qNyelv70e0F1VNQAbvutOC9oc+xfWycI9FxDw==,
}
engines: {node: ">=10"}
peerDependencies:
eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0
dependencies:
eslint: 8.27.0(supports-color@8.1.1)
dev: true
/eslint-plugin-react@7.31.8(eslint@8.26.0):
resolution:
{
@@ -20628,10 +20640,10 @@ packages:
integrity: sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==,
}
/tslog@4.8.2:
/tslog@4.9.0:
resolution:
{
integrity: sha512-eAKIRjxfSKYLs06r1wT7oou6Uv9VN6NW9g0JPidBlqQwPBBl5+84dm7r8zSOPVq1kyfEw1P6B3/FLSpZCorAgA==,
integrity: sha512-YEb55YxukbKO0bSAAsd9eSnw6RA0e3jt3cniZ00wj9offySAbp20lBrjOh1OTn11L51r58V4kFy8h7dMPnbpmg==,
}
engines: {node: ">=16"}
@@ -20671,21 +20683,10 @@ packages:
yargs: 15.4.1
dev: false
/turbo-android-arm64@1.4.2:
/turbo-darwin-64@1.10.7:
resolution:
{
integrity: sha512-h6PorJ+muKDQE3wETwrkx3NpqypAxjIFLP3b8RQaAoNvxYa1JTSC71VMtYxMbwuDk58A1KGbXLDteR4by8Lqew==,
}
cpu: [arm64]
os: [android]
requiresBuild: true
dev: false
optional: true
/turbo-darwin-64@1.4.2:
resolution:
{
integrity: sha512-HrXRwx+5FuKeR4r2ea2mWO5dImzxG7z987t4xZWytEWJ0gEujln1z1cjwotYU1l2pq8slJS8W3q9Qv3JRMrSkQ==,
integrity: sha512-N2MNuhwrl6g7vGuz4y3fFG2aR1oCs0UZ5HKl8KSTn/VC2y2YIuLGedQ3OVbo0TfEvygAlF3QGAAKKtOCmGPNKA==,
}
cpu: [x64]
os: [darwin]
@@ -20693,10 +20694,10 @@ packages:
dev: false
optional: true
/turbo-darwin-arm64@1.4.2:
/turbo-darwin-arm64@1.10.7:
resolution:
{
integrity: sha512-/qkMqq1hdbM/I0gchx08/ZZucgnQVp6gd03tHHYnyG20z8a39f38MbX7+I5aLRpa3pQzBk8RgNx0o7G1T+KvzA==,
integrity: sha512-WbJkvjU+6qkngp7K4EsswOriO3xrNQag7YEGRtfLoDdMTk4O4QTeU6sfg2dKfDsBpTidTvEDwgIYJhYVGzrz9Q==,
}
cpu: [arm64]
os: [darwin]
@@ -20704,43 +20705,10 @@ packages:
dev: false
optional: true
/turbo-freebsd-64@1.4.2:
/turbo-linux-64@1.10.7:
resolution:
{
integrity: sha512-bZcjR7GxpuE/0qz/aKg4gWDa+6eiuoV0cRnqCJ/rae14/iSmBt0MsMa+lUH5gZUFj581Dj8fQRoBeE+EOau5CA==,
}
cpu: [x64]
os: [freebsd]
requiresBuild: true
dev: false
optional: true
/turbo-freebsd-arm64@1.4.2:
resolution:
{
integrity: sha512-dDx++7AELGAHuaMQjzNiKjSPu/xdDelUtRjWOzJWmwXzrgJlwNgQ93p+LYEA7LBWVZ8a32fpBE/VDait0alIJw==,
}
cpu: [arm64]
os: [freebsd]
requiresBuild: true
dev: false
optional: true
/turbo-linux-32@1.4.2:
resolution:
{
integrity: sha512-AAxsEYhgv6x4UXwCoiRe+iL2pd+ArsJQDMgJGsJn+Tb09ca6+i1rTgdOTgcCSyvRwbXt0LYzqXN9zp6FwG6VHQ==,
}
cpu: [ia32]
os: [linux]
requiresBuild: true
dev: false
optional: true
/turbo-linux-64@1.4.2:
resolution:
{
integrity: sha512-t7gGxp1ILmGwzymcf72Lw4Ca916Bi9j2C4xPnJ2CAqxMWQOJKCRvyOuUHC/uy1kFDjR2yszxMb+ZJL6P3nccfA==,
integrity: sha512-x1CF2CDP1pDz/J8/B2T0hnmmOQI2+y11JGIzNP0KtwxDM7rmeg3DDTtDM/9PwGqfPotN9iVGgMiMvBuMFbsLhg==,
}
cpu: [x64]
os: [linux]
@@ -20748,10 +20716,10 @@ packages:
dev: false
optional: true
/turbo-linux-arm64@1.4.2:
/turbo-linux-arm64@1.10.7:
resolution:
{
integrity: sha512-V7eBFUOrIvLvjrc81UE8C+NfqBRKADyKrrbKD9hMG5beE/piZZNGoHUwuEgLgsykCSfHjn1sQCidocVztuTMAw==,
integrity: sha512-JtnBmaBSYbs7peJPkXzXxsRGSGBmBEIb6/kC8RRmyvPAMyqF8wIex0pttsI+9plghREiGPtRWv/lfQEPRlXnNQ==,
}
cpu: [arm64]
os: [linux]
@@ -20759,54 +20727,10 @@ packages:
dev: false
optional: true
/turbo-linux-arm@1.4.2:
/turbo-windows-64@1.10.7:
resolution:
{
integrity: sha512-6Rri//bX3wPMa8D0sSie05Xuze+6jTUDt4qsKp+JoQVanUKkKmRaVDpyV4WuFfjDbC5iP4ocN20FeaXenMFxTA==,
}
cpu: [arm]
os: [linux]
requiresBuild: true
dev: false
optional: true
/turbo-linux-mips64le@1.4.2:
resolution:
{
integrity: sha512-C0JpzpwyvhW5ChWr6S7ulUd8a+1SBLe2mLBepTWaXTh/5+sFDU/AMwPNkhpfV5o0gEtz03UPm7Y4G6dqU3UCAQ==,
}
cpu: [mipsel]
os: [linux]
requiresBuild: true
dev: false
optional: true
/turbo-linux-ppc64le@1.4.2:
resolution:
{
integrity: sha512-ipxyQCj3NXq/2V6a4lKoNDt8CjcufICgHAvOhAUmoAxz4kIEKRvA/75xsPpt2Ih/a4fWGxsbWFK6oA+ac0l3jQ==,
}
cpu: [ppc64]
os: [linux]
requiresBuild: true
dev: false
optional: true
/turbo-windows-32@1.4.2:
resolution:
{
integrity: sha512-pCvsh8mPSw6ZFABQqeJzfercnsOwCj1LpbWTPW1QftDij6zw1OWU4jWU529Ub1f+GMBej+xm/ufJhT+8A3NhwA==,
}
cpu: [ia32]
os: [win32]
requiresBuild: true
dev: false
optional: true
/turbo-windows-64@1.4.2:
resolution:
{
integrity: sha512-GnvM8uGOA6idUloDDxiEgUpIx5o5ZJL0ARL7f+6r/vfwA+qlSe/F+4hDCmT3+Xkg7/7zDZix5ViKVoTDMBP/Ig==,
integrity: sha512-7A/4CByoHdolWS8dg3DPm99owfu1aY/W0V0+KxFd0o2JQMTQtoBgIMSvZesXaWM57z3OLsietFivDLQPuzE75w==,
}
cpu: [x64]
os: [win32]
@@ -20814,10 +20738,10 @@ packages:
dev: false
optional: true
/turbo-windows-arm64@1.4.2:
/turbo-windows-arm64@1.10.7:
resolution:
{
integrity: sha512-2mCPiDnMLY924+M07mMo464cjOr0EITuIkK67IBm3EeEwSlunOmQk+LRc/Jq/Zx6Zuzp5XPZ2fZVvmmSFfogpQ==,
integrity: sha512-D36K/3b6+hqm9IBAymnuVgyePktwQ+F0lSXr2B9JfAdFPBktSqGmp50JNC7pahxhnuCLj0Vdpe9RqfnJw5zATA==,
}
cpu: [arm64]
os: [win32]
@@ -20825,28 +20749,20 @@ packages:
dev: false
optional: true
/turbo@1.4.2:
/turbo@1.10.7:
resolution:
{
integrity: sha512-ry1vUs5oHCIM+Sef8HED2XsbL28YAeclCrOtDp9zbZZMUX1r5s01COqOJjFJZfDiv2zSlUge9IIQXprM8BfrtA==,
integrity: sha512-xm0MPM28TWx1e6TNC3wokfE5eaDqlfi0G24kmeHupDUZt5Wd0OzHFENEHMPqEaNKJ0I+AMObL6nbSZonZBV2HA==,
}
hasBin: true
requiresBuild: true
optionalDependencies:
turbo-android-arm64: 1.4.2
turbo-darwin-64: 1.4.2
turbo-darwin-arm64: 1.4.2
turbo-freebsd-64: 1.4.2
turbo-freebsd-arm64: 1.4.2
turbo-linux-32: 1.4.2
turbo-linux-64: 1.4.2
turbo-linux-arm: 1.4.2
turbo-linux-arm64: 1.4.2
turbo-linux-mips64le: 1.4.2
turbo-linux-ppc64le: 1.4.2
turbo-windows-32: 1.4.2
turbo-windows-64: 1.4.2
turbo-windows-arm64: 1.4.2
turbo-darwin-64: 1.10.7
turbo-darwin-arm64: 1.10.7
turbo-linux-64: 1.10.7
turbo-linux-arm64: 1.10.7
turbo-windows-64: 1.10.7
turbo-windows-arm64: 1.10.7
dev: false
/type-check@0.3.2:

View File

@@ -23,7 +23,7 @@
},
"homepage": "https://github.com/blitz-js/blitz#readme",
"dependencies": {
"blitz": "2.0.0-beta.30",
"blitz": "2.0.0-beta.32",
"jscodeshift": "0.13.0"
},
"devDependencies": {

View File

@@ -22,7 +22,7 @@
},
"homepage": "https://github.com/blitz-js/blitz#readme",
"dependencies": {
"blitz": "2.0.0-beta.30",
"blitz": "2.0.0-beta.32",
"jscodeshift": "0.13.0"
},
"devDependencies": {

View File

@@ -24,7 +24,7 @@
},
"homepage": "https://github.com/blitz-js/blitz#readme",
"dependencies": {
"blitz": "2.0.0-beta.30",
"blitz": "2.0.0-beta.32",
"jscodeshift": "0.13.0"
},
"devDependencies": {

View File

@@ -24,7 +24,7 @@
},
"homepage": "https://github.com/blitz-js/blitz#readme",
"dependencies": {
"blitz": "2.0.0-beta.30",
"blitz": "2.0.0-beta.32",
"jscodeshift": "0.13.0"
},
"devDependencies": {

View File

@@ -22,7 +22,7 @@
},
"homepage": "https://github.com/blitz-js/blitz#readme",
"dependencies": {
"blitz": "2.0.0-beta.30",
"blitz": "2.0.0-beta.32",
"jscodeshift": "0.13.0"
},
"devDependencies": {

View File

@@ -24,6 +24,6 @@
},
"homepage": "https://github.com/blitz-js/blitz#readme",
"dependencies": {
"blitz": "2.0.0-beta.30"
"blitz": "2.0.0-beta.32"
}
}

View File

@@ -24,6 +24,6 @@
},
"homepage": "https://github.com/blitz-js/blitz#readme",
"dependencies": {
"blitz": "2.0.0-beta.30"
"blitz": "2.0.0-beta.32"
}
}

View File

@@ -23,7 +23,7 @@
},
"homepage": "https://github.com/blitz-js/blitz#readme",
"dependencies": {
"blitz": "2.0.0-beta.30",
"blitz": "2.0.0-beta.32",
"jscodeshift": "0.13.0"
},
"devDependencies": {

View File

@@ -22,7 +22,7 @@
},
"homepage": "https://github.com/blitz-js/blitz#readme",
"dependencies": {
"blitz": "2.0.0-beta.30",
"blitz": "2.0.0-beta.32",
"jscodeshift": "0.13.0",
"uuid": "^8.3.1"
},

View File

@@ -23,7 +23,7 @@
},
"homepage": "https://github.com/blitz-js/blitz#readme",
"dependencies": {
"blitz": "2.0.0-beta.30",
"blitz": "2.0.0-beta.32",
"jscodeshift": "0.13.0"
},
"devDependencies": {

View File

@@ -23,7 +23,7 @@
},
"homepage": "https://github.com/blitz-js/blitz#readme",
"dependencies": {
"blitz": "2.0.0-beta.30",
"blitz": "2.0.0-beta.32",
"jscodeshift": "0.13.0"
},
"devDependencies": {

View File

@@ -23,7 +23,7 @@
},
"homepage": "https://github.com/blitz-js/blitz#readme",
"dependencies": {
"blitz": "2.0.0-beta.30",
"blitz": "2.0.0-beta.32",
"jscodeshift": "0.13.0"
},
"devDependencies": {

View File

@@ -23,6 +23,6 @@
},
"homepage": "https://github.com/blitz-js/blitz#readme",
"dependencies": {
"blitz": "2.0.0-beta.30"
"blitz": "2.0.0-beta.32"
}
}

View File

@@ -22,6 +22,6 @@
},
"homepage": "https://github.com/blitz-js/blitz#readme",
"dependencies": {
"blitz": "2.0.0-beta.30"
"blitz": "2.0.0-beta.32"
}
}

View File

@@ -23,7 +23,7 @@
},
"homepage": "https://github.com/blitz-js/blitz#readme",
"dependencies": {
"blitz": "2.0.0-beta.30",
"blitz": "2.0.0-beta.32",
"jscodeshift": "0.13.0"
},
"devDependencies": {

View File

@@ -22,6 +22,6 @@
},
"homepage": "https://github.com/blitz-js/blitz#readme",
"dependencies": {
"blitz": "2.0.0-beta.30"
"blitz": "2.0.0-beta.32"
}
}

View File

@@ -22,7 +22,7 @@
},
"homepage": "https://github.com/blitz-js/blitz#readme",
"dependencies": {
"blitz": "2.0.0-beta.30",
"blitz": "2.0.0-beta.32",
"jscodeshift": "0.13.0",
"uuid": "^8.3.1"
},

View File

@@ -24,7 +24,7 @@
},
"homepage": "https://github.com/blitz-js/blitz#readme",
"dependencies": {
"blitz": "2.0.0-beta.30",
"blitz": "2.0.0-beta.32",
"jscodeshift": "0.13.0"
},
"devDependencies": {

View File

@@ -24,7 +24,7 @@
},
"homepage": "https://github.com/blitz-js/blitz#readme",
"dependencies": {
"blitz": "2.0.0-beta.30",
"blitz": "2.0.0-beta.32",
"jscodeshift": "0.13.0"
},
"devDependencies": {

View File

@@ -22,7 +22,7 @@
},
"homepage": "https://github.com/blitz-js/blitz#readme",
"dependencies": {
"blitz": "2.0.0-beta.30",
"blitz": "2.0.0-beta.32",
"jscodeshift": "0.13.0"
},
"devDependencies": {

View File

@@ -23,7 +23,7 @@
},
"homepage": "https://github.com/blitz-js/blitz#readme",
"dependencies": {
"blitz": "2.0.0-beta.30",
"blitz": "2.0.0-beta.32",
"jscodeshift": "0.13.0"
},
"devDependencies": {

View File

@@ -25,7 +25,7 @@
},
"homepage": "https://github.com/blitz-js/blitz#readme",
"dependencies": {
"blitz": "2.0.0-beta.30",
"blitz": "2.0.0-beta.32",
"jscodeshift": "0.13.0"
},
"devDependencies": {

View File

@@ -1,4 +1,5 @@
{
"$schema": "https://turbo.build/schema.json",
"pipeline": {
"buildapp": {
"dependsOn": ["^build"],
@@ -16,6 +17,7 @@
"outputs": []
},
"dev": {
"persistent": true,
"cache": false
},
"clean": {