Giter Club home page Giter Club logo

nextsimplestarter's People

Contributors

dependabot[bot] avatar developerayo avatar epicallan avatar greenkeeper[bot] avatar headwinds avatar heroprotagonist avatar hydra-igtm avatar icflorescu avatar jmaguirrei avatar larkinscott avatar leerob avatar luandro avatar ogbeniore avatar ogunsolahabib avatar olamilekan000 avatar olanetsoft avatar ooade avatar snyk-bot avatar timmy471 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

nextsimplestarter's Issues

Question: .next/sw.js not static?

I've just been reading through the service worker specific code in your repo, and I'm assuming there's a good reason for sw.js being in the .next directory - I just wondered if you could enlighten me? I'm looking at how I get a service worker in my own code base, but am seeing if it's possible to be done entirely from a statically generated directory.

Thanks in advance.

getInitialProps() issues

Trying to do simple data fetching using next's getInitialProps, but it's been hard to get it to work.

I believe this first error I get has to do with getting Babel configs right.

value: async function getInitialProps() {
                 ^^^^^^^^
SyntaxError: Unexpected token function
    at Object.exports.runInThisContext (vm.js:73:16)
    at Module._compile (module.js:543:28)
    at Object.Module._extensions..js (module.js:580:10)
    at Module.load (module.js:488:32)
    at tryModuleLoad (module.js:447:12)
    at Function.Module._load (module.js:439:3)
    at Module.require (module.js:498:17)
    at require (internal/module.js:20:19)
    at _callee$ (/user/NextSimpleStarter/node_modules/next/dist/server/require.js:33:46)
    at tryCatch (/user/NextSimpleStarter/node_modules/regenerator-runtime/runtime.js:64:40)

After adding transform-runtime the error seems to go away.

"plugins": [
    ["transform-runtime", {
      "polyfill": false,
      "regenerator": true
    }],
],

But still getInitialProps() doesn't get called. You can check out my fork for code.

An in-range update of eslint-plugin-react is breaking the build 🚨

The devDependency eslint-plugin-react was updated from 7.18.0 to 7.18.1.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

eslint-plugin-react is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ now: Deployment has failed (Details).
  • βœ… continuous-integration/travis-ci/push: The Travis CI build passed (Details).

Commits

The new version differs by 9 commits.

  • 000d6b8 Update CHANGELOG and bump version
  • ffdf69a [Fix] jsx-indent: Does not check indents for JSXText
  • 182b045 [Docs] use markdown-magic to automatically sort all rules alphabetically
  • 45b9d32 [Docs] jsx-props-no-spreading: fix typo to use correct rule
  • f9aee94 [Fix] jsx-props-no-spreading: add support for namespaced jsx components
  • e69b113 [Fix] jsx-no-target-blank: allow rel to be an expression
  • fc6e406 [meta] fix changelog date
  • 50df78f [Fix] sort-comp: | isn’t a valid regex flag; u and s are
  • a7f6a8b [Tests] on node v13

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

`npm run build` does not create build

Hi,

Today I tried your repo without touching anything

➜  Documents git clone https://github.com/ooade/NextSimpleStarter.git           
Cloning into 'NextSimpleStarter'...
remote: Counting objects: 145, done.
remote: Total 145 (delta 0), reused 0 (delta 0), pack-reused 145
Receiving objects: 100% (145/145), 127.71 KiB | 0 bytes/s, done.
Resolving deltas: 100% (64/64), done.
➜  Documents cd NextSimpleStarter 
➜  NextSimpleStarter git:(master) yarn install
yarn install v0.21.3
[1/4] πŸ”  Resolving packages...
[2/4] 🚚  Fetching packages...
[3/4] πŸ”—  Linking dependencies...
warning "[email protected]" has unmet peer dependency "webpack@^1 || ^2.1.0-beta || ^2.2.0-beta".
warning "[email protected]" has unmet peer dependency "glob@*".
[4/4] πŸ“ƒ  Building fresh packages...
✨  Done in 9.28s.
➜  NextSimpleStarter git:(master) yarn run build
yarn run v0.21.3
$ next build 
> Using "webpack" config function defined in next.config.js.
Total precache size is about 29.63 kB for 6 resources.
✨  Done in 9.32s.
➜  NextSimpleStarter git:(master) ls build
ls: build: No such file or directory

The build folder is not created. Do you know what's happening?

Thanks!

Re-organize our README

We started this project not quite long after Next.js became public and we haven't really touched the README πŸ˜…

We've just been improving the code section and making it a lot better. I guess it's time to give the README a new structure, basically to pass the right message to new users.

Let's do this! πŸš€

Redux-offline

Hi! Thanks for this starter project, it's really helpful πŸ‘

Do you have any plans to add redux-offline to your example?

Error in sw.js registration

In order to check PWA on dev machine, I built the app and yarn run start. But the project showed an error in console:
Failed to load resource: net::ERR_INVALID_RESPONSE :3000/sw.js

Make delete button accessible

Currently, it has an aria-hidden attribute πŸ˜‘
An aria-label of "Delete Todo" should do.

To turn on Screen Reader on Mac: Cmd + F5

An in-range update of next is breaking the build 🚨

Version 2.4.0 of next just got published.

Branch Build failing 🚨
Dependency next
Current Version 2.3.1
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

next is a direct dependency of this project this is very likely breaking your project right now. If other packages depend on you it’s very likely also breaking them.
I recommend you give this issue a very high priority. I’m sure you can resolve this πŸ’ͺ

Status Details
  • βœ… continuous-integration/travis-ci/push The Travis CI build passed Details
  • ❌ continuous-integration/travis-ci/pr The Travis CI build could not complete due to an error Details

Release Notes 2.4.0

Improve error handling, HMR, Windows support (+CI tests)

Features

  • Add option to extend webpack dev middleware config: #1931

Patches

  • Use cheap module inline source map: #1894
  • Use development babel presets if we are not in production.: #1895
  • Fix windows sub-path dev rebuild failed issue.: #1930
  • Fix hmr failing issue.: #1968

Examples

  • Support for cxs rehydration and removal of duplicate styles.: #1860
  • Update incorrect example reference in readme: #1901
  • Add SSR to examples/with-styled-components + bump styled_components v2: #1908
  • Add link to the Glamorous example: #1887
  • Fix production builds for the material-ui example: #1906
  • Ensure server credentials aren't bundled with client code for firebase example: #1875
  • Add rehydration to example/aphrodite: #1858
  • Remove unnecessary stage-0 from styled-components example: #1959
  • Many improvements to the Apollo examples: #1905
  • Fix react-md example: 2ea6196

Packages

  • Updated webpack to version 2.5.1: #1902
  • Updated babel-jest to version 20.0.1: #1940
  • Updated jest-cli to version 20.0.1: #1941
  • Updated prop-types to version 15.5.10: #1954
  • Updated cross-env to version 5.0.0: #1944
  • Updated babel-plugin-transform-react-remove-prop-types to version 0.4.5: #1925
  • Updated nyc to version 10.3.2: #1889
  • Upgrade jest and simplify .babelrc: #1913

Meta

  • Remove the getting started section.: 564ae2b
  • Update README.MD with warning about BETA version. Remove redundant note.: #1909
  • Added recipes section to readme: #1928
  • Add appveyor.yml file: #1984
  • Add some Appveyor customizations: #1985
  • Improve styled-jsx section of readme: #1932
  • Add a warning when using _document.js: #1884

Credits

Huge thanks to @Reggino, @arunoda, @silvenon, @aranajhonny, @paulxuca, @Grokling, @Rowno, @Ehesp, @brikou, @raygesualdo and @timneutkens for their help!

Commits

The new version differs by 34 commits.

  • b005258 Release 2.4.0
  • 0926129 Release 2.3.2
  • bcb979f Add some Appveyor customizations (#1985)
  • 17cc77f Add appveyor.yml file (#1984)
  • 650bb7c Fix hmr failing issue. (#1968)
  • b8f336c Add custom webpack dev middleware config (#1931)
  • 3306262 chore(package): update jest-cli to version 20.0.1 (#1941)
  • 85af828 chore(package): update babel-jest to version 20.0.1 (#1940)
  • bc71b89 Remove stage-0 from example (#1959)
  • 2ea6196 Fix react-md example
  • 9754395 chore(package): update cross-env to version 5.0.0 (#1944)
  • e53bcdb fix(package): update prop-types to version 15.5.10 (#1954)
  • f4d6cbf Many improvements to the Apollo examples (#1905)
  • 3b91355 Improve styled-jsx section of readme (#1932)
  • 2f4a662 Fix windows sub-path dev rebuild failed issue. (#1930)

There are 34 commits in total.

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

Cannot find module '.../.next/server/static/U1ODQPfQegE-wf5TV0bgZ/pages/_document'

I got this error right away after downloading the starter and running npm run build and npm run start.

{ Error: Cannot find module '/Users/Dan/work/b/original/.next/server/static/yOGv7a1uTpivdY1RQ64A1/pages/_document'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:582:15)
    at Function.Module._load (internal/modules/cjs/loader.js:508:25)
    at Module.require (internal/modules/cjs/loader.js:637:17)
    at require (internal/modules/cjs/helpers.js:22:18)
    at Object.loadComponents (/Users/Dan/work/b/original/node_modules/next-server/dist/server/load-components.js:16:24)
    at Server.renderToHTMLWithComponents (/Users/Dan/work/b/original/node_modules/next-server/dist/server/next-server.js:198:48)
    at Server.renderErrorToHTML (/Users/Dan/work/b/original/node_modules/next-server/dist/server/next-server.js:228:21)
    at Server.renderError (/Users/Dan/work/b/original/node_modules/next-server/dist/server/next-server.js:221:33)
    at Server.render404 (/Users/Dan/work/b/original/node_modules/next-server/dist/server/next-server.js:237:21)
    at Object.fn (/Users/Dan/work/b/original/node_modules/next-server/dist/server/next-server.js:120:32)
    at /Users/Dan/work/b/original/node_modules/next-server/dist/server/router.js:23:36
    at Server.run (/Users/Dan/work/b/original/node_modules/next-server/dist/server/next-server.js:157:23)
    at Server.handleRequest (/Users/Dan/work/b/original/node_modules/next-server/dist/server/next-server.js:80:21)
    at Server.emit (events.js:189:13)
    at parserOnIncoming (_http_server.js:676:12)
    at HTTPParser.parserOnHeadersComplete (_http_common.js:109:17) code: 'MODULE_NOT_FOUND' }

An in-range update of next is breaking the build 🚨


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! πŸ’œ πŸššπŸ’¨ πŸ’š

Find out how to migrate to Snyk at greenkeeper.io


The dependency next was updated from 9.3.6 to 9.4.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

next is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build is in progress (Details).
  • ❌ Vercel: Deployment has failed (Details).

Release Notes for v9.4.0

Minor Changes

  • Polyfill fetch by default: #12353
  • [Fast Refresh] Redesigned Runtime Error Experience: #12222
  • Elements with role=link should open on [Enter]: #12460
  • [Fast Refresh] New Overlay for Prerender Error: #12485
  • Export NextApiRequest type as interface: #12186
  • Experimental: New ESLint Plugin: #11986
  • Context types for getStaticProps and getServerSideProps: #12606
  • Allow @babel/preset-typescript to be configured: #11840
  • Cont. Update performance relayer and remove unstable prefix: #12665
  • Enable Fast Refresh by Default: #12640
  • Enable sassOptions support in next.config.js: #12685
  • [Docs] Environment Variables: #12696

Patches

  • Remove documentMiddleware experimental option: #12218
  • Update preview-mode.md: #12287
  • New logging output: #12169
  • Enable NEXT_PUBLIC_ env var support: #12283
  • Fix wildcard paths causing infinite resolving: #12318
  • [Examples] add Contentful example: #12323
  • Fix typo: #12224
  • Update jsconfig paths fix for windows: #12328
  • Update with-tailwindcss to use Tailwind CSS v1.4.0's new built-in purge option: #12327
  • [Docs] Add link to relative title in postcss docs: #12330
  • Skip LogBox tests to fix CI: 103c25a
  • [Fast Refresh] Skip Environment Check: #12359
  • Upgrade source-map package: #12355
  • Add URL escaping for custom headers: #12031
  • Rectified typo: #12366
  • Only monospace numbers for new overlay: #12394
  • [Fast Refresh] Click to open in editor: #12397
  • Add name to component in with-tailwindcss example: #12417
  • Add names to components in hello-world example: #12416
  • Add names to components in amp example: #12415
  • Update lint-staged: #12225
  • [Fast Refresh] Add Titles for Click to Open Action: #12427
  • Docs(examples): with-iron-session update: #12418
  • Remove NEXT_DATA from production builds when runtime JS is disabled: #12406
  • Clean up styles in with-tailwindcss example: #12458
  • [Fast Refresh] Fix terminal editors on macOS: #12430
  • [Fast Refresh] Support client-side code being ran in Node: #12426
  • [Fast Refresh] Unlock Focus on Disabled Element: #12425
  • Use fs.promises in test files: #12432
  • Fix linting: 806b78c
  • Do not prettify lerna.json: 93a94b8
  • Add warning for non-standard NODE_ENV value: #12361
  • Add additional file serving tests: #12479
  • Upgrade Flexbugs Dependency: #12459
  • Don't generate fake cache keys for Preview Mode: #12487
  • Next/client/link: improve internal type annotation: #12468
  • [examples/with-typescript-graphql] Add "createResolverContext" hook, etc.: #11681
  • Fixed typo: #12497
  • Add note about HoC possibly adding GIP to _app: #12491
  • Disable cache warning on supported platforms: #12495
  • [Fast Refresh] Better Tabbing Order: #12503
  • [Fast Refresh] Correctly Trap Focus in Overlay: #12502
  • Disable Comment Extraction: #12496
  • [Fast Refresh] Fix overlay display on Safari: #12523
  • Update tests to poll for output instead of wait for it: #12534
  • Don't add .amp to pathname: #12528
  • Update dynamic-import.md: #12541
  • [Fast Refresh] New Compile Error Overlay: #12543
  • Adds missing deps: #12519
  • Add documentation for TypeScript baseUrl and paths option: #12379
  • Update blog-starter to use Tailwind CSS v1.4's new built-in purge option: #12452
  • Fix: hello world missing default exports: #12551
  • Mention nesting in arrays alongside Fragments in next/head docs: #12420
  • Update AMP dependencies: #12536
  • [Fast Refresh] Toggling of Collapsed Frames: #12560
  • [Fast Refresh] Separate LogBox Tests: #12564
  • Resolve bug with Prismic Locales: #12132
  • [Fast Refresh] Add more test cases: #12568
  • Example: added Ant Design Pro Layout less: #12408
  • Update to run tests in headless mode on Azure: #12574
  • Fix moduleId not resolving correctly on Windows: #12584
  • Add cross-env package: #12581
  • Add flag to disable API warning: #11380
  • Update to latest version of stacktrace-parser: #12597
  • Fix DatePicker Day.js bug in Ant Design example: #12580
  • [Examples]: With react bootstrap: #12421
  • Fix error toast pluralization: #12622
  • Clarify dismissal message: #12624
  • [Fast Refresh] Adjust Overlay Styling: #12623
  • [Fast Refresh] Upgrade react-refresh for SC: #12627
  • [Examples] Update data-fetch example: #12617
  • [Fast Refresh] Overlay hash must consider stack: #12639
  • More renaming ZEIT β†’ Vercel: #12649
  • Disable experimental pageEnv stub by default: #12644
  • [Fast Refresh] Reorder Loaders: #12671
  • [Fast Refresh] Resize Arrows and Preserve Newlines: #12672
  • [Fast Refresh] Do not draw eye to collapsed frames: #12673
  • Fix: use latest experimental method names: #12669
  • Fix check utility in tests: #12678
  • Chore(create-next-app): add missing return types on helpers: #12616
  • [Fast Refresh] Add additional test case: #12674
  • Update documentation that refers to isomorphic fetch libs: #12686
  • Chore(create-next-app): add missing types: #12691
  • Chore(next): link/router/document missing types: #12692
  • Upgrade deps: #12700
  • [Examples] Update firebase authentication: #12687
  • Update code sample in performance measurement docs: #12690
  • Link Made by Vercel to vercel.com: #12702
  • Use @/ to show module alias instead of @ prefixed: #12600
  • Fix logout in with-iron-session example: #12704
  • Add test for API route with fetch polyfill: #12680

Credits

Huge thanks to @jamespohalloran, @lfades, @aemiro-allison, @ijjk, @taylorbryant, @Timer, @ykzts, @plug-n-play, @fabianishere, @vvo, @matamatanot, @chibicode, @karlhorky, @christianalfoni, @sangotaro, @liulanz, @dalibor-123, @stefanjudis, @Kiarash-Z, @hossam-magdy, @mit123suki, @robinweser, @lncls, @kohchihao, @connormcwood, @davidcsally, @roniemeque, @piyu-sh, @jonespen, @joemccann, @makezi, @TxHawks, @devknoll, @jokester, @piglovesyou, @austinhumes-valtech, @rafaelalmeidatk, @arcanis, @timneutkens, @mlorthiois, @huozhi, @lachlanjc, @sebastianbenz, @AlexanderVishnevsky, @mxschmitt, @janicklas-ralph, @NavizDev, @PabloSzx, @tywmick, @lwz7512, @justincy, @Skn0tt, @eps1lon, @maxigimenez, @sarupbanskota, @belgattitude, and @dpyzo0o for helping!

Commits

The new version differs by 155 commits.

  • 6d1167e v9.4.0
  • f9e24ab v9.3.7-canary.21
  • 7cca2b0 Add test for API route with fetch polyfill (#12680)
  • 29b1100 fix logout in with-iron-session example (#12704)
  • 653098d Use @/ to show module alias instead of @ prefixed (#12600)
  • 0b36211 [Docs] Environment Variables (#12696)
  • 4acad75 Link Made by Vercel to vercel.com (#12702)
  • 0900d57 v9.3.7-canary.20
  • 467b2c7 Enable sassOptions support in next.config.js (#12685)
  • e3aeb2f Update code sample in performance measurement docs (#12690)
  • f0220e6 [Examples] Update firebase authentication (#12687)
  • 565e111 v9.3.7-canary.19
  • 8b51e00 Upgrade deps (#12700)
  • ae1daea Enable Fast Refresh by Default (#12640)
  • 0bc0760 chore(next): link/router/document missing types (#12692)

There are 155 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

static folder has been deprecated.

The static folder was deprecated in Next 9.1.

This repository should be restructured to use the public folder. We should be able to just get away with public/static/ by copying the static folder to public.

Version 10 of node.js has been released

Version 10 of Node.js (code name Dubnium) has been released! 🎊

To see what happens to your code in Node.js 10, Greenkeeper has created a branch with the following changes:

  • Added the new Node.js version to your .travis.yml

If you’re interested in upgrading this repo to Node.js 10, you can open a PR with these changes. Please note that this issue is just intended as a friendly reminder and the PR as a possible starting point for getting your code running on Node.js 10.

More information on this issue

Greenkeeper has checked the engines key in any package.json file, the .nvmrc file, and the .travis.yml file, if present.

  • engines was only updated if it defined a single version, not a range.
  • .nvmrc was updated to Node.js 10
  • .travis.yml was only changed if there was a root-level node_js that didn’t already include Node.js 10, such as node or lts/*. In this case, the new version was appended to the list. We didn’t touch job or matrix configurations because these tend to be quite specific and complex, and it’s difficult to infer what the intentions were.

For many simpler .travis.yml configurations, this PR should suffice as-is, but depending on what you’re doing it may require additional work or may not be applicable at all. We’re also aware that you may have good reasons to not update to Node.js 10, which is why this was sent as an issue and not a pull request. Feel free to delete it without comment, I’m a humble robot and won’t feel rejected πŸ€–


FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

Firefox only: Error on add todo

On Firefox only, when trying to add a todo I receive a "Secure Connection Failed" error. Works on chrome though. πŸ‘

Images are failing to load after Zeit deployment

I'm accessing TvMaze API which is https and Zeit is using https. But after deployment none of my images are being loaded here:
https://next-simple-starter-uhnprynavy.now.sh/articles
Code: https://github.com/ahmedmusawir/moose-next-pwa-rdx-bp

with this error:

workbox-core.prod.js:1 Mixed Content: The page at 'https://next-simple-starter-uhnprynavy.now.sh/sw.js' was loaded over HTTPS, but requested an insecure resource 'http://static.tvmaze.com/uploads/images/medium_portrait/136/342479.jpg'. This request has been blocked; the content must be served over HTTPS.

The same app is working fine here using other boilerplate. Here:
https://next-boilerplate-stsxcshqwn.now.sh/articles
Code: https://github.com/ahmedmusawir/next-boilerplate-1

I'm pretty new at this. Just looking for some help. Thanx.

Manifest file not generated

Screenshot from 2019-08-30 18-44-16
I tried exactly same installation that you provide in documentation, In my case the manifest file identity doesn't matches where your https://nextss.now.sh/ this one matches,can you little help what went wrong to solve this issue. I am using to host this on AWS to check, not on Now(Zeit). The install button on the address bar is not also showing in my case.

An in-range update of react-redux is breaking the build 🚨

The dependency react-redux was updated from 6.0.0 to 6.0.1.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

react-redux is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

Release Notes for v6.0.1

This is a minor release with support for react-hot-loader and a few small bug fixes for edge cases.

While you're here, please stop by #1177 to see our roadmap for the next versions of React Redux. We are aware that performance is not so hot in 6.0. Short version: We put too much traffic on React's context API, which isn't really designed for high levels of reads and writes. We're looking to reduce that load and get performance back on track in a minor release, so there won't be backwards compatibility concerns. We have a new extensive benchmark suite to keep us on track and ensure we're not regressing on speed in the future.

And yes, we know about Hooks. Check out #1179.

Changes

Commits

The new version differs by 35 commits.

  • 162b81a 6.0.1
  • d8a7ab5 Update build deps. Add React 16.8 tests.
  • 6ad2b55 Remove --save option as it isn't required anymore (#1193)
  • fac9ad1 Update Provider.md and quick-start.md (#1182)
  • 9bf2375 Update Provider.md
  • fcd5ed8 Update Provider.md
  • c198249 Update react-router usage example (#1180)
  • ab77450 Upgrade to react-is v16.7.0 (#1174)
  • 0bf4e1f Remove duplicate line in connect api documents (#1173)
  • 6e0a106 Updated: Support React-Hot-Loader compatibility (#1168)
  • 63af52f Update accessing-store.md (#1163)
  • 5199d9d Ensure that component prop 'context' really contains a React context … (#1134)
  • e7661b3 Fix spacing issues (#1153)
  • 75b90f9 Add / change docs about v6 (#1148)
  • 5088345 Add connect() API doc (#1140)

There are 35 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of eslint-plugin-import is breaking the build 🚨

The devDependency eslint-plugin-import was updated from 2.20.0 to 2.20.1.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

eslint-plugin-import is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ now: Deployment has failed (Details).
  • βœ… continuous-integration/travis-ci/push: The Travis CI build passed (Details).

Commits

The new version differs by 23 commits.

  • 45f0860 Bump to v2.20.1
  • 5d00854 [Fix] order: Fix alphabetize for mixed requires and imports
  • bbd166b [Fix] export: Handle function overloading in *.d.ts
  • 4665ec5 [Fix] no-absolute-path: fix a crash with invalid import syntax
  • 392c6b9 [Fix] named: for importing from a module which re-exports named exports from a node_modules module
  • cc5bde5 [Tests] named: add failing test for #1446
  • aff3a46 [meta] fix "files" field to include/exclude the proper files
  • 986ba74 docs: fix a few spelling mistakes
  • 6274d96 [Tests] set eslint-plugin/consistent-output lint rule to always require test case output assertions
  • a4d301b [meta] add missing changelog links
  • 2d42464 [Tests] only run the linter once, not on every build
  • 26f232b [Tests] add eslint-plugin-eslint-plugin internally and fix violations
  • 99647f1 [Docs]: Update Tidelift language to enterprise
  • f84d457 no-duplicates: allow duplicate if one is namespace and other not
  • 7e71b50 [Fix] extensions: Fix scope regex

There are 23 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of react is breaking the build 🚨

Version 16.5.0 of the react packages was just published.

Branch Build failing 🚨
Monorepo release group react
Current Version 16.4.2
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

This monorepo update includes releases of one or more dependencies which all belong to the react group definition.

react is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of react-axe is breaking the build 🚨

The dependency react-axe was updated from 3.3.0 to 3.4.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

react-axe is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build is in progress (Details).
  • ❌ now: Deployment has failed (Details).

Release Notes for Release 3.4.0

Features

Commits

The new version differs by 9 commits.

  • 75a3ead Merge pull request #131 from dequelabs/release-3.4.0
  • 738af2a chore(release): 3.4.0
  • 427ffc4 Merge pull request #129 from dequelabs/deps
  • 4ddbcc2 chore: update dependencies
  • c37fc18 feat: Support Axe-core context param (#127)
  • 04f9b1f ci: bust cache and add missing dependency styled-components (#128)
  • 2d79880 chore(deps): [security] bump handlebars from 4.1.2 to 4.5.3 (#126)
  • 31d182b chore: Simplify PR template (#110)
  • 79ef439 chore: Merge pull request #109 from dequelabs/master

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

SyntaxError: /.babelrc: Error while parsing JSON

Hi!

I tried to run the example mentioned in the readme but its throwing this error:

{ SyntaxError: /.babelrc: Error while parsing JSON - Unexpected EOF at line 1 column 2 of the JSON5 data. Still to read: ""
    at error (/Users/mehulahuja/Desktop/freeways-web-2/node_modules/json5/lib/json5.js:56:25)
    at word (/Users/mehulahuja/Desktop/freeways-web-2/node_modules/json5/lib/json5.js:393:13)
    at value (/Users/mehulahuja/Desktop/freeways-web-2/node_modules/json5/lib/json5.js:493:56)
    at Object.parse (/Users/mehulahuja/Desktop/freeways-web-2/node_modules/json5/lib/json5.js:508:18)
    at ConfigChainBuilder.addConfig (/Users/mehulahuja/Desktop/freeways-web-2/node_modules/babel-core/lib/transformation/file/options/build-config-chain.js:150:65)
    at ConfigChainBuilder.findConfigs (/Users/mehulahuja/Desktop/freeways-web-2/node_modules/babel-core/lib/transformation/file/options/build-config-chain.js:96:16)
    at buildConfigChain (/Users/mehulahuja/Desktop/freeways-web-2/node_modules/babel-core/lib/transformation/file/options/build-config-chain.js:61:13)
    at findBabelConfig (/Users/mehulahuja/Desktop/freeways-web-2/node_modules/next/dist/server/build/babel/find-config.js:25:53)
    at _callee2$ (/Users/mehulahuja/Desktop/freeways-web-2/node_modules/next/dist/server/build/webpack.js:369:60)
    at tryCatch (/Users/mehulahuja/Desktop/freeways-web-2/node_modules/regenerator-runtime/runtime.js:65:40)
    at GeneratorFunctionPrototype.invoke [as _invoke] (/Users/mehulahuja/Desktop/freeways-web-2/node_modules/regenerator-runtime/runtime.js:303:22)
    at GeneratorFunctionPrototype.prototype.(anonymous function) [as next] (/Users/mehulahuja/Desktop/freeways-web-2/node_modules/regenerator-runtime/runtime.js:117:21)
    at step (/Users/mehulahuja/Desktop/freeways-web-2/node_modules/babel-runtime/helpers/asyncToGenerator.js:17:30)
    at /Users/mehulahuja/Desktop/freeways-web-2/node_modules/babel-runtime/helpers/asyncToGenerator.js:35:14
    at Promise.F (/Users/mehulahuja/Desktop/freeways-web-2/node_modules/babel-runtime/node_modules/core-js/library/modules/_export.js:35:28)
    at /Users/mehulahuja/Desktop/freeways-web-2/node_modules/babel-runtime/helpers/asyncToGenerator.js:14:12
    at createCompiler (/Users/mehulahuja/Desktop/freeways-web-2/node_modules/next/dist/server/build/webpack.js:546:17)
    at HotReloader._callee2$ (/Users/mehulahuja/Desktop/freeways-web-2/node_modules/next/dist/server/hot-reloader.js:224:69)
    at tryCatch (/Users/mehulahuja/Desktop/freeways-web-2/node_modules/regenerator-runtime/runtime.js:65:40)
    at GeneratorFunctionPrototype.invoke [as _invoke] (/Users/mehulahuja/Desktop/freeways-web-2/node_modules/regenerator-runtime/runtime.js:303:22)
    at GeneratorFunctionPrototype.prototype.(anonymous function) [as next] (/Users/mehulahuja/Desktop/freeways-web-2/node_modules/regenerator-runtime/runtime.js:117:21)
    at step (/Users/mehulahuja/Desktop/freeways-web-2/node_modules/babel-runtime/helpers/asyncToGenerator.js:17:30)
    at /Users/mehulahuja/Desktop/freeways-web-2/node_modules/babel-runtime/helpers/asyncToGenerator.js:35:14
    at Promise.F (/Users/mehulahuja/Desktop/freeways-web-2/node_modules/babel-runtime/node_modules/core-js/library/modules/_export.js:35:28)
    at HotReloader.<anonymous> (/Users/mehulahuja/Desktop/freeways-web-2/node_modules/babel-runtime/helpers/asyncToGenerator.js:14:12)
    at HotReloader.start (/Users/mehulahuja/Desktop/freeways-web-2/node_modules/next/dist/server/hot-reloader.js:253:22)
    at Server._callee$ (/Users/mehulahuja/Desktop/freeways-web-2/node_modules/next/dist/server/index.js:157:41)
    at tryCatch (/Users/mehulahuja/Desktop/freeways-web-2/node_modules/regenerator-runtime/runtime.js:65:40)
  message: '/.babelrc: Error while parsing JSON - Unexpected EOF at line 1 column 2 of the JSON5 data. Still to read: ""',
  at: 1,
  lineNumber: 1,
  columnNumber: 2 }

I'm running OSX (Sierra)
Node version 6.10.3

server.get is not function error

I am using simple http server instead of express, but when i write this
createServer.get('/sw.js', (req, res) => res.sendFile(path.resolve('./.next/sw.js')));
it through error that server.get is not a function
`const next = require('next')
const routes = require('./routes')
const app = next()
const handler = routes.getRequestHandler(app)

// Without express.js
const {createServer} = require('http')
createServer.get('/sw.js', (req, res) => res.sendFile(path.resolve('./.next/sw.js')));
createServer.get('*', (req, res) => handle(req, res));

app.prepare().then(() => {
createServer(handler).listen(4000, err => {
if (err) throw err
console.log('> Ready on http://192.168.84.7:4000')
})
})`

please help me out how to get sw.js file using simple http server

Cannot register service worker with minimal configuration on Netlify

Error message in the console shows....

SW registration failed: TypeError: Failed to register a ServiceWorker for scope ('https://stupefied-franklin-ead670.netlify.com/') with script ('https://stupefied-franklin-ead670.netlify.com/service-worker.js'): A bad HTTP response code (404) was received when fetching the script.

The build files generate and SW.js, rather than a service-worker.js.

Could there be some additional configuration I am missing?

An in-range update of eslint-plugin-react is breaking the build 🚨

The devDependency eslint-plugin-react was updated from 7.18.2 to 7.18.3.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

eslint-plugin-react is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ now: Deployment has failed (Details).
  • βœ… continuous-integration/travis-ci/push: The Travis CI build passed (Details).

Commits

The new version differs by 2 commits.

  • 0a717a5 Update CHANGELOG and bump version
  • 8b576be [Fix] jsx-indent: don't check literals not within JSX

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

Use now 2 to deploy

Using now 2 will make us remove the server.js file since you can match paths to file with the config file.

How to get the state from the Store

Hello,

I used this boilerplate to migrate a project made with Create-React-App using Redux, and I have to say that it's been a complete headache understanding the SSR with React, but I'm almost done with it. I'm new using NextJS and I want to know how can I get the state from the Store, for example I want to use the URL prop on my ComponentWillMount of Blog.

Here is my store:

import { createStore, compose, applyMiddleware } from 'redux'

import rootReducer from '../reducers'
import { MenuActiveLink } from '../reducers/menuReducer';
import { 
	CurrentAgent, 
	CurrentProperty, 
	CurrentBlogPost 
} from '../reducers/CurrentReducer';

import { 
	loadPropertiesFilters, 
	ChangeListingTypeSearch, 
	clearSegmetation, 
	chargeSegmentationValues
} from '../reducers/PropertiesReducer';

const state = {
    url:'http://localhost:8000/api/v1',
    staticUrl: 'http://localhost:8000',
    mediaUrl: 'http://localhost:8000/media/',
    ListProperties: [],
    currentPage:'inicio',
    PropertiesList:[],
    ListingTypeSearch:'',
    currentProperty: '',
    currentBlogPost: '',
    currentAgent: '',
    segmentation:'',
    segmentationData:'',
}

const enhancers = compose(
	typeof window !== 'undefined' && process.env.NODE_ENV !== 'production'
		? window.devToolsExtension && window.devToolsExtension()
		: f => f
)

const reducer = (state, action) => {
    switch (action.type) {
        case 'MenuActiveLink':
            return MenuActiveLink(state,action);
        case 'loadPropertiesFilters':
            return loadPropertiesFilters(state,action);
        case 'ChangeListingTypeSearch':
            return ChangeListingTypeSearch(state,action);
        case 'CurrentProperty':
            return CurrentProperty(state,action);
        case 'CurrentBlogPost':
            return CurrentBlogPost(state,action);
        case 'CurrentAgent':
            return CurrentAgent(state,action);
        case 'clearSegmetation':
            return clearSegmetation(state,action);
        case 'chargeSegmentationValues':
            return chargeSegmentationValues(state,action);
        case 'URL':
            return {...state, url: action.payload};
        default:
            break;
    }
    return state;
}

const createStoreWithMiddleware = applyMiddleware()(createStore)

export default initialState =>
	createStoreWithMiddleware(rootReducer, initialState, enhancers, reducer, state)

and here is the component where I want to get the state for the URL for example:

import React, {Component} from 'react';
import HeaderBlue from '../components/Layouts/Header/HeaderBlue'
import Slider from "react-slick";
import {Tabs, Tab} from 'tabler-react';
import {Container, Row, Col} from 'reactstrap';
import {connect} from 'react-redux';
import axios from 'axios';
import withRedux from "next-redux-wrapper";
// Demo Imports
import BlogCard from '../components/Blog/BlogCard';
import BlogSlider from '../components/Blog/BlogSlider'


const getState = (state) => {
    return {
        url: state.url,
    }
}

const Dispatch = (dispatch) =>{
  return{
    loadBlogPost: (id) =>{
      const action ={
        type: "CurrentBlogPost",
        id:id,
      }
      dispatch(action)
    },
  }
}


class Blog extends Component {
    constructor(props) {
        super(props);
        this.state = {
            blogposts: [],
        }
    }

    static async getInitialProps({ store }) {
		// Adding a default/initialState can be done as follows:
		// store.dispatch({ type: 'ADD_TODO', text: 'It works!' });
        console.log(store.state)
		const res = await fetch(
			'https://api.github.com/repos/ooade/NextSimpleStarter'
		)
		const json = await res.json()
		return { stars: json.stargazers_count }
	}

    componentWillMount = () => {
        let url = this.props.url
        axios.get(url + '/blog/')
        .then(response => {
            this.setState({ blogposts: response.data.results })
        })
    }

    getBlogPost = (e) =>{
        let id = e.target.getAttribute('data-id')
        this.props.loadBlogPost(id)
        this.setState({redirect:true})
    }

    render() {
        const settingsMainSlider = {
            dots: false,
            infinite: true,
            speed: 1000,
            slidesToShow: 3,
            slidesToScroll: 3,
            autoplay: true,
            arrows: false,
            responsive: [
                {
                    breakpoint: 1024,
                    settings: {
                        slidesToShow: 1,
                        slidesToScroll: 1,
                        initialSlide: 1
                    }
                },
                {
                    breakpoint: 480,
                    settings: {
                        slidesToShow: 1,
                        slidesToScroll: 1
                    }
                }
            ]
        };
        return (
            <div>
                <HeaderBlue blog="active"/>
                <section id="slider">
                    <Slider {...settingsMainSlider}>
                        {this.state.blogposts.map(e => {
                            return (
                                <BlogSlider 
                                    title={e.title}
                                    blogId={e.id}
                                    imgSrc={e.image}
                                    onClick={this.getBlogPost}
                                    getBlogPost={this.getBlogPost}
                                />
                            )
                        })}
                    </Slider>
                </section>
                <section id="categoryFilter" style={{paddingBottom: '100px'}}>
                    <Tabs initialTab="Portada">
                        <Tab title="Portada">
                            <Container className="pt-4">
                                <div className="blogCategories-container">
                                    <div>Prop from Redux [{this.props.foo}]</div>
                                    <div>Prop from getInitialProps [{this.props.custom}]</div>
                                    <h5 style={{ marginBottom: '0', fontSize: '1.5rem' }}>Tips & Recomendaciones</h5>
                                    <span className="opacity5 text-muted">Ver todas las entradas &raquo;</span>
                                </div>
                                <Row>
                                    {this.state.blogposts.map(e => {
                                        return (
                                            <Col sm={4}>
                                                <BlogCard
                                                    key={e.id}
                                                    title={e.title}
                                                    imgSrc={e.image}
                                                    category={e.category}
                                                    // Prop related
                                                    blogId={e.id}
                                                    onClick={this.getBlogPost}
                                                    getBlogPost={this.getBlogPost}
                                                />
                                            </Col>
                                        )
                                    })}
                                </Row>
                            </Container>
                        </Tab>
                    </Tabs>
                </section>
            </div>
        )
    }
}
export default connect()(Blog);

Any ideas of how to get this done would help me a lot.

Service Worker Error

Two errors relating to service worker. Can you also explain the service worker in more detail?

Error: ENOENT: no such file or directory, stat '/Users/paulwilson/vermonster/opensource/resistance-calendar/.next/sw.js'

Uncaught (in promise) TypeError: Request scheme 'chrome-extension' is unsupported
at sw.js:formatted:279
screen shot 2017-02-24 at 3 02 41 pm

the live-reload is not working

I followed all the steps to make the app work, but the live-reload doesn't work, in order for the project to work I have to build then run yarn dev, am I mmissing something, thanks in advance.

An in-range update of react is breaking the build 🚨

There have been updates to the react monorepo:

    • The dependency react was updated from 16.6.1 to 16.6.2.
  • The dependency react-dom was updated from 16.6.1 to 16.6.2.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

This monorepo update includes releases of one or more dependencies which all belong to the react group definition.

react is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

i can't start this project.

screen shot 2561-07-25 at 17 09 45

i'm student form Thailand. Now, i interesting in PWA with Next.js and research example project. i don't know to fix it. Can you help me please?

Redux Dev Tools doesn't work

Hey, thanks or this boilerplate, i think it'w awesome. but apparently redux devtools doesn't work.
any hint on that?

An in-range update of eslint-config-react-app is breaking the build 🚨

The devDependency eslint-config-react-app was updated from 5.1.0 to 5.2.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

eslint-config-react-app is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • ❌ continuous-integration/travis-ci/push: The Travis CI build is in progress (Details).
  • ❌ now: Deployment has failed (Details).

Commits

The new version differs by 41 commits.

  • d7c6842 Publish
  • a7b8732 Prepare 3.3.1 release
  • 4da41b4 docs: Add troubleshooting documentation on ENOSPC (#8380)
  • 03018d7 Update docs according to lint-staged v10 (#8394)
  • 6ee4e91 Add helpful message to the footer (#6548)
  • ed162a3 Add "Disallow:" to robots.txt (#8255)
  • e530598 Fix sass importLoaders (#8281)
  • dd0df73 Remove outdated docs regarding vscode eslint extension and type… (#8307)
  • ca9c61e Update setting-up-your-editor.md (#8247)
  • cafd602 Update custom template docs with instructions for testing custom template locally (#8092)
  • 720d90b Sync dependencies babel config (#8120)
  • ddcb7d5 Add titleProp to SVGR ReactComponent type definition (#8099)
  • b855da5 Remove outdated babel plugins (#8353)
  • 4bf14fa Downgrade open from 7.0.0 to 6.4.0 (#8364)
  • dada035 Remove React.FC from Typescript template (#8177)

There are 41 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

Error on deploy

So I've been trying to port an existing app to use this Boilerplate. When I finally finish everything and try to deploy, I'm getting this error when running the build:

Error: Cannot find module 'react'

And removing the preact alias doesn't help...

An in-range update of next is breaking the build 🚨

Version 6.1.0 of next was just published.

Branch Build failing 🚨
Dependency next
Current Version 6.0.3
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

next is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details

Release Notes 6.1.0

Minor Changes

  • Add class properties configuration: #4619
  • Rename dist to server to be more consistent: #4506
  • Remove react-hot-loader: #4500
  • Allow onClick on next/link component's child: #4474
  • Added "hashChangeStart" and "hashChangeComplete" events: #4234

Patches

  • Make production compilation faster: #4677
  • Move plugins and loaders to webpack folder: #4618
  • Pass in the generated asPath instead of a full url: #4622
  • Failing test for #4620: #4625
  • Remove the React 15 support comment: #4648
  • Rephrase url deprecation text and add link to next-codemod: #4649
  • Update "url deprecated" error docs with note re: React Dev Tools: #4652
  • Remove unneeded async: #4635
  • Fix incorrect wording: #4658
  • Pass through buildId to webpack config in development: #4665
  • Only log out using external babelrc once: #4600
  • Apply hot-self-accept to all pageExtensions: #4616
  • Process available chunk names properly in dev mode: #4604
  • Update README.md to include browser support and polyfills docs: #4601
  • Catch errors thrown in _app.js: #4607
  • Move build directory outside of server folder: #4565
  • Properly escape the dot character in regexp: #4608
  • Next/head allow duplicates if it has uniq keys: #4121
  • Remove deprecated and removed route: #4509
  • Add CONFIG_FILE constant, add types for server/config.js: #4529
  • Remove uglify options in preparation of webpack 4: #4536
  • Clean up references to this.dir and this.dist everywhere: #4535
  • Make router properties update when re-rendering: #4541
  • Add dependencies of _app.js to commons: #4396
  • Use a more appropriate regexp for removing hash from a filename: #4510
  • Fix Access-Control-Request-Method header: #4424
  • Upgrade update-check: #4585
  • Add check for added/deleted pages: #4497
  • Default query to {}, same behaviour as next export: #4466
  • Add title to default error page: #4383
  • Add section to the readme about configuring .babelrc: 4e8009c
  • Clarify documentation regarding the static folder: #4340
  • Improve issue templates: 7193f49
  • Make sure index of issue template is correct: e6f3542
  • Fix(bin/next:inspect): Allow node inspect flag to be used: #4160
  • Fix dynamic import in non webpack env: #4208
  • Improve route prefetch docs: add client side imperative code: #4213
  • Fix generated page chunk when libraryTarget is umd: #4205
  • Don’t use chunkhash in development: #4436
  • Use custom Babel loader to avoid using separate Babel copies for loader and loader options: #4417
  • Remove note about exportPathMap not being supported in development: 13cf942
  • Update with-url-object-routing: #4314
  • Improve files list order in package.json: #4399
  • Minor improve with-typescript example [ci skip]: #4402
  • Add example with next-page-transitions: #4404
  • Fix and improve example : with-componentdidcatch: #4400
  • Example updated: with-apollo-auth to Next 6: #4420
  • Set cache-control public correctly: #4322

Examples

  • Update with-universal-configuration: #4624
  • Added with-unstated example: #4628
  • [with-jest]Β Move jest deps to devDeps: #4650
  • With-socket.io Example updated with _app.js: #4644
  • Add example to Recipes section: #4661
  • Update with-markdown example: #4612
  • With-styled-components: Move babel plugin to dev dependency: #4602
  • Update with-absolute-imports example to Babel 7: #4610
  • Fixes bug in with-react-intl example: messages and locale variables were undefined on CSR: #4517
  • Upgrade with-jest-typescript example to next 6.0.0: #4543
  • Stop duplicating charset: #4546
  • Added example for Ant Design with LESS: #4520
  • [with-apollo-auth] Remove useless apolloState from App's props: #4554
  • [with-apollo-auth] Remove useless check from constructor: #4560
  • [with-apollo-auth] simplify apolloState prop: #4563
  • Upgrade gh-pages example to next 6.0.3: #4575
  • With-firebase-hosting: fix npm scripts, remove firebase.json predeploy scripts: #4593
  • Clean up Redux example: #4594
  • Remove unused import: #4493
  • Fix README typo: #4476
  • Add with-next-less example: #4492
  • Added support flex: 1 and and tag support Dimensions in with-react-native-web: #4460
  • Fix viewport issue in with-react-native-web: c461d46
  • Sitemap.xml and robots.txt example: #4163
  • Update typescript examples to use 1.0.1 of next-typescript: #4472
  • Improve custom server typescript example v2: #4470
  • πŸ“οΈRestructure with-material-ui per #4439: #4444
  • Create with-firebase-hosting-and-typescript example: #4443
  • With-firebase-hosting: update to work with next v6: #4435
  • update to with-apollo-auth: #4426
  • Fixed error with the cookie parser in with-apollo-auth: #4445

Credits

Huge thanks to @ex3ndr @teleginzhenya, @Zn4rK, @bennygenel, @brikou, @scaasic, @oliviertassinari, @fatfisz, @andrewmclagan, @koss-lebedev, @davscro, @tobitos, @ngauthier, @skv-headless, @rovansteen, @giautm, @swissspidy, @teleginzhenya, @jthegedus, @lon-io, @mmiszy, @vasco3, @dlcoffee, @quietshu, @klyburke, @toolmantim @gHashTag, @TheRobBrennan, @lukebarton, @tvthatsme, @joaogranado, @rwieruch, @andy-viv, @AriLFrankel, @vladnicula, @JeromeFitz, @elrumordelaluz, @Yuripetusko, @yhirano55, @nwalters512, @lucleray, @lfades, @jonespen, @sampsonjoliver, @DevSpeak, and @loganfsmyth for helping!

Commits

The new version differs by 103 commits.

  • 512f16e 6.1.0
  • 7fcfb8b Make production compilation faster (patch) (#4677)
  • 1ebd996 6.0.4-canary.9
  • 85769c3 Pass through buildId to webpack config in development (#4665)
  • e70c595 Add example to Recipes section (#4661)
  • 36c82fd Fix incorrect wording (#4658)
  • 6ed2da4 with-socket.io Example updated with _app.js (#4644)
  • f4af03b Remove unneeded async (#4635)
  • 91900d1 Update "url deprecated" error docs with note re: React Dev Tools (#4652)
  • 0989ecc [with-jest]Β Move jest deps to devDeps (#4650)
  • 3ae9f87 Rephrase url deprecation text and add link to next-codemod (#4649)
  • 6cba9fa Remove the React 15 support comment (#4648)
  • 67cb87a Added with-unstated example (#4628)
  • fc2d59d Add class properties configuration (#4619)
  • bf882eb Failing test for #4620 (#4625)

There are 103 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.