issuemd / issue.md

issuemd website development repo
https://issue.md
MIT License
0 stars 0 forks source link

Update next to the latest version πŸš€ #5

Closed greenkeeper[bot] closed 7 years ago

greenkeeper[bot] commented 7 years ago

Version 2.0.0 of next just got published.

Dependency next
Current Version 2.0.0-beta.31
Type devDependency

The version 2.0.0 is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of next. Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Release Notes 2.0.0

For the complete release notes, see: https://zeit.co/blog/next2

Commits

The new version differs by 160 commits .

  • 2e67041 Release 2.0.0
  • 16956fe Release 2.0.0-beta.42
  • bb72e19 Move all NPM modules into a single chunk in dev mode. (#1512)
  • fb1e828 Wait until webpack updates before eval the JSON page. (#1511)
  • 75028b6 Release 2.0.0-beta.41
  • 5027495 Revert "Move all NPM modules into a single chunk in dev mode. (#1505)"
  • 0a452ba Release 2.0.0-beta.40
  • a879f47 Move all NPM modules into a single chunk in dev mode. (#1505)
  • 85bcfb8 fixed zeit.co link in readme (#1497)
  • d0e1c92 chore(package): update husky to version 0.13.3 (#1491)
  • 84d4197 Add link (#1492)
  • 32af829 Load the main JS bundle in production with async (#1485)
  • 377a614 chore(package): update babel-eslint to version 7.2.0 (#1468)
  • 97c472c Handle pages with no default export and show an error. (#1484)
  • bc2d5f3 Show errored file always in the error overlay. (#1470)

There are 160 commits in total. See the full diff.

Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 7 years ago

Version 2.0.1 just got published.

Update to this version instead πŸš€

Release Notes 2.0.1

Patches

  • Remove master vs README warnning: 296478b
  • Remove extra semicolon.: #1520
  • Add and update dependencies: #1531
  • Revive truncated text in readme: #1538
  • Update next init to reflect changes in 2.0: #1543
  • Fix serviceworker call on http: #1542
  • Readme: show how to npm run dev on another port.: #1544
  • Mobx leaks memory on server side: #1550
  • Add the system-ui font family: #1555
  • Fix/example instructions: #1559
  • Fix(package): update babel-plugin-module-resolver to version 2.6.0: #1549
  • Add/readme example stateless lifecycle: #1558
  • Chore(lint): Use lint-staged with standard --fix to run linter only on staged files.: #1519
  • Get rid of res.clone(): #1567
  • Remove Service Worker unregister code.: #1568
  • Handle undefined assets when combining.: #1569
  • Chore(package): update coveralls to version 2.13.0: #1570

Credits

Huge thanks to @arunoda, @t32k, @possibilities, @timneutkens, @idupree, @ptomasroos, @mvasilkov, @impronunciable, @okonet and @aranajhonny for their help!

Commits

The new version differs by 18 commits .

  • 4430fd3 2.0.1
  • 248b2f4 chore(package): update coveralls to version 2.13.0 (#1570)
  • bd80b78 Handle undefined assets when combining. (#1569)
  • 4a069e9 Remove Service Worker unregister code. (#1568)
  • d32e69e Get rid of res.clone() (#1567)
  • 66ab661 chore(lint): Use lint-staged with standard --fix to run linter only on staged files. (#1519)
  • 7699cbe Add/readme example stateless lifecycle (#1558)
  • 1aabe4b fix(package): update babel-plugin-module-resolver to version 2.6.0 (#1549)
  • d5369c0 Fix/example instructions (#1559)
  • aa4105e Add the system-ui font family (#1555)
  • 6de2477 Mobx leaks memory on server side (#1550)
  • 6cd6c2e readme: show how to npm run dev on another port. (#1544)
  • 769cb49 Fix serviceworker call on http (#1542)
  • c50c703 Update next init to reflect changes in 2.0 (#1543)
  • 6ac6b99 Revive truncated text in readme (#1538)

There are 18 commits in total. See the full diff.

greenkeeper[bot] commented 7 years ago

Version 2.1.0 just got published.

Update to this version instead πŸš€

Release Notes 2.1.0

🚨 This release dramatically improves and simplifies error handling during development, specially for hot code reloading!
πŸ“ˆ 20 pull requests merged since 2.0.1 from 12 contributors and 1 bot

Minor Changes

  • Introduce ability to specify a different build directory for #1513: #1599

Patches

  • Introduce better debug error handling: #1592
  • Add test cases for getInitialProps based redirect logic.: #1578
  • Add glob dependency (glob-promise peer).: #1624
  • Fix typo in Shallow Routing doc: #1593
  • Fix typo in signal message on process close event: #1601

Example changes

  • Add example using glamorous πŸ’„: #1620
  • Create separate Apollo example without Redux integration: #1483
  • Use latest version of Next for all examples: #1597
  • Fix react-helmet example missing initial props: #1598
  • Remove babelrc from preact example doc: #1583
  • Fix typo in with-universal-configuration example: #1628

Dependency changes

  • Updated benchmark to version 2.1.4: #1540
  • Updated nyc to version 10.2.0: #1529
  • Updated wd to version 1.2.0: #1521
  • Updated webpack to version 2.3.3: #1604
  • Updated webpack-hot-middleware to version 2.18.0: #1586
  • Updated case-sensitive-paths-webpack-plugin to version 2.0.0: #1581
  • Updated cross-env to version 4.0.0: #1572
  • Updated babel-plugin-module-resolver to version 2.6.2: #1571

Credits

Huge thanks to @alexnewmannn, @ads1018, @arunoda, @jwalter, @kevmannn, @timneutkens, @Coobaha, @millette, @vinaypuppal and @paulmolluzzo for their help!

Commits

The new version differs by 24 commits .

  • 6e0e230 Release 2.1.0
  • 9347c8b Specify a different build directory for #1513 (#1599)
  • 12a7610 Add example using glamorous πŸ’„ (#1620)
  • 897ff6c fix typo in with-universal-configuration example (#1628)
  • 8c19286 Add glob dependency (glob-promise peer). (#1624)
  • ee91726 fix(package): update webpack-hot-middleware to version 2.18.0 (#1586)
  • 1e88331 fix(package): update webpack to version 2.3.3 (#1604)
  • d10d80c Fix react-helmet example missing initial props (#1598)
  • 7f05918 Use latest version of Next for all examples (#1597)
  • f9aa7bd Fix typo in signal message on process close event (#1601)
  • 191d658 Fix typo in Shallow Routing doc (#1593)
  • 5fcb496 Introduce better debug error handling (#1592)
  • 87ff667 Revert "Introduce better debug error handling (#1590)" (#1591)
  • 0bdd321 Introduce better debug error handling (#1590)
  • b176f33 fix(package): update babel-plugin-module-resolver to version 2.6.2 (#1571)

There are 24 commits in total. See the full diff.

greenkeeper[bot] commented 7 years ago

Version 2.1.1 just got published.

Update to this version instead πŸš€

Release Notes 2.1.1

Patches

  • Refactor the build server to remove tie to fs: #1656
  • Use existing route info when Router.reload() is called. Improves HMR errors: #1654
  • Handle internal routes automatically for HMR so that custom servers are easier to write: #1658
  • Move all the modules used in 1/2 of all pages into the common chunks.: #1659

Dependencies

  • Updated babel-plugin-transform-react-remove-prop-types to version 0.3.3: #1649
  • Updated chromedriver to version 2.29.0: #1648

Documentation

  • Retain query parameters in parametrized routing (merge new ones instead of replacing): #1638

Credits

Huge thanks to @alexnewmannn, @arunoda and @remy for their help!

Commits

The new version differs by 9 commits .

  • 0ed3978 add lock
  • e4a4297 Release 2.1.1
  • 060cac3 Move all the modules used in 1/2 of all pages into the common chunks. (#1659)
  • 0007cd2 [custom server] Handle internal routes automatically (#1658)
  • 0487956 docs: don't blow away existing query string (#1638)
  • feb6281 chore(package): update chromedriver to version 2.29.0 (#1648)
  • 5a48e8a fix(package): update babel-plugin-transform-react-remove-prop-types to version 0.3.3 (#1649)
  • 0b8a14f Use existing route info when Router.reload() is called. (#1654)
  • 8d2bbf9 Refactor the build server to remove tie to fs (#1656)

See the full diff.

greenkeeper[bot] commented 7 years ago

Version 2.2.0 just got published.

Update to this version instead πŸš€

Release Notes 2.2.0

Minor Changes

  • Add CDN support with assetPrefix config flag in next.config.js: #1700
  • Improved performance: Implement ETag support for server rendered pages: #1693

Patches

  • Use babel-loader 7 beta to fix webpack warning that shows up on every run: #1495
  • Use prop-types instead of React.PropTypes for React 15 compatibility without warnings: #1684
  • Update isLocal logic to enforce protocol and port: #1737
  • Only watch config file that exists on the level of source files: #1643
  • Use babel-preset-env instead of babel-preset-latest: #1701

New examples and improvements

  • Material-UI example: #1771
  • Socket.io example: #1766
  • Semantic ui example: #1753
  • Firebase: #1756
  • Fix amp example: #1755
  • Fix Fela example: #1663
  • Fix dependencies install error on 'with-url-object-routing' example: #1764

Updated packages

  • Updated webpack-dev-middleware to version 1.10.2: #1778
  • Updated mitt to version 1.1.1: #1726
  • Updated webpack to version 2.4.0: #1719
  • Updated babel-plugin-transform-react-remove-prop-types to version 0.4.1: #1738
  • Updated write-file-webpack-plugin to version 4.0.2: #1729
  • Updated babel-generator to version 6.24.1: #1665
  • Updated babel-plugin-transform-class-properties to version 6.24.1: #1671
  • Updated babel-preset-react to version 6.24.1: #1670
  • Updated babel-plugin-transform-es2015-modules-commonjs to version 6.24.1: #1668
  • Updated babel-preset-es2015 to version 6.24.1: #1661
  • Updated babel-eslint to version 7.2.3: #1775

Meta

  • Add one-click deploy button to the top of all example READMEs: #1763
  • Add https://learnnextjs.com/ as an option for learning step by step: #1710
  • Fix a typo.: #1749
  • Remove publishConfig from package.json: 2337827
  • Add wallaby.js support for testing: #1742
  • Fix a typo: e054430
  • Remove roadmap to 2.0: #1711
  • Corrected css pre-processing #readme link: #1709
  • Document skipping cache for babel-loader + setting env at runtime: #1747

Credits

Huge thanks to @arunoda, @khankuan, @kevmannn, @chentsulin, @kandros, @orlin, @impronunciable, @palafoxernesto, @paulmolluzzo, @sergiodxa, @captDaylight, @sedubois, @davegomez and @steida for their help!

Commits

The new version differs by 41 commits0.

  • ff0f1e6 Release 2.2.0
  • ae983c6 update lockfile
  • 1eeb882 Add deply now buttons to with-firebase, with-material-ui, with-socket.io (#1779)
  • f94b927 chore(package): update babel-preset-es2015 to version 6.24.1 (#1661)
  • 2a14d32 Fix Fela example (#1663)
  • 8534200 fix(package): update babel-plugin-transform-es2015-modules-commonjs to version 6.24.1 (#1668)
  • fb0b753 Update isLocal logic to enforce protocol and port (#1737)
  • 9ed387a fix(package): update babel-preset-react to version 6.24.1 (#1670)
  • d1d341b fix(package): update babel-plugin-transform-class-properties to version 6.24.1 (#1671)
  • 3cc3da1 fix(package): update babel-generator to version 6.24.1 (#1665)
  • ceae417 fix(package): update write-file-webpack-plugin to version 4.0.2 (#1729)
  • 384053e fix(package): update babel-plugin-transform-react-remove-prop-types to version 0.4.1 (#1738)
  • caaa153 fix(package): update webpack to version 2.4.0 (#1719)
  • 68f568b fix(package): update mitt to version 1.1.1 (#1726)
  • 1f09c7b fix(package): update webpack-dev-middleware to version 1.10.2 (#1778)

There are 41 commits in total.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 2.3.0-alpha1 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 48 commits0.

  • 9cd060a alpha
  • d4e0478 Make sure to run the promise logic if only called .then()
  • fc34484 Fix a typo.
  • 358cfb3 Make dynamic import support to work with HMR.
  • 93da57e Set a proper displayName for the wrapper dynamic component.
  • 312cf23 Add docs.
  • 686dd4c Merge master into dynamic-import.
  • 753113b Add some tests for dynamic rendering.
  • 7fcd1ea Add async-reactor example.
  • 857a1d3 Add some test cases for the same loop promise.
  • a903503 Update readme.md (#1818)
  • b52b91a fix typo in with-material-ui readme (#1797)
  • 0210540 Fixed typo in README (#1784)
  • 58397a6 fix(package): update send to version 0.15.2 (#1807)
  • 84d00ad Always send an error to client if there is. (#1800)

There are 48 commits in total.

See the full diff