-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Upgrade to latest Next.js (attempt 2) #2805
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
73 commits
Select commit
Hold shift + click to select a range
3e22f94
Remove old site, create new Next app
srmagura 19ade76
Site header
srmagura 56dfe5f
Fix manypkg issues, copy in bootstrap-reboot.min.css
srmagura 221eb44
Website progress
srmagura 51b769b
Website progress
srmagura 8cad941
Website progress
srmagura 73c2882
yarn.lock
srmagura 11f202c
Website progress
srmagura 9c48dac
Fix manypkg errors
srmagura 1f4f0c8
Website progress
srmagura 8fbd5d5
Website progress: markdown CSS
srmagura 6248beb
Website progress
srmagura 7a1615c
Website progress
srmagura e2a13a6
Remove spectrum badge from README
srmagura 46a550d
Add Carbon ads
srmagura 8551160
Add DocSearch
srmagura 71927a0
Add favicon and set page <title>
srmagura 6cc6d0a
Website tweaks
srmagura 5ee98e8
Update Netlify config and use next-export
srmagura 837ad5c
Remove unnecessary dependencies from root package.json
srmagura 39681bc
Add custom 404 page
srmagura 0a1004b
Live editor works (no Babel yet)
srmagura e6d8a7a
[wip] Babel compilation
srmagura 341aa1c
About to remove web worker stuff
srmagura 1a84bee
Website: Live code editor stuff
srmagura 2ab6723
Remove Mac-specific step from CONTRIBUTING
srmagura dc59c84
Update CONTRIBUTING for new website development
srmagura ed556c2
Done with live code editors
srmagura da9937c
Bring awesome-emotion into repo as an MDX doc
srmagura 2776bda
Add redirects to netlify.toml
srmagura ed58cd4
Website styling, remove @jsx pragma from live code examples
srmagura 53274ae
Remove incorrect slack link from community.mdx
srmagura d456076
Review & tweak website styles
srmagura b67153b
Make tables responsive on mobile
srmagura fd7b80f
Set up @next/bundle-analyzer
srmagura a3c1383
Get @emotion/babel-plugin to work in the browser (HACKS)
srmagura 454e36b
Change Carbon ad when path changes
srmagura d3bb78d
Fix live editor issues
srmagura 96a45f9
Do LiveEditor compilation in web worker
srmagura aa50f5c
Fork react-live
srmagura b86da6c
Working on live editors
srmagura ed0fd61
Fix LiveProvider useEffect
srmagura 489418e
Live editor tweaks
srmagura b285eb9
Fix web worker @emotion/babel-plugin import
srmagura 064f13d
Add website TS TODO
srmagura 15e7e8d
Add more detail to comment
srmagura 96093fb
Fix some but not all manypkg issues
srmagura 057430a
Fix Safari-specific styling issues
srmagura 1def49f
Website: Use webpack alias for @emotion/babel-plugin
srmagura a3d1500
Add comment explaining module aliasing hack
srmagura c42d489
site: Upgrade docsearch
srmagura f7ba4e8
site: Upgrade some packages
srmagura 0fc42a9
site: Upgrade some packages
srmagura b211570
site: Upgrade next-mdx-remote
srmagura 3f63d9c
Fix layout shift when carbon ads is loading
srmagura e54ab91
Make CI use Node 14
srmagura d35d9a9
Remove .nvmrc to fix Netlify build
srmagura 9cf5544
Add Ukraine banner to new website
srmagura 7fd9558
Fix minor issues in styled.mdx
srmagura 833858a
Minor mobile fixes
srmagura 6493bb3
Convert GFM tables to HTML so we don't need the remark-gfm plugin
srmagura 2e7a091
Upgrade all website packages
srmagura 272a287
Update docsearch appId and apiKey (see #2718)
srmagura cae08d2
Fixed CacheProvider demo in the docs (see #2678)
srmagura 95c82c1
CodeSandbox CI node 16
srmagura 978b04c
Simplify .gitignore
srmagura 55e89db
Website cleanup after reviewing diff
srmagura 635b829
Fix multiple @types/react
srmagura 0d89ea1
Add test:typescript script to emotion-site
srmagura c311a5c
Make all code blocks have the same font-size
srmagura c4d40a2
Autolink headings
srmagura 14f73a8
Minor website fixes
srmagura 280290b
remark-responsive-tables
srmagura File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| { | ||
| "packages": ["packages/*"], | ||
| "sandboxes": ["pk1qjqpw67"], | ||
| "node": "12" | ||
| "node": "16" | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| root = true | ||
|
|
||
| [*] | ||
| end_of_line = lf | ||
| insert_final_newline = true | ||
| charset = utf-8 | ||
| indent_style = space | ||
|
|
||
| [*.{js,ts,tsx,json,yml}] | ||
| indent_size = 2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,52 @@ | ||
| --- | ||
| title: 'Community' | ||
| --- | ||
|
|
||
| > A curated list of awesome stuff related to Emotion. | ||
|
|
||
| ## Contents | ||
|
|
||
| - [Libraries](#libraries) | ||
| - [Component Libraries](#component-libraries) | ||
| - [Examples In the Wild](#examples-in-the-wild) | ||
|
|
||
| ## Libraries | ||
|
|
||
| - [facepaint](https://github.com/emotion-js/facepaint) - Responsive style values for css-in-js | ||
| - [ember-emotion](https://github.com/alexlafroscia/ember-emotion) - Use emotion in Ember.js | ||
| - [vue-emotion](https://github.com/egoist/vue-emotion) - Use emotion in Vue.js | ||
| - [CSS to emotion transform](https://transform.now.sh/css-to-emotion/) | ||
| - [ShevyJS](https://github.com/kyleshevlin/shevyjs) - Configurable Vertical Rhythm & Typography in CSS-in-JS | ||
| - [design-system-utils](https://github.com/mrmartineau/design-system-utils) - Utilities to give better access to your design system. | ||
| - [styled-map](https://github.com/scf4/styled-map) - Super simple lib to map props to styles | ||
| - [polished](https://github.com/styled-components/polished) - Lightweight set of Sass/Compass-style mixins/helpers for writing styles in JavaScript | ||
| - [styled-conditions](https://github.com/karolisgrinkevicius/styled-conditions) - Ultra-lightweight flag utility to conditionally apply css depending on React props | ||
| - [manipulative](https://github.com/paulshen/manipulative) - React devtool to style emotion components from the browser | ||
| - [emotion-tailwind-preflight](https://github.com/flogy/emotion-tailwind-preflight) - Merge the shiny TailwindCSS base styles into your CSS-in-JS project | ||
|
|
||
| ## Component Libraries | ||
|
|
||
| - [react-select](https://github.com/JedWatson/react-select) ([Website](http://jedwatson.github.io/react-select/)) | ||
| - [reactivesearch](https://github.com/appbaseio/reactivesearch) ([Website](https://opensource.appbase.io/reactivesearch/)) | ||
| - [circuit-ui](https://github.com/sumup/circuit-ui) ([Storybook](https://sumup.github.io/circuit-ui/)) | ||
| - [govuk-react](https://github.com/govuk-react/govuk-react) ([Storybook](https://govuk-react.github.io/govuk-react/)) | ||
| - [smooth-ui](https://github.com/smooth-code/smooth-ui) ([Website](https://smooth-ui.smooth-code.com/)) | ||
| - [material-ui](https://github.com/mui-org/material-ui) ([Website](https://mui.com/)) | ||
| - [mineral-ui](https://mineral-ui.com) ([Website](https://mineral-ui.com)) | ||
| - [sancho-ui](https://sancho-ui.com) ([Website](https://sancho-ui.com)) | ||
|
|
||
| ## Examples In the Wild | ||
|
|
||
| - [healthline.com](https://www.healthline.com/health/body-aches) | ||
| - [nytimes.com](https://www.nytimes.com) | ||
| - [vault.crucible.gg](http://vault.crucible.gg/) | ||
| - [saldotuc.com](https://saldotuc.com) | ||
| - [gatsbythemes.com](https://gatsbythemes.com/) | ||
| - [blazity.com](https://blazity.com/) | ||
| - [postmates.com](https://postmates.com/) | ||
| - [thedisconnect.co](https://thedisconnect.co/one) | ||
| - [zefenify.com](https://zefenify.com/about.html) | ||
| - [strelkamag.com](https://strelkamag.com/) | ||
| - [rookout.com](https://www.rookout.com) | ||
| - [figma.com](https://www.figma.com/) | ||
| - [designsystems.com](https://www.designsystems.com/) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.