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

chore: tweak readme

github.com/blitz-js/legacy-framework - 277c704be8d65e26bf097e94d5a31970e93a4754 authored over 4 years ago by Brandon Bayer <[email protected]>
Add @merelinguist as a contributor

github.com/blitz-js/legacy-framework - 046b2ed30018d65a8464d2017c97415db56cb209 authored over 4 years ago by Brandon Bayer <[email protected]>
chore: fix rishabhpoddar readme link

github.com/blitz-js/legacy-framework - ef579daf1c699b31e2ababf31ad1eb8329ecb0b2 authored over 4 years ago by Brandon Bayer <[email protected]>
[docs] Mention the new data fetching methods on missing places (#11620)

Co-authored-by: Tim Neutkens <[email protected]>

github.com/blitz-js/next.js - f33ba2c5258f0714ef98d3bc4c54ba7539c6235b authored over 4 years ago by Luis Alvarez D <[email protected]>
Mention <title> and styled-jsx caveats in Document's docs (#11499)

* Mention <title> and styled-jsx caveats

* Update custom-document.md

Co-authored-by: Tim N...

github.com/blitz-js/next.js - 969ffd6c1a1109f83868bce4f88c8f03541db4d7 authored over 4 years ago by Vass Bence <[email protected]>
Add routing example with dynamic `as` prop (#11114)

github.com/blitz-js/next.js - baf0b28779776ae4c1d5b2adcf2e77484da2aa11 authored over 4 years ago by Karl Horky <[email protected]>
Any elements must be direct children of next/head (#11557)

It is any elements and not only meta or title because the children of next/head are generated in...

github.com/blitz-js/next.js - 23d71ff116f012b6fa5dbaaf591a4ae88f315844 authored over 4 years ago by Yossi Spektor <[email protected]>
Add repository URL to package.json (#10748)

Co-authored-by: Tim Neutkens <[email protected]>

github.com/blitz-js/next.js - bd85cbdf1770e3a85d43b58cb31fc75237d84905 authored over 4 years ago by Yamagishi Kazutoshi <[email protected]>
refactor(cli): CLI refactoring (#25)

* Add base generator class

* change from mem-fs to fs.mkdirSync due to undefined error

* A...

github.com/blitz-js/legacy-framework - e44785bcff8ac158bc35cd236d058dfda8aea2cc authored over 4 years ago by Lorenzo Rapetti <[email protected]>
Update webpack and mkdirp (#11165)

* Update mkdirp to a version that no longer has a dependency on minimist: https://npmjs.com/advi...

github.com/blitz-js/next.js - 301cca3802c0c8f4ebe0d39a7324db35e87c4c4d authored over 4 years ago by Madeline Ziolko <[email protected]>
Update postcss.config.js (#11366)

* Update postcss.config.js

Return empty array if the condition is not met to avoid a null/und...

github.com/blitz-js/next.js - 19f41c60bc27d4d9cdb18a03aa8733f0bd6bc213 authored over 4 years ago by Paul van Dyk <[email protected]>
Add example for polyfilling DOMParser in Node (#10782)

This change updates the README of the `react-intl` example to show how to use
the FormattedHTML...

github.com/blitz-js/next.js - 20f2b0b3b2decc6544a29ddd90c19e2fdbe8b009 authored over 4 years ago by Fabian Mastenbroek <[email protected]>
Add dependencies used by compiled files (#11699)

* Add dependencies used by compiled files

* Update utils.ts

github.com/blitz-js/next.js - 6e84c0c12ac89071c9bae7cc2e57c5769b05867a authored over 4 years ago by Tim Neutkens <[email protected]>
v9.3.5-canary.3

github.com/blitz-js/next.js - 69984de796e72743d4b168fb7a1d0e17d5eb2dd1 authored over 4 years ago by Tim Neutkens <[email protected]>
Use function for function components (#11695)

github.com/blitz-js/next.js - 7b0802eb40c64c23fb47bd4d353b81cd5e3fac9e authored over 4 years ago by Shu Uesugi <[email protected]>
A little bit of maintenance on the ReasonML examples (#11662)

* Add babel-types package

`next dev` was failing with:

```
Error: Cannot find module 'bab...

github.com/blitz-js/next.js - fa39b311ec2f029244236f895c53a90f9bb0ed19 authored over 4 years ago by Nathan Sculli <[email protected]>
Update Automatic Static Optimization docs (#11618)

github.com/blitz-js/next.js - e3a35b2a3e711972078d2a4a509530b62a51dec1 authored over 4 years ago by Luis Alvarez D <[email protected]>
[create-next-app] update logic for shouldUseYarn function (#11683)

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

github.com/blitz-js/next.js - eec18ecafe217ffc6727920b2eae2e746fff7ede authored over 4 years ago by Sriram Thiagarajan <[email protected]>
add links to sections in data fetching documentation (#11666)

github.com/blitz-js/next.js - b91ee110b773179c65427e1092bfb08f9410fbcb authored over 4 years ago by Jaga Santagostino <[email protected]>
Fix documentation link in Basic API routes example (#11671)

Link to description of API Routes in the main README of the repo is broken. Replaced with a link...

github.com/blitz-js/next.js - 89b69865fb2a41d65a8e827ea829f2ff8ce83a1f authored over 4 years ago by Tal Ater <[email protected]>
Integrate with-atlaskit (#11269)

* Add with-atlaskit

* Fix

* Fix

* Add babel

github.com/blitz-js/next.js - d46a0aef0f408770d485f6c257501624b4f5b3e0 authored over 4 years ago by Alejandro <[email protected]>
Updating native-url version (#11670)

* Updating native-url version

* Bump version

github.com/blitz-js/next.js - 52f9e911ecc3a217c8456ebb9f05fe80d578fdb6 authored over 4 years ago by Janicklas Ralph <[email protected]>
Warn when user has pages/_error but no pages/404 (#11603)

* Warn when user has pages/_error but no pages/404

* Update test

* Update custom-error-no-...

github.com/blitz-js/next.js - 1cdc60796816cbdf80e3dc851405b121bbf511cb authored over 4 years ago by JJ Kasper <[email protected]>
v9.3.5-canary.2

github.com/blitz-js/next.js - 9baa103bb81ef0b6dceb6ccc78a772dda251e309 authored over 4 years ago by JJ Kasper <[email protected]>
Add error when GSSP methods are added as page component members (#11645)

github.com/blitz-js/next.js - 7f8f149f9986afd8cb916e27eb231bacaad9dc9d authored over 4 years ago by JJ Kasper <[email protected]>
Updated with-shallow-routing to use getServerSideProps (#11585)

* Replaced getInitialProps with getServerSideProps

* Updated page and readme

* Removed unr...

github.com/blitz-js/next.js - d093dd5786c0212b7add289724bdbed3100410e2 authored over 4 years ago by David Janda <[email protected]>
Update FAQ link (#11636)

to new Data fetching documentation

github.com/blitz-js/next.js - 2bfbfea635847ecf76c1aa805cb49b8a6c8b515b authored over 4 years ago by Jan Sepke <[email protected]>
v9.3.5-canary.1

github.com/blitz-js/next.js - ed1aba0dbb124bd9effaeb7114a07582a7676738 authored over 4 years ago by Joe Haddad <[email protected]>
Fix Preview Mode in `<iframe>` (#11638)

github.com/blitz-js/next.js - b747a366abe9e2971e749c0a726b55f10cf82f68 authored over 4 years ago by Joe Haddad <[email protected]>
Add release 0.62.1

github.com/blitz-js/versions-diff - 53e28efe18fa1dfbdc6a127d572dc14af201c0bc authored over 4 years ago by Pavlos Vinieratos <[email protected]>
[fix:typo] - Fixing a typo in the typescript example (#11630)

github.com/blitz-js/next.js - d97ac9ff82c33d3e05da621aeac3d0dd9594f30a authored over 4 years ago by noejon <[email protected]>
make providers headlines so they become linkable (#11613)

(hopefully)

github.com/blitz-js/next.js - 845f2a98fbf6f037253b9cf05733464e0a63aa27 authored over 4 years ago by Jan Piotrowski <[email protected]>
[Docs] Remove concepts folder (#11621)

github.com/blitz-js/next.js - 9a7f29c981d618ca2b3570a93cde35f85da72513 authored over 4 years ago by Luis Alvarez D <[email protected]>
docs: add marcoseoane as a contributor (#81)

* docs: update README.md [skip ci]

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

Co-authore...

github.com/blitz-js/legacy-framework - fa6067eee7a33269ced05aaf90c193e8e94554f4 authored over 4 years ago by allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
docs: add rishabhpoddar as a contributor (#78)

* docs: update README.md [skip ci]

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

Co-authore...

github.com/blitz-js/legacy-framework - 6879be005ec2aaf5d090baa4ce51dc7cd319d1df authored over 4 years ago by allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
docs: add aem as a contributor (#79)

* docs: update README.md [skip ci]

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

Co-authore...

github.com/blitz-js/legacy-framework - 52e93a608bef988c655acd2d2934650fdbfcb250 authored over 4 years ago by allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
docs: add lorenzorapetti as a contributor (#80)

* docs: update README.md [skip ci]

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

Co-authore...

github.com/blitz-js/legacy-framework - bce5a4bd377a3c7286b3c75305842081169dfb60 authored over 4 years ago by allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
doc: Add All Contributors Spec, Add CONTRIBUTING.md, Update Readme (#77)

* Added financial contributors to the README

* Add @flybayer as a contributor

* Add @medel...

github.com/blitz-js/legacy-framework - 1dad6203689cb8b4fdf0d0e3e8f72a43c1c104ea authored over 4 years ago by Brandon Bayer <[email protected]>
Replace getInitialProps with getServerSideProps (#11586)

github.com/blitz-js/next.js - 641976a471d64a99ca997af70f5add55509937b6 authored over 4 years ago by David Janda <[email protected]>
Rename unstable GSP field (#11602)

* Rename unstable GSP revalidate field

* Update error message

* Tweak error message some more
...

github.com/blitz-js/next.js - 97a6b64f83fe1044a1446385ec8cb0efc7a77bd0 authored over 4 years ago by JJ Kasper <[email protected]>
Update minimum required node version to be more specific (#11604)

github.com/blitz-js/next.js - bf96337c6ca6ad2e47443aaf7eb11ea55ddfbcb3 authored over 4 years ago by JJ Kasper <[email protected]>
[docs] Remove broken link to example api-routes-micro (#11597)

github.com/blitz-js/next.js - 892794b01383b0283b974961e8c6f7a6edf4a57a authored over 4 years ago by Sriram Thiagarajan <[email protected]>
v9.3.5-canary.0

github.com/blitz-js/next.js - ef1bfc962b15b96a09a6b4481c47657711aa71f2 authored over 4 years ago by JJ Kasper <[email protected]>
Update README.md

github.com/blitz-js/legacy-framework - f09b968e276ee36d5cc92ceb3d115a1a5826b38d authored over 4 years ago by Brandon Bayer <[email protected]>
Revert "add initial file structure rfc"

This reverts commit f48a776e9983e2478067d4ae4af3e6413a3148ea.

github.com/blitz-js/legacy-framework - 7f81d6291d837bf816578ce287a969231767a436 authored over 4 years ago by Brandon Bayer <[email protected]>
add initial file structure rfc

github.com/blitz-js/legacy-framework - f48a776e9983e2478067d4ae4af3e6413a3148ea authored over 4 years ago by Brandon Bayer <[email protected]>
RFC for Blitz App File Structure (#3)

* add file rfc

* tweaks

* update & roll in routing. More to do yet

* Update 003_blitz_f...

github.com/blitz-js/drafts - cb5a977557d4e0d202d57de4e75c8801618da56a authored over 4 years ago by Brandon Bayer <[email protected]>
[RFC] Blitz App Architecture (#7)

* Create architecture.md

* add background processing

* clarify the ssr section

* Update...

github.com/blitz-js/drafts - d4d10dff70f26960a04eca61cf3cbae8a9d391d8 authored over 4 years ago by Brandon Bayer <[email protected]>
[docs] document how root routes coexist with dynamic api routes (#11591)

* document how root routes coexist with dynamic api routes

document how root routes coexist w...

github.com/blitz-js/next.js - 4adab3d4b01dcb7f0742c57a4399ba2cbe618796 authored over 4 years ago by swyx <[email protected]>
add: `jsx` to list of supported files in docs (#11579)

github.com/blitz-js/next.js - b48db989bb1ef2d4a0ad74e14fa581c202f5e77d authored over 4 years ago by kvoncode <[email protected]>
Update to make sure to respond with 400 for invalid URLs (#11561)

* Update to make sure to respond with 400 for invalid URLs

* Update response text for 400 API...

github.com/blitz-js/next.js - 56118439b769c798b10ea96d4ad928ef6d5467a0 authored over 4 years ago by JJ Kasper <[email protected]>
Prevent extraneous re-renders with next/dynamic (#11587)

* Prevent extraneous rerenders with loadables

* Don't try to spread undefined

* Allow ref ...

github.com/blitz-js/next.js - 139da5ade2d6dd83e9b241b9a8e72b7546b25838 authored over 4 years ago by Gerald Monaco <[email protected]>
Fix styled-components example README notes (#11548)

* Add notes to styled-components example README

* Adjust notes to styled-components example R...

github.com/blitz-js/next.js - 5db180b221cb36dbbb560b54811bd9047829339a authored over 4 years ago by Matt Carlotta <[email protected]>
v9.3.4

github.com/blitz-js/next.js - 8c899ee5e4cadc0a1cb47918613c1f6028b26314 authored over 4 years ago by Tim Neutkens <[email protected]>
v9.3.4-canary.4

github.com/blitz-js/next.js - e000d843b22b249a05d7ec949f55052d37a89a3a authored over 4 years ago by Tim Neutkens <[email protected]>
Update hello-world example React version & name for CodeSandbox (#11550)

github.com/blitz-js/next.js - 7b546a92c83214362b85e5c30e3ab69610fffc3b authored over 4 years ago by James Mosier <[email protected]>
Add notes to styled-components example README (#11540)

* Add notes to styled-components example README

* Adjust notes to styled-components example R...

github.com/blitz-js/next.js - a37ad0ae077cf8892a25bb83f42a73ea51da10f0 authored over 4 years ago by Matt Carlotta <[email protected]>
v9.3.4-canary.3

github.com/blitz-js/next.js - a99244402e5e43ef21c442bad3424bfcfb68ad57 authored over 4 years ago by Tim Neutkens <[email protected]>
Update build output with renamed column (#11401)

* Update build output with renamed column

* Update build output test

* Update naming of co...

github.com/blitz-js/next.js - 3f6bd47dfb4e91b5ae4719dff0a4e6e8f79efc94 authored over 4 years ago by JJ Kasper <[email protected]>
Example/update unstated (#11534)

* Updated components and deps

* Updated readme

github.com/blitz-js/next.js - 1992e2a96e885a90e68840760b6f128c5c635a9f authored over 4 years ago by Luis Alvarez D <[email protected]>
Update to make sure AMP only bundles are always removed in pro… (#11527)

github.com/blitz-js/next.js - d61eced9a6198d7717796fab873d8596485d459e authored over 4 years ago by JJ Kasper <[email protected]>
Remove passing of NODE_OPTIONS='--inspect' to subprocesses (#11041)

* fix(debugging): do not pass NODE_OPTIONS='--inspect' to subprocesses

fixes #11030

* fix(...

github.com/blitz-js/next.js - fa5da6d22090616947ea5903112e0c7efd903abc authored over 4 years ago by Vincent Voyer <[email protected]>
Update MANIFESTO.md

github.com/blitz-js/legacy-framework - 3e63287fa213e1b4a6c5e7367190282d21d6a6bc authored over 4 years ago by Brandon Bayer <[email protected]>
v9.3.4-canary.2

github.com/blitz-js/next.js - f9cd7c581f5f952e2ab6064b9e750613f09cd948 authored over 4 years ago by JJ Kasper <[email protected]>
Generic Type for GetStaticPaths (#11430)

* Generic Type for GetStaticPaths

* Add generic typing for params to GSSP and GSP too

* Ad...

github.com/blitz-js/next.js - c17ee73db70a512e86d86eb14e7909363f40842f authored over 4 years ago by Jane Manchun Wong <[email protected]>
added "with-route-as-modal" example (#11473)

* added "with-route-as-modal" exemple

extra space missing in style.css

oops

linted

*...

github.com/blitz-js/next.js - 226387694be17d198c61270bab7c5cb684420b94 authored over 4 years ago by Hugo Morosini <[email protected]>
update auth0 example with getServerSideProps (#11051)

* example improved

* put user cache back

* .env.template is back

* .env.template sortin...

github.com/blitz-js/next.js - f2315ffc8fc484177e5b9e4e08aeaa5f930da5a1 authored over 4 years ago by Freddy Jimenez <[email protected]>
Update checking for existing dotenv usage (#11496)

* Update checking for existing dotenv usage

* Check for package-lock.json also

github.com/blitz-js/next.js - b307ed91868bd1d033b5a36571fcd8aa95a32b8e authored over 4 years ago by JJ Kasper <[email protected]>
Update environment support (#11524)

* Remove req.env

* Rename NEXT_APP_ to NEXT_PUBLIC_

* Remove key exposing env config

* ...

github.com/blitz-js/next.js - b8d075ef0e68b8407644b17813c510b4e30fd9ff authored over 4 years ago by Tim Neutkens <[email protected]>
Drop url dependency (#11503)

github.com/blitz-js/next.js - ce3f7d05b30520dfd37879b0b09f9f6109fa2367 authored over 4 years ago by Guy Bedford <[email protected]>
v9.3.4-canary.1

github.com/blitz-js/next.js - 0bfc0b3f1884675933526cd0539089839efbdca5 authored over 4 years ago by Joe Haddad <[email protected]>
babel-loader, cache-loader

github.com/blitz-js/next.js - c855a3828e03d39c594b05835a263c938294f11d authored over 4 years ago by Guy Bedford <[email protected]>
file-loader

github.com/blitz-js/next.js - 8dad5abd66027d6f85a17b85776907079575fa59 authored over 4 years ago by Guy Bedford <[email protected]>
ignore-loader

github.com/blitz-js/next.js - a3ec26d30aba5aa7a42adde49d2be2282b59855d authored over 4 years ago by Guy Bedford <[email protected]>
postcss loaders

github.com/blitz-js/next.js - 755dc4096942ec5e46e68cb75c00ed5c18bf7d1d authored over 4 years ago by Guy Bedford <[email protected]>
chalk, ci-info

github.com/blitz-js/next.js - af40b5b2f86d7dc1a6d693fc82d29076f99fd7df authored over 4 years ago by Guy Bedford <[email protected]>
correct babel dev dependency

github.com/blitz-js/next.js - d7f9a5270e8c0f932aae04c305ae0ba592de6dba authored over 4 years ago by Guy Bedford <[email protected]>
polyfills

github.com/blitz-js/next.js - 8c214949977c0fab626df49e2b3238177911f8f1 authored over 4 years ago by Guy Bedford <[email protected]>
browserslist

github.com/blitz-js/next.js - 90a0cef87ebda43f434edc52eb86f41ea663ab5d authored over 4 years ago by Guy Bedford <[email protected]>
compress, content-type

github.com/blitz-js/next.js - 0adb310c279a186b1bc4322e90e1580843ddc576 authored over 4 years ago by Guy Bedford <[email protected]>
babel revert

github.com/blitz-js/next.js - 35a6710cdb699bc2a885447740f96bab25bde757 authored over 4 years ago by Guy Bedford <[email protected]>
find-up

github.com/blitz-js/next.js - 9c2e43a3823021c9ed69a4628b163ca21f62fae6 authored over 4 years ago by Guy Bedford <[email protected]>
Revert "@ampproject/toolbox-optimizer"

This reverts commit 4a7afb72b8c328057bd50b86de92c1abb8d8afc3.

github.com/blitz-js/next.js - 3621a5d51528cb026b6f2f1f987ede83c19b0c88 authored over 4 years ago by Guy Bedford <[email protected]>
webpack-dev-middleware, webpack-hot-middleware

github.com/blitz-js/next.js - 8b1ea308c61c3b0843d5e1151bfc64ebba6eebd9 authored over 4 years ago by Guy Bedford <[email protected]>
autodll-webpack-plugin

github.com/blitz-js/next.js - 40f6bdef32db96efa8034b658e48c9eb69d63a35 authored over 4 years ago by Guy Bedford <[email protected]>
fixup self-externalization

github.com/blitz-js/next.js - c5c4bef90e1f87b2d9500b16fa1a172776ea94b1 authored over 4 years ago by Guy Bedford <[email protected]>
thread-loader

github.com/blitz-js/next.js - 84a46dfb8cd718ccc73698d6bbc273b96ab4af60 authored over 4 years ago by Guy Bedford <[email protected]>
async-retry

github.com/blitz-js/next.js - eb5e962d7834cfd2b110a3642af44aeec8f99418 authored over 4 years ago by Guy Bedford <[email protected]>
remove unused babel types

github.com/blitz-js/next.js - b215348cdb74955ae9d3374bd511c8aff0444255 authored over 4 years ago by Guy Bedford <[email protected]>
refactor ncc optimization, babel optimization

github.com/blitz-js/next.js - 5619f990cfe8e684e0a6abd682d48bdae129b460 authored over 4 years ago by Guy Bedford <[email protected]>
@ampproject/toolbox-optimizer

github.com/blitz-js/next.js - 278fd54ef1021673366398e30ee564168761b46a authored over 4 years ago by Guy Bedford <[email protected]>
Fix lockfile

github.com/blitz-js/next.js - b88f20c90bf4659b8ad5cb2a27956005eac2c7e8 authored over 4 years ago by Joe Haddad <[email protected]>
react-error-overlay

github.com/blitz-js/next.js - d76844082b66bda0641a9b764ceecf448d9c4351 authored over 4 years ago by Guy Bedford <[email protected]>
path-to-regexp

github.com/blitz-js/next.js - c16f60067b1ec9240c4994ed66293da1e8dc5d2f authored over 4 years ago by Guy Bedford <[email protected]>
externals refactor

github.com/blitz-js/next.js - e68b5622d324c7b9ea31dd1a07a07483d9555ff2 authored over 4 years ago by Guy Bedford <[email protected]>
string-hash, strip-ansi

github.com/blitz-js/next.js - 7194bfc6a685e1ebf3fc5858ad3cfa59fc46bf00 authored over 4 years ago by Guy Bedford <[email protected]>
source-map, manifest type fix

github.com/blitz-js/next.js - caa5da7c41d553d0c58c8cecca23278933615baf authored over 4 years ago by Guy Bedford <[email protected]>