Siddharth Suresh
f3d6e275fb
throw error only in pages router
2024-04-02 17:26:08 +05:30
Siddharth Suresh
86ce7c8ff3
Merge branch 'main' into 03-16-Turbopack_support_for_Blitz
2024-04-02 12:16:22 +05:30
github-actions[bot]
bbe1a54d7a
Version Packages ( #4316 )
...
* Version Packages
* chore: update pnpm lock
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Siddharth Suresh <siddh.suresh@gmail.com >
2024-04-02 06:39:08 +00:00
Siddharth Suresh
9b075dbb47
chore: upgrade release CI to latest versions
2024-04-02 12:00:21 +05:30
Siddharth Suresh
60a4d90c86
chore: override version of mime blocking release CI
2024-04-02 11:53:32 +05:30
Blitz.js Bot
a674897601
(meta) added @gengjiawen as contributor
2024-04-01 08:56:45 -04:00
Jiawen Geng
5a587a6c31
fix: production issue ( #4311 )
...
* fix: production issue
* Update .changeset/soft-tables-ring.md
---------
Co-authored-by: Siddharth Suresh <siddh.suresh@gmail.com >
2024-04-01 12:56:40 +00:00
Siddharth Suresh
3a6f434ac8
chore: minor fix on how the test is run
2024-04-01 18:24:42 +05:30
Siddharth Suresh
de2a6e1f3d
chore: add changeset
2024-04-01 18:10:32 +05:30
Siddharth Suresh
57b27ff137
use latest canary in internal packages and tests
2024-04-01 18:07:00 +05:30
Siddharth Suresh
f647881af4
upgrade to latest next version
2024-04-01 18:04:09 +05:30
Siddharth Suresh
0e66ba7947
feat: add tests for turbo and expose new turbo boolean
2024-04-01 18:01:13 +05:30
Siddharth Suresh
8f8e4eabc0
fix: CI and update next.js version in test app
2024-03-18 22:19:20 +05:30
Tim Neutkens
d74450e606
Update packages/blitz-rpc/src/server/loader/server/loader-server.ts
...
Co-authored-by: Tobias Koppers <tobias.koppers@googlemail.com >
2024-03-17 16:15:26 +01:00
Tim Neutkens
f2c4f96cd5
Turbopack support for Blitz
2024-03-16 22:15:49 +01:00
Tim Neutkens
20309bc3fe
Use this.rootContext instead of webpack internals
...
Ensures the root context is read from the public API that webpack exposes. This is the first step for Turbopack support as Turbopack includes `this.rootContext` as well
2024-03-15 17:00:53 +01:00
Siddharth Suresh
744242f25b
chore: remove --no-frozen-lockfile install step for release workflow
2024-03-08 00:47:36 +05:30
Blitz.js Bot
0f5297f1aa
(meta) added @lmisea as contributor
2024-03-07 13:26:25 -05:00
Luis Isea
76a2544f9d
fix: process.kill("SIGABRT") not supported on windows ( #4308 )
...
* fix: process.kill("SIGABRT") not supported on windows
* fix: use process.kill("SIGINT") across all operative systems
* Update .changeset/clever-insects-shave.md
---------
Co-authored-by: Siddharth Suresh <siddh.suresh@gmail.com >
2024-03-07 18:26:20 +00:00
github-actions[bot]
6f44c2334e
Version Packages ( #4301 )
...
* Version Packages
* pnpm lock
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Siddharth Suresh <siddh.suresh@gmail.com >
2024-02-17 06:33:47 +00:00
Siddharth Suresh
8a417533f6
feat: remove restriction to use secure cookies in localhost ( #4300 )
...
* feat: remove restriction to use secure cookies in localhost
* changeset
* pnpm lock fix
* Update .changeset/grumpy-deers-rest.md
* Update .changeset/grumpy-deers-rest.md
---------
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2024-02-16 23:34:36 +00:00
Siddharth Suresh
6f54841b7a
fix: getBlitzContext() can only be used in React Server Components in Nextjs 13 or higher ( #4299 )
...
* fix: remove custom errors thrown by blitz
* Create curvy-cougars-lick.md
* use require and eval rather than the await which becomes a `yield import` possibly causing the issue
* pnpm lock fix
* Update .changeset/curvy-cougars-lick.md
* add comment
* use correct error type
* Apply suggestions from code review
2024-02-16 23:27:05 +00:00
github-actions[bot]
e8f564ea66
Version Packages ( #4292 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-02-06 22:30:47 +05:30
Siddharth Suresh
71b9950037
fix: ajv dependency was not installed with blitz new ( #4297 )
...
* add ajv to devDeps
* Create four-dots-retire.md
2024-02-06 22:25:55 +05:30
Siddharth Suresh
28a79040e4
feat: export BlitzServerMiddleware from blitz-next ( #4296 )
...
* feat: export `BlitzServerMiddleware` from blitz-next
* Create sixty-pants-hunt.md
---------
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2024-02-06 22:25:36 +05:30
Siddharth Suresh
dd604c7675
perf: add filter to query only non expired sessions ( #4288 )
...
* perf: add check to make sure only non expired sessions are selected by default
* remove console.logs
* Create chatty-ants-bake.md
* remove `expiresAt` from the publicData
* remove internal from changelog
---------
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2024-02-06 16:13:32 +00:00
Blitz.js Bot
0a8d4bfdaf
(meta) added @Doc0x1 as contributor
2024-01-25 03:48:39 -05:00
Doc0x1
f25aac08c0
Added codemod support for legacy projects with a /src folder ( #4290 )
...
* Added support for legacy projects that have the pages folder located inside a /src directory
* Fixed line 687 for path.resolve(`${findPagesDirectory}/api/rpc`) not actually calling the function and added path.resolve's to findPagesDirectory
* Update for lines 56 and 1340 to add support for app and pages directories located in /src
2024-01-25 14:18:34 +05:30
github-actions[bot]
a09685a63a
Version Packages ( #4283 )
...
* Version Packages
* pnpm lock fix
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Siddharth Suresh <siddh.suresh@gmail.com >
2024-01-16 16:10:03 +00:00
Siddharth Suresh
595f400e9a
fix: add missing devDeps to the new app template ( #4284 )
...
* add prettier and other missing devDeps
* match the devDeps to the pages template
* Create unlucky-spoons-guess.md
2024-01-16 21:26:54 +05:30
Blitz.js Bot
6f333ee643
(meta) added @LeonMueller-OneAndOnly as contributor
2024-01-16 10:55:11 -05:00
Leonidas
956a739e83
fix<codemod-upgrade-legacy>: provide correct path to template files ( #4274 )
...
* fix<codemod-upgrade-legacy>: provide correct path to template files
* fix<codemod-upgrade-legacy>: corrected path
* fix<codemod-legacy-upgrade>: add cookiePrefix step: always errored that collection was empty => invoke it only conditionally
* Create famous-worms-grab.md
---------
Co-authored-by: Siddharth Suresh <siddh.suresh@gmail.com >
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2024-01-16 15:55:07 +00:00
Siddharth Suresh
47722e0456
Fix: BlitzCliConfig does not work when blitz-server.ts is in /src/app directory ( #4279 )
...
* fix: search any subdirectly in `app/src` to find `blitz-server.ts`
* Create giant-knives-wonder.md
* Update packages/generator/src/generator.ts
2024-01-16 15:43:22 +00:00
Siddharth Suresh
2f5c8a3a0d
fix: sodium native missing prebuilds ( #4276 )
...
* fix: copy sodium native prebuilds to `vender-chunks` and `chunks` using webpack
* Create seven-cheetahs-enjoy.md
2024-01-16 15:36:45 +00:00
github-actions[bot]
4ac47ff2a1
Version Packages ( #4270 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-01-05 11:03:08 +05:30
Siddharth Suresh
e8fd12e4f9
Fix: windows slash correction for rpc resolvers ( #4269 )
...
* add slash to both absolute path and resolver import
* Update pr-release.yml
* pnpm lock fix
* fix
* Create slow-papayas-beam.md
2024-01-04 18:44:03 +00:00
Siddharth Suresh
89d3d0279e
chore: improve github comment from snap shot release
2024-01-04 10:15:32 +05:30
Siddharth Suresh
cd9852a60b
chore: remove changeset pre exit from workflow
2024-01-04 09:46:18 +05:30
Siddharth Suresh
29dcb9a24a
chore: cleanup changesets
2024-01-04 09:37:37 +05:30
github-actions[bot]
0b941dc841
Version Packages ( #4268 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-01-03 22:32:20 +05:30
Siddharth Suresh
8782aae640
create a new patch to cause the auto push to npm ( #4267 )
2024-01-03 16:28:38 +00:00
Siddharth Suresh
612aa1dd74
🎉 2.0 Stable Release ( #4264 )
...
* stable release
* pnpm lock
2024-01-02 17:52:37 +00:00
github-actions[bot]
f7735d59a3
Version Packages (beta) ( #4262 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-01-02 22:55:50 +05:30
Siddharth Suresh
6d5f9efe14
new blitz app starter ( #4146 )
...
* new blitz app starter
* tanstack form first time working
* complete app template
* re-arrange generator folders
* add app router as recomended
* upgrade to next 13.5.2 and update location of internal function
* Create lucky-teachers-sleep.md
* fix bootupMarkers
* fix issues with qm integration test
* Update integration-tests/utils/next-test-utils.ts
* next.js generated stuff
* Update .changeset/lucky-teachers-sleep.md
* remove unnecessary next lints to the integration-tests
* Update main.yml
* Revert "remove unnecessary next lints to the integration-tests"
This reverts commit 3226b2e3ba .
* fix starter with tanstack form
* make changes to the generator
* mske final changes
* pnpm lock fix
* more changes
* add logging to rsc invoke and decouple auth from rpc again
* implement object chaining
* add `onInvokeError` options to catch errors without manual wrapping
* rename `LoggerOptions` to `RpcLoggerOptions`
* spacing
* fix error typed to `any`
* update class code
* tests working again
* add last test case proving working modal of roles
* Create moody-pandas-do.md
* Apply suggestions from code review
* move app -> `src/app`
* move from auth -> (auth) directory structure
* review 1 fixes
* missing change from auth -> (auth) change
* review 2: more fixes and match old behaviour
* pnpm lock fix
* add new pages to the `pathsToMove` array
* remove submodule
* remove changelog from the template
* fix name of .env
* match readme
* march prisma schema
* match package.json
* match blitz-client and blitz-server files
* remove vercel logo
* remove `next13`
* upgrade next and add husky
* fix build error
* Create poor-bikes-wait.md
* Revert "remove `next13`"
This reverts commit c0d7f54ab1 .
* remove next13
* re-add next 13 that exists in main
* Apply suggestions from code review
* pnpm lock
* improvements to the template
* fix location of imports in `reset-password` page
* Update packages/blitz/src/cli/commands/new.ts
Co-authored-by: Tobias <tobias@fixmycity.de >
* Update packages/generator/templates/app/src/pages/api/rpc/blitzrpcroute.ts
Co-authored-by: Tobias <tobias@fixmycity.de >
* fix auth -> (auth)
* Update packages/generator/templates/app/src/app/layout.tsx
Co-authored-by: Tobias <tobias@fixmycity.de >
* Apply suggestions from code review
Co-authored-by: Tobias <tobias@fixmycity.de >
* abstact forms as client compoennts and pages as rscs
* re-add proper singup mutation
* remove console.log
* fix additonal forms
* pnpm lock fix
* fix missing ,
* Add project package manager to postInstallSteps
* add husky
* move to devDeps
* add preview email
* remove extra components folder
* add 800px as maximum of body size
* remove auth from reset-password url
* fix non-existant compoennts
* pnpm
* fix favicon
* package.json fixes
* revert to `latest`
* move to `devDeps`
* add display names
* make it a template
* new route generator
* fidnally got it working
* add `isAppDir` check
* should be the final changes
* fix
* fix import error
* revert
* make zod optional when needed
* fix tests
* fix nullable issue
* Update packages/blitz-auth/src/server/auth-sessions.ts
* new folder structure
---------
Co-authored-by: Tobias <tobias@fixmycity.de >
2024-01-02 22:52:14 +05:30
Siddharth Suresh
b84c5bedbd
Next 14 Compatibility ( #4263 )
...
* upgrade to next 14
* use default react import
* use `next/compat/router`
* set baseurl for next13 app
* get it working
* fix Error Component
* fix floating promisis
* Create modern-cups-cheat.md
* fix type of error boundary
* get react query working again
* remove experimental
* remove broken test since next export is removed
* fix qm integration test
* fix mismatch of cookie names in client and server
* fix `auth-with-rpc`
* fix unit tests
* fix snapshot
* remove `@tanstack/query-core` dep from `@blitzjs/rpc`
* Update .changeset/modern-cups-cheat.md
* fix: lockfile
* regression: re-export react query client utilites
* Update .changeset/modern-cups-cheat.md
* do not export `withRouter`
* revert change to `BlitzProvider`
* remove unnecessary next types
2024-01-02 17:05:41 +00:00
Blitz.js Bot
f80cd3dba9
(meta) added @papsavas as contributor
2023-12-20 13:09:22 -05:00
Savvas Papageorgiadis
e5cd2c8622
chore(rpcHandler): onError ctx ( #4259 )
...
* chore(rpcHandler): onError ctx
* chore: add changeset
* Update .changeset/rare-squids-brake.md
---------
Co-authored-by: Siddharth Suresh <siddh.suresh@gmail.com >
2023-12-20 18:09:17 +00:00
Siddharth Suresh
86e8eb7c8c
Add helpful error message when RPC resolvers have the same path ( #4261 )
...
* add helpful error message when resolvers have the same path
* Create cyan-rings-play.md
* Apply suggestions from code review
2023-12-13 17:17:04 +00:00
github-actions[bot]
99541848b3
Version Packages (beta) ( #4258 )
...
* Version Packages (beta)
* pnpm lock fix
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Siddharth Suresh <siddh.suresh@gmail.com >
2023-11-29 00:21:19 +05:30
Siddharth Suresh
09e0c68db9
Add logic to auto authorize role with usage of redirectAuthenticatedTo ( #4257 )
...
* add logic to auto handle role with usage of `redirectAuthenticatedTo`
* Create hot-knives-vanish.md
* fix `globalThis.__BLITZ_GET_RSC_CONTEXT` being overriden
* pnpm lock fix
2023-11-28 17:58:39 +00:00
github-actions[bot]
fb232d126e
Version Packages (beta) ( #4227 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-10-30 18:48:22 +05:30
Siddharth Suresh
b97366c427
Remove unintended dependency on next-auth ( #4235 )
...
* export `next-auth` and all its requirements in a sub-directory
* Create modern-insects-raise.md
* undo changes to `secure-password` adapter
* try another way
* Update .changeset/modern-insects-raise.md
* Update .changeset/modern-insects-raise.md
* patch next-auth
2023-10-30 18:41:44 +05:30
Blitz.js Bot
11eeebee67
(meta) added @potikhanovsergey as contributor
2023-10-25 12:29:05 -04:00
Siddharth Suresh
c89cb943bb
Upgrade next, prisma and zod to latest versions ( #4237 )
...
* upgrade next, prisma and zod to latest versions
* Create green-years-behave.md
2023-10-24 13:26:40 +00:00
Siddharth Suresh
3bcbad1a91
invoke with RPC Logger (#4229 )
...
* add logging to rsc invoke and decouple auth from rpc again
* implement object chaining
* add `onInvokeError` options to catch errors without manual wrapping
* rename `LoggerOptions` to `RpcLoggerOptions`
* spacing
* fix error typed to `any`
* update class code
* tests working again
* add last test case proving working modal of roles
* Create moody-pandas-do.md
* Apply suggestions from code review
* blitz invoke logger
2023-10-24 18:48:11 +05:30
Siddharth Suresh
98d04ed613
Recipes: Map Repo link to this repository ( #4228 )
...
* map repolink of recipies to main repo
* Create pretty-snakes-search.md
2023-10-15 14:21:11 +05:30
Siddharth Suresh
cee2dec179
Authenticate does not work with roles ( #4225 )
...
* fix logic to test the role
* add tests
* pnpm lock
* Create afraid-ligers-build.md
---------
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2023-10-05 20:26:42 +05:30
Siddharth Suresh
aec1bb076b
blitz-next: Fix next/head warning in app directory ( #4176 )
...
* feat: Load Head lazyily using `dynamic`
* feat: upgrate turbo and fix layout.tsx
* fix: pnpm lock version
* Create chatty-scissors-jump.md
* Update .changeset/chatty-scissors-jump.md
* fix: move `dynamic` call to the top of the file
* add loading state to be null and no ssr
2023-10-05 20:12:26 +05:30
Blitz.js Bot
2c72af7175
(meta) added @Zamfi99 as contributor
2023-10-05 10:24:23 -04:00
Zamfira Costin-Andrei
465a5c0720
Fix for Tailwind recipe ( #4165 )
...
* Tailwind recipe: fixed tailwind.config.js
* Tailwind recipe: change dependecies to devDependecies
* Update recipes/tailwind/templates/config/tailwind.config.js
* Create neat-gorillas-switch.md
* pnpm lock fix
---------
Co-authored-by: Brandon Bayer <b@bayer.ws >
Co-authored-by: Siddharth Suresh <siddh.suresh@gmail.com >
2023-10-05 14:24:18 +00:00
github-actions[bot]
353af3fae6
Version Packages (beta) ( #4216 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-10-03 12:07:42 +05:30
Siddharth Suresh
3ddb57072b
Update location of resolve-href in next 13.5.2 ( #4222 )
...
* upgrade to next 13.5.2 and update location of internal function
* Create lucky-teachers-sleep.md
* fix bootupMarkers
* fix issues with qm integration test
* Update integration-tests/utils/next-test-utils.ts
* next.js generated stuff
* Update .changeset/lucky-teachers-sleep.md
* remove unnecessary next lints to the integration-tests
* Update main.yml
* Revert "remove unnecessary next lints to the integration-tests"
This reverts commit 3226b2e3ba .
2023-10-03 12:02:46 +05:30
Siddharth Suresh
8477d44aa7
Update Flightcontrol logo formatting
2023-09-19 23:18:53 +05:30
Siddharth Suresh
6802c67809
[Internal] Update Flightcontrol logo ( #4220 )
2023-09-19 23:00:39 +05:30
Siddharth Suresh
fe8c937d24
Remove rouge console.log from codegen ( #4215 )
2023-09-11 23:53:47 +05:30
Kevin Østerkilde
30fd613164
feat(cli): remove unnecessary language selector step ( #4214 )
2023-09-11 19:14:51 +05:30
github-actions[bot]
9a5ce2e8ea
Version Packages (beta) ( #4212 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-09-06 16:39:31 +05:30
Blitz.js Bot
81290b478c
(meta) added @rodobre as contributor
2023-09-06 06:54:22 -04:00
rodobre
19898a4886
Fix for tslog error logging ( #4208 )
...
* Added: Fix for tslog error logging
* Create nervous-shrimps-serve.md
---------
Co-authored-by: Siddharth Suresh <siddh.suresh@gmail.com >
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2023-09-06 10:54:17 +00:00
David
6811eab1aa
Add .tsx & .jsx file extensions for resolvers ( #4209 )
...
Co-authored-by: Siddharth Suresh <siddh.suresh@gmail.com >
2023-09-06 16:16:19 +05:30
Siddharth Suresh
022392c123
fixes: Blitz template ( #4211 )
2023-09-05 19:37:55 +05:30
Siddharth Suresh
e3522d65ef
sponser: update asset names
2023-08-25 12:30:58 +05:30
Siddharth Suresh
cb1600a821
sponsor: update Byteflow Logo
2023-08-25 12:23:12 +05:30
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
github-actions[bot]
da76acc90a
Version Packages (beta) ( #4167 )
...
* Version Packages (beta)
* pnpm lock
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Siddharth Suresh <siddh.suresh@gmail.com >
2023-07-05 20:46:08 +05:30
Siddharth Suresh
c5572bec6e
blitz-auth: Fix webpack from following next-auth ( #4160 )
...
* fix webpack from following next-auth
* redo
* Create curvy-drinks-perform.md
* wrap with try catch
* fix build issue
* upgrade ci to pnpm 8
---------
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2023-07-03 17:36:46 +00:00
Siddharth Suresh
727734955a
Configure the Verbosity of Blitz RPC Logging ( #4162 )
...
* improve blitz rpc logging
* implement improved setup with jsdoc comments
* make it verbose by default
* change routePath to resolverName for easier use
* Update packages/blitz-rpc/src/index-server.ts
* rename to make language more inclusive
* set output as debug
* Create sixty-rockets-count.md
* Update sixty-rockets-count.md
* Update sixty-rockets-count.md
* fix verbose bug
* Apply suggestions from code review
Co-authored-by: Brandon Bayer <b@bayer.ws >
---------
Co-authored-by: Brandon Bayer <b@bayer.ws >
2023-07-03 22:57:34 +05:30
github-actions[bot]
831a493ab6
Version Packages (beta) ( #4159 )
...
* Version Packages (beta)
* updat pnpm lock
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Siddharth Suresh <siddh.suresh@gmail.com >
2023-06-14 18:12:23 +00:00
Siddharth Suresh
b6b9a1c5a4
(fix) Next-Auth integration ( #4153 )
...
* fix next-auth integration
* Create small-monkeys-battle.md
* Update .changeset/small-monkeys-battle.md
* add a postinstall script for good measure
* add a postinstall script for good measure
* fix lock file
* upgrade pnpm
* fix version
* fix build error
* suggessions
* fix pnpm lock
* fix pnpm lock
* Update main.yml
* Update apps/toolkit-app/next.config.js
* next-auth working again
* Update apps/toolkit-app/.env
* Update packages/blitz-auth/src/server/auth-sessions.ts
* Update packages/blitz-auth/src/server/auth-sessions.ts
2023-06-14 22:54:48 +05:30
Siddharth Suresh
61888d1a30
fix: blitz logging formatting ( #4158 )
...
* fix blitz logging setup
* changeset
* Update packages/blitz/src/logging.ts
2023-06-13 13:04:23 +00:00
Sakamoto, Kazunori
7aef610d85
fix(@blitzjs/generator): make Next.js version pinning to 13.4.5 ( #4150 )
...
* fix: make Next.js version stick to 13.3.4
* fix: upgrade Next.js from 13.3.4 to 13.4.5
---------
Co-authored-by: Siddharth Suresh <siddh.suresh@gmail.com >
2023-06-12 15:12:40 +05:30
Siddharth Suresh
b266254247
Revert "fix log showing path"
...
This reverts commit 67e00d9108 .
2023-06-12 12:44:45 +05:30
Siddharth Suresh
67e00d9108
fix log showing path
2023-06-12 12:40:54 +05:30
github-actions[bot]
d25c965bc8
Version Packages (beta) ( #4144 )
...
* Version Packages (beta)
* pnpm lock
* fix worlfow pnpm version
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Siddharth Suresh <siddh.suresh@gmail.com >
2023-06-09 23:54:35 +05:30
Siddharth Suresh
1bb3a65566
(fix): Stop exporting useAuthenticatedBlitzContext from @blitzjs/auth ( #4157 )
...
* Remove unnecessary exports from @blitzjs/auth
* add changeset
* allow exporting getBlitzContext as we need it for blitz rpc
* Update .changeset/moody-crews-travel.md
---------
Co-authored-by: Brandon Bayer <b@bayer.ws >
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2023-06-09 17:01:55 +00:00
Blitz.js Bot
28b0ffeb5f
(meta) added @jayu as contributor
2023-06-09 12:52:10 -04:00
Jakub Mazurek
c7ac86b857
fix: enormous memory consumption of the dev server ( #4148 )
...
* fix: enormous dev server memory consumption
* chore: add changeset file
* add resolversDynamicImport configuration
* make vercel default to true
* imporve the changelog
* Update .changeset/good-oranges-pretend.md
* make code cleaner
* a fix and refactor
* fix build
---------
Co-authored-by: Siddharth Suresh <siddh.suresh@gmail.com >
Co-authored-by: Brandon Bayer <b@bayer.ws >
2023-06-09 16:52:04 +00:00
Siddharth Suresh
5166e5e037
(feat) upgrade tslog ( #4154 )
...
* upgrade tslog
* Create big-turtles-tease.md
* pnpm lock
* fix build issue
* upgrade pnpm in the lock file to v8
* try again
* Update main.yml
* fix build
* fix
* again
* fix spacing
2023-06-05 21:11:34 +05:30
Siddharth Suresh
2533caf484
(fix): Fix the Type error in RpcServerPlugin ( #4152 )
...
* fix type error
* changeset
2023-06-05 19:31:27 +05:30
Blitz.js Bot
85a71ffef9
(meta) added @nikola-wd as contributor
2023-05-31 11:36:16 -04:00
Blitz.js Bot
803f533a3d
(meta) added @nerixim as contributor
2023-05-31 11:21:39 -04:00
Blitz.js Bot
63ee9423a9
(meta) added @GHKEN as contributor
2023-05-11 12:06:35 -04:00
Tetsuya Fukuda
89446b3656
support both directory style in tailwind recipe ( #4137 )
...
Co-authored-by: Siddharth Suresh <siddh.suresh@gmail.com >
2023-05-11 21:36:30 +05:30
github-actions[bot]
5a64f1c39c
Version Packages (beta) ( #4135 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Siddharth Suresh <siddh.suresh@gmail.com >
2023-05-01 23:33:32 +05:30
Blitz.js Bot
fa30de4599
(meta) added @gjmoed as contributor
2023-05-01 13:39:26 -04:00
G.J. Moed
3d004dc415
Adjust codegen logic for suspense patch ( #4138 )
...
Co-authored-by: Brandon Bayer <b@bayer.ws >
Co-authored-by: Siddharth Suresh <siddh.suresh@gmail.com >
2023-05-01 23:09:20 +05:30
Blitz.js Bot
08fbede75e
(meta) added @dbrxnds as contributor
2023-05-01 12:30:21 -04:00
David
eda14fa8aa
Add formatError property to Blitz server- & rpchandler setup ( #4124 )
...
Co-authored-by: Siddharth Suresh <siddh.suresh@gmail.com >
2023-05-01 22:00:15 +05:30
Blitz.js Bot
7e0e0f984c
(meta) added @nelsonmestevao as contributor
2023-04-19 14:27:42 -04:00
Nelson Estevão
d814c2d2d8
fix: add missing key prop to LabelSelectField ( #4122 )
...
Co-authored-by: Siddharth Suresh <siddh.suresh@gmail.com >
2023-04-19 23:57:37 +05:30
Siddharth Suresh
29c2b029ac
Fix: Add missing entry to expose next-auth adapter ( #4133 )
2023-04-19 23:45:39 +05:30
Siddharth Suresh
ed22706e5f
fix (minor): Replace console.log with debug ( #4132 )
2023-04-19 23:44:46 +05:30
github-actions[bot]
3e8f04ed03
Version Packages (beta) ( #4121 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Siddharth Suresh <siddh.suresh@gmail.com >
2023-04-10 19:24:42 +05:30
Siddharth Suresh
e82a79be50
Update the version of next in the new template from 13.2 to 13.3.0 ( #4120 )
...
Co-authored-by: Brandon Bayer <b@bayer.ws >
2023-04-10 18:45:54 +05:30
Blitz.js Bot
b1fdb63470
(meta) added @vitaliemiron as contributor
2023-04-07 12:46:27 -04:00
Vitalie
38d945a3fb
fix: new app generated by blitz new causes Error: DYNAMIC_SERVER_USAGE ( #4113 )
...
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2023-04-07 16:46:22 +00:00
Blitz.js Bot
ac587b6ac3
(meta) added @maotora as contributor
2023-04-07 12:38:51 -04:00
Maotora ᕙ(⇀‸↼‶)ᕗ
c07a13eefb
Fix blitz recipe paths ( #3997 )
...
Co-authored-by: Tobias <t@tobiasjordans.de >
Co-authored-by: Siddharth Suresh <siddh.suresh@gmail.com >
2023-04-07 12:38:46 -04:00
github-actions[bot]
9f316d73f5
Version Packages (beta) ( #4111 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Siddharth Suresh <siddh.suresh@gmail.com >
2023-04-03 19:26:36 +05:30
Siddharth Suresh
f84d77a425
Fix invoke type regression ( #4110 )
2023-04-03 08:49:55 +05:30
github-actions[bot]
f2da4f1516
Version Packages (beta) ( #4083 )
...
* Version Packages (beta)
* pnpm lock
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Siddharth Suresh <siddh.suresh@gmail.com >
2023-03-31 23:30:39 +05:30
Brandon Bayer
acc07ce943
Fix Next 13.2 compatibility ( #4108 )
...
* make everything work with next 13.2
* changeset
* update test
* fix test
2023-03-30 20:20:30 +00:00
Siddharth Suresh
ea7561b8ee
feature: Multiple fields forms using templates during generation ( #3869 )
...
* initial port
* read custom template values from blitz-server
* fix unit tests
* add unit tests
* remove comments
* make db import generic
* fix blitz genrate not updating values
* cleanup
* fix parent generation in createMutation and components, and move existing pages when --parent is called
* cleanup
* Create silly-peas-work.md
* Update .changeset/silly-peas-work.md
* add types for codegen
* fix belongsTo not working
* fix pnpm-lock
* use latest blitz logging setup in generator
* show error when structure of codegen is incorrect using zod
* cleanup
* make prisma import generic
* update tests
* generic prisma to work on subsequent runs
* initial commit adding dropdown option when using belongTo and parent flag
* cleanup
* fix --parent flag
* fix type
* Update getUsers.ts
* fix duplicate
* update prop type to options for --parent or belongsTo option and add LabelSelectField
* update tests
* Update blitz-server.ts
* fix lock file and add react-final-form select component
* fix default bug for string values in #2863
* Update apps/toolkit-app/app/blitz-server.ts
* update to latest changes
* implement suggessions
* fix tests and remove custom log
* add required test and remove error if prisma does not exist
* remove error log if no prisma schema
* works without prisma
* move zod to devDeps
* fix zod version
* preWriteFile and postWriteFile hooks
* fix pnpm lock
* Update packages/generator/src/generators/template-builders/field-values-builder.ts
Co-authored-by: John Vandivier <vandivier_john@yahoo.com >
* initial revert changes to log and add better types
* minor fix
* minor fix
* Update main.yml
* fix playwright issue
* Update main.yml
* try agin
* fix env location
* fix path
* fix version
* try another way
* with deps
* fix version
* cleanup
* add new zod `datetime`
Co-authored-by: Tobias <tobias@fixmycity.de >
* pnpm lock
* update zod to 3.20.0 in generator
* update unit tests
* Create pr-release.yml
* add changeset pre exit to fix error
* update to latest
* fix syntax
* try again
* feature: Consolidate mutations schema to schemas.ts file (#4057 )
* fix global install issue
* update the templates from suggestions
* merge the default and custom config
* fix custom codegen
* fix validations
* add partial type to codegen
* commit to rerun the action
---------
Co-authored-by: John Vandivier <vandivier_john@yahoo.com >
Co-authored-by: Tobias <tobias@fixmycity.de >
2023-03-29 23:34:00 +05:30
Blitz.js Bot
13639c5d1d
(meta) added @jafarlihi as contributor
2023-03-29 09:49:53 -04:00
Hikmat Jafarli
afdc810d0b
Fix LabeledTextField update on next-ui and chakra-ui recipes ( #4106 )
...
* Fix LabeledTextField update on next-ui and chakra-ui recipes
* Create empty-spiders-lay.md
---------
Co-authored-by: Siddharth Suresh <siddh.suresh@gmail.com >
2023-03-29 19:19:46 +05:30
Siddharth Suresh
37aeaa7fa2
feature: Nextjs 13 App Directory Utility Methods ( #4103 )
...
* working
* fix toolkit app
* fix add directive
* add back secure password
* changeset
* improve blitz rpc structure
* make it work
* fix most integration tests
* fix the tests
* fix import error
* fix unit test
* fix tests
* remove breaking changes
* remove another breaking change
* fix typescript declaration
* fix errorboundary redirect issues
* cleanup
* upgrade to next13
* update pnpm-lock
* add Server Plugin Export
* fix lint error
* fix build errors
* fixes
* Solve NextRouter is not mounted
* fix
* fix issues
* pnpm lock fix
* rename session function and add auth utility
* remove potential implicit warning
* fix deps and cleanup
* fix secure-password missing file
* fix possibility of crsf token cookie being null
* remove secure-password breaking changes
* Update cuddly-singers-perform.md
* rename functions and remove headers
* Revert "remove secure-password breaking changes"
This reverts commit abccf93d0c .
* unsupported auth methods in react server components
* remove authorizedContext: To be done in another PR
* add integration test for app dir
* fix duplicate package name
* Revert "remove authorizedContext: To be done in another PR"
This reverts commit 46fe8afab9 .
* pnpm lock
* integration test
* remove empty then and add void operator
* add new invokeResolver function
* fix bug in useAuthenticatedBlitzContext
* Create .changeset/tall-radios-clean.md
* overload the invoke function for the new RSC usecase
* invoke works without implicit passing of arguments
* fix pnpm lock
2023-03-29 19:05:46 +05:30
Siddharth Suresh
cadefb88e4
feature: Next 13 App directory ( #4079 )
...
* working
* fix toolkit app
* fix add directive
* add back secure password
* changeset
* improve blitz rpc structure
* make it work
* fix most integration tests
* fix the tests
* fix import error
* fix unit test
* fix tests
* remove breaking changes
* remove another breaking change
* fix typescript declaration
* fix errorboundary redirect issues
* cleanup
* upgrade to next13
* update pnpm-lock
* add Server Plugin Export
* fix lint error
* fix build errors
* fixes
* Solve NextRouter is not mounted
* fix
* fix issues
* pnpm lock fix
* rename session function and add auth utility
* remove potential implicit warning
* fix deps and cleanup
* fix secure-password missing file
* fix possibility of crsf token cookie being null
* remove secure-password breaking changes
* Update cuddly-singers-perform.md
* rename functions and remove headers
* Revert "remove secure-password breaking changes"
This reverts commit abccf93d0c .
* unsupported auth methods in react server components
* remove authorizedContext: To be done in another PR
* add integration test for app dir
* fix duplicate package name
* integration test
* remove empty then and add void operator
* fix pnpm lock
2023-03-24 11:10:36 +05:30
Siddharth Suresh
6f18cbdc98
feature: Next Auth Adapter ( #4046 )
...
* initial working
* add user side callback control
* connect to blitz-auth
* better error handling
* initial working after submodule
* Create fast-adults-guess.md
* add submodule init and update to workflow
* remove internal folder
* cleanup
* ignore tests from next-auth
* add redirectUrl config and maintin consistency
* move required files back to internals folder
* remove submodule cloning
* Patch NextAuth
another time
fix import issue
fix import
add path imports for the adapters
Revert "add to blitz-auth"
This reverts commit 246e62faa5a451aad9f4a2530a159ca3457b8b75.
add to blitz-auth
pnpm lock fix
cleanup
fix codegen
remove nextauth submodule and internal folder and patch nextauth
* Revert "Patch NextAuth"
This reverts commit 31888fc643 .
* switch
* DRY
* optional peerDependency
* Delete .gitmodules
* make it work with webpack alias
* fix
* split to new path
* undo unnecessary changes
* more fixes
* add strong typing to nextauth adapter (#4104 )
* add strong typing to nextauth adapter
* cleanup
---------
Co-authored-by: Brandon Bayer <b@bayer.ws >
2023-03-24 09:07:11 +05:30
Blitz.js Bot
3480d90098
(meta) added @jeliasson as contributor
2023-03-21 04:18:29 -04:00
Siddharth Suresh
9529dbd6f4
Make secure password completely optional ( #4085 )
...
* secure-password breaking changes
* fix
* more fixes
* fix secure-password imports
* add codemod
* add secure-password to auth integration test
* Apply suggestions from code review
* try adding playwrigth to package.json
* without server mode
* add one to fix conficting ports
* another try
* add waitPort in the right place
* use same port
* manually kill the process
* remove the server mode
* cleanup
2023-03-18 16:48:08 +05:30
Blitz.js Bot
f443118b9d
(meta) added @exKAZUu as contributor
2023-02-16 12:17:01 -05:00
Sakamoto, Kazunori
e228ba5dee
fix: type error in reset-password.tsx ( #4081 )
2023-02-17 00:16:55 +07:00
Tobias
430f0b52dd
Update to "prisma": "4.6.1" ( #4062 )
...
Co-authored-by: Brandon Bayer <b@bayer.ws >
Co-authored-by: Siddharth Suresh <siddh.suresh@gmail.com >
2023-02-13 18:47:50 +05:30
Marcus Reinhardt
6e88a847fe
fix: vulnerabilities in @blitz/auth ( #4082 )
...
* fix vulnerabilities
* Update .changeset/strong-chicken-study.md
---------
Co-authored-by: Brandon Bayer <b@bayer.ws >
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2023-02-13 10:20:10 +00:00
Brandon Bayer
1db963a8ca
update readme
2023-02-13 17:12:26 +07:00
github-actions[bot]
6374f2ff0c
Version Packages (beta) ( #4055 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Siddharth Suresh <siddh.suresh@gmail.com >
2023-02-09 21:44:34 +05:30
Tobias
6ec020c6d6
Remove useEffect from reset password templates ( #4051 )
...
Co-authored-by: Siddharth Suresh <siddh.suresh@gmail.com >
Co-authored-by: Brandon Bayer <b@bayer.ws >
2023-02-09 11:19:10 +05:30
Blitz.js Bot
a3d8b287f1
(meta) added @sweetliquid as contributor
2023-02-07 03:24:20 -05:00
sweetliquid
4ed1fc1233
docs: delete duplicates of the in comments ( #4073 )
...
Co-authored-by: Brandon Bayer <b@bayer.ws >
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2023-02-07 08:24:14 +00:00
Siddharth Suresh
3fa3c70b39
internal: Readme for the packages ( #4052 )
2023-02-07 15:14:58 +07:00
Blitz.js Bot
a9b1989bb0
(meta) added @jhonnymichel as contributor
2023-02-06 10:47:34 -05:00
Jhonny Michel
c3c789740a
Fixing tests for blitz apps that use vitest ( #4072 )
...
Co-authored-by: Siddharth Suresh <siddh.suresh@gmail.com >
Closes https://github.com/blitz-js/blitz/issues/4065
2023-02-06 21:17:28 +05:30
Siddharth Suresh
42a2cf951a
Add secure-password as an Optional peerDependency ( #4067 )
...
Co-authored-by: Brandon Bayer <b@bayer.ws >
2023-02-06 19:11:42 +05:30
Tobias
d316d0db7f
Next 13: Remove anchor tags from Link component ( #4071 )
...
Co-authored-by: Siddharth Suresh <siddh.suresh@gmail.com >
Closes https://github.com/blitz-js/blitz/issues/4066
2023-02-06 18:52:49 +05:30
Siddharth Suresh
a8ce2325fc
Fix max-width of body in new app template ( #4068 )
...
Co-authored-by: Brandon Bayer <b@bayer.ws >
2023-01-27 20:41:15 +05:30
Blitz.js Bot
f58a0e42f7
(meta) updated @tordans contributions
2023-01-26 05:23:14 -05:00
Tobias
cb63a0ea5b
Guard blitz generate input against unwanted characters ( #4024 )
...
Co-authored-by: Dillon Raphael <dillon@creatorsneverdie.com >
Co-authored-by: Siddharth Suresh <siddh.suresh@gmail.com >
Closes https://github.com/blitz-js/blitz/issues/4021
2023-01-26 15:53:08 +05:30
Siddharth Suresh
a78bd33706
internal: Publish PRs to npm ( #4050 )
2023-01-14 20:39:16 +05:30
bravo-kernel
79c5e86d71
Add missing Layout.tsx for generated mimimalapp ( #4054 )
2023-01-13 17:28:53 -05:00
github-actions[bot]
21b83fb7bf
Version Packages (beta) ( #4038 )
...
* Version Packages (beta)
* pnpm lock
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Siddharth Suresh <siddh.suresh@gmail.com >
2023-01-12 10:43:33 +05:30
Tobias
14882d43fe
Update package Zod to 3.20.2 ( #4039 )
...
* Update package zod to 3.20.2
* `pnpm changeset` Update zod to 3.20.2 (was 3.19.1).
Co-authored-by: Brandon Bayer <b@bayer.ws >
Co-authored-by: Siddharth Suresh <siddh.suresh@gmail.com >
2023-01-11 11:32:02 +05:30
Tobias
989691ec87
Use src instead of app folder for blitz generate custom-template ( #4033 )
...
* Use src instead of app in `customTemplates: "src/templates"`
* Use src instead of app in `cli/commands/generate`
* Add changeset
* remove ignored packages
Co-authored-by: Brandon Bayer <b@bayer.ws >
Co-authored-by: Siddharth Suresh <siddh.suresh@gmail.com >
2023-01-11 05:25:57 +00:00
Brandon Bayer
2703618868
change rpc route basepath includeRPC in monorepos to be one folder up ( #4045 )
...
* change rpc route basepath includeRPC in monorepos to be one folder up
* changeset
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2023-01-11 00:13:11 +00:00
Blitz.js Bot
44ddf5b423
(meta) updated @bravo-kernel contributions
2023-01-10 19:06:15 -05:00
bravo-kernel
bcef81fadc
Add missing MockRouter prop in generated test utils ( #4043 )
...
Co-authored-by: Brandon Bayer <b@bayer.ws >
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2023-01-10 19:06:10 -05:00
Dillon Raphael
7abfb9086a
Redesign the index page for newly generated blitz projects ( #3987 )
...
* redesign index page for full app template
* pnpmlock
* iteration 2
* Add padding around blitz logo
* Fix more padding
* update padding for logo and button container
* increase max-width
* final draft
* address comments
Co-authored-by: Brandon Bayer <b@bayer.ws >
2023-01-11 00:04:54 +00:00
Siddharth Suresh
57101e9adf
internal: fix playwright installation error by fixing version ( #4047 )
2023-01-10 18:57:30 -05:00
Siddharth Suresh
497b87f7fb
internal: Fix playwright install issue ( #4044 )
2023-01-10 00:02:44 +05:30
Tobias
64a98e201d
prisma/field: Guard TS warning ( #4032 )
...
The previous solution did solve the if-statement but not the line below, which still had this TS error:
```
const relationType = Relation[_fieldName]
// ^- const _fieldName: string | undefined
// Type 'undefined' cannot be used as an index type.ts(2538)
```
Co-authored-by: Dillon Raphael <dillon@creatorsneverdie.com >
Co-authored-by: Siddharth Suresh <siddh.suresh@gmail.com >
2023-01-09 22:08:30 +05:30
Brandon Bayer
8aa22a0b2f
add currentPassword to default masked fields in the logger ( #4042 )
2023-01-06 17:55:07 -05:00
Brandon Bayer
145d5a02b3
fix failed localstorage access to not crash the application ( #4037 )
2023-01-04 18:28:31 -05:00
Siddharth Suresh
9be4d86174
Version Packages (beta) ( #4035 )
...
* Version Packages (beta)
* Version Packages (beta)
* pnpm lock
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-01-04 01:16:55 +05:30
Siddharth Suresh
249e7cf527
Revert "Version Packages (beta) ( #4012 )" ( #4034 )
...
This reverts commit 76df5db1c3 .
2023-01-04 00:54:38 +05:30
github-actions[bot]
76df5db1c3
Version Packages (beta) ( #4012 )
...
* Version Packages (beta)
* pnpmlock
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Dillon Raphael <dillon@creatorsneverdie.com >
2023-01-04 00:37:02 +05:30
Brandon Bayer
556f5cd13d
update CODEOWNERS
2023-01-03 14:02:03 -05:00
Dillon Raphael
d692b4c1d7
Fix suspense error codegen patch for latest nextjs version ( #4031 )
...
* Use the new nextjs constant to check if SSR and fix suspense for nextjs 13.1 and above
* satisfy version from 13 to 13.0.6
* check for DYNAMIC_SERVER_USAGE error string for nextjs versions 13-13.0.6
* Create fluffy-coats-flow.md
* revert toolkit-app update to next 13.1
* set error message for compatability with next 13.0.7
* fix changeset
2023-01-03 13:49:53 -05:00
Blitz.js Bot
bd4db6d701
(meta) added @Trancever as contributor
2023-01-02 14:18:58 -05:00
Dawid Urbaniak
82e8b64f59
fix: properly add authError query param to redirect url ( #4027 )
2023-01-02 14:18:53 -05:00
Tobias
e9dfbcf85a
Reference vitest.config.ts instead of jest for README|s ( #4019 )
...
* Reference `vitest.config.ts` instead of jest for README|s
* Update apps/toolkit-app/README.md
Co-authored-by: Dillon Raphael <dillon@creatorsneverdie.com >
2022-12-29 14:51:14 -05:00
Blitz.js Bot
a4294ad29c
(meta) updated @tordans contributions
2022-12-28 15:23:30 -05:00
Tobias
ea83f0d174
Update README.md|s to use src/ instead ofapp/ ( #4018 )
...
Co-authored-by: Dillon Raphael <dillon@creatorsneverdie.com >
2022-12-28 15:23:25 -05:00
Blitz.js Bot
f32f6d3ac9
(meta) added @iagormoraes as contributor
2022-12-28 13:12:38 -05:00
Iagor Moraes
d5b8faa860
React Suspense on Next 13 patch fix ( #4009 )
...
* fix: add regex to support inline and non-inline codebase
- add proper regex test for package version
* chore: add changelog
* chore: update lock file
Co-authored-by: Dillon Raphael <dillon@creatorsneverdie.com >
2022-12-28 13:12:33 -05:00
Blitz.js Bot
4a6612b942
(meta) added @tordans as contributor
2022-12-28 10:13:58 -05:00
Tobias
c941d993a8
SignupForm.tsx: Improve helper comment ( #4016 )
...
This comment was helpful but could be even more helpful if it clearly stated that it referenced the "P"-Code; and link to docs to learn more.
Co-authored-by: Dillon Raphael <dillon@creatorsneverdie.com >
2022-12-28 10:13:53 -05:00
Blitz.js Bot
3633f23ceb
(meta) added @a11rew as contributor
2022-12-26 18:59:00 -05:00
Andrew Glago
10f98c681d
feat(cli): add href property to RouteURLObject ( #3892 )
...
* feat(cli): add href property to RouteURLObject
* Create thick-moons-fry.md
* update playwright install github action
* add browser path env variable to test stage
* revert
Co-authored-by: Dillon Raphael <dillon@creatorsneverdie.com >
2022-12-26 18:58:54 -05:00
Datner
0025856b9e
support invalidate all queries ( #3899 )
...
* support invalidate all queries
* Add changeset
* Update .changeset/stupid-rabbits-jump.md
Co-authored-by: Dillon Raphael <dillon@creatorsneverdie.com >
Co-authored-by: Aleksandra <alexsandra.sikora@gmail.com >
Co-authored-by: Dillon Raphael <dillon@creatorsneverdie.com >
2022-12-20 15:09:15 -05:00
Dillon Raphael
77b7da0f38
Remove husky prepush hook & update precommit hook to only run prettier ( #3984 )
...
* Remove husky prepush hook & update precommit hook to only run prettier for full app & minimal app templates
* pnpmlock
2022-12-20 14:44:15 -05:00
github-actions[bot]
13c2642bdb
Version Packages (beta) ( #3992 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-12-16 14:09:41 -05:00
Brandon Bayer
03bad3175d
fix Cannot read properties of null (reading 'isReady') for pnpm/yarn v3 ( #4008 )
2022-12-16 14:02:44 -05:00
Tom MacWright
74a14b7040
fix: Reject db.() with an error object ( #4006 )
2022-12-15 09:58:27 -05:00
Siddharth Suresh
6ece096134
Decouple Blitz RPC and Blitz Auth ( #3943 )
...
* inital unwrapping of blitz rpc from blitz auth
* fix linr
* Revert "fix linr"
This reverts commit 000e2c7259 .
* remove duplication of code and dynamically import blitz auth if plugin is used
* return types to blitz-auth and import in rpc as types
* remove excess files from git diff
* remove todo ts-ignore
* add changeset
* better error messages
* Update odd-cars-fry.md
* switch from blitz log to console - due to import error.
* Revert "Merge branch 'rpc-without-auth' of https://github.com/blitz-js/blitz into rpc-without-auth"
This reverts commit 5b45d65b4d , reversing
changes made to b15dfa6dec .
* Revert "switch from blitz log to console - due to import error."
This reverts commit b15dfa6dec .
* Revert "better error messages"
This reverts commit 75922cb063 .
* fix location of seting global variable
* better error message due to dynamic import
* allow setting csrf token in blitz rpc
* cleanup
* fix
* pnpm lock fix and update csrf api
* fix global.ts type definition
* remove change to merge
* fix pnpm-lock
* update integration-tests to work without blitz-auth
* initial working commit after switch to plugin system
* fix pnpm-lock
* readd the changeset
* update hook names
* Revert "readd the changeset"
This reverts commit 796f3f518e .
* Revert "update hook names"
This reverts commit fb127ed84e .
* Revert "fix pnpm-lock"
This reverts commit d7447b5966 .
* Revert "Revert "fix pnpm-lock""
This reverts commit c2f21aa0e5 .
* Revert "Revert "update hook names""
This reverts commit 4b66846b20 .
* Revert "Revert "readd the changeset""
This reverts commit c95d150e64 .
* add header to rpc plugin
* pnpm lock fix
* cleanup - change global hook names to prefix with __BLITZ
* initial commit suggestion - TODO Fix types
* fix most type assertions
* fix error without blitz auth
* add typea to events and middleware reducers
* implement suggestion
* Apply suggestions from code review
Co-authored-by: Brandon Bayer <b@bayer.ws >
* move onSessionCreated event from blitz-auth to blitz-rpc
* move globals to blitz core, move event listener to blitz-next
* remove middlewareCtx to Ctx
* fix imports
* improve type definition of hook types
* format
* Revert "remove middlewareCtx to Ctx"
This reverts commit 4259b4dbed .
* Revert "fix imports"
This reverts commit 7422bfaee3 .
* revert changes from MiddlewareCtx to Ctx
* pnpm lock and other fixes
* remove type assertion
* merge to one `Array.reduce`
* Apply suggestions from code review
Co-authored-by: Brandon Bayer <b@bayer.ws >
* implement review suggestions
* Update packages/blitz/src/types.ts
* add unit tests
* cleanup
* Update packages/blitz/tests/plugin.test.ts
* add providers to plugin reduce
* add initial integration test for full blitz rpc+auth and custom client plugins
* test commenting out playwright install
* fixes
* remove changes related to console.log checking
* test
* try with different command
* comment
* another try
* try adding global install
* change console.log to console.info for better identification
* fix db
* lowdb import fix
* convert from lowdb to prisma
* fix blitz build error
* add custom plugin events to integration-tests
* manipulate the timing of event firing
* fix
* check
* add middleware tests
* fix
* fix commented test and cleanup
* add the migration file
Co-authored-by: Brandon Bayer <b@bayer.ws >
2022-12-13 18:44:39 -05:00
Dillon Raphael
a0596279bd
Fix blitz install for recipes that use the path helper ( #3995 )
2022-12-09 08:32:44 -08:00
Dillon Raphael
fe2e4eb1e9
Update readme
2022-12-02 08:51:26 -05:00
Aleksandra
8c247e26e7
Switch from jest to vitest in new app templates ( #3985 )
...
* Switch from jest to vitest in new app templates
* Finish vitest setup
* Handle vitest.config.js vs vitest.config.ts
* Add proper vitest config to js templates
* Add changeset
* Update READMEs in new app templates
* Fix tests after vitest upgrade
* Update spyOn references in tests
2022-11-28 14:24:08 -05:00
Siddharth Suresh
650a157e1d
fix #3989 ( #3990 )
2022-11-25 18:21:41 -05:00
Blitz.js Bot
9dc81fe958
(meta) added @usamaster as contributor
2022-11-24 11:22:59 -05:00
github-actions[bot]
474b5494ac
Version Packages (beta) ( #3977 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-11-22 16:09:29 -05:00
Dillon Raphael
b33db08286
Ensure superjson registers error classes once ( #3982 )
...
* bump superjson version & ensure superjson register
* update changeset & use error name as property for check if class has been registered
* refactor
2022-11-22 16:04:42 -05:00
Brandon Bayer
c1e0040639
transpile packages to es2015 to support older browsers ( #3983 )
2022-11-22 13:39:11 -05:00
Blitz.js Bot
5a7e6e0bb8
(meta) updated @medihack contributions
2022-11-21 14:30:17 -05:00
Kai Schlamp
a6f32d1d0b
Export enhancePrisma for client again ( #3965 )
...
* Export enhancePrisma for client again
2022-11-21 14:30:11 -05:00
Selçuk Fatih Sevinç
c126b8191b
Fix builder execute command hangs up ( #3958 )
...
* fix: builder execute command hangs up
* using "blitz install" inside recipe with addRunCommandStep causes hangs up
Co-authored-by: Selçuk Fatih Sevinç <selcuk@hub.studio >
2022-11-21 10:20:46 -05:00
Blitz.js Bot
775004f23e
(meta) added @selcukfatihsevinc as contributor
2022-11-21 09:43:43 -05:00
Selçuk Fatih Sevinç
696f48c4e8
some providers need extra attributes, update for wrapAppWithProvider ( #3959 )
...
Co-authored-by: Dillon Raphael <dillon@creatorsneverdie.com >
2022-11-21 09:43:36 -05:00
Paul
942536d9ad
Extend paginate.ts to support more complex pagination object ( #3970 )
...
* Extend paginate.ts to support more complex pagination object
* change pagination object based on reviewer suggestion
* changest inclusion
* update paginate test
Co-authored-by: Paul Moss <paulmoss06@gmail.com >
2022-11-18 09:50:10 -05:00
Brandon Bayer
b493c93f8b
fix resolverPath:root and make it work with monorepo resolvers ( #3978 )
2022-11-17 21:47:17 -05:00
Dillon Raphael
b80c3d92ca
Fix form paths when running blitz generate all ( #3961 )
...
* Update form paths when running blitz generate all
* pnpmlock & update changeset
* Update changeset
* pnpmlock
* update playwright
2022-11-17 17:41:11 -05:00
github-actions[bot]
4c0024c468
Version Packages (beta) ( #3967 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-11-16 18:56:59 -05:00
Brandon Bayer
72a4e594ae
internal: remove unneeded useSession from useQuery hooks ( #3968 )
2022-11-14 18:00:20 -05:00
Blitz.js Bot
62212bcc78
(meta) added @paulm17 as contributor
2022-11-14 14:51:47 -05:00
Paul
ed2b0e22c5
Add feature for resolvers to exist outside of Blitz root ( #3953 )
...
Co-authored-by: Paul Moss <paulmoss06@gmail.com >
Co-authored-by: Brandon Bayer <b@bayer.ws >
Co-authored-by: Dillon Raphael <dillon@creatorsneverdie.com >
2022-11-14 14:51:42 -05:00
Blitz.js Bot
d250346d8b
(meta) updated @tmcw contributions
2022-11-14 14:23:27 -05:00
Tom MacWright
c0a3b1ee36
Fix runaway mutability bug in httpMethod ( #3963 )
...
Co-authored-by: Brandon Bayer <b@bayer.ws >
Closes https://github.com/blitz-js/blitz/issues/3962
2022-11-14 14:23:22 -05:00
Brandon Bayer
aaed9caa82
CI - upgrade pnpm version ( #3966 )
2022-11-14 14:14:16 -05:00
Brandon Bayer
0020db295d
Revert "try fix"
...
This reverts commit 9fd032106e .
2022-11-14 13:00:59 -05:00
Brandon Bayer
9fd032106e
try fix
2022-11-14 13:00:35 -05:00
github-actions[bot]
936211a657
Version Packages (beta) ( #3955 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-11-09 15:22:38 -05:00
Siddharth Suresh
97469a1265
Page authenticate role ( #3902 )
2022-11-09 14:57:02 -05:00
Aleksandra
8b4bf999ce
Update deps ( #3957 )
2022-11-09 14:11:28 -05:00
Dillon Raphael
5ea068b28b
Check location for blitz-server & blitz-client in blitz installer path utils ( #3942 )
...
* Check if blitz-server & blitz-client exists in app or src directory in the path utils for blitz recipes
2022-11-09 10:25:08 -05:00
Dillon Raphael
88caa18e61
patch next13 for suspense error ( #3956 )
2022-11-08 13:33:00 -05:00
Dillon Raphael
2a81af7b78
Update templates & generator to use src directory ( #3947 )
...
* update templates & generator to use src directory
* changeset
* fix imports for toolkit-app-passportjs example
2022-11-08 08:34:36 -05:00
Dillon Raphael
916692db74
update README
2022-11-04 20:06:53 -04:00
github-actions[bot]
0959a11fc6
Version Packages (beta) ( #3930 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-11-04 15:52:57 -04:00
Siddharth Suresh
4545912936
Include resolvers in src in blitz console ( #3933 )
...
* optimse only-db flag and add src directory to find resolvers in console
* default parameter
2022-11-04 12:32:45 -04:00
Brandon Bayer
55a43ce1f8
maybe fix anon session CSRF issue + add ability to customize anon session expiry time ( #3945 )
...
* maybe fix anon session CSRF issue + add ability to customize anon session expiry time
2022-11-04 12:12:15 -04:00
Aleksandra
1569bd53e0
Upgrade tslog to latest version ( #3946 )
...
* Upgrade tslog to latest version
2022-11-04 11:59:13 -04:00
Siddharth Suresh
8e5903c0fa
Fix cannot find module db error in JavaScript template ( #3940 )
...
* use AST to parse the config and allow blitz server to be in `src`
2022-11-02 09:22:49 -04:00
Brandon Bayer
11b548edee
make logger optional (will default to BlitzLogger) ( #3939 )
...
* make logger optional (will default to BlitzLogger)
2022-11-01 15:28:57 -04:00
Siddharth Suresh
ceb7db274f
Add GET support to RPC specification ( #3891 )
2022-10-29 17:10:27 -04:00
github-actions[bot]
0ebdf3bc93
Version Packages (beta) ( #3929 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-10-28 15:27:06 +08:00
Aleksandra
1b798d9a03
Export enhancePrisma from the server entry point ( #3928 )
...
* Export enhancePrisma from the server entry point
* Changeset
* Update pnpm lock
2022-10-27 10:04:31 -04:00
Blitz.js Bot
758ccbbbe5
(meta) added @joneskj55 as contributor
2022-10-25 06:38:44 -04:00
github-actions[bot]
d73b1d76ab
Version Packages (beta) ( #3916 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-10-25 18:32:26 +08:00
Dillon Raphael
78fd5c489b
Fix Blitz Install ( #3909 )
2022-10-24 21:50:54 -04:00
Aleksandra
60de057477
Fix reset token being undefined when passed to the resetPassword mutation ( #3922 )
2022-10-22 11:23:51 +08:00
Siddharth Suresh
0a8b0cb350
Custom Server TS error ( #3888 )
2022-10-20 14:56:40 +08:00
Aleksandra
5476139375
Remove unnecessary as number assertions from new app templates ( #3915 )
2022-10-19 16:25:35 +08:00
github-actions[bot]
81dd346c85
Version Packages (beta) ( #3907 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-10-19 14:56:44 +08:00
Aleksandra
6f4349896f
Fix 'ambiguous class detected' errors ( #3912 )
2022-10-19 13:44:33 +08:00
Aleksandra
a6e81f156b
Add BlitzLogger plugin and allow customizing logging ( #3886 )
2022-10-18 15:50:17 +08:00
Aleksandra
4e26ae21bc
Upgrade eslint-config-next in new app templates to fix linting issues on blitz build ( #3910 )
2022-10-18 14:54:47 +08:00
Blitz.js Bot
70ca39e059
(meta) added @janvennemann as contributor
2022-10-17 04:06:03 -04:00
Jan Vennemann
7b63f0f1f2
fix(rpc): allow return undefined in setQueryData updater function ( #3898 )
...
Co-authored-by: Dillon Raphael <dillon@creatorsneverdie.com >
Co-authored-by: Aleksandra <alexsandra.sikora@gmail.com >
2022-10-17 16:05:57 +08:00
Siddharth Suresh
2e5d7ae40c
Upgrade CI Syntax ( #3906 )
2022-10-17 15:33:36 +08:00
github-actions[bot]
67de028732
Version Packages (beta) ( #3896 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-10-13 14:02:17 +08:00
Siddharth Suresh
f39ba1ff13
#3748 Add custom template option back to blitz generate command ( #3866 )
2022-10-12 11:46:24 -04:00
Blitz.js Bot
149b999f67
(meta) added @oloost as contributor
2022-10-12 06:13:22 -04:00
Aleksandra
3a602b613b
Fix missing blitz/installer dependency in recipes ( #3895 )
2022-10-12 18:11:12 +08:00
github-actions[bot]
58bb38f809
Version Packages (beta) ( #3893 )
...
* Version Packages (beta)
* Fix version
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: beerose <alexsandra.sikora@gmail.com >
2022-10-11 17:48:40 +08:00
Aleksandra
1476a577bb
Update PULL_REQUEST_TEMPLATE.md ( #3878 )
2022-10-11 17:32:21 +08:00
github-actions[bot]
4e3c25d9a0
Version Packages (beta) ( #3839 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-10-11 16:24:43 +08:00
Estevan Jantsk
2ade7268e2
Add blitz export command ( #3885 )
...
Co-authored-by: Fran Zekan <zekan.fran369@gmail.com >
Co-authored-by: Aleksandra <alexsandra.sikora@gmail.com >
2022-10-11 16:18:54 +08:00
Fran Zekan
aa34661fac
Fix queryKeyGeneration when using invalidateQuery ( #3728 )
...
Co-authored-by: beerose <alexsandra.sikora@gmail.com >
2022-10-11 16:01:47 +08:00
Siddharth Suresh
d98e4bac4e
Migrate blitz routes command ( #3890 )
2022-10-11 15:50:30 +08:00
Isuru Maldeniya
0473020555
update prisma-ast version in blitz generator package ( #3882 )
...
Co-authored-by: Isuru Maldeniya <isuru.m@synergentl.com >
Co-authored-by: beerose <alexsandra.sikora@gmail.com >
2022-10-04 18:30:33 +08:00
Jannik Schmidtke
8a88dec873
Add a .vscode/settings.json file to specify a TypeScript version ( #3876 )
2022-10-04 15:35:03 +08:00
Fran Zekan
d6717b9d3c
Try to load prisma.schema path from pkg json ( #3874 )
...
* Try to load prisma.schema path from pkg json
2022-10-03 13:02:41 -04:00
Daniel Oltmanns
eb970f7bbc
fix detecting blitz.config.(ts|js) config file ( #3701 )
...
* fix detecting blit.config.(ts|js) config file
2022-10-03 12:41:57 -04:00
Dillon Raphael
8e0c9d76b5
Migrate recipes ( #3784 )
2022-10-03 09:21:45 -04:00
portalninja
bd09db7533
remove views property from Session's publicData in types.ts file ( #3872 )
...
* fix: remove views from public Session data
* add changeset
* Update .changeset/strong-keys-lie.md
Co-authored-by: Aleksandra <alexsandra.sikora@gmail.com >
2022-10-03 11:29:20 +08:00
João Jesus
83281a8469
remove {} from single values in the eslint config in package.json ( #3877 )
...
* refactor(js-templates): remove {} from single values inside package.json
* Add changeset
Co-authored-by: beerose <alexsandra.sikora@gmail.com >
2022-10-03 11:05:13 +08:00
Siddharth Suresh
15d22af24a
Migrate console ( #3863 )
...
Co-authored-by: Aleksandra <alexsandra.sikora@gmail.com >
2022-09-29 22:22:07 +02:00
Siddharth Suresh
1c3106eacf
(meta) add @siddhsuresh as maintainer ( #3868 )
2022-09-29 16:47:09 +02:00
Fran Zekan
af58e2b239
CLI Version check fixes ( #3675 )
...
Co-authored-by: Dillon Raphael <dillon@creatorsneverdie.com >
Co-authored-by: Aleksandra <alexsandra.sikora@gmail.com >
2022-09-29 08:59:40 +02:00
Dillon Raphael
430f6ec782
Only generate the prisma client if it's not found ( #3855 )
2022-09-29 08:34:40 +02:00
Aleksandra
e2c18895da
Add client testing utilities and index.test.tsx back to toolkit ( #3857 )
2022-09-28 16:38:58 -04:00
Aleksandra
3b3c245fb1
Update sponsors list ( #3865 )
2022-09-26 10:37:56 +02:00
Siddharth Suresh
7b00c17376
Add CI action that checks if changeset was added ( #3850 )
2022-09-23 14:22:12 +02:00
Dillon Raphael
b43c1a81cc
Remove random user git config when generating a new project ( #3852 )
2022-09-22 12:49:48 +02:00
Aleksandra
1742eb45db
Use prefetchInfiniteQuery from @tanstack/react-query for prefetching infinite Blitz queries ( #3847 )
...
* Use prefetchInfiniteQuery from @tanstack/react-query for prefetching infinite Blitz queries
2022-09-19 15:23:57 -04:00
Aleksandra
824a9b5e29
Update generator templates to stop breaking no-floating-promises rule ( #3848 )
...
* Update generator templates to stop breaking no-floating-promises rule
2022-09-19 15:07:42 -04:00
Aleksandra
9db6c88555
Fix help CLI command not working correctly ( #3849 )
...
* Fix help CLI command not working correctly
2022-09-19 14:57:53 -04:00
Jan Wilhelm
25f4526f7e
Add API Route handler to the middleware stack ( #3830 )
...
Co-authored-by: Aleksandra <alexsandra.sikora@gmail.com >
2022-09-19 10:41:42 +02:00
Dillon Raphael
9fe0cc5468
Throw redirect errors when component has mounted in blitz-auth ( #3842 )
...
* Throw redirect errors when component has mounted
* Create heavy-cobras-own.md
* clean up useEffect
* Add mounted check for AuthenticationError
* remove clean up
2022-09-16 16:33:34 -04:00
Dillon Raphael
0edeaa37a3
Update regex for wildcard blitz route in webpack config ( #3843 )
...
* update regex for wildcard blitz route in webpack config
* Create itchy-spoons-tan.md
* fix regex
* Update itchy-spoons-tan.md
2022-09-16 14:05:31 -04:00
Estevan Jantsk
bf4aaf1de6
move useCurrentUser from core/hooks to users/hooks ( #3831 )
...
Co-authored-by: Aleksandra <alexsandra.sikora@gmail.com >
Co-authored-by: Dillon Raphael <dillon@creatorsneverdie.com >
2022-09-15 15:56:09 +02:00
Siddharth Suresh
b3b4c21501
convert invokeWithMiddleware to resolver call in codemod ( #3764 )
2022-09-14 14:38:04 -04:00
Dillon Raphael
757789c43b
CI Fixes ( #3834 )
2022-09-14 09:42:27 -04:00
Dillon Raphael
870986b5ad
rename test-get-initial-props
2022-09-13 15:22:44 -04:00
Dillon Raphael
30406891b1
rename toolkit-app-passport & fix version of blitz in toolkit-app
2022-09-13 15:19:07 -04:00
github-actions[bot]
f1ba20f690
Version Packages (beta) ( #3779 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-09-13 15:01:11 -04:00
Siddharth Suresh
aba000a812
Update CI ( #3824 )
2022-09-13 11:30:52 -04:00
Aleksandra
0b94a45039
Upgrade superjson to the latest version ( #3827 )
2022-09-12 18:05:44 +02:00
Dillon Raphael
6b788b03be
Fix CI & Tests ( #3822 )
...
* set bash as shell for github action
2022-09-08 11:04:43 -04:00
Siddharth Suresh
d3403cf860
#3804 Show file path on error ( #3809 )
...
* Show file path on error in codemod
2022-09-07 09:18:23 -04:00
Siddharth Suresh
39fd15d4b5
Fix remote caching in CI ( #3810 )
2022-09-06 12:31:31 -04:00
Dillon Raphael
e3523407b9
fix duplicates in frontmatter for changeset
2022-08-31 11:13:24 -04:00
Dillon Raphael
2f914a54d9
Remove toolkit-app from changeset since it's an ignored package
2022-08-31 11:03:44 -04:00
Siddharth Suresh
c213d521c6
Add Windows Testing to CI ( #3799 )
...
* add windows testing
2022-08-30 18:32:48 -04:00
Siddharth Suresh
da914c9294
Codemod should convert import statements to require when creating next.config.js ( #3803 )
2022-08-30 13:25:33 -04:00
Dillon Raphael
22344d058a
Add getLayout to full & minimal app template in _app ( #3802 )
...
* Add getLayout to full & minimal app template in _app
2022-08-30 12:16:44 -04:00
Dillon Raphael
43e65cfecd
Fix for codemod that removes types from the blitz config file ( #3759 )
...
* check if typeAnnotation when trying to remove types during creating the next config file with codemod
2022-08-26 16:25:46 -04:00
Dillon Raphael
a84b8de4e6
Remove -cookie-prefix appended to the cookiePrefix string ( #3792 )
...
* Remove appended to the cookiePrefix string
2022-08-26 11:50:37 -04:00
Aleksandra
8fa9a56f63
Make minimal app template setup work ( #3795 )
2022-08-26 11:05:39 +02:00
Marcus Reinhardt
713aead933
Allow custom strategy name in passportAdapter ( #3754 )
...
Co-authored-by: Aleksandra <alexsandra.sikora@gmail.com >
2022-08-24 16:12:28 +02:00
Dillon Raphael
74a4ce8e85
Add AuthenticatedSessionContext to the codemod import map ( #3771 )
...
Co-authored-by: Aleksandra <alexsandra.sikora@gmail.com >
2022-08-24 11:09:14 +02:00
Siddharth Suresh
c53978d58e
Update upgrade-legacy codemod imports ( #3788 )
2022-08-24 10:57:42 +02:00
Siddharth Suresh
161270e3b1
#3775 Only generate prisma client if it has not been generated ( #3780 )
2022-08-23 12:25:10 -04:00
Aleksandra
f6dac093d2
Improve RPC logging: print resolverName() insetad of /resolverName() ( #3777 )
...
* Remove from RPC resolvers logging
2022-08-23 10:49:17 -04:00
Aleksandra
69fb280340
Copy App component properties inside withBlitz ( #3778 )
...
* Copy App component properties inside withBlitz
2022-08-23 10:24:28 -04:00
Kai Schlamp
7498aef4fc
Replace blitz-env.d.ts with next-env.d.ts ( #3773 )
...
Co-authored-by: beerose <alexsandra.sikora@gmail.com >
2022-08-23 13:56:17 +02:00
github-actions[bot]
49aaaaefb0
Version Packages (beta) ( #3756 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-08-22 18:08:41 -04:00
Dillon Raphael
638f2319b7
Prevent Minified react error #419 in production ( #3755 )
...
* add check for Minified React error #419 during codegen nextjs patch
2022-08-22 17:31:17 -04:00
Siddharth Suresh
3d950f7772
show file name when unexpected error occurs ( #3763 )
...
* show file name when unexpected error occurs
2022-08-22 14:26:29 -04:00
Aleksandra
2313fa61b0
Fix replaceIdentifiers codemod utility ( #3766 )
...
* Fix replaceIdentifiers utility
2022-08-22 14:11:14 -04:00
Siddharth Suresh
b72d1215c3
Add .vscode/launch.json to the generator templates ( #3703 )
...
Co-authored-by: Dillon Raphael <dillon@creatorsneverdie.com >
Co-authored-by: beerose <alexsandra.sikora@gmail.com >
2022-08-22 14:02:35 +02:00
Siddharth Suresh
1bf185d618
Fix #3737 Fix eslint config using the codemod ( #3753 )
...
* Fix #3737 Fix eslint config using the codemod
* check if .eslintrc.js exists
* change log.error in .eslintrc.js check to collectedErrors
2022-08-19 09:33:10 -04:00
github-actions[bot]
000bc2334c
Version Packages (beta) ( #3751 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-08-18 14:22:30 +02:00
Dillon Raphael
0936cb38a6
Remove the NODE_ENV development check when patching nextjs ( #3742 )
2022-08-17 17:51:31 +02:00
Aleksandra
8ada2c26f7
Include ResetPasswordPage in new app template ( #3743 )
2022-08-17 17:25:57 +02:00
Aleksandra
eb9715688c
Add BlitzPage type to auth pages in new app template ( #3750 )
2022-08-17 17:17:12 +02:00
Siddharth Suresh
ebfb562bfa
Fix #3735 Add Script as a Default Import of Next.js ( #3736 )
...
* Fix #3735 Add Script as a Default Import of Next,js
2022-08-17 11:03:28 -04:00
Siddharth Suresh
a3b5fdd03e
Fix #3745 Change ES6 import to require syntax ( #3746 )
...
* Fix #3745 Change ES6 import to require syntax
* fix error in syntax of callExpression
2022-08-17 10:44:52 -04:00
Aleksandra
3f9fe8f043
Exit process after finishing blitz new command ( #3749 )
2022-08-17 16:19:13 +02:00
Guillermo Antony Cava Nuñez
db7233db6a
version bump to fix hydration mismatch react error ( #3739 )
...
Co-authored-by: Aleksandra <alexsandra.sikora@gmail.com >
2022-08-17 15:34:40 +02:00
Blitz.js Bot
1a6e953976
(meta) added @corydeppen as contributor
2022-08-16 04:27:27 -04:00
Dillon Raphael
58ae66fdb5
Remove console log from blitz util file ( #3738 )
...
* remove console log from blitz util file
2022-08-15 15:06:14 -04:00
github-actions[bot]
6eb5bc8987
Version Packages (beta) ( #3732 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-08-15 11:38:08 +02:00
Aleksandra
0f4926fd1f
Set latest tag in package json files ( #3731 )
2022-08-15 11:29:21 +02:00
github-actions[bot]
dff9fd042a
Version Packages (beta) ( #3730 )
...
* Version Packages (beta)
* Update version number
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: beerose <alexsandra.sikora@gmail.com >
2022-08-15 10:38:03 +02:00
Aleksandra
2cc888eff8
Update changeset config ( #3729 )
2022-08-15 10:13:57 +02:00
github-actions[bot]
8a0a97bebb
Version Packages (alpha) ( #3724 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-08-14 15:57:22 +02:00
Aleksandra
176c7b8b57
Use correct path for log utilities import ( #3721 )
2022-08-14 15:49:43 +02:00
Aleksandra
b307931f2e
Point to main branch instead of canary in README.md
2022-08-13 11:33:47 +02:00
Aleksandra
14375e25c4
Update sponsors list ( #3720 )
2022-08-13 11:30:30 +02:00
github-actions[bot]
8b755574b5
Version Packages (alpha) ( #3717 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-08-12 20:05:18 +02:00
Aleksandra
4656e6ecd6
Print model added or updated in schema.prisma after running model generator ( #3718 )
2022-08-12 20:01:15 +02:00
Aleksandra
1e0ec7a972
Add missing BlitzPage type to Home page ( #3716 )
2022-08-12 19:43:40 +02:00
Dillon Raphael
f88702c1c1
Minimal codemod fixes ( #3715 )
...
* fix removing trailing comma when removing BlitzConfig from next.config.js during codemod
* fix codemod for consolidating pages
2022-08-12 13:21:25 -04:00
github-actions[bot]
8b9ad3f40c
Version Packages (alpha) ( #3705 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-08-12 13:37:07 +02:00
Daniel Bannert
37623a4f4c
add missing g in next.config.js file name ( #3713 )
...
* feat: added missing g in confi.js
* Add Changeset
Co-authored-by: beerose <alexsandra.sikora@gmail.com >
2022-08-12 13:28:47 +02:00
Aleksandra
6baab1907e
Add type checking to next.config.js files in templates ( #3710 )
2022-08-12 11:37:06 +02:00
JH.Lee
b5de25c3d8
(meta) add @orionmiz as contributor ( #3712 )
2022-08-12 11:24:26 +02:00
Dillon Raphael
86af6dec5f
Wrap middlewares with BlitzServerMiddleware function with codemod ( #3711 )
...
* wrap middlewares with BlitzServerMiddleware function & fix generating next config file
2022-08-11 14:39:59 -04:00
Blitz.js Bot
52a6338772
(meta) added @siddhsuresh as contributor
2022-08-11 11:11:28 -04:00
Siddharth Suresh
72a332e013
#3602 Fix the way next.config.js file is created by the codemod ( #3709 )
...
* #3602 fix the way next.config.js file is created by the codemod
* Update upgrade-legacy.ts
* remove middleware block
2022-08-11 11:11:23 -04:00
Dillon Raphael
fd31e56bc5
blitz generate changeset
2022-08-11 10:47:03 -04:00
Dillon Raphael
e2fac297fd
Add back generate command ( #3707 )
...
* add back generate command
* use Routes object in generator templates
* update query & mutation templates to use resolver
2022-08-11 10:34:57 -04:00
Aleksandra
a3c92cb863
Allow using RouteUrlObject as redirect.destination in getStaticProps and getServerSideProps ( #3699 )
2022-08-11 13:20:57 +02:00
Dillon Raphael
2d1482fc8b
Store error for cookiePrefix if undefined & show error at the end of codemod ( #3704 )
...
* store error for cookiePrefix if undefined & show error at the end
* rename to collectedErrors
* fix type & update error message
2022-08-10 15:40:17 -04:00
Blitz.js Bot
85b15a9cfb
(meta) added @edrickleong as contributor
2022-08-10 05:17:42 -04:00
Edrick Leong
4902802402
Add getQueryData utility to get an existing query's cached data ( #3648 )
...
* feat: add getQueryData
* test: add integration test for getQueryData
* Add changeset
Co-authored-by: Aleksandra <alexsandra.sikora@gmail.com >
2022-08-10 11:17:37 +02:00
github-actions[bot]
0bc107fd7f
Version Packages (alpha) ( #3684 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-08-10 10:36:04 +02:00
Dillon Raphael
cb55ed266d
check if DocumentHead is self closing in the codemod step ( #3702 )
2022-08-09 13:21:26 -04:00
Aleksandra
271c58ac62
Fix Cannot find module 'generate' error ( #3700 )
2022-08-09 14:32:22 +02:00
Dillon Raphael
06427f67f2
Throw error if cookiePrefix is undefined during codemod ( #3696 )
...
* throws error if cookiePrefix is undefined
* create ExpectedError class
2022-08-08 16:35:17 -04:00
Dillon Raphael
f120f6723a
Add DocumentProps to codemod import map ( #3695 )
...
* add DocumentProps & DocumentContext to import map & clean up post structuring of _document imports from next/document
2022-08-08 16:10:33 -04:00
Blitz.js Bot
bac5e740ba
(meta) added @oltdaniel as contributor
2022-08-08 15:35:24 -04:00
Daniel Oltmanns
630c718129
Fixes #3614 - changed console logs to standard logger ( #3693 )
...
* Fixes #3614 - changed console logs to standard logger
I tried to keep the logging format close to what has been present before, by also including the chalk package for coloring.
* Create great-candles-stare.md
Co-authored-by: Dillon Raphael <dillon@creatorsneverdie.com >
2022-08-08 15:35:20 -04:00
Aleksandra
078fe47419
Add '@testing-library/jest-dom' to new app dependecies ( #3694 )
2022-08-08 19:23:33 +02:00
Aleksandra
8dfaad088d
Set correct packages versions in package.json with upgrade-legacy codemod ( #3678 )
2022-08-08 18:54:21 +02:00
Aleksandra
dd299ae89f
Add ts-jest dependency to the new app templates ( #3688 )
2022-08-08 18:10:22 +02:00
Aleksandra
41608c4c34
Run codegen tasks after installing dependecies in the new command ( #3692 )
2022-08-08 17:57:39 +02:00
Aleksandra
70b334a2f7
Remove trailing comma from tsconfig.json in new app template ( #3687 )
2022-08-08 12:12:18 +02:00
Dillon Raphael
f0ca738d56
Run the codegen tasks on blitz dev ( #3683 )
2022-08-05 19:13:45 +02:00
github-actions[bot]
1010858446
Version Packages (alpha) ( #3680 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-08-05 15:44:22 +02:00
Dillon Raphael
ebd74b4e97
Fix template path for the generator ( #3679 )
2022-08-05 15:35:31 +02:00
Aleksandra
8870580710
Utilities cleanup ( #3677 )
2022-08-05 14:42:25 +02:00
github-actions[bot]
414d758fe8
Version Packages (alpha) ( #3653 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-08-05 00:04:16 +02:00
Blitz.js Bot
fce0f3135a
(meta) added @chaiwattsw as contributor
2022-08-04 17:57:34 -04:00
Chaiwat Trisuwan
9620ef6b1e
chore: move zod to devDependencies ( #3674 )
2022-08-04 23:57:29 +02:00
Dillon Raphael
240f3f3471
exports BlitzServerMiddleware util function ( #3671 )
2022-08-04 18:54:40 +02:00
Dillon Raphael
91aa535632
Include .env.test to generator templates ( #3672 )
...
* adds env test file to generator templates
2022-08-04 18:43:13 +02:00
Aleksandra
ccb1af8d08
Avoid Next's invalid config detected warnings by deleting "blitz" key from the config object ( #3670 )
2022-08-04 13:21:50 +02:00
Dillon Raphael
807a2b5645
removes peer dependencies and adds to build externals ( #3667 )
2022-08-04 01:51:13 +02:00
Dillon Raphael
a3e6c49c4d
Fixes the supports-color warning for pnpm ( #3666 )
...
* add supports-color to package.json
2022-08-04 01:13:33 +02:00
Aleksandra
4d7d126d9c
Run prisma generate as a blitz codegen step ( #3662 )
2022-08-03 18:02:03 +02:00
Aleksandra
890b0c0c9d
various blitz new fixes and improvements ( #3661 )
2022-08-03 12:46:00 +02:00
Dillon Raphael
928e840b59
Fixes loading production env variables by default for blitz build command ( #3659 )
2022-08-03 01:21:58 +02:00
Dillon Raphael
55b1cb2044
runs codegen on build & remove stopWatcher console log ( #3658 )
2022-08-03 01:07:44 +02:00
Blitz.js Bot
3a6677b307
(meta) updated @dillonraphael contributions
2022-08-02 16:19:49 -04:00
Dillon Raphael
f202aac183
fixes mock in forgotPassword mutation test & uses hardcoded blitz package versions instead of the alpha tag ( #3655 )
2022-08-02 22:19:43 +02:00
Aleksandra
065db256d7
Update generator templates to use resolver function ( #3652 )
2022-08-02 14:49:31 +02:00
github-actions[bot]
ada5cac7e3
Version Packages (alpha) ( #3650 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Aleksandra <alexsandra.sikora@gmail.com >
2022-08-02 11:02:12 +02:00
Blitz.js Bot
e286bcb3ff
(meta) added @datner as contributor
2022-08-02 04:57:42 -04:00
Datner
dd5f51744f
Move enchancePrisma to a browser entrypoint ( #3609 )
...
Co-authored-by: Aleksandra <alexsandra.sikora@gmail.com >
2022-08-02 10:57:37 +02:00
github-actions[bot]
99b054a44a
Version Packages (alpha) ( #3645 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-08-01 13:11:24 +02:00
Aleksandra
54db8a46dd
Comment out version check until it's fixed & fix missing value in pkg manager options ( #3647 )
2022-08-01 13:01:56 +02:00
Blitz.js Bot
6125eb7837
(meta) added @tommywong-dev as contributor
2022-08-01 05:08:00 -04:00
Dillon Raphael
62bf12b5c6
Update how cli checks if isInternalBlitzMonorepoDevelopment for codegen ( #3644 )
...
Co-authored-by: Aleksandra <alexsandra.sikora@gmail.com >
2022-08-01 11:03:19 +02:00
github-actions[bot]
8e4580a446
Version Packages (alpha) ( #3642 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2022-07-30 21:03:36 +02:00
Fran Zekan
f52ca398ee
Upgrade React-Query to V4 ( #3557 )
2022-07-30 20:59:38 +02:00