Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Blitz.js

⚑️The Fullstack React Framework
Collective - Host: opensource - https://opencollective.com/blitzjs - Website: https://blitzjs.com - Code: https://github.com/blitz-js

Update readme for pending alpha release (#219)

* Update readme for pending alpha release

* Fix some language stuff :smile:
(ignore)
Co-aut...

github.com/blitz-js/legacy-framework - 8b6a51f8f18d9f25fbe11ceb2cd28fa039d8131b authored over 4 years ago by Brandon Bayer <[email protected]>
v0.6.0-canary.4

github.com/blitz-js/legacy-framework - 0c23a7873c2ac1c3bf117e36af8da2a88a576d0e authored over 4 years ago by Brandon Bayer <[email protected]>
Remove oops debug log from blitz generator

github.com/blitz-js/legacy-framework - 0fa28d20c4222ab62e755dcbe4093c021890e665 authored over 4 years ago by Brandon Bayer <[email protected]>
Add more useful instructions to the `blitz new` index page (#217)

* add more useful instructions to the `blitz new` index page

* fix (patch)

github.com/blitz-js/legacy-framework - 97132996b8925ae81cb35ce9650e5e4bfcac8287 authored over 4 years ago by Brandon Bayer <[email protected]>
Update USER_GUIDE.md

github.com/blitz-js/legacy-framework - 96ac63d3a4b55260c002437b688385ec0e8042f6 authored over 4 years ago by Brandon Bayer <[email protected]>
Update USER_GUIDE.md

github.com/blitz-js/legacy-framework - 132601f0c227794fabb286549ca6d2dd442960fc authored over 4 years ago by Brandon Bayer <[email protected]>
v0.6.0-canary.3

github.com/blitz-js/legacy-framework - c47d15a09f00cbe98f46520f9591d4408d3b0b09 authored over 4 years ago by Brandon Bayer <[email protected]>
πŸŽ‰ Add full working CRUD actions to pages generator! + fix RPC b… (#214)

minor

github.com/blitz-js/legacy-framework - 08921373708693f83c2ac621743d5dada685beef authored over 4 years ago by Brandon Bayer <[email protected]>
Remove unnecessary export to make usage clearer. (#12167)

The method initializeStore is only being used locally by useStore.
By having this exported I in...

github.com/blitz-js/next.js - f3e6545bf5e407262a3b1c062a8761c7da1631d6 authored over 4 years ago by Johan Nilsson <[email protected]>
Update snapshot in with-jest example (#12157)

github.com/blitz-js/next.js - f42055ccb0fa90e36e1efc15675314acd26d2304 authored over 4 years ago by Aleksander <[email protected]>
Added a link to the next.config.js docs for the with-env-next-… (#12153)

github.com/blitz-js/next.js - c601c9413db45158f15b7c0153fd76bba19713f1 authored over 4 years ago by Shania <[email protected]>
v0.6.0-canary.2

github.com/blitz-js/legacy-framework - 797060c06813458bae33b76c7d1c739094977ea1 authored over 4 years ago by Brandon Bayer <[email protected]>
feat(cli): generate command (#187)

* initial scaffolding for generate command and validation in place

* page generator

* muta...

github.com/blitz-js/legacy-framework - 1c7134c27291e2b1c3819c613ad795883776e37d authored over 4 years ago by Adam Markon <[email protected]>
Speed up blitz start/build by parallelizing prisma generation (#212)

* Parallelize Prisma generation

* Provide resolving promise to fix failing tests (patch)

github.com/blitz-js/legacy-framework - 2638ec73b3d3cca10dc636ffb0d923d0a3d1c4fb authored over 4 years ago by Rudi Yardley <[email protected]>
v0.6.0-canary.1

github.com/blitz-js/legacy-framework - 3c4db0453ebf58a0a169bcf8239ff9ed2b577789 authored over 4 years ago by Brandon Bayer <[email protected]>
Add alpha msg to CLI and add OS version with `blitz -v` (#211)

(patch)

github.com/blitz-js/legacy-framework - d824459190c14350a5bc8c9778f8062c2b89d49a authored over 4 years ago by Brandon Bayer <[email protected]>
Fix some type issues

(patch)

github.com/blitz-js/legacy-framework - 5da2eae6e13e30a161c72e8c2854397fd026ef3b authored over 4 years ago by Brandon Bayer <[email protected]>
Disable jsx-a11y/anchor-is-valid because it doesn't plan will with Blitz/Next links

(patch)

github.com/blitz-js/legacy-framework - 73f6be0814e05b3e26ae79905a2f739dfec58a60 authored over 4 years ago by Brandon Bayer <[email protected]>
Beautify query/mutation logging and Refactor logger (#199)

* Refactor logger and beautify rpc logging

* Resolve conflicts and make requested changes

...

github.com/blitz-js/legacy-framework - 2dfa86556d866bbc976a8a0a09273137ba9f5d25 authored over 4 years ago by Dylan Brookes <[email protected]>
Fix possible race condition during `blitz new` (#198)

* Refactor dependecy upgrader to mitigate the race condition

* Refactor reduce -> for loop
(...

github.com/blitz-js/legacy-framework - 7097150c2d24600662a520ab35cfca1bb1b9b8d5 authored over 4 years ago by Fran Zekan <[email protected]>
Maybe fix one issue on windows by removing node-pty (#210)

* Remove node-pty

* Use next instead of process.stdout
(patch)
Co-authored-by: Brandon Baye...

github.com/blitz-js/legacy-framework - 84a8ac75125ecb0534e7b3ddc8d9ad4593216c37 authored over 4 years ago by Rudi Yardley <[email protected]>
set up release notes (ignore)

github.com/blitz-js/legacy-framework - ef48721625ccfbb2e2bf06b869171ca6b0ef3d54 authored over 4 years ago by Brandon Bayer <[email protected]>
Update issue templates

github.com/blitz-js/legacy-framework - a54b48190c79a2dacb6abea5cbad3c56535a233e authored over 4 years ago by Brandon Bayer <[email protected]>
refactor(server): simplify resolveBinAsync (#208)

(patch)

github.com/blitz-js/legacy-framework - ff5cab07fc1821492494b873c69f9d6027666caf authored over 4 years ago by Justin Hall <[email protected]>
Add userbase example (#12150)

* add userbase example

* update readme and add now.json with build.env

* update deploy but...

github.com/blitz-js/next.js - 0c6ee2c7607402c4d10072e21e13a1bc72038336 authored over 4 years ago by Allen Hai <[email protected]>
Update to match log style for new env loading (#12137)

github.com/blitz-js/next.js - 2ad351511ed6fb44161f42ae401a19b37cf131e3 authored over 4 years ago by JJ Kasper <[email protected]>
Ensure modern AMP client page bundles are removed (#12138)

github.com/blitz-js/next.js - 5d13e55a4a34a8ea74b47ecb46b97b428988c21a authored over 4 years ago by JJ Kasper <[email protected]>
Add tests for dotenv-expand behavior (#12140)

github.com/blitz-js/next.js - 0a3b64d274dff0eb0bbe8e0c1609815d5bab327c authored over 4 years ago by JJ Kasper <[email protected]>
fix(cli): populate new apps with latest version of deps in range (#206)

github.com/blitz-js/legacy-framework - 02ccc7db0e48bc7f6b455bc0a7c25c01ec645bd6 authored over 4 years ago by Justin Hall <[email protected]>
v0.6.0-canary.0

github.com/blitz-js/legacy-framework - 9de79ba6211cd7f94dcdc7d4161f63944042f9f2 authored over 4 years ago by Brandon Bayer <[email protected]>
docs: add Zeko369 as a contributor (#201)

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authore...

github.com/blitz-js/legacy-framework - dfac941a80482290726e02d646465b0714ffcc65 authored over 4 years ago by allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Add spinner to blitz new and blitz start/build (#200)

(patch)

github.com/blitz-js/legacy-framework - f3f17a2452649a16c32224a0ee47891648ff3f05 authored over 4 years ago by Brandon Bayer <[email protected]>
update console in user guide

github.com/blitz-js/legacy-framework - aa6d0e0dc0fb0a08045de9806c99d5e4999594a8 authored over 4 years ago by Brandon Bayer <[email protected]>
Change blitz new install to cli version (#195)

* Change blitz new install to cli version

* Update replace-blitz-dependency.ts

* Simplify
...

github.com/blitz-js/legacy-framework - 4b0b1b8c66daf39cc311d1e1ab916e00f27614d1 authored over 4 years ago by Dylan Brookes <[email protected]>
Merge branch 'master' into canary

github.com/blitz-js/legacy-framework - 7e72dd3ccdf95e387455efdde4c730f64ee1d4d5 authored over 4 years ago by Brandon Bayer <[email protected]>
update publish script

github.com/blitz-js/legacy-framework - 0aa16e25ae1c7fe9c73600dafce19d77e43406c0 authored over 4 years ago by Brandon Bayer <[email protected]>
v0.5.2-alpha

github.com/blitz-js/legacy-framework - 9e5d58ddbdd8d95dcea3317301c39ff46d5bd00a authored over 4 years ago by Brandon Bayer <[email protected]>
publish script change

github.com/blitz-js/legacy-framework - edd673f54cdbd56481dd84cb126e7a82063701da authored over 4 years ago by Brandon Bayer <[email protected]>
publish script

github.com/blitz-js/legacy-framework - 6cccbe348745c22711490b149a1813dd503d2a78 authored over 4 years ago by Brandon Bayer <[email protected]>
v0.5.0-canary.10

github.com/blitz-js/legacy-framework - 92069cfef82120e2009793c61366e082db47e9aa authored over 4 years ago by Brandon Bayer <[email protected]>
run reset on publish

github.com/blitz-js/legacy-framework - b16424592fa94a68f4e3ef739bc96d9aca293734 authored over 4 years ago by Brandon Bayer <[email protected]>
auto rerun CLI test if fails first time & some dx scripts

github.com/blitz-js/legacy-framework - 92c4a4bfc8c59791f9586d3f1934f531f0bcead6 authored over 4 years ago by Brandon Bayer <[email protected]>
v0.5.0-canary.9

github.com/blitz-js/legacy-framework - ffd87a80af90943e70b894eeb59be89d1d1fef9d authored over 4 years ago by Brandon Bayer <[email protected]>
Remove @types/find-up (#12120)

github.com/blitz-js/next.js - 29f86d9076ce60a33da7829c5f66faa837a2e844 authored over 4 years ago by matamatanot <[email protected]>
Improve Server Lib Utilities (#12119)

github.com/blitz-js/next.js - eef8f1f39d6ff8b8a5908edfd1cd6ed20ad5c40a authored over 4 years ago by Kiarash Zarinmehr <[email protected]>
v0.5.0-canary.8

github.com/blitz-js/legacy-framework - 9c54cfaef19b63c30a7e41447541c7cc30b5c6d4 authored over 4 years ago by Brandon Bayer <[email protected]>
fix blitz console again...

github.com/blitz-js/legacy-framework - fd2e9d29886ebc0364ed7b26e1c43bf8852cb6cb authored over 4 years ago by Brandon Bayer <[email protected]>
Alpha User Documentation (#37)

* first pass at adding alpha docs

* get build working again and bump docusaurus to alpha.50

github.com/blitz-js/de.blitzjs.com - 61280afcec644d5a6f85d20110876d4c4763b050 authored over 4 years ago by Corey Brown <[email protected]>
Alpha User Documentation (#37)

* first pass at adding alpha docs

* get build working again and bump docusaurus to alpha.50

github.com/blitz-js/es.blitzjs.com - 61280afcec644d5a6f85d20110876d4c4763b050 authored over 4 years ago by Corey Brown <[email protected]>
Alpha User Documentation (#37)

* first pass at adding alpha docs

* get build working again and bump docusaurus to alpha.50

github.com/blitz-js/it.blitzjs.com - 61280afcec644d5a6f85d20110876d4c4763b050 authored over 4 years ago by Corey Brown <[email protected]>
Alpha User Documentation (#37)

* first pass at adding alpha docs

* get build working again and bump docusaurus to alpha.50

github.com/blitz-js/nl.blitzjs.com - 61280afcec644d5a6f85d20110876d4c4763b050 authored over 4 years ago by Corey Brown <[email protected]>
Alpha User Documentation (#37)

* first pass at adding alpha docs

* get build working again and bump docusaurus to alpha.50

github.com/blitz-js/ja.blitzjs.com - 61280afcec644d5a6f85d20110876d4c4763b050 authored over 4 years ago by Corey Brown <[email protected]>
Alpha User Documentation (#37)

* first pass at adding alpha docs

* get build working again and bump docusaurus to alpha.50

github.com/blitz-js/pt-br.blitzjs.com - 61280afcec644d5a6f85d20110876d4c4763b050 authored over 4 years ago by Corey Brown <[email protected]>
Alpha User Documentation (#37)

* first pass at adding alpha docs

* get build working again and bump docusaurus to alpha.50

github.com/blitz-js/ko.blitzjs.com - 61280afcec644d5a6f85d20110876d4c4763b050 authored over 4 years ago by Corey Brown <[email protected]>
Alpha User Documentation (#37)

* first pass at adding alpha docs

* get build working again and bump docusaurus to alpha.50

github.com/blitz-js/fr.blitzjs.com - 61280afcec644d5a6f85d20110876d4c4763b050 authored over 4 years ago by Corey Brown <[email protected]>
Alpha User Documentation (#37)

* first pass at adding alpha docs

* get build working again and bump docusaurus to alpha.50

github.com/blitz-js/zh-hans.blitzjs.com - 61280afcec644d5a6f85d20110876d4c4763b050 authored over 4 years ago by Corey Brown <[email protected]>
Alpha User Documentation (#37)

* first pass at adding alpha docs

* get build working again and bump docusaurus to alpha.50

github.com/blitz-js/blitzjs.com - 61280afcec644d5a6f85d20110876d4c4763b050 authored over 4 years ago by Corey Brown <[email protected]>
Alpha User Documentation (#37)

* first pass at adding alpha docs

* get build working again and bump docusaurus to alpha.50

github.com/blitz-js/id.blitzjs.com - 61280afcec644d5a6f85d20110876d4c4763b050 authored over 4 years ago by Corey Brown <[email protected]>
v0.5.0-canary.7

github.com/blitz-js/legacy-framework - 3cc4476a985e39244cfa91ca267fde66e3da3a0e authored over 4 years ago by Brandon Bayer <[email protected]>
Fix CLI on windows (#192)

github.com/blitz-js/legacy-framework - 1a45b2d3944c3551a31e2f2e943c32f6f00ad195 authored over 4 years ago by Brandon Bayer <[email protected]>
fix(cli): console crashing when importing ts files (#185)

* fix(cli): console crashing when importing ts files

* fixes

Co-authored-by: Brandon Bayer...

github.com/blitz-js/legacy-framework - bac7f21295fa01293800d68ccc9dcd2354ca249d authored over 4 years ago by Beata Obrok <[email protected]>
Update bug_report.md

github.com/blitz-js/legacy-framework - 9755466f9bf8ea03ce2b039a3ba40f7b1ffb73a8 authored over 4 years ago by Brandon Bayer <[email protected]>
fix(server): make synchronizer pages rule cross-platform (#186)

Co-authored-by: Brandon Bayer <[email protected]>

github.com/blitz-js/legacy-framework - 3a85e83b56c1117bcb0e83503be7721ad549d1dd authored over 4 years ago by Justin Hall <[email protected]>
test(server): make dev tests cross-platform (#184)

github.com/blitz-js/legacy-framework - 4e49239f538dd3e0f70c028215fb29bfa79f6dd7 authored over 4 years ago by Justin Hall <[email protected]>
Add example with Magic authentication (#11810)

* Add example with Magic and Passport.js

* Tweaked wording on README

* Fixed lint error

...

github.com/blitz-js/next.js - 91adb8661dd350e37e40b15eee1f23a9d413843b authored over 4 years ago by Sean Li <[email protected]>
Reorganize a few deps and add `react-refresh`

github.com/blitz-js/versions-diff-web - 4de11a57fc58acbd35e6cb4ef471c41a41286919 authored over 4 years ago by Lucas Bento <[email protected]>
fix variable (#12114)

github.com/blitz-js/next.js - 7d2ff81207d4d7ad6046a02fb171c2f38ea2fc34 authored over 4 years ago by Oxicode <[email protected]>
Update TypeScript API routes tests (#12112)

github.com/blitz-js/next.js - 2b9425c2fcfff6d3676e0c1dcf87b3d5689cb89f authored over 4 years ago by JJ Kasper <[email protected]>
Make sure to handle // during hydration (#11788)

* Make sure to handle // during hydration

* Add test for navigating from // URL

github.com/blitz-js/next.js - eb367db9d14a875ff4da6c00ff9100f72103accd authored over 4 years ago by JJ Kasper <[email protected]>
refactor: replaceDependencies to run in parallel (#183)

github.com/blitz-js/legacy-framework - f0a56ff2fe2936b8b03f17ce4802f5cb41a94a28 authored over 4 years ago by Camilo Gonzalez <[email protected]>
fix tsconfig-paths being registered for all commands

github.com/blitz-js/legacy-framework - 2a71e3441dcab14c852ed15d64b0b6ad3fb236ab authored over 4 years ago by Brandon Bayer <[email protected]>
tweak readme

github.com/blitz-js/legacy-framework - 63cacbb73c13cb87bbf693cc0ab8be8629d075f5 authored over 4 years ago by Brandon Bayer <[email protected]>
update issue templates

github.com/blitz-js/legacy-framework - 219d12aaa281832e059f730ebbb5c93c2272c259 authored over 4 years ago by Brandon Bayer <[email protected]>
Update Code of Conduct email address (#12108)

github.com/blitz-js/next.js - ec26b1bba30c533979eea4e49f866d4596618661 authored over 4 years ago by Steven <[email protected]>
v0.5.0-canary.6

github.com/blitz-js/legacy-framework - b1321c77e10d1aec0a4fa2de7ba92ab8eecb4aed authored over 4 years ago by Brandon Bayer <[email protected]>
Update USER_GUIDE.md

github.com/blitz-js/legacy-framework - cf215b4a12c5894753572fed5031202f425bd7f6 authored over 4 years ago by Brandon Bayer <[email protected]>
Refactor synchronizer (#146)

* Refactor Synchronizer

* Add api routes functionality

* Add functions to test files

* ...

github.com/blitz-js/legacy-framework - 32f0a76b18f5fb3b0faa520b62ccb3a281f3af01 authored over 4 years ago by Rudi Yardley <[email protected]>
Implement the blitz console command (#176)

* wip

* working

* add default blitz files to store example

* finish up

* fix tests

github.com/blitz-js/legacy-framework - e9e8841f07c579f42cd94611251345a36ae84501 authored over 4 years ago by Brandon Bayer <[email protected]>
Avoid bugs with native Date class (#12098)

github.com/blitz-js/next.js - 39d9476992420bac12751b48d592c79caa9ac8d1 authored over 4 years ago by Vania Kucher <[email protected]>
Use latest versions for app template (#170)

* Use latest versions for app template

* Make dependency swapping more robust

* Make it faster...

github.com/blitz-js/legacy-framework - d6b29a2f71cec901b3a47a7c0a7c39f3b412df0b authored over 4 years ago by Dylan Brookes <[email protected]>
fix(dev-server): render 404 when dynamic ssg path doesn't exist (#12085)

Co-authored-by: JJ Kasper <[email protected]>
Co-authored-by: Joe Haddad <[email protected]>

github.com/blitz-js/next.js - 47d7eddd0d486a2c6a875cf39fbf7de855c5a946 authored over 4 years ago by Thomas Heyenbrock <[email protected]>
[internal] Dedupe monorepo deps (#12093)

* Dedupe webpack

* Dedupe deps

* Update compiled deps

github.com/blitz-js/next.js - 5d8709946a904a01f919251130bd927dda18333d authored over 4 years ago by Joe Haddad <[email protected]>
Fix typo in example (#12094)

Line 4: "...special configuration file `next.js.config` and..."
Is it meant to be `next.config....

github.com/blitz-js/next.js - 06f379ffadd263a35d0a7d2c2e3c13449a66a2a2 authored over 4 years ago by dzigg <[email protected]>
Update engines in package.json (#12022)

github.com/blitz-js/next.js - 4f9664856930e6f3e0c7f3df271c27c35d62e469 authored over 4 years ago by matamatanot <[email protected]>
v9.3.6-canary.9

github.com/blitz-js/next.js - ad16b8c8233850b939e9de9b24a8ab7851976a52 authored over 4 years ago by Joe Haddad <[email protected]>
Add Additional Test Case for CSS Order in Dev (#12007)

* Failing test to demonstrate issue #12004

* Separate position for global vs client scripts. Fi...

github.com/blitz-js/next.js - 906da4c9ec76c0f75b3d7301cf23b3ab6131cb5e authored over 4 years ago by Scott Parker <[email protected]>
Evaluate App before Page in Dev for CSS Ordering (#12090)

github.com/blitz-js/next.js - d8c71b1537e6a511c7b21f6f2faef54dc6331855 authored over 4 years ago by Joe Haddad <[email protected]>
Upgrade ora to 4.0.4 to prevent undefined progress on CI build (#12088)

github.com/blitz-js/next.js - fc830b25de4624a586569e4c921130a0a2f1e5ee authored over 4 years ago by Fonger <[email protected]>
Fix type on NextApiHandler (#11988)

* Fix type on NextApiHandler

The example [here](https://nextjs.org/docs/api-routes/api-middle...

github.com/blitz-js/next.js - 548a01754dbb11e6a2f9ca1a3cc6d95b7acea0e2 authored over 4 years ago by Brandon Duffany <[email protected]>
v9.3.6-canary.8

github.com/blitz-js/next.js - c14ec9cf517d961e2be9afee627e6be431bad75f authored over 4 years ago by Joe Haddad <[email protected]>
Update to track test timings separate for Azure and Actions (#12083)

* Update to track test timings separate for Azure and Actions

* Add azure test flag

github.com/blitz-js/next.js - d00180bba88b341592583a88c122af59aff16f08 authored over 4 years ago by JJ Kasper <[email protected]>
Upgrade webpack (#12082)

* Upgrade webpack

* rebundle

github.com/blitz-js/next.js - 07b24e6fa1d7d825fab0c4cf02ef9d42aae45476 authored over 4 years ago by Joe Haddad <[email protected]>
[Fast Refresh] propagates a module that stops accepting in nex… (#12062)

* [Fast Refresh] propagates a module that stops accepting in next version

* Verify self accep...

github.com/blitz-js/next.js - c08646a11a5ed230bf539dcefb8b95ec89f855b8 authored over 4 years ago by Joe Haddad <[email protected]>
Rosetta i18n example (#11841)

* add rosetta example

* add comment

* add example for ssr

* add debug example, rerender...

github.com/blitz-js/next.js - d28ad8805a7cdc51bb85cb9339a7d9fc61500d90 authored over 4 years ago by Dustin Deus <[email protected]>
Add Experimental React Refresh Example (#12081)

* Add Experimental React Refresh Example

* add basic readme

github.com/blitz-js/next.js - 3fe4cbc6776dfb7b9360563a8fc92513c6bdece5 authored over 4 years ago by Joe Haddad <[email protected]>
Fix `yarn test` by also running the build (#174)

github.com/blitz-js/legacy-framework - af338d99e4e6958268909246cfc45ebebb0b15a0 authored over 4 years ago by Brandon Bayer <[email protected]>
fix postcss.config.js warnings (#12070)

* update postcss.config.js to fix warnings

Return empty array if the condition is not met to ...

github.com/blitz-js/next.js - 600b78c098bb9c1d4b6135df146e5948c1baf07f authored over 4 years ago by David Pike <[email protected]>
docs: add sonnypgs as a contributor (#172)

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authore...

github.com/blitz-js/legacy-framework - bd63e4cab00d4ea2a808dcfa4272f45da2bcb750 authored over 4 years ago by allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Update README.md

github.com/blitz-js/legacy-framework - e387936cb0627ff92341e9ffd8be2a13a7593301 authored over 4 years ago by Brandon Bayer <[email protected]>