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

Unlazify images if no intersection observer found (#18345)

5d7f7a47afa554e5b04c15aebb7ee1f9d3628cfd authored almost 4 years ago by Alex Castle <[email protected]>
Add err.sh for missing images domain (#18325)

* Add err.sh for missing images domain

* Apply suggestions from code review

Co-authored-by...

27f56eb325718893e1b770425d4a286cc25ceba7 authored almost 4 years ago by JJ Kasper <[email protected]>
fix: Order `moduleFileExtensions` left-to-right (#18328)

Order moduleFileExtensions from most used to least used extensions.

Sources: https://jestjs.io/...

6d4395f22cb059b5e5d7bc7884ba46a46583d6b7 authored almost 4 years ago by Quinn Turner <[email protected]>
Fix docs default config values (#18319)

Missed one rename from #18294

3195de65d104361314c71bc6eae8e69b10895de8 authored almost 4 years ago by Steven <[email protected]>
v10.0.0

118ab7992bc8f7a7e5a7bb996510d9b56ffe4f68 authored almost 4 years ago by Joe Haddad <[email protected]>
v9.5.6-canary.18

308ec39f04ffd3c523b722592cc3e5e9edadbf80 authored almost 4 years ago by Joe Haddad <[email protected]>
Enable i18n feature flag (#18303)

9a13dd3466ba617147a03be1d5e5b2967c10d0f0 authored almost 4 years ago by Joe Haddad <[email protected]>
Ensure getStaticProps is called for SSG 404 in blocking mode (#18300)

This ensures that when using a `pages/404` file with `getStaticProps` that we call `getStaticPro...

0f2505147031ffa4e767a4cce2a8634a32df42d8 authored almost 4 years ago by JJ Kasper <[email protected]>
Fix trailing slash for default image loader (#18298)

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

f7ba546e8afca0e72c5198aa5e383d1bf85dc655 authored almost 4 years ago by Steven <[email protected]>
Update docs - add default config for images property (#18296)

- Explain how defaults work and what the default values are.
- Mention quality on the basic page

ab0b0a8a4d1b61a5a3eae84d16aaaf266a52d3b5 authored almost 4 years ago by Steven <[email protected]>
Record leveraged configs (#18175)

This records new configs being leveraged

26c438b49dd1797a690cb51af476fcfb0610a620 authored almost 4 years ago by JJ Kasper <[email protected]>
Rename iconSizes to imageSizes, remove size limitation (#18294)

This does two things:

- Rename `iconSizes` to `imageSizes`.
- Give priority to `imageSizes` reg...

f773a1a44aedf52f20b49e3b626750ba4ee47ad0 authored almost 4 years ago by Steven <[email protected]>
update @now/next to @vercel/next (#18246)

774286fcc3aea59f7c284c84b78b274eaec4958a authored almost 4 years ago by Jesse Jafa <[email protected]>
Update example link text (#18286)

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

a9984e4026256c7e300678be696221327a0dcdbc authored almost 4 years ago by Yuki Takemoto <[email protected]>
Add support number quality on Image Component (#18224)

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

900afdc22892338f461b05ab894b5c4f45907a52 authored almost 4 years ago by Yamagishi Kazutoshi <[email protected]>
Adjust default image quality to 75 (#18292)

080b91f9868bdfffaa231da10f1a833e4565173b authored almost 4 years ago by Joe Haddad <[email protected]>
v9.5.6-canary.17

89b8bcb10c26bf08d50caa23e7bac15b4d821798 authored almost 4 years ago by Joe Haddad <[email protected]>
Expose configured default locale in GS(S)P methods (#18216)

379f4c6574b16ef842d9e86b552ab4fb15613916 authored almost 4 years ago by JJ Kasper <[email protected]>
Add fetching 404 SSG data on fallback notFound (#18214)

9a770bde841d39a5351b9e371b914c7f6dd84e70 authored almost 4 years ago by JJ Kasper <[email protected]>
Remove unstable_ prefix from unstable_notFound (#18283)

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

11fce3a6861c2415ed2dfdc411e428e142373f96 authored almost 4 years ago by JJ Kasper <[email protected]>
Re-add domain locale redirect handling (#18274)

7cb68f7981b29305fb4ad52eccdbc858660acbe9 authored almost 4 years ago by JJ Kasper <[email protected]>
Remove unstable_ prefix from unstable_redirect (#18282)

4026d9bea0b278e54eed065d26527c6e5843e116 authored almost 4 years ago by JJ Kasper <[email protected]>
Add initial example for i18n routing (#18206)

This is a follow-up to https://github.com/vercel/next.js/pull/18067 adding an example for i18n r...

1b22a39eb16f7a5a6226153e3561516f8e626f7c authored almost 4 years ago by JJ Kasper <[email protected]>
Add absolute import example (#17342)

Might be easier for some users to see a whole app set up with it

046deab685254b906b13b2c247f6118e864ef44c authored almost 4 years ago by Sam Robbins <[email protected]>
Add i18n routing docs to manifest (#18264)

Follow-up to https://github.com/vercel/next.js/pull/18067 this adds the manifest item for the ne...

3c9da075ff1ec326eaa5b70dfa30a724155ae97f authored almost 4 years ago by JJ Kasper <[email protected]>
Improve type for GSP return type (#18285)

2972c0685b472a03542d2b6a2d5b6fdceda95925 authored almost 4 years ago by Joe Haddad <[email protected]>
Add support for notFound in getServerSideProps (#18241)

This is a follow-up to https://github.com/vercel/next.js/pull/17755 which adds support for retur...

4782bda3e35f39c0a6fcee277b8b5c3eb89b62a2 authored almost 4 years ago by JJ Kasper <[email protected]>
Fix browser back issue of redirects from getServerSideProps / getStaticProps (#17741)

* Fix test without expect for redirects from getStaticProps/getServerSideProps

* Fix browser ...

3f22490a59bf663e5d20d1c486c8111d64a278f9 authored almost 4 years ago by Tasuku Uno <[email protected]>
v9.5.6-canary.16

d2e7f3c76992dc0392acc3ac9e2a023143891cc2 authored almost 4 years ago by Joe Haddad <[email protected]>
Remove unstable_ prefix from unstable_blocking (#18276)

This removes the `unstable_` prefix to prepare for stabilizing the feature

5a8398e34d620fe50dc36f414813aa36ba0d8ca9 authored almost 4 years ago by JJ Kasper <[email protected]>
Adjust configuration option placement (#18279)

31a011d6a56d1939888f8ce2129141882b345623 authored almost 4 years ago by Joe Haddad <[email protected]>
v9.5.6-canary.15

9d838df7660cc6430c5512aba3dab5ed99f74122 authored almost 4 years ago by Steven <[email protected]>
Separate config into `deviceSizes` and `iconSizes` (#18267)

This separates the `next.config.js` property `images.sizes` into to properties: `images.deviceSi...

3a169fbbf0e087b4430c66f5af835feacdb8a07c authored almost 4 years ago by Steven <[email protected]>
Update image-optimization.md

557a0001dbe4030a3cad991c030e9095353473c9 authored almost 4 years ago by Tim Neutkens <[email protected]>
Update image-optimization.md

c381a35247f17e403ca8d2166aea5b6ca7a01f66 authored almost 4 years ago by Tim Neutkens <[email protected]>
Update image-optimization.md

8db23295d393a63ca8546b5d4c4f9ebdac8bfff7 authored almost 4 years ago by Tim Neutkens <[email protected]>
Update image-optimization.md

129fb85da4a35fdcac7c6af90bd338905f91fac9 authored almost 4 years ago by Tim Neutkens <[email protected]>
FIx image optimization docs (#18254)

Add missing links in the documentation

ce38e4f6fe1eeab67fb53b1cb76870f31fc75cdb authored almost 4 years ago by Steven <[email protected]>
Add config limit checks for image optimizer (#18217)

This adds checks to ensure that less than 50 domain and size items are configured and no sizes a...

b90e17e02911f74229429ec6bf8156bc412b3789 authored almost 4 years ago by JJ Kasper <[email protected]>
Fix Image `srcset` to ensure the component's `width` is the largest possible image (#18236)

There was a bug when the user defines a width on the Image component, but a larger size image is...

61fab923ebb2f77b88cfe13987771ad6e98eae08 authored almost 4 years ago by Steven <[email protected]>
Add next/image default loader errors (#18152)

* Add next/image default loader errors

* Add domains check

* Apply suggestions from PR

...

9c65c994cc716ad73c8e84f526f962459d06ef43 authored almost 4 years ago by JJ Kasper <[email protected]>
Image Optimization API should 404 when loader is not default (#18211)

We currently always accept requests to the new `/_next/image` endpoint, even when it should not ...

33eac8acfa1ac752a3797eb6b385f026f4e9a6cb authored almost 4 years ago by Steven <[email protected]>
v9.5.6-canary.14

6d3b065884ce84a355abb23f39b1d8f261bd87d0 authored almost 4 years ago by Tim Neutkens <[email protected]>
Update use-subscription to account for React 17 peerDependency (#18199)

9508322381e3a65aaf1abd082f1f67da9af244cb authored almost 4 years ago by Tim Neutkens <[email protected]>
Ensure 404 with SSG is rendered correctly with notFound (#18205)

This ensures a custom `/404` page with `getStaticProps` works correctly when leveraging the new ...

ebee2bafa935b6474d87a45060ffeb9b7770359f authored almost 4 years ago by JJ Kasper <[email protected]>
Bump styled-jsx to 3.3.1 (#18200)

* Adds React 17 as a peer dependency

299fba162a539912e05c5000aae68641f3233dc5 authored almost 4 years ago by Giuseppe <[email protected]>
Fix flashing of no-src image when using next/image (#18195)

Solves on of the issues in https://github.com/vercel/next.js/issues/18122

58c161c99bc400ab2c1553afc476cdddeceffa46 authored almost 4 years ago by Tim Neutkens <[email protected]>
Add docs for Image Optimization (#18107)

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

3c6f421d99452fc7b978a6a3539585ff29e92c8f authored almost 4 years ago by Steven <[email protected]>
Add support for string width/height on Image component (#18178)

For many users refactoring from `<img>` to `<Image>`, we can often support their properties as-i...

301c029e481e4d29dfa6f8e6867e8a2c4cc45831 authored almost 4 years ago by Steven <[email protected]>
Bypass image optimization for vector images (#18179)

Previously, vector images like svg were being converted to webp and resized.

However, vector im...

0dff7def7ac95407f36c3fd4c8a33e6d61c0b1e2 authored almost 4 years ago by Steven <[email protected]>
Add initial i18n documentation (#18067)

* Add initial i18n documentation

* Apply suggestions from code review

Co-authored-by: Tim ...

d4397d8ab5aad182933db6cc4d7c9c33926b4c8c authored almost 4 years ago by JJ Kasper <[email protected]>
v9.5.6-canary.13

debe4e23489a2c3c10b4308359c1baaa0300df6c authored almost 4 years ago by Steven <[email protected]>
Add w param (#18151)

Add missing `w` param for [old browsers](https://developer.mozilla.org/en-US/docs/Web/API/HTMLIm...

a12eeea18d542a1ab5ef3ca6ae4096e836a09f3f authored almost 4 years ago by Steven <[email protected]>
Bump node-sass from 4.12.0 to 4.13.1 (#18140)

Bumps [node-sass](https://github.com/sass/node-sass) from 4.12.0 to 4.13.1.
- [Release notes](h...

1925ca039c11f8e8cb4d60f973861008e14bee01 authored almost 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump tree-kill from 1.2.1 to 1.2.2 (#18139)

Bumps [tree-kill](https://github.com/pkrumins/node-tree-kill) from 1.2.1 to 1.2.2.
- [Release n...

11d1d6b5469a1cf4a86f63145e04948d20a8f89f authored almost 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Pass quality param of image component to preload (#18158)

If give the `priority` and `quality` attributes to an Image Component, the `quality` attribute w...

f1005ca661358091e905212ba80f5cb5d1f4f79e authored almost 4 years ago by Yamagishi Kazutoshi <[email protected]>
Update redirect query encoding (#18149)

* Update redirect query encoding

* Add additional tests

4442fe2faf5e576eb57307d4fcef60df438e71ef authored almost 4 years ago by JJ Kasper <[email protected]>
Update Image Optimization API to prevent upscaling image (#18147)

The `w` parameter in the Image Optimization API is the requested size of the image and should on...

ac8a0c48365568dded9d834b21671eaf5b141fc3 authored almost 4 years ago by Steven <[email protected]>
Change Image component lazy=true to loading=lazy (#18138)

This PR updates the `<Image>` component to follow the same property naming as native `<img>`.

h...

07adc8ef2618866c77218f619d9f49942a0cbde0 authored almost 4 years ago by Steven <[email protected]>
v9.5.6-canary.12

fe4d16c7f4f2ed781461c2241d96895e30cdda67 authored almost 4 years ago by JJ Kasper <[email protected]>
Add locale false handling (#18115)

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

9bbfa0e8d2fc06c9cc9d138f6f9b6199228d1f3b authored almost 4 years ago by JJ Kasper <[email protected]>
Make lazy-loading the default for next/image (#18123)

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

9fb1e6050459927d9fc5e3356e7d575d8cd73772 authored almost 4 years ago by Tim Neutkens <[email protected]>
Update fallback 404 handling to prevent reload loop (#18119)

This updates the fallback 404 handling to render the correct 404 page on the client when a 404 i...

81e667bfaebbf651162e88e6df392c762c68b386 authored almost 4 years ago by JJ Kasper <[email protected]>
v9.5.6-canary.11

4af3611721638de37d7960c50c0d6664a4ddcf84 authored about 4 years ago by Tim Neutkens <[email protected]>
Fix merge conflict (#18106)

755934d0fc3e9a0c47e4747b40c82527291a7be5 authored about 4 years ago by Steven <[email protected]>
Fix Image component defaults & remove autoOptimize (#18101)

3f07e554f4347240bf594f801e5de0499413f8ab authored about 4 years ago by Steven <[email protected]>
Image Component: Support for Akamai image CDN (#18100)

1a8cb7e1a03792ab062a8f38af73a887fa88f0b5 authored about 4 years ago by Alex Castle <[email protected]>
v9.5.6-canary.10

548d19398fdaae632f59e116d95d1c7bc8d9cebc authored about 4 years ago by Tim Neutkens <[email protected]>
Fix precompiled code (#18093)

Solves the build failure we're seeing on PRs

ea29bb3e4c9e127067f60ad3023220404984c18f authored about 4 years ago by Tim Neutkens <[email protected]>
Upgrade @ampproject/toolbox-optimizer (#18087)

Fixes #18044
Related to #17416

71f3e8db7b4c952f07abe7b781e4497864eb56ea authored about 4 years ago by Tim Neutkens <[email protected]>
Upgrade to Chokidar 3. (#17558)

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

6212823735dc7e7bd6c4d13ae219ae6430680d58 authored about 4 years ago by Ludovico Fischer <[email protected]>
Update peerdependency to account for React 17 (#18089)

f23238788349cd4807ab49b688e923132b758c6b authored about 4 years ago by Tim Neutkens <[email protected]>
Update to PostCSS 8. (#17415)

Co-authored-by: Tim Neutkens <[email protected]>
Co-authored-by: kodiakhq[bot] <49736102+kodia...

b89d417b3714e98f6b8cef3baa0b6979cf1bb7d7 authored about 4 years ago by Ludovico Fischer <[email protected]>
Move sharp to optionalDependencies (#18068)

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

80bf81a3cf8a99f569210670fe618f0b7cdc1d23 authored about 4 years ago by Steven <[email protected]>
Fix css dependency in /_error (#17301)

9dfc9ebc8a8be625e8d91e53ba3a1e4cd916d977 authored about 4 years ago by Tasuku Uno <[email protected]>
Add `unsized` property to Image component (#18059)

Implements the `unsized` property from RFC #16832

cc @atcastle

e8f402adfa969ec45de249bbb37e1b6f8d392197 authored about 4 years ago by Steven <[email protected]>
Pass locales to getStaticPaths for i18n (#18077)

This makes sure the `locales` are passed to `getStaticPaths` and also disables the removing the ...

2ab34451b7f36745f33a69fb35256f40fd13eac1 authored about 4 years ago by JJ Kasper <[email protected]>
Use ya in case xa is false (#18074)

This closes [#18023](https://github.com/vercel/next.js/issues/18023).

I was following the exam...

c28d39e47d7337636e832134b26d6214357fe3d4 authored about 4 years ago by Tuan Nguyen <[email protected]>
v9.5.6-canary.9

91eb984d58cf4b85269b6ecd5d510700dea780f0 authored about 4 years ago by JJ Kasper <[email protected]>
Update resolve-url-loader to fix vulnerability (#18064)

Bump resolve-url-loader version to fix vulnerability.

Fixes #18048
Related #18044

d4f53ec2bcecb0774f1e0c20cd10b353e97dbbf2 authored about 4 years ago by Felipe Flores <[email protected]>
v9.5.6-canary.8

48a95d58048c4556417c0e2fbc05799a5b33a9ac authored about 4 years ago by JJ Kasper <[email protected]>
Ensure root index GSP page's revalidate is recorded (#18053)

4d85d4985b6a56e285d084190c7900062b234301 authored about 4 years ago by JJ Kasper <[email protected]>
v9.5.6-canary.7

fdc4eb80d8d58281b64e0cbf15e0e818dc9e88ea authored about 4 years ago by Tim Neutkens <[email protected]>
Add `width` and `height` props to Image component (#18031)

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

0fb39e23473df06164b7fe89244da13775b22865 authored about 4 years ago by Steven <[email protected]>
Remove multi-host support for image component and support quality pass-through (#18038)

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

01e6bd16843411d2d3bae1f0387284b1fbb6c442 authored about 4 years ago by Alex Castle <[email protected]>
v9.5.6-canary.6

a6ef24580e1322e12788897c1d42dfe847272207 authored about 4 years ago by JJ Kasper <[email protected]>
Ensure correct default locale is detected for domain locale (#18046)

This makes sure that we detect the correct default locale for domain specific locales since a do...

8be3562c487ffa030b1df08b1e2e97688249c0a0 authored about 4 years ago by JJ Kasper <[email protected]>
v9.5.6-canary.5

85842cee65e7ae73fc160d60eca5fd741beffa85 authored about 4 years ago by JJ Kasper <[email protected]>
Update handling for relative files in image-optimizer (#17998)

This updates the new image optimizer endpoint to instead of relying on the `host` and `proto` he...

114de064325d06d80287836fa6b453c62014356c authored about 4 years ago by JJ Kasper <[email protected]>
Update to postcss-loader 4.0.2. (#17458)

Co-authored-by: Tim Neutkens <[email protected]>
Co-authored-by: kodiakhq[bot] <49736102+kodia...

0d3671c2c26f001e2647be5d6d89def13cc75888 authored about 4 years ago by Ludovico Fischer <[email protected]>
Fix typo in headers docs example (#18012)

58edd0998c4d3ec0967a6386dfcb877978aae4f8 authored about 4 years ago by Francisco Baio Dias <[email protected]>
Update step 5 to Strapi example Readme (#17985)

Co-authored-by: Rémi de Juvigny <[email protected]>
Co-authored-by: Tim Neutkens <[email protected]...

c9d4d6299e8626e9d4b3b61c05da7a9f802cd911 authored about 4 years ago by Justin W Hall <[email protected]>
Capitalize Data Fetching title in docs (#18001)

Noticed that most of our mentions to Data Fetching are capitalized in both words, but the page i...

e05f3a9112b000454f48d6361b97c675af98bd2f authored about 4 years ago by Luis Alvarez D <[email protected]>
Add with-facebook-pixel example (#17667)

fd4eb558a26e90d1b0fa553c6712be15b802ac46 authored about 4 years ago by Ash Connell <[email protected]>
Updated dependencies for example: with-react-native-web (#17375)

The current dependencies of the example "with-react-native-web" are outdated.
In this PR I upda...

68c62b33071ced150bf8e5cf28c025dedfaca716 authored about 4 years ago by Or Yoffe <[email protected]>
Fix types for lazy image component (#17984)

Follow-up #17916

Correcting type errors and organizing redundant descriptions.

753bb9fdba62d21e811e06f49c981a6fd8ec69b1 authored about 4 years ago by Yamagishi Kazutoshi <[email protected]>
Make sure animated assets aren't de-animated by optimizer (#17974)

This makes sure the image optimizer doesn't de-animate images by transforming them with sharp si...

bbdebd4f57bf2a03b6ca4e475b626877ecd6c879 authored about 4 years ago by JJ Kasper <[email protected]>
Image component lazy loading (#17916)

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

c9eb3dcad9096e5212aa5fd774704b2afb30c6b8 authored about 4 years ago by Alex Castle <[email protected]>
Make sure `w` parameter is only included when a width is provided. (#17971)

b37835ac9c8f02f56e38c3ce34595b4368f70f95 authored about 4 years ago by Tim Neutkens <[email protected]>
Fix with-mongodb hot-reload issue and race condition (#17666)

This PR fixes 2 issues with the mongodb example:

### 1. Fallable Caching Strategy

Calling `con...

82041542e33d552b52212f379d4c4c9a2f338f5c authored about 4 years ago by Ash Connell <[email protected]>