github-actions[bot]
718a194891
Version Packages (alpha) ( #3583 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@blitzjs/codemod@2.0.0-alpha.57
@blitzjs/auth@2.0.0-alpha.57
blitz@2.0.0-alpha.57
@blitzjs/rpc@2.0.0-alpha.57
@blitzjs/next@2.0.0-alpha.57
@blitzjs/generator@2.0.0-alpha.57
v2.0.0-alpha.57
2022-07-22 20:06:49 +02:00
Fran Zekan
0f18c68d63
Fix prefetching, again... ( #3578 )
...
Co-authored-by: beerose <alexsandra.sikora@gmail.com >
2022-07-22 18:08:12 +02:00
Aleksandra
3511d5b69b
[temporary fix] skip version check until internal issues are resolved ( #3584 )
2022-07-22 17:05:40 +02:00
Aleksandra
716e188d13
Fix queries/mutations lookup on Windows ( #3581 )
2022-07-22 16:16:01 +02:00
github-actions[bot]
57a53fa3c2
Version Packages (alpha) ( #3561 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@blitzjs/codemod@2.0.0-alpha.56
@blitzjs/generator@2.0.0-alpha.56
@blitzjs/next@2.0.0-alpha.56
@blitzjs/rpc@2.0.0-alpha.56
blitz@2.0.0-alpha.56
@blitzjs/auth@2.0.0-alpha.56
v2.0.0-alpha.56
2022-07-20 14:34:36 +02:00
Fran Zekan
abb1ad5d1c
Don't throw error on a missing app/api folder when running codemod ( #3568 )
...
Co-authored-by: Aleksandra <alexsandra.sikora@gmail.com >
2022-07-20 08:26:14 +02:00
Brandon Bayer
7096083038
Update CODEOWNERS
2022-07-19 18:29:15 +02:00
Ante Primorac
0ac6e17122
fix blitz not loading custom server ( #3564 )
...
* fix blitz not loading custom server
2022-07-19 00:42:14 +02:00
Brandon Bayer
8bcb471a53
Fix auth issue where session token and publicData cookie were updated unnecessarily, leading to potential user logout ( #3556 )
...
* fix auth issue where session token and public data token was updated unnecessarily
2022-07-19 00:19:55 +02:00
Brandon Bayer
abe2afccdf
Fix a long-standing issue with occasional blitz auth flakiness ( #3554 )
...
* fix cookie set bug
2022-07-19 00:06:38 +02:00
Fran Zekan
d9fc5d8e26
Fix queryClient not working the same in SSP and SP ( #3563 )
...
Co-authored-by: beerose <alexsandra.sikora@gmail.com >
2022-07-18 17:14:53 +02:00
Aleksandra
3f20a47405
Fix delete session type ( #3560 )
2022-07-18 12:58:03 +02:00
github-actions[bot]
72addbbeed
Version Packages (alpha) ( #3540 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@blitzjs/generator@2.0.0-alpha.55
blitz@2.0.0-alpha.55
@blitzjs/rpc@2.0.0-alpha.55
@blitzjs/auth@2.0.0-alpha.55
@blitzjs/codemod@2.0.0-alpha.55
@blitzjs/next@2.0.0-alpha.55
v2.0.0-alpha.55
2022-07-18 11:29:22 +02:00
Fran Zekan
1c809094fd
Fix Page.authenticate not working for layout components ( #3547 )
...
Co-authored-by: Aleksandra <alexsandra.sikora@gmail.com >
2022-07-18 10:39:07 +02:00
Fran Zekan
54a66a95dc
Show all blitz packages when running blitz version command ( #3553 )
...
Co-authored-by: beerose <alexsandra.sikora@gmail.com >
2022-07-18 10:03:44 +02:00
Fran Zekan
8d9ea00e1d
Fix prefetching multiple queries causes only the last one to be passed to page ( #3551 )
2022-07-17 19:28:45 +02:00
Fran Zekan
ab4d9de70f
Don't try to copy RPC API endpoint in templates that don't have it ( #3545 )
...
* Don't try to copy RPC API endpoint in templates that don't have it
2022-07-17 18:08:08 +02:00
Fran Zekan
8f166a5db0
Check for new versions when running CLI ( #3465 )
...
* Simple function to call new on every cli invocation to update blitz
* Fix printing of how to
* Catch network errors
* Cleanup
* Loop through all locally installed and packages and check if an update is needed
* cache checkForLatestVersion so it runs only on every 24 hours
* make update message pretty
* uncomment shouldUpdate boolean
* run checkLatestVersion on dev command and new
* Dont run in our monorepo + small changes
* Create curly-seas-serve.md
Co-authored-by: Dillon Raphael <dillon@creatorsneverdie.com >
2022-07-17 01:01:52 +02:00
Datner
df7cee84ad
fix(blitz-rpc): fix 6th pipe resolver not returning resolved value ( #3537 )
...
Co-authored-by: beerose <alexsandra.sikora@gmail.com >
2022-07-15 12:18:00 +02:00
github-actions[bot]
b364af7f57
Version Packages (alpha) ( #3516 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@blitzjs/rpc@2.0.0-alpha.54
blitz@2.0.0-alpha.54
@blitzjs/next@2.0.0-alpha.54
@blitzjs/generator@2.0.0-alpha.54
@blitzjs/codemod@2.0.0-alpha.54
@blitzjs/auth@2.0.0-alpha.54
v2.0.0-alpha.54
2022-07-14 16:07:20 +02:00
Fran Zekan
20fc9f80f4
Fix SSP / SP not prefetching queries correctly ( #3518 )
...
* Fix prefetchQuery getting key for infinite wrong
* Add new webpack loader to transform resolvers server-side to have _routePath and other meta values
* Fix key error when loading dehydrated props
* Add unit-tests for loader-server-resolvers.ts
2022-07-12 14:41:26 +02:00
Aleksandra
80e1ead7cb
Create jest.config.js with new app generator ( #3532 )
...
* Create jest.config.js with new app generator
2022-07-12 11:44:36 +02:00
Fran Zekan
a3bbe6ce3f
Fix routes manifest showing duplicates for non queries|resolvers reso… ( #3531 )
...
* Fix routes manifest showing duplicates for non queries|resolvers resolver type
* Simplify resolverType checking
2022-07-12 11:36:59 +02:00
Fran Zekan
348fd6f5e4
Fix redirectAuthenticatedTo errors ( #3529 )
...
* Wrap BlitzProvider from next with RouterContext
2022-07-11 21:47:16 +02:00
Dawid Urbaniak
cacb65d633
fix: fix wrong import of the db module in blitz db seed command function ( #3526 )
...
* fix: fix wrong import of the db module
2022-07-11 11:35:08 +02:00
Fran Zekan
f397cc2036
Fix switch case fall-through bug in CLI ( #3525 )
...
* Fix redundant if
* Fix switch fallthrough cases
* Extract install map to top
* Create cool-horses-check.md
Co-authored-by: Dillon Raphael <dillon@creatorsneverdie.com >
2022-07-11 10:30:03 +02:00
Fran Zekan
ffa7b5ccc2
If project name argument is set to "." change it to current folder name ( #3523 )
...
* If project name argument is set to "." change it to current folder name
* Create two-carpets-rhyme.md
Co-authored-by: Dillon Raphael <dillon@creatorsneverdie.com >
2022-07-11 10:22:03 +02:00
Aleksandra
a961aff881
Add missing lint deps ( #3515 )
2022-07-07 16:45:02 +02:00
github-actions[bot]
ac9c4cebc8
Version Packages (alpha) ( #3514 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@blitzjs/rpc@2.0.0-alpha.53
blitz@2.0.0-alpha.53
@blitzjs/auth@2.0.0-alpha.53
@blitzjs/codemod@2.0.0-alpha.53
@blitzjs/generator@2.0.0-alpha.53
@blitzjs/next@2.0.0-alpha.53
2022-07-07 15:43:57 +02:00
Dillon Raphael
a7e37c58db
Export BlitzProvider from blitz-next ( #3513 )
...
Co-authored-by: Aleksandra <alexsandra.sikora@gmail.com >
2022-07-07 15:36:52 +02:00
Brandon Bayer
b0d2505a85
Update CODEOWNERS
2022-07-06 23:54:29 +02:00
github-actions[bot]
024cd819e3
Version Packages (alpha) ( #3512 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@blitzjs/auth@2.0.0-alpha.52
blitz@2.0.0-alpha.52
@blitzjs/next@2.0.0-alpha.52
@blitzjs/codemod@2.0.0-alpha.52
@blitzjs/generator@2.0.0-alpha.52
@blitzjs/rpc@2.0.0-alpha.52
2022-07-06 19:25:31 +02:00
Dillon Raphael
12cb7a727d
Upgrade Prisma to v4.0.0 ( #3511 )
...
* Upgrade Prisma to v4.0.0
* Changeset
2022-07-06 19:21:36 +02:00
github-actions[bot]
923703b661
Version Packages (alpha) ( #3510 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@blitzjs/auth@2.0.0-alpha.51
@blitzjs/codemod@2.0.0-alpha.51
@blitzjs/generator@2.0.0-alpha.51
@blitzjs/next@2.0.0-alpha.51
@blitzjs/rpc@2.0.0-alpha.51
blitz@2.0.0-alpha.51
v2.0.0-alpha.51
2022-07-06 18:26:09 +02:00
Dillon Raphael
70f9ae4921
Handle next/dynamic default import in codemod ( #3509 )
2022-07-06 18:21:45 +02:00
beerose
c738ecacbc
Remove --tag option from release script
@blitzjs/rpc@2.0.0-alpha.50
blitz@2.0.0-alpha.50
@blitzjs/auth@2.0.0-alpha.50
@blitzjs/codemod@2.0.0-alpha.50
@blitzjs/generator@2.0.0-alpha.50
@blitzjs/next@2.0.0-alpha.50
2022-07-06 17:07:55 +02:00
github-actions[bot]
ad0b087d9f
Version Packages (alpha) ( #3507 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-07-06 16:03:29 +02:00
Dillon Raphael
dc694cf1cf
remove mounted check from withBlitz ( #3504 )
...
Co-authored-by: Aleksandra <alexsandra.sikora@gmail.com >
2022-07-06 15:59:18 +02:00
Aleksandra
4c221b655e
Tag @blitzjs/rpc and @blitzjs/auth with alpha, update package.json files ( #3508 )
2022-07-06 13:56:25 +02:00
Aleksandra
c11f0401cf
Update Next.js version and addBasePath location ( #3506 )
2022-07-06 13:14:48 +02:00
github-actions[bot]
830b51d0dc
Version Packages (alpha) ( #3492 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@blitzjs/codemod@2.0.0-alpha.49
@blitzjs/auth@2.0.0-alpha.49
@blitzjs/generator@2.0.0-alpha.49
@blitzjs/next@2.0.0-alpha.49
@blitzjs/rpc@2.0.0-alpha.49
blitz@2.0.0-alpha.49
v2.0.0-alpha.49
2022-07-04 17:39:14 +02:00
David
bec9512e30
Expand & rename baseResolverPath ( #3421 )
...
Co-authored-by: beerose <alexsandra.sikora@gmail.com >
2022-07-04 17:35:36 +02:00
Dillon Raphael
1493729d6b
forked changesets action
2022-07-04 16:48:30 +02:00
Dillon Raphael
6bb5980da9
revert changesets action version
2022-07-04 15:44:21 +02:00
Dillon Raphael
7310f7171d
use forked changesets github action
2022-07-04 15:32:28 +02:00
github-actions[bot]
d855ee3e1d
Version Packages (alpha) ( #3487 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@blitzjs/codemod@2.0.0-alpha.48
@blitzjs/auth@2.0.0-alpha.48
blitz@2.0.0-alpha.48
@blitzjs/rpc@2.0.0-alpha.48
@blitzjs/next@2.0.0-alpha.48
@blitzjs/generator@2.0.0-alpha.48
2022-07-04 13:29:42 +02:00
Aleksandra
93851d90ca
Handle duplicated imports with Blitz codemod ( #3486 )
2022-07-04 13:25:44 +02:00
beerose
3ab05b3cda
Update pnpm-lock.yaml
2022-07-01 17:07:36 +02:00
github-actions[bot]
bb3dd56f7a
Version Packages (alpha) ( #3482 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@blitzjs/auth@2.0.0-alpha.47
@blitzjs/codemod@2.0.0-alpha.47
@blitzjs/generator@2.0.0-alpha.47
@blitzjs/next@2.0.0-alpha.47
@blitzjs/rpc@2.0.0-alpha.47
blitz@2.0.0-alpha.47
2022-07-01 17:06:10 +02:00
Aleksandra
1d9804a610
remove references to the logging package ( #3474 )
2022-07-01 17:01:41 +02:00