1
0
mirror of synced 2025-12-25 11:00:31 -05:00
Commit Graph

121 Commits

Author SHA1 Message Date
Dillon Raphael
17669b3af8 pnpmlock @blitzjs/auth@2.0.0-alpha.28 @blitzjs/generator@2.0.0-alpha.28 @blitzjs/next@2.0.0-alpha.28 @blitzjs/rpc@2.0.0-alpha.28 blitz@2.0.0-alpha.28 2022-06-07 11:06:31 -04:00
github-actions[bot]
ec6299c36a Version Packages (alpha) (#3399)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-06-07 11:05:15 -04:00
Dillon Raphael
6ac2d3412a Update generator template npmrc & next versions (#3398)
* add strict-peer-dependencies=false
side-effects-cache=false to npmrc generator template

* add comment to generated npmrc file

* update versions of next for full and minimal templates

* pinned next version to 12.1.6 in generator templates

* add next back to root package

* fix lock file

* add changeset

Co-authored-by: Aleksandra <alexsandra.sikora@gmail.com>
2022-06-07 10:59:28 -04:00
Dillon Raphael
85f9959d1f update pnpm lock file @blitzjs/auth@2.0.0-alpha.27 @blitzjs/generator@2.0.0-alpha.27 @blitzjs/next@2.0.0-alpha.27 @blitzjs/rpc@2.0.0-alpha.27 blitz@2.0.0-alpha.27 2022-06-07 10:23:51 -04:00
github-actions[bot]
354f0440d6 Version Packages (alpha) (#3392)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-06-07 10:21:41 -04:00
Dillon Raphael
ac365a0656 No suspense test and Trailing slash test (#3390)
* no suspense test and trailing slash test

* use playwright for integration tests

* remove seed from server mode test in auth integration

* change pkg-dir version for blitz cli

* use pkg-dir 5.0.0

* clean up

* move seed location in auth test

* explict timeout for auth test

Co-authored-by: beerose <alexsandra.sikora@gmail.com>
2022-06-01 20:54:29 -04:00
Aleksandra
0729291099 Add invokeWithCtx (#3391) 2022-05-31 16:06:45 -04:00
Dillon Raphael
9cf924ee86 Regenerate route manifest on page changes (Working build) (#3385) 2022-05-30 10:09:20 -04:00
Dillon Raphael
b545a38b87 pnpmlock @blitzjs/auth@2.0.0-alpha.26 @blitzjs/generator@2.0.0-alpha.26 @blitzjs/next@2.0.0-alpha.26 @blitzjs/rpc@2.0.0-alpha.26 blitz@2.0.0-alpha.26 2022-05-24 15:11:18 -04:00
github-actions[bot]
1463a20471 Version Packages (alpha) (#3378)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-05-24 15:09:03 -04:00
Dillon Raphael
0e762fb557 export BlitzPage & BlitzLayout types from @blitzjs/next (#3376)
* Export types

* Add changeset

* export AppProps

Co-authored-by: Aleksandra <alexsandra.sikora@gmail.com>
2022-05-24 21:02:17 +02:00
github-actions[bot]
6fe860512c Version Packages (alpha) (#3377)
* Version Packages (alpha)

* empty

* pnpm lock

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Dillon Raphael <dillon@creatorsneverdie.com>
@blitzjs/generator@2.0.0-alpha.25 @blitzjs/auth@2.0.0-alpha.25 @blitzjs/next@2.0.0-alpha.25 @blitzjs/rpc@2.0.0-alpha.25 blitz@2.0.0-alpha.25
2022-05-24 14:48:47 -04:00
Dillon Raphael
adfe8ff919 run build after pnpm i --frozen-lockfile so lint can work 2022-05-24 14:22:02 -04:00
Dillon Raphael
980869fbc8 add npm auth token to npmrc file in action step 2022-05-24 14:15:50 -04:00
Dillon Raphael
00f6d5576a merge main branch 2022-05-24 13:52:40 -04:00
Dillon Raphael
1945d85db2 Set strict peer dependencies to false 2022-05-24 13:47:56 -04:00
Aleksandra
b0c21b0706 Move blitz config to next.config.js (#3370) 2022-05-19 15:34:37 +02:00
Aleksandra
931156c352 Add support for prefetchInfiniteQuery (#3369) 2022-05-17 16:29:12 +02:00
Aleksandra
1436e76180 Export zod-utils from blitz core (#3368) 2022-05-17 15:49:42 +02:00
Aleksandra
c3bb5cd95b Add passport adapter (#3365) 2022-05-16 18:02:44 +02:00
beerose
8b08fe4e38 Update release workflow 2022-05-12 18:12:46 +02:00
beerose
604dc3b345 Update pnpm-lock after manually updating packages versions 2022-05-12 17:58:21 +02:00
beerose
20fb3b9427 Update packages versions manually 2022-05-12 17:52:00 +02:00
beerose
66ea6ec0cb Update package-lock @blitzjs/generator@2.0.0-alpha.24 @blitzjs/auth@2.0.0-alpha.24 @blitzjs/next@2.0.0-alpha.24 @blitzjs/rpc@2.0.0-alpha.24 blitz@2.0.0-alpha.24 2022-05-12 17:47:17 +02:00
Dillon Raphael
8490b07246 test automated publish 2022-05-12 11:44:53 -04:00
Dillon Raphael
f15a519017 alpha.23 @blitzjs/next@2.0.0-alpha.23 @blitzjs/generator@2.0.0-alpha.23 @blitzjs/auth@2.0.0-alpha.23 @blitzjs/rpc@2.0.0-alpha.23 blitz@2.0.0-alpha.23 2022-05-12 11:39:15 -04:00
Aleksandra
cfcd3f83df Read custom server config from blitz config (#3359) 2022-05-12 17:15:50 +02:00
beerose
adabb11a0c 2.0.0-alpha.23 2022-05-12 16:06:10 +02:00
Dillon Raphael
909dc76087 merge 2022-05-12 09:35:11 -04:00
Dillon Raphael
c5c727cb67 add mounted check to withBlitz 2022-05-12 09:31:55 -04:00
Aleksandra
6ff9ec0d75 Upgrade @types/react, fix typings inside @blitzjs/next (#3356) 2022-05-12 13:04:05 +02:00
Aleksandra
da17cc8a24 Support prefetchBlitzQuery in gSP and gSSP (#3341) 2022-05-12 12:55:13 +02:00
Dillon Raphael
89bf993a1d Add db seed cli command (#3350)
* added db seed cli command

* Update .changeset/poor-penguins-look.md

* Add tsconfig-paths to blitz deps

Co-authored-by: Aleksandra <alexsandra.sikora@gmail.com>
2022-05-10 15:24:58 +02:00
Blake Bayer
68f129491c change password updated with try/catch (#3321)
* change password updated with try/catch

* Update changePassword.ts

* Update changePassword.ts

* Apply suggestions from code review

Co-authored-by: Aleksandra <alexsandra.sikora@gmail.com>
2022-05-10 11:26:39 +02:00
Dillon Raphael
c096891bf0 change queries & mutation test package.json to different name blitz@2.0.0-alpha.22 @blitzjs/auth@2.0.0-alpha.22 @blitzjs/generator@2.0.0-alpha.22 @blitzjs/next@2.0.0-alpha.22 @blitzjs/rpc@2.0.0-alpha.22 2022-05-09 14:30:59 -04:00
Dillon Raphael
81b4b41a99 add mounted check in app generator (#3349)
* add mounted check in app generator

* add changeset
2022-05-09 14:26:30 -04:00
Dillon Raphael
e8271d579c React query tests (#3348)
* init tests

* fix custom blitz provider for testing-library render function

* fix mutation test setup and set globaThis react environment to true so the act function will work

* added query tests & moved blitz test utils to the utils dir

* clean queries and mutation test files

* remove .env file from qm tests

Co-authored-by: beerose <alexsandra.sikora@gmail.com>
2022-05-09 17:05:42 +02:00
GaneshMani
9e798b152b migrate react-query unit test to blitz-rpc (#3340) 2022-05-08 14:44:50 +02:00
Aleksandra
3c6f43a11d Add github workflow for automatic release (#3330) 2022-05-05 15:33:31 +02:00
Dillon Raphael
8107138e2f alpha.21 @blitzjs/next@2.0.0-alpha.21 @blitzjs/auth@2.0.0-alpha.21 @blitzjs/generator@2.0.0-alpha.21 @blitzjs/rpc@2.0.0-alpha.21 blitz@2.0.0-alpha.21 2022-05-04 13:58:20 -04:00
Dillon Raphael
8cb1134d94 Change template package.json to use latest tags on blitz/auth & blitz/rpc 2022-05-04 13:56:50 -04:00
Dillon Raphael
2073714f8d testing explicity setting dist-tag for changesets blitz@2.0.0-alpha.20 @blitzjs/auth@2.0.0-alpha.20 @blitzjs/generator@2.0.0-alpha.20 @blitzjs/next@2.0.0-alpha.20 @blitzjs/rpc@2.0.0-alpha.20 2022-05-04 13:48:11 -04:00
Dillon Raphael
9631c45833 alpha.19 @blitzjs/next@2.0.0-alpha.19 @blitzjs/generator@2.0.0-alpha.19 blitz@2.0.0-alpha.19 @blitzjs/rpc@2.0.0-alpha.19 @blitzjs/auth@2.0.0-alpha.19 2022-05-04 12:23:32 -04:00
Aleksandra
2150dcc3e7 Setup Superjson for gssp and gsp (#3335) 2022-05-04 17:45:35 +02:00
Aleksandra
63605961b4 Use routes manifest in template app (#3334) 2022-05-04 17:18:23 +02:00
Brandon Bayer
d711948809 toolkit: fix suspense loading by throwing error on the server (but still have error popup) (#3332)
* wip

* cleanup

* upgrade next@canary
2022-05-02 17:07:41 -07:00
Dillon Raphael
1f6b0b54c2 alpha.18 @blitzjs/next@2.0.0-alpha.18 @blitzjs/rpc@2.0.0-alpha.18 @blitzjs/generator@2.0.0-alpha.18 @blitzjs/auth@2.0.0-alpha.18 blitz@2.0.0-alpha.18 2022-04-29 20:46:32 -04:00
Dillon Raphael
4603a2b7bd alpha.17 @blitzjs/generator@2.0.0-alpha.17 @blitzjs/auth@2.0.0-alpha.17 @blitzjs/next@2.0.0-alpha.17 @blitzjs/rpc@2.0.0-alpha.17 blitz@2.0.0-alpha.17 2022-04-29 20:04:23 -04:00
Dillon Raphael
01f3a03ea9 alpha.16 @blitzjs/rpc@2.0.0-alpha.16 @blitzjs/next@2.0.0-alpha.16 @blitzjs/auth@2.0.0-alpha.16 @blitzjs/generator@2.0.0-alpha.16 blitz@2.0.0-alpha.16 2022-04-29 18:21:07 -04:00
Dillon Raphael
36e26193b7 alpha.15 blitz@2.0.0-alpha.15 @blitzjs/rpc@2.0.0-alpha.15 @blitzjs/next@2.0.0-alpha.15 @blitzjs/generator@2.0.0-alpha.15 @blitzjs/auth@2.0.0-alpha.15 2022-04-29 18:13:17 -04:00