Ecosyste.ms: OpenCollective

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

github.com/blitz-js/next.js

The official Blitz.js fork of Next.js
https://github.com/blitz-js/next.js

ESLint Plugin: Fix Document and Head import rules (#25730)

8ae12db1e3278ed31e44cd391ef9219628580fe6 authored over 3 years ago by Houssein Djirdeh <[email protected]>
ESLint Plugin: Fix Document and Head import rules (#25730)

1ec7c173e41f045ce895d38bd0c72982cd8ca4a8 authored over 3 years ago by Houssein Djirdeh <[email protected]>
feat: bump styled-components version on examples (#25826)

Hey guys!
Some time ago I used the `with-grommet` example to start a project and I ran into s...

5037bfb8675a2c5bb4ef739cc3f13b2f558dbdf7 authored over 3 years ago by Lucas Vieira <[email protected]>
feat: bump styled-components version on examples (#25826)

Hey guys!
Some time ago I used the `with-grommet` example to start a project and I ran into s...

58796411a4c5492fb9362a968634e1c4a2651a9c authored over 3 years ago by Lucas Vieira <[email protected]>
fix mobx-state-tree-typesript missing babel/core dependency (#25589)

## What
![Screen Shot 2021-05-29 at 12 23 37 PM](https://user-images.githubusercontent.com/44118...

89c187364a8561d0119a79fdcde3a1501e510db7 authored over 3 years ago by Patrick El-Hage <[email protected]>
fix mobx-state-tree-typesript missing babel/core dependency (#25589)

## What
![Screen Shot 2021-05-29 at 12 23 37 PM](https://user-images.githubusercontent.com/44118...

b7cd0a15aaad5cacaff2d1a221347502c95ca6ff authored over 3 years ago by Patrick El-Hage <[email protected]>
Update ESLint docs. (#25816)

Some slight tweaks based on my review of the docs. A few outstanding questions left 😄

https://...

30e006f90cc653b0bd9c0f4364cab4477f768daf authored over 3 years ago by Lee Robinson <[email protected]>
Update ESLint docs. (#25816)

Some slight tweaks based on my review of the docs. A few outstanding questions left 😄

https://...

5d38d065eca27567b097572ff39fbfbe0d6dea8e authored over 3 years ago by Lee Robinson <[email protected]>
Remove react-relay-network-modern example. (#25815)

It appears this library isn't maintained, plus there's already the other `with-relay-modern` exa...

d5f940e1b039ddef4ade344ee32b51cb0cb7d0f2 authored over 3 years ago by Lee Robinson <[email protected]>
Remove react-relay-network-modern example. (#25815)

It appears this library isn't maintained, plus there's already the other `with-relay-modern` exa...

56794c758ef61275e7f520a1f8b5254eeead0cda authored over 3 years ago by Lee Robinson <[email protected]>
Replace 'require' with 'import' in bench files and update dependancies (#25775)

## Feature

- [ ] Telemetry added. In case of a feature if it's used or not.

### Replace 'requi...

3652b7eb71e7828ac1d23541f4978061754bf06f authored over 3 years ago by matamatanot <[email protected]>
Replace 'require' with 'import' in bench files and update dependancies (#25775)

## Feature

- [ ] Telemetry added. In case of a feature if it's used or not.

### Replace 'requi...

c922c6a3f4d4e463cce4713d9cf8f61c13b3fac8 authored over 3 years ago by matamatanot <[email protected]>
v10.2.4-canary.4

dfc5907f10b88b722aa0511c06bc24bdaa33f7ad authored over 3 years ago by Tim Neutkens <[email protected]>
v10.2.4-canary.4

d703ee8b4fa9eb7b3640bb3be8dc93c98f72512c authored over 3 years ago by Tim Neutkens <[email protected]>
Support for static image imports (#24993)

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

606735e738986ec9ae2d24c52a370d2ed8fa07aa authored over 3 years ago by Alex Castle <[email protected]>
Support for static image imports (#24993)

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

9b295f5a26bc93f95f856e7f0de0828443473bc4 authored over 3 years ago by Alex Castle <[email protected]>
Update tsconfig of example to be consistent with default output of next.js (#25581)

remove `alwaysStrict: true` rule from tsconfig.json in with-typescript example, because the rule...

a9389519faf36991d2e71a26f0dbbb3c1bde7b1d authored over 3 years ago by daku10 <[email protected]>
Update tsconfig of example to be consistent with default output of next.js (#25581)

remove `alwaysStrict: true` rule from tsconfig.json in with-typescript example, because the rule...

9d14dd8d1dcaa1ac57ea67e4683723d1525caf9e authored over 3 years ago by daku10 <[email protected]>
Bump "engines" to node >= 12.0.0 (#25761)

* Bump "engines" to node >= 12.0.0

* Bump next-stats-action

* Rename azure groups

37e6ff2952a78ca603ada2af13c93e8ff7634beb authored over 3 years ago by Steven <[email protected]>
Bump "engines" to node >= 12.0.0 (#25761)

* Bump "engines" to node >= 12.0.0

* Bump next-stats-action

* Rename azure groups

3ae27a87e308755b17e5306ae2629c140ad040e0 authored over 3 years ago by Steven <[email protected]>
doc: update TS version for --incremental (#25736)

1. Stable version of TypeScript 4.3 just released, replaced beta version tag with stable version...

88f1200fef08317ddfb2d9390b8d5775cd1d0fff authored over 3 years ago by Hiram <[email protected]>
doc: update TS version for --incremental (#25736)

1. Stable version of TypeScript 4.3 just released, replaced beta version tag with stable version...

73995f6385944db2b448f0dff50da3c058baad35 authored over 3 years ago by Hiram <[email protected]>
v10.2.4-canary.3

916189ef1ae89729b05170456875151c9fc82843 authored over 3 years ago by Tim Neutkens <[email protected]>
v10.2.4-canary.3

9184fc9cf2f5b2ab566424ec6c923ee017c0f7d8 authored over 3 years ago by Tim Neutkens <[email protected]>
`next lint` + ESLint in Create Next App (#25064)

Co-authored-by: Tim Neutkens <[email protected]>
Co-authored-by: Tim Neutkens <timneutkens@me....

bbc28ccae0b9f3c6d22821353996558ad9ecb1a3 authored over 3 years ago by Houssein Djirdeh <[email protected]>
`next lint` + ESLint in Create Next App (#25064)

Co-authored-by: Tim Neutkens <[email protected]>
Co-authored-by: Tim Neutkens <timneutkens@me....

019ed23c94c35243f1753ee5643bcd13284e1d79 authored over 3 years ago by Houssein Djirdeh <[email protected]>
Remove experimental tag from Script component (#25435)

* Remove experimental tag from Script component

* update size tests

* Update size

* Upd...

e04d0bd35984458a3cbea02d51d358cdc0a6ffcc authored over 3 years ago by Janicklas Ralph <[email protected]>
Remove experimental tag from Script component (#25435)

* Remove experimental tag from Script component

* update size tests

* Update size

* Upd...

b05719f928acc70c57c82978a9cb256bd93b0c61 authored over 3 years ago by Janicklas Ralph <[email protected]>
Disable split chunks in webpack 5 in dev mode (#25735)

## Bug

- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added

## Fe...

35c577d694258dd0703922250e72a6b62c0dfba7 authored over 3 years ago by JJ Kasper <[email protected]>
Disable split chunks in webpack 5 in dev mode (#25735)

## Bug

- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added

## Fe...

5bbcc9e4f1673a19891acc958f764e8bb0ca8ff8 authored over 3 years ago by JJ Kasper <[email protected]>
up-to-date electron (#25551)

Bump up electron of an example, `with-electron-typescript` adding `contextIsolation`, https://w...

aada946f84dd6ed77001450c3dfcb381c95ffad6 authored over 3 years ago by Tomotaka Sakuma <[email protected]>
up-to-date electron (#25551)

Bump up electron of an example, `with-electron-typescript` adding `contextIsolation`, https://w...

519860bd2a192dda75c2d3d73d8fd8197ac2f6fd authored over 3 years ago by Tomotaka Sakuma <[email protected]>
v10.2.4-canary.2

7456fcf30fc0f190b716a2370144c9a6d18708b7 authored over 3 years ago by JJ Kasper <[email protected]>
v10.2.4-canary.2

2662653223c550b23b7e13aa0066c94fdd0e1026 authored over 3 years ago by JJ Kasper <[email protected]>
Updated with-mdx-remote dynamic components example (#25366)

- Fixed the missing prop `components` to `<MDXRemote/>`.
- Added a `defaultComponents` and `sour...

69b214bca1b4dbb371a59e0fa349d683dee2bd3d authored over 3 years ago by payapula <[email protected]>
Updated with-mdx-remote dynamic components example (#25366)

- Fixed the missing prop `components` to `<MDXRemote/>`.
- Added a `defaultComponents` and `sour...

7b7e867abeeec85094b96cd3fd23aa5a2e1fdd76 authored over 3 years ago by payapula <[email protected]>
Remove deprecated features (#25446)

* Remove deprecated features

In the next major version we'll want to merge this PR that remov...

ed3e8f71252b581db84651877aabfbd5d2c34d8c authored over 3 years ago by Tim Neutkens <[email protected]>
Remove deprecated features (#25446)

* Remove deprecated features

In the next major version we'll want to merge this PR that remov...

ea5118f8ea876cfaf0d95baa6319e3cd0506b250 authored over 3 years ago by Tim Neutkens <[email protected]>
Enable new babel mode (#25635)

d27cbf00a9325c76cc7696c3cc06fd5251e4b58b authored over 3 years ago by Tim Neutkens <[email protected]>
Enable new babel mode (#25635)

79512268b68895d272970381e8f748e40812514a authored over 3 years ago by Tim Neutkens <[email protected]>
Enable Strict Mode in new `create-next-app` projects (#25696)

1ee97b3c5d0f6247ea068d74d03da979c13e2cc6 authored over 3 years ago by Gerald Monaco <[email protected]>
Enable Strict Mode in new `create-next-app` projects (#25696)

2963ee5399cffa8d63af178da15e5185cfb3d8ad authored over 3 years ago by Gerald Monaco <[email protected]>
Font optimization add preconnect (#25346)

eb3c3f9979754ebd44b08cc28f5314cbba95fadd authored over 3 years ago by Janicklas Ralph <[email protected]>
Font optimization add preconnect (#25346)

58a4482f75e94e2b9791069d39ce89f541858842 authored over 3 years ago by Janicklas Ralph <[email protected]>
Don't show webpack version message in production server (#25654)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

0b81ff4c27d27c6b156d736a06f41c195c35db0b authored over 3 years ago by Tim Neutkens <[email protected]>
Don't show webpack version message in production server (#25654)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

1cb4aaa35b01497b90943f63773fa8d13e8a8178 authored over 3 years ago by Tim Neutkens <[email protected]>
Enable serial build by default (#25642)

5a5f0d0035a119cd09cdb19a9424fa601b48f09f authored over 3 years ago by Tim Neutkens <[email protected]>
Enable serial build by default (#25642)

7c2c29279943aac13bcaeeeba34d3d2035c47438 authored over 3 years ago by Tim Neutkens <[email protected]>
Fix rewrite and dynamic params on navigating to initial history entry (#25495)

* Fix rewrite and dynamic params

* set _shouldResolveHref to true when initializing client st...

9c3780fbce7a5d92da27daa48e8b012d4bd1bcc2 authored over 3 years ago by Pepijn Senders <[email protected]>
Fix rewrite and dynamic params on navigating to initial history entry (#25495)

* Fix rewrite and dynamic params

* set _shouldResolveHref to true when initializing client st...

39daddce794144a3c0a5418224e408b015655f14 authored over 3 years ago by Pepijn Senders <[email protected]>
v0.36.1

4c548e70d69638bbc4cd5c4c60d36c9dd6830421 authored over 3 years ago by Brandon Bayer <[email protected]>
v0.36.0

05242b13bfd699107862f03e82fa317f35db7ba2 authored over 3 years ago by Brandon Bayer <[email protected]>
yet another fix

(ignore)

5fd757bd76f6b0a63614f2904e44edfdb1aaa015 authored over 3 years ago by Brandon Bayer <[email protected]>
remove nextjs experimental react github action

(ignore)

9d5938e8f444bfd2bb5e6cb69f48a868386a9e05 authored over 3 years ago by Brandon Bayer <[email protected]>
v0.36.3

ab1054700f61af284d7ad912e5af83aceb39aaa0 authored over 3 years ago by Brandon Bayer <[email protected]>
v0.36.2

f34d33e5eb1bbf5a17d0743fd39a006f368c5d7b authored over 3 years ago by Brandon Bayer <[email protected]>
another build fix

(ignore)

832ee075ab31cc202613c5e3502de7d0dba77e4f authored over 3 years ago by Brandon Bayer <[email protected]>
fix build (ignore)

df2037497dacbeddf4f8d75abfefc41c43794979 authored over 3 years ago by Brandon Bayer <[email protected]>
Add `BlitzConfig` type and add it to newapp template (#2411)

(minor)

c7fe66cf98b98ce9be4bd2d0124906f1bd8b3886 authored over 3 years ago by Brandon Bayer <[email protected]>
Upgrade nextjs to 10.2.3 (#2409)

(patch)

b8d693ae5e269f690e487ebe95186badc7813563 authored over 3 years ago by Brandon Bayer <[email protected]>
Ensure rewrites are resolved correctly through history (#25666)

* Ensure rewrites are resolved correctly through history

* update test

5476827f193ad8412625a0b63c32523f397146a4 authored over 3 years ago by JJ Kasper <[email protected]>
Ensure rewrites are resolved correctly through history (#25666)

* Ensure rewrites are resolved correctly through history

* update test

715f8837f1266121e8d287e5a310bffca8670e90 authored over 3 years ago by JJ Kasper <[email protected]>
v10.2.4-canary.1

dcd3e574f39d53a420f35229e765d52026c863b7 authored over 3 years ago by JJ Kasper <[email protected]>
v10.2.4-canary.1

d5c2fe616c2493b59bd544b5621c91b7afbac39b authored over 3 years ago by JJ Kasper <[email protected]>
ESLint Config: Adds `alt` text rule for Image (#25462)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Co-authored-by:...

89dd5c16b52b5bd534a0e0454e75bb7a3d0c1a8d authored over 3 years ago by Houssein Djirdeh <[email protected]>
ESLint Config: Adds `alt` text rule for Image (#25462)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Co-authored-by:...

bc14377041703a55c3653933dcd236fdb580acfc authored over 3 years ago by Houssein Djirdeh <[email protected]>
Add helpful error for link with multiple children (#25657)

Makes sure a helpful error is shown for `<Link>` with multiple children

## Bug

- [ ] Related...

9f859bb6ca55e625f46bc30fdd7755b454c1e24b authored over 3 years ago by Tim Neutkens <[email protected]>
Add helpful error for link with multiple children (#25657)

Makes sure a helpful error is shown for `<Link>` with multiple children

## Bug

- [ ] Related...

989056598329e23b6d019e5cbe244c623c1b4afa authored over 3 years ago by Tim Neutkens <[email protected]>
Update size limit test

1bb29c068defc579ba84a823920517e9621788e6 authored over 3 years ago by Tim Neutkens <[email protected]>
Update size limit test

f817e60c1e5c8df979ebc83c79538e40ef77447c authored over 3 years ago by Tim Neutkens <[email protected]>
Set default webpack publicPath value to override auto (#25452)

* Set default webpack publicPath value to override auto

* Add test case

* update size-test

0756f9f1f084866685d8eff3a6509c539faec7a4 authored over 3 years ago by JJ Kasper <[email protected]>
Set default webpack publicPath value to override auto (#25452)

* Set default webpack publicPath value to override auto

* Add test case

* update size-test

d84e2f58e799d9c909f44a200ac79b87cb0abedc authored over 3 years ago by JJ Kasper <[email protected]>
Update to latest webpack 5 and webpack-sources (#25558)

b92420772665c808e01f4a76a17cfc9f2fabf711 authored over 3 years ago by JJ Kasper <[email protected]>
Update to latest webpack 5 and webpack-sources (#25558)

4411193d701d6c376ea1416567850feb2a9d6202 authored over 3 years ago by JJ Kasper <[email protected]>
Fix with-docker example fails to load image (#25536)

node version should be 14, otherwise, next/image fails to load static file images located in pub...

759bf3e297831ae2fe4c7ee67218a68add7cba76 authored over 3 years ago by LiuuY <[email protected]>
Fix with-docker example fails to load image (#25536)

node version should be 14, otherwise, next/image fails to load static file images located in pub...

a38167f24ba347b472adf0859d7a249ab3c5ef05 authored over 3 years ago by LiuuY <[email protected]>
Merge tag 'v10.2.3' into canary

v10.2.3

41ee15465835399c9733fee15fe1946388548f5d authored over 3 years ago by Brandon Bayer <[email protected]>
Assume a recent `react@experimental` if `reactRoot` is set (#25496)

bd589349d2a90c41e7fc9549ea2438febfc9a510 authored over 3 years ago by Gerald Monaco <[email protected]>
Assume a recent `react@experimental` if `reactRoot` is set (#25496)

8f6f62bd449f20c80af3e1bc488fdad1534f43bd authored over 3 years ago by Gerald Monaco <[email protected]>
Ensure providing only query on dynamic route works as expected (#25469)

cc2b4c19ba0da20df270733008fe17b8147ef114 authored over 3 years ago by JJ Kasper <[email protected]>
Ensure providing only query on dynamic route works as expected (#25469)

8a06780481dfbb12112a2f1a4ee1d7efca603bc1 authored over 3 years ago by JJ Kasper <[email protected]>
Update `yarn next` script with `--enable-source-maps` (#25533)

bdb4dbd2e029ca13b0930e4ac318f9a299727ea6 authored over 3 years ago by Steven <[email protected]>
Update `yarn next` script with `--enable-source-maps` (#25533)

d836ebb2487cd2e8f4c60ba2c987017cc8a51827 authored over 3 years ago by Steven <[email protected]>
Fix external check for non-local next import (#25518)

5e92ae018364f1d9005344c4934719aa3d7ab366 authored over 3 years ago by JJ Kasper <[email protected]>
Fix external check for non-local next import (#25518)

7e2d12414a7c2aa7fa109b9bc37ab1f335188c5d authored over 3 years ago by JJ Kasper <[email protected]>
v10.2.4-canary.0

d3a37b460d49c3e56924816d85dac85246aa3f26 authored over 3 years ago by JJ Kasper <[email protected]>
v10.2.4-canary.0

39181c40737f0337849cc58ca73060d13a268f17 authored over 3 years ago by JJ Kasper <[email protected]>
Fix rewrite example for fallback site (#25508)

Rewrite document fix based on the following article.

https://nextjs.org/docs/migrating/incremen...

c8f4f12212feb0c417103ba9b37e0b9180d149af authored over 3 years ago by Hussain Fakhruddin <[email protected]>
Fix rewrite example for fallback site (#25508)

Rewrite document fix based on the following article.

https://nextjs.org/docs/migrating/incremen...

9752cb85d83a08bceacdd69dc69645ed20888beb authored over 3 years ago by Hussain Fakhruddin <[email protected]>
Improve documentation of CDN asset paths (#25531)

I've been working on adding CDN support to my Next.js app and was very surprised to find that th...

3785b6235bdbd979a9235ca0504c231bd19ff1da authored over 3 years ago by Thomas Boyt <[email protected]>
Improve documentation of CDN asset paths (#25531)

I've been working on adding CDN support to my Next.js app and was very surprised to find that th...

327488dacb8a2dfafb72149afffd1816ff9534a8 authored over 3 years ago by Thomas Boyt <[email protected]>
Example: Treat "mockServiceWorker" as a generated artifact in "with-msw" (#25515)

## Changes

- Removes `mockServiceWorker.js` file and ignores it from Git. New versions of `ms...

9b75b9baa87bac74b0dbb58a72ec510a999dec38 authored over 3 years ago by Artem Zakharchenko <[email protected]>
Example: Treat "mockServiceWorker" as a generated artifact in "with-msw" (#25515)

## Changes

- Removes `mockServiceWorker.js` file and ignores it from Git. New versions of `ms...

896732562f41bf5638f7e08c824f99efdbd4d70d authored over 3 years ago by Artem Zakharchenko <[email protected]>
v0.35.1

11a9e65f8d69f242067e1478fd3850de94881998 authored over 3 years ago by Brandon Bayer <[email protected]>
v0.35.2

17f3f0f8879e34488b5463a8cc03e63edbb23d6d authored over 3 years ago by Brandon Bayer <[email protected]>
disable the react@next cron workflow

(ignore)

a693dbdf1181940361d9f909898eff2d7fa15739 authored over 3 years ago by Brandon Bayer <[email protected]>
v0.35.0

f3c551648595b63ea5e336558ceff7576ddfa62a authored over 3 years ago by Brandon Bayer <[email protected]>
v0.35.0-canary.6

2009030f389231f06419d21c701a1166301aa3fa authored over 3 years ago by Brandon Bayer <[email protected]>
v0.35.0-canary.4

0ce781ec354e253e9a7633d5517b4f671b307f98 authored over 3 years ago by Brandon Bayer <[email protected]>
v0.35.0-canary.5

4bbcc1dbcca1efdfd0da342dc5d6e3e7986bf56b authored over 3 years ago by Brandon Bayer <[email protected]>