CityOfBoston / 311

New web portal for BOS:311
https://311.digital-staging.boston.gov/
Other
17 stars 6 forks source link

Update next to the latest version 🚀 #896

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 6 years ago

Version 6.0.1 of next was just published.

Dependency next
Current Version 5.1.0
Type dependency

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

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of next.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Release Notes 6.0.1

Patches

  • [with-react-i18next] Fix flickering on page change via <Link />: #4318
  • Fix typo in next-with-apollo-auth test docs: #4328
  • Add Lock Threads configuration: d6ca2f8
  • Add Example of Redux Wrapper with Immutable.js: #4327
  • Docs: add missing fat arrow: #4245
  • Upgrade update-check: #4247
  • Add basic export example: 62f9736
  • Add export of homepage when exporting without exportPathMap: #4253
  • Prevent now-env from running in production: #4259
  • Add docker example: #4261
  • Upgrade react-hot-loader: #4277
  • Fix with-jest example: #4278
  • Catch errors from update-check: #4276
  • Add source-map dependency: #4281
  • Support Node 6 again. check if async/await is supported: #4283
  • Update Cache-Control for render errors: #4111
  • Add new apollo example using _app.js: #4286
  • Implement with-redux using _app.js: #4295
  • Add eslint parser to avoid errors in IDE.: #4297
  • Fix(with-pkg): update pkg config for next.js: #4307
  • Support _app approach for upgraded Redux Wrapper: #4207
  • Test stateful component style update: #4309
  • Update next-typescript to latest version 0.1.1: #4176
  • Upgrade react-hot-loader: #4317

Credits

Huge thanks to @Grimones, @swissspidy, @gokaygurcan, @tim-phillips, @evenchange4, @Dru89, @vasco3, @evenchange4, @kirill-konshin, @riddla, and @jasonleibowitz for helping!

Commits

The new version differs by 113 commits.

  • 837c6ed 6.0.1
  • 9de2c40 Don't comment after locking with the bot (#4331)
  • 126507c Add Example of Redux Wrapper with Immutable.js (#4327)
  • d6ca2f8 Add Lock Threads configuration
  • 6b04b55 Fix typo in next-with-apollo-auth test docs (#4328)
  • 0d4d7d8 [with-react-i18next] Fix flickering on page change via (#4318)
  • 8588e8d 6.0.1-canary.2
  • 1dda50c Upgrade react-hot-loader (#4317)
  • aec4c00 Update next-typescript to latest version 0.1.1 (#4176)
  • 4bec4cc Test stateful component style update (#4309)
  • 76f5e97 Support _app approach for upgraded Redux Wrapper (#4207)
  • 4b95725 fix(with-pkg): update pkg config for next.js (#4307)
  • 596bd21 Add eslint parser to avoid errors in IDE. (#4297)
  • 0697c28 Implement with-redux using _app.js (#4295)
  • 6c0091f Add new apollo example using _app.js (#4286)

There are 113 commits in total.

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree:

greenkeeper[bot] commented 6 years ago

Version 6.0.2 just got published.

Update to this version instead 🚀

Release Notes 6.0.2

Patches

  • Fix example with-custom-babel-config: update to Babel 7: #4349
  • Update README in with-global-stylesheet-simple [ci skip]: #4361
  • Update babel-plugin-module-resolver version in with-global-stylesheet: #4360
  • Update package.json in with-docker example: #4359
  • Fix class name in data-fetch example: #4358
  • Updating with-redux-saga example: #4356
  • Fixes 'next export' when exportPathMap function depends on runtime config: #4339
  • Set this.mounted to false when dynamic component is unmounted: #4333
  • Upgrade with-typescript to use latest next-typescript: 2c3f406
  • Make sure props.url is immutable: #4352

Credits

Huge thanks to @messa, @yhirano55, @cedric-marcone, @wereHamster and @gastonfartek for helping!

Commits

The new version differs by 14 commits.

  • b0bbf72 6.0.2
  • 4f59c95 updating with-redux-saga example (#4356)
  • af10822 Fix class name in data-fetch example (#4358)
  • b2047de Update package.json in with-docker example (#4359)
  • 8c5c2c2 Update babel-plugin-module-resolver version in with-global-stylesheet (#4360)
  • b3e47d1 Update README in with-global-stylesheet-simple [ci skip] (#4361)
  • fa5c0b8 Fix example with-custom-babel-config: update to Babel 7 (#4349)
  • 355b1ad 6.0.2-canary.0
  • db29791 Merge branch 'master' into canary
  • 449f38d Make sure props.url is immutable (#4352)
  • 2c3f406 Upgrade with-typescript to use latest next-typescript
  • 16ff96b rename; Clock.js to clock (#4342)
  • 7f62132 Set this.mounted to false when dynamic component is unmounted (#4333)
  • d3c710b Fixes 'next export' when exportPathMap function depends on runtime config (#4339)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 6.0.3 just got published.

Update to this version instead 🚀

Release Notes 6.0.3

Patches

  • Fix with-mobx example: #4394
  • Improve with-redux-saga example: #4392
  • Update with-electron example: #4386
  • Return empty string instead of null in the Authorization: #4389
  • Fix "with-i18next" example: #4393
  • Lock issues/PRs after 365 days: 6893158
  • Make sure _document doesn’t reload the page when switching pages: 44c7aa4
  • Update pass-server-data example [ci skip]: #4362
  • Update ssr-caching example: #4363
  • Update with-asset-imports [ci skip]: #4365
  • Add license section in with-pretty-url-routing [ci skip]: #4366
  • Add issue templates: f88aa60
  • Remove old issue template: a235551
  • Add question about Next.js template: a6e3012
  • Improve with-redux example: #4377
  • Fix double-reload / redirect when changing pages: #4388

Credits

Huge thanks to @yhirano55, @wesbos, @HaNdTriX, @yakovlevyuri and @jlobos for helping!

Commits

The new version differs by 23 commits.

  • 73a55d7 6.0.3
  • 6893158 Lock issues/PRs after 365 days
  • b0128c7 Fix "with-i18next" example (#4393)
  • 59aa5a4 Return empty string instead of null in the Authorization (#4389)
  • 254b4b7 Lock after 2 months
  • 79a7878 Update with-electron example (#4386)
  • b90c77b Improve with-redux-saga example (#4392)
  • e8c7dd4 Fix with-mobx example (#4394)
  • 4b0f10b 6.0.3-canary.1
  • 44c7aa4 Make sure _document doesn’t reload the page when switching pages
  • 3a6fee2 6.0.3-canary.0
  • a65839e Merge branch 'master' into canary
  • 535bab1 Fix double-reload / redirect when changing pages (#4388)
  • 3db3f4b Improve with-redux example (#4377)
  • 2c0d600 Move template into the right directory

There are 23 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 6.1.0 just got published.

Update to this version instead 🚀

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

greenkeeper[bot] commented 6 years ago

Version 6.1.1 just got published.

Update to this version instead 🚀

Release Notes 6.1.1

Patches

  • Merge url query with exportPathMap: #4678
  • Fix code splitting on Windows: #4685
  • Fix Typescript HMR: #4689
  • Use nonce attribute for all scripts and preloads if provided: #4539
  • Make sure hashchanges get triggered: #4676
  • Added note for AWSAppSyncClient: #4611

Credits

Huge thanks to @lucleray, @cherniavskii, @novascreen and @Skaronator for helping!

Commits

The new version differs by 10 commits.

  • 0bcee3c 6.1.1
  • dde20fc Added note for AWSAppSyncClient (#4611)
  • 9d52268 6.1.0-canary.0
  • da0c7a9 Merge branch 'master' into canary
  • 57d8af8 Make sure hashchanges get triggered (#4676)
  • 1c817d2 Use nonce attribute for all scripts and preloads if provided (#4539)
  • 17e410a Fix Typescript HMR (#4689)
  • 810705a Replaced npm token (#4680)
  • 54ab3bc Fix code splitting on Windows (#4685)
  • e98a877 Merge url query with exportPathMap (#4678)

See the full diff