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

Add <a> to <Link> (#18900)

Co-authored-by: Luis Alvarez <[email protected]>

b471b3b29eec7c9b0c2eb9e5042969f553d31311 authored almost 4 years ago by Bruno Crosier <[email protected]>
Ensure correct target is used for ncc'ing web-vitals (#18905)

This makes sure we don't use es6 syntax when compiling the `web-vitals` package with `ncc` since...

f02f70478bfb8435d84667925ea740dd86124593 authored almost 4 years ago by JJ Kasper <[email protected]>
Load CSS early instead of only preloading (#18846)

While we were fixing how Next.js handled CSS, we added a complex prefetch, preload, fetch sequen...

e9054744d84638555c10a33a76949c845d175fe0 authored almost 4 years ago by Joe Haddad <[email protected]>
Updated chakra-ui dependencies (#18881)

- new chakra-ui rc version doesn't work without 'farmer-motion', installed farmer motion
- updat...

ac54573b74d50469c826d438d72929cfc34ad369 authored almost 4 years ago by Prottay Rudra <[email protected]>
Upgrade cssnano (#18879)

Fixes #17066

6b8903f1b74e1f0e6704397afb08343d444d616c authored almost 4 years ago by Joe Haddad <[email protected]>
Fix relay-analytics test on Azure (#18875)

db0587c4ac186d46709878500382127abee0281e authored almost 4 years ago by JJ Kasper <[email protected]>
Fix production test compatibility for ie11 (#18874)

This corrects this test failing from an arrow function being used in ie11 which isn't supported ...

d23d25f4b7770ac713de41e97e6d3e3937adea46 authored almost 4 years ago by JJ Kasper <[email protected]>
Update docs for `notFound` and `redirect` (#18870)

Note that the indentation of the code samples and notes is important so it uses the same indenta...

d87bc3de980b23c1f616c043c522eb87432f2cc4 authored almost 4 years ago by Luis Alvarez D <[email protected]>
ncc 0.25.0 upgrade and fixes (#18873)

This upgrades to [email protected] and fixes the previous bugs including:

* ncc not referenced correct...

8221c180a55828b39a7e1e01811365bfaaa0dd19 authored almost 4 years ago by Guy Bedford <[email protected]>
Ensure we prefetch on hover (#18859)

* Ensure we prefetch on hover

* double because of hovering prefetch

* rerun workflow

* ...

80468ad4c21647a45188f7793ee2924385689300 authored almost 4 years ago by Joe Haddad <[email protected]>
Fix lazy loaded images on IE 11 when no IntersectionObserver detected (#18868)

Fixes #18827 so that lazy loading does not break IE 11.

d04186e48052831523acdfa5d3a58ebc6239c100 authored almost 4 years ago by Steven <[email protected]>
yarn dev regression fix, ncc revert (#18861)

This fixes the current regression with an ncc revert for now.

I will continue to follow up with...

4dbb65d0f1196f9e2f7dedffd3c0e8eb26e448a6 authored almost 4 years ago by Guy Bedford <[email protected]>
Fix chromedriver set-up to test electron separately (#18854)

* Fix chromedriver set-up to test electron separately

* Update workflow

* Update compiled

8799bd2b00701684b7c8c68e9426a627f80c8961 authored almost 4 years ago by JJ Kasper <[email protected]>
v10.0.2-canary.2

de80b0cc5327a5f02929f5828c640335d2392750 authored almost 4 years ago by Joe Haddad <[email protected]>
Add props `objectFit` and `objectPosition` to Image component (#18849)

Fixes #18794

b684b110e458ed1f3fa36c7d3e1911c3a55f8100 authored almost 4 years ago by Steven <[email protected]>
Fix issues with apollo cache data merging and restoration (#17681)

This PR fixes issues in two apollo examples where cached queries are lost, and cached data is me...

8e9e9494dd4bc241f4cae06a77f582def81ba719 authored almost 4 years ago by Matthew Lilley <[email protected]>
feat(examples): use next-plugin-preact on using-preact example (#18588)

hey there 👋

stumbled on the [`using-preact` example](https://github.com/vercel/next.js/tree/ca...

6ea504a6a0725ab7db899e836645cd77e3b53eef authored almost 4 years ago by Vitor Dino <[email protected]>
Add note about domain locales (#18845)

6fbe5b439dc9725af8cd4889b9bb662a53c07e82 authored almost 4 years ago by JJ Kasper <[email protected]>
(docs) Add format to `notFound` for consistency (#18363)

The previous props are in bold, but `notFound` is not.

907888c70adccdf1fdcd250add8f7f40db12fc97 authored almost 4 years ago by Alex Vilchis <[email protected]>
v10.0.2-canary.1

f8f0c6bb910c09ad5f17784b5814485d66737d8a authored almost 4 years ago by Joe Haddad <[email protected]>
ncc Babel inlining (#18768)

This adds inlining for Babel and the Babel plugins used in next.

This is based to the PR at htt...

64850a83487b23fd081ec73ee6a0fa6ca7de9105 authored almost 4 years ago by Guy Bedford <[email protected]>
tests(create-next-app): remove extraneous helper (#18833)

The helper `runStarter()` is extraneous.

596ee9c19b076239dd281dfb7739b428c22b425d authored almost 4 years ago by James George <[email protected]>
Upgrade browserslist (#17662)

Ref https://github.com/browserslist/browserslist/blob/master/CHANGELOG.md

f78ee06f5c19dabe0bdeb99681c4d48150a7ba33 authored almost 4 years ago by Bogdan Chadkin <[email protected]>
Make getInlineScriptSource arg Readonly (#17281)

The rule [total-functions/no-unsafe-readonly-mutable-assignment](https://github.com/danielnixon/...

b3d9fd2a0d7be9070242c4534059dea1c1b0c55a authored almost 4 years ago by Will Heslam <[email protected]>
Speed up SSG prefetching (#18813)

This pull request speeds up Next.js' rendering pipeline by fetching data, parsing it, and loadin...

bc2282fa38a47accf93131570696c90affa6a994 authored almost 4 years ago by Joe Haddad <[email protected]>
tests(create-next-app): increase coverage (#18630)

Added a test case for asking for a name for the project if not supplied.

5d80e684cd022d566c8201b8e0e3f4d248e67956 authored almost 4 years ago by James George <[email protected]>
Update ncc (#18823)

This updates to the latest [email protected] release.

Initially I thought chalk needed to be removed t...

7b66da83e3ca91fde160c56ac272679c57f940e7 authored almost 4 years ago by Guy Bedford <[email protected]>
Fix typo on `api-reference/image` (#18818)

afe475d3d4f339f2e327fe332cdaebbff2f483a9 authored almost 4 years ago by Willian Justen <[email protected]>
docs: fix a typo "concatenated" instead of "concatentated" (#18812)

1bb318c082e17b70035e6dae7933c507a394ca5c authored almost 4 years ago by Abdelrahman Rifai <[email protected]>
v10.0.2-canary.0

2bafa3bdb25ddf3fcbfd64352a449e5d17f81338 authored almost 4 years ago by JJ Kasper <[email protected]>
Ensure redirects are handled properly from cache (#18806)

This updates the GS(S)P redirect handling to make sure to handle redirects correctly when coming...

a5cb28d907ad34865085d38d008130aaa4667427 authored almost 4 years ago by JJ Kasper <[email protected]>
ncc inlining optimizations (#18752)

This adds ncc inlining optimizations for the following dependencies:

* cacache
* schema-utils
*...

8f7f1018d2d2a17caeced66d0130d280e4ae8b00 authored almost 4 years ago by Guy Bedford <[email protected]>
Disable image optimization for Data URLs (#18804)

This PR disables image optimization and lazy loading for [Data URLs](https://developer.mozilla.o...

b9bf68638b49fb593cea04d7a0c244e7f0dc8c53 authored almost 4 years ago by Steven <[email protected]>
Print error when Image src is protocol-relative (#18809)

This PR prints a pretty error when the Image `src` property is a [protocol-relative URL](https:/...

80fd3d5d17d398dc9e7ca81c4a214a5d1f7b7272 authored almost 4 years ago by Steven <[email protected]>
Update asPath to mention basePath/locale stripping (#18807)

Tweak `asPath` docs to mention `basePath` and `locale` will not be included in the value.

Clos...

cdaf837f7c1a73eafb78c6fd9e56d4eed45a698b authored almost 4 years ago by JJ Kasper <[email protected]>
Update exportPathMap.md (#18483)

This page claims that `exportPathMap` is only used by `next export`. This is somewhat misleading...

5e9d1aae3d1c078878b3d8cdf81c307ad33552e7 authored almost 4 years ago by Joris W <[email protected]>
Update Image docs with links to examples (#18770)

This revises the docs to add headings and also links to layout examples.

Fixes #18554

35f8f521a2be959c4a1144923a80e5af98d02873 authored almost 4 years ago by Steven <[email protected]>
Omit ignored property from <Image/ > to prevent confusion (#18796)

Fixes #18793

bb8a49ec8308ee4801261f965bf45f9f7b0feb05 authored almost 4 years ago by Joe Haddad <[email protected]>
Typo in err.sh url nextjs instead of next.js (#18787)

37ed2d23bbb769306ef5c04a5dd93ca1750ade16 authored almost 4 years ago by Tom <[email protected]>
Remove @babel/preset-modules (#18759)

This is a prerequisite to being able to ncc inline the Babel dependencies in next.js.

The remov...

a1ea352911484412e83a871fd4082512ca118f69 authored almost 4 years ago by Guy Bedford <[email protected]>
fix: Using getIdToken to get a token (#18599)

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

5ecdcab648e0472bc4de63e403badd4cae592bab authored almost 4 years ago by Matsumoto Toshi <[email protected]>
Silence GH Comments for Preview URLs (#18766)

Disabling GH Comments per @Timer

These are the same settings we use for the `vercel/vercel` repo.

7e51b29c23e405c4b15add8026086d83d8431d9b authored almost 4 years ago by Steven <[email protected]>
Fix router not working on some protocol (#16650)

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

28e12876b8d20a295bb7ddf1a9c6bd6bde14b347 authored almost 4 years ago by Cowboy Ho <[email protected]>
v10.0.1

3c3379412eeb0f877cef54bd6fe7afa9512c8ee5 authored almost 4 years ago by Joe Haddad <[email protected]>
Update example for Image Component (#18762)

d4a92d92ba21843d108e3629a42e200b51a5b669 authored almost 4 years ago by Steven <[email protected]>
v10.0.1-canary.7

89a3249f7c9dc0b7295c02f70159dc10704d9ee8 authored almost 4 years ago by Joe Haddad <[email protected]>
Ensure redirect from GS(S)P doesn't render (#18749)

This ensures we don't render the page un-necessarily when a redirect is returned from `getStatic...

f791577569234655823a78999d52467be84aeb95 authored almost 4 years ago by JJ Kasper <[email protected]>
add rewrites in storybook preset (#18364)

b87b2d46eacccc09cc81e37e7904427d4fcc990b authored almost 4 years ago by Eric Burel <[email protected]>
Update next-translate example to support Next 10 with i18n routing (#18480)

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

44ea598f8872962526c0a550b8d58a7c424cbbdd authored almost 4 years ago by Aral Roca Gomez <[email protected]>
Update Gatsby migration guide to include next/image. (#18741)

Updates https://nextjs.org/docs/migrating/from-gatsby to mention the new `next/image` component ...

4620dcc7595358c1b604eeeb33e74e250d6c56f8 authored almost 4 years ago by Lee Robinson <[email protected]>
Prevent Next.js from removing all of its styles on hydration (#18723)

Next.js would try to "recover" if its CSS assets went missing (i.e. a deployment occured) **whil...

27d7b76a39c23da1aa6455e0c2c36d6e3c1aad6c authored almost 4 years ago by Joe Haddad <[email protected]>
Fix dynamic css unloading (#17173)

Serverside Dynamically loaded CSS module file insertion adds css-files as usual static files wit...

b1503e13e8d767105a2e70038e94e695fb42e9fd authored almost 4 years ago by khades <[email protected]>
v10.0.1-canary.6

56bd46486180e596aadfe48918151d1e62beed52 authored almost 4 years ago by Joe Haddad <[email protected]>
Ensure multi-level basePath works properly (#18715)

This ensures the `basePath` property works correctly when a multi-level value is defined (`/hell...

8277d4d5e305dad03fae6738e8eee07dc686b647 authored almost 4 years ago by JJ Kasper <[email protected]>
Update default widths configuration to handle 2x/3x DPI (#18717)

- Update default `deviceSizes`
- Add default `imageSizes`
- Use `layout` value to determine whic...

2b94b1eea63e33c238961d5866bcde81b2f326d7 authored almost 4 years ago by Steven <[email protected]>
Ensure locale is added/stripped correctly (#18712)

This makes sure we don't incorrectly strip locale characters from the path if it is not a locale...

3f84a55ba38649ee81fbc703ccb1173de896d4de authored almost 4 years ago by JJ Kasper <[email protected]>
Ensure correct locale is used for non-prefixed path (#18708)

When visiting a non-locale prefixed path (`/hello` instead of `/fr/hello`) we don't trigger loca...

7b6a61a750d888a1fa0c213c9b1916db1e21e740 authored almost 4 years ago by JJ Kasper <[email protected]>
Allow passing statusCode for GS(S)P redirect (#18422)

This adds support for passing `statusCode` in a `redirect` from `getServerSideProps` or `getStat...

c8d26edf5794c65a6b9d83b11ffbd6fb8412c9c5 authored almost 4 years ago by JJ Kasper <[email protected]>
Add documentation for localeDetection: false (#18696)

Closes: https://github.com/vercel/next.js/issues/18694

d07b25a963e42d96356fb633790e2412e1cc743b authored almost 4 years ago by JJ Kasper <[email protected]>
Ensure localeDetection: false doesn't detect from header (#18695)

This ensures we don't detect the locale from the header when `localeDetection` is set to `false`...

a8d8f9aef9f39f4c59de85a846400537c77147ba authored almost 4 years ago by JJ Kasper <[email protected]>
Ensure getStaticProps isn't called without params with i18n (#18702)

This corrects additional fallback pages being generated without the fallback flag causing `getSt...

faf4a0ab808ae92af1af1ade2d99780064f3ac94 authored almost 4 years ago by JJ Kasper <[email protected]>
Ensure html lang is updating on locale transition (#18699)

This ensures the `html` tag's `lang` attribute is updated on client-transition when the locale i...

4e7835c95d4280a231f6d813777c1fa79d6b6c08 authored almost 4 years ago by JJ Kasper <[email protected]>
Ensure preload works correctly with locale option (#18511)

* Ensure preload works correctly with locale option

* Fix conditional import

* Update size...

a529e6736f42af7a458f0e350a49fba97ec8f52a authored almost 4 years ago by JJ Kasper <[email protected]>
Update `redirect` and notFound GS(S)P documentation (#18690)

This updates the documentation with the new `redirect` and `notFound` return values adding `redi...

ee6b7cab4e333eec9d77b6760298ca0f01476cfb authored almost 4 years ago by JJ Kasper <[email protected]>
Rotate image from EXIF data (#18687)

Fixes #18643

85e143e943de2e13afa3c84a9a4e4217cbd3ca7a authored almost 4 years ago by Joe Haddad <[email protected]>
v10.0.1-canary.5

2d5dbc480dce325b1eca79c320797e12e7d3f514 authored almost 4 years ago by Joe Haddad <[email protected]>
Remove the static optimization indicator (#18629)

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

197d46ddb9bebc4a74360e66f50b091edd811ae0 authored almost 4 years ago by Carmelo Scandaliato <[email protected]>
fix: add missing dot to https://err.sh/nextjs (#18652)

Hi next.js team!
Was trying out the canary and came across the error!

The redirect to https://e...

fb58d95db7a703ba1b0132000882716f44a0200e authored almost 4 years ago by Shun Kakinoki <[email protected]>
Update 3rd party image loaders to prevent upscaling (#18647)

In PR #18147, we fixed the default loader to prevent upscaling images.

This PR fixes the same b...

3fd1cc3ebb6fc94b890daa790353f998c416cfaf authored almost 4 years ago by Steven <[email protected]>
Fix image format for Safari and old browsers (#18646)

Older versions of Safari (and other browsers) do not support webp format so we were incorrectly ...

377aa4b6509b5ef5a2ebc8af68dd920351c172fa authored almost 4 years ago by Steven <[email protected]>
Add default tags for issue templates (#18627)

5c97b9775517705eeed88623097343d43b64f760 authored almost 4 years ago by Joe Haddad <[email protected]>
v10.0.1-canary.4

4dbf0d47b0c84b9f39adfaf826d5ee5888c514f7 authored almost 4 years ago by Joe Haddad <[email protected]>
Fix Symbol.protype.description polyfill (#18575)

Our code uses `core-js` to polyfill and because core-js [`es.symbol.description`](https://github...

ec3e41c3cbcd0787de3c0ca11297545c97ed7c49 authored almost 4 years ago by Minh Tu Le <[email protected]>
Ensure correct params are used with i18n revalidation (#18569)

This makes sure we don't use invalid `x-now-route-matches` which can occur when `i18n` default l...

fb07e958471c963c01a95cf09dcd47547b692393 authored almost 4 years ago by JJ Kasper <[email protected]>
Avoid calling setState in callback ref (#18589)

c0ae2041a153c5b65a09da71e065e345db16b097 authored almost 4 years ago by Jan Potoms <[email protected]>
docs: fix missing comma in invalid redirect gssp (#18580)

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

a6759c62ad79822441b7df67811029f42cec9055 authored almost 4 years ago by Lukáš Huvar <[email protected]>
v10.0.1-canary.3

f742b6d9bc6e705c5d5c64835f971e31f26765f5 authored almost 4 years ago by Joe Haddad <[email protected]>
Add all deviceSizes to srcset for responsive and fill (#18594)

f8c32e556cd25efe56fa3e10eaaad8d753310151 authored almost 4 years ago by Steven <[email protected]>
Deprecate Image `unsized` property and add `layout="fill"` (#18562)

This PR deprecates the `unsized` property from NextImage because the property did not accomplish...

9569f5a31ac627f271260ab2f30572036ce3fa5b authored almost 4 years ago by Joe Haddad <[email protected]>
v10.0.1-canary.2

9de734a299dbc66095a918240a7bc933145a2bf9 authored almost 4 years ago by Joe Haddad <[email protected]>
fix: issue #18360 - loading spinner not showing up (#18527)

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

a6660729ea82fbcb26cfe7c89637b1af37255c9f authored almost 4 years ago by Daniel Treviño <[email protected]>
small tweaks for those testing on an existing site with missing autho… (#18506)

* small tweaks for those testing on an existing site with missing author or featured image on po...

3bbb35c323592ed195559fead31a0f2f21b6b721 authored almost 4 years ago by ospira <[email protected]>
Fix i18n-routing Vercel deploy button URLs (#18524)

Fixes #18523

## description
The i18n-routing Vercel deploy button URLs was:
https://vercel.com/...

61981da9e00493da9aa1cfa8c95ed7a75fde27ee authored almost 4 years ago by Yudai Oriver K <[email protected]>
Update install-sharp.md (#18508)

Co-authored-by: Luis Alvarez D. <[email protected]>

b7daae418bc1f447a786709cc89ab33ec982ce80 authored almost 4 years ago by Steven <[email protected]>
Add layout prop to Image component (#18491)

This PR introduces a new `layout` property.

This allows 3 possible values (`fixed`, `intrinsi...

afa04d22dbbe78c20479e72d26e3f07a958924ad authored almost 4 years ago by Steven <[email protected]>
Ensure i18n context values are provided for blocking 404 (#18513)

This ensures we provide the current `locale`, `locales`, and `defaultLocale` in the context when...

426331883638911dec6f93517d6b5406abac1d97 authored almost 4 years ago by JJ Kasper <[email protected]>
Update using-preact example's dependencies (#18493)

- Update Next.js version to 10.0.0
- Update the other dependencies
- Modify `next.config.js` to ...

629884af7d3ced97b8c2ec7aebdfb1a3a5d808f0 authored almost 4 years ago by Yuji Matsumoto <[email protected]>
v10.0.1-canary.1

598df6ac057a9323dc77d569be5c6ad03c75ab06 authored almost 4 years ago by JJ Kasper <[email protected]>
Ensure custom routes handling with i18n (#18427)

This makes sure custom-routes function properly with i18n support. Since the `locale` is strippe...

76504ebae3b9bd62251cc6df8f36c7930907f8ff authored almost 4 years ago by JJ Kasper <[email protected]>
v10.0.1-canary.0

50d98962c8319f729a89826f136c726b79e12d84 authored almost 4 years ago by Joe Haddad <[email protected]>
Fix GSP page titles in i18n-routing example (#18465)

7d4b36cccdad2c01a34d36a7fb6511036d4e01bb authored almost 4 years ago by Joris W <[email protected]>
docs: Add description to i18n-routing (#18438)

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

bb96fefa8019a593e62ba5e3a615879000c5f740 authored almost 4 years ago by yokinist <[email protected]>
Update README.md

b902ba120ff62635c2022607167fb9193db445ff authored almost 4 years ago by Tim Neutkens <[email protected]>
Add err.sh for i18n config errors (#18425)

This adds an err.sh with info that can help when tracking down errors from invalid i18n config i...

8b4d6246f31105c9e1fc6f62c75b9ab0633b0de9 authored almost 4 years ago by JJ Kasper <[email protected]>
Fix Symbol.prototype.description (#18423)

Firefox 61:
<img width="513" alt="Screen Shot 2020-10-28 at 5 28 30 PM" src="https://user-images...

aac46c0be8f0b87532283b5c57ee55de27d58813 authored almost 4 years ago by Jason Miller <[email protected]>
remove unneeded deps & updated example (#17651)

Closes #17626

e058fa49d099c052a84e8f2b2149d25a9ba625a4 authored almost 4 years ago by Jip Sterk <[email protected]>
Add err.sh for image config errors (#18424)

* Add err.sh for image config errors

* Apply suggestions from code review

Co-authored-by: ...

e20dba2cf094f4203e183a8f6da98ab8a1772b1e authored almost 4 years ago by JJ Kasper <[email protected]>
Update image optimization docs to include blog details (#18401)

This PR documents some details that are mentioned in the blog post https://nextjs.org/blog/next-10

44fe971e6b3ba240ecd8f2d2d92025d831bc609d authored almost 4 years ago by Steven <[email protected]>
Update docs with details for cached images (#18399)

This PR explains the caching algorithm for the default loader.

79314ef5d882940a8042d3c718d47488a8b7e72f authored almost 4 years ago by Steven <[email protected]>
Tweak Image Optimization URL in example (#18355)

4caf98efbfae9cc62233cd9e9030fa52db7c6375 authored almost 4 years ago by Sebastian Troć <[email protected]>