amilajack / erb-serialport-example

An example of using electron-react-boilerplate with serialport
MIT License
14 stars 6 forks source link

Update dependency serialport to v9 #18

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
serialport dependencies major ^7.0.2 -> ^9.0.0

Release Notes

serialport/node-serialport ### [`v9.0.0`](https://togithub.com/serialport/node-serialport/blob/master/CHANGELOG.md#​900-httpsgithubcomnode-serialportnode-serialportcomparev808v900-2020-05-10) [Compare Source](https://togithub.com/serialport/node-serialport/compare/v8.0.8...v9.0.0) ##### chore - build on node 14 and drop node 8 and 32bit linux builds ([#​2079](https://togithub.com/node-serialport/node-serialport/issues/2079)) ([e0c232c](https://togithub.com/node-serialport/node-serialport/commit/e0c232c77ade7ab188dade1dc0cc7af134ce3a95)) ##### BREAKING CHANGES - Dropping node 8 and 32bit linux builds #### [8.0.8](https://togithub.com/node-serialport/node-serialport/compare/v8.0.7...v8.0.8) (2020-05-07) ##### Bug Fixes - reject on non-zero exit codes ([#​2046](https://togithub.com/node-serialport/node-serialport/issues/2046)) ([6ee5c84](https://togithub.com/node-serialport/node-serialport/commit/6ee5c8471fd1e041ebfba736f1eb708d2764b63e)) #### [8.0.7](https://togithub.com/node-serialport/node-serialport/compare/v8.0.6...v8.0.7) (2020-01-30) ##### Bug Fixes - uncomment node shebang line in terminal package ([#​2023](https://togithub.com/node-serialport/node-serialport/issues/2023)) ([2a59726](https://togithub.com/node-serialport/node-serialport/commit/2a5972684367083595cf75e489f1165d24844423)) #### [8.0.6](https://togithub.com/node-serialport/node-serialport/compare/v8.0.5...v8.0.6) (2019-12-25) ##### Bug Fixes - bindings.close() should cause a canceled read error ([#​1972](https://togithub.com/node-serialport/node-serialport/issues/1972)) ([50f967e](https://togithub.com/node-serialport/node-serialport/commit/50f967e788f362da57d782829712542c8f15f8c8)) - No prebuilt binaries found with electron-builder ([#​2003](https://togithub.com/node-serialport/node-serialport/issues/2003)) ([16f9662](https://togithub.com/node-serialport/node-serialport/commit/16f966233930bc7c7302d2b7a53d70282b42e165)) - stream required bindings-mock as a dep ([#​1970](https://togithub.com/node-serialport/node-serialport/issues/1970)) ([e978b7e](https://togithub.com/node-serialport/node-serialport/commit/e978b7eb244b87a6be2ae914965adeb1f4562935)) - upgrade npm on GitHub actions to fix bug ([#​1973](https://togithub.com/node-serialport/node-serialport/issues/1973)) ([d500a5b](https://togithub.com/node-serialport/node-serialport/commit/d500a5b1ba6e6600e0a3f4486a3c496304f95c3f)) #### [8.0.5](https://togithub.com/node-serialport/node-serialport/compare/v8.0.4...v8.0.5) (2019-10-27) ##### Bug Fixes - cctalk wasn’t upgraded in serialport ([3e568f7](https://togithub.com/node-serialport/node-serialport/commit/3e568f7ca4b8e1c0743b780860532e5998091b86)) #### [8.0.4](https://togithub.com/node-serialport/node-serialport/compare/v8.0.3...v8.0.4) (2019-10-27) This is the first non beta release of serialport version 8! 🎉 The biggest change in 8x is our version numbers. We now user lerna's ["fixed versioning"](https://togithub.com/lerna/lerna#fixedlocked-mode-default) to allow for a much easier documentation experience. This makes all our packages share a version number when they're released. Our website now has versioned docs so you can see what they looked like for the version of serialport you're using today. (Check out our [7x docs](https://deploy-preview-24--serialport.netlify.com/docs/7.x.x/guide-about) if you still need them.) With this change we've moved a centralized changelog (this file!) and we'll be moving older release notes here. We also moved the website to it's [own repo](https://togithub.com/serialport/website/). A few breaking api changes have been introduced over the 8x beta releases. You can find out more about them in the [Upgrade Guide](https://togithub.com/serialport/node-serialport/blob/master/UPGRADE_GUIDE.md) We dropped node6 support and now support node12 (and we work on node 13) which allowed us to migrate to async/await. The reduced a fair bit of code and was a welcome change. Windows got a few notable bug fixes from contributors and RTS/CTS flow control should now work as expected. And lastly our CI system has mostly been moved to GitHub Actions, they are much much faster than our travis/appveyor combo and cheaper too (free!). We still pay for Appveyor because we still use them with travis for binary builds. When that process is migrated we should be able to drop both services completely. This is also our first major release since starting the [serialport collective](https://opencollective.com/serialport)! Like a lot of projects we rely on volunteers, students, professionals and the backing of companies using the project for their businesses. If you find serialport helpful, [please read about why you might want to donate](https://opencollective.com/serialport#section-about) to the project and our project's goals. Thanks to [@​boneskull](https://togithub.com/boneskull), [@​BryanHunt](https://togithub.com/BryanHunt), [@​hipsterbrown](https://togithub.com/hipsterbrown), [@​Holger-Will](https://togithub.com/Holger-Will), [@​icebob](https://togithub.com/icebob), [@​jacobq](https://togithub.com/jacobq), [@​jowy](https://togithub.com/jowy), [@​krutkay](https://togithub.com/krutkay), [@​maxvgi](https://togithub.com/maxvgi), [@​nornagon](https://togithub.com/nornagon), [@​podarok](https://togithub.com/podarok), [@​reconbot](https://togithub.com/reconbot), and [@​warp](https://togithub.com/warp) for their help with this release! And Thanks to our first 5 open collective backers! for help with sustaining this project! ##### Bug Fixes - improve the options and output of terminal ([#​1962](https://togithub.com/node-serialport/node-serialport/issues/1962)) ([4b23928](https://togithub.com/node-serialport/node-serialport/commit/4b23928cd276d60df7c13ec32084a99752b2c3c1)) - learn now needs the package-lock.json files ([4b8fc24](https://togithub.com/node-serialport/node-serialport/commit/4b8fc248778b69f7afde17ab9ef791ef8867c4a5)) - npmignore should ignore .DS_Store files ([#​1954](https://togithub.com/node-serialport/node-serialport/issues/1954)) ([eb6b57b](https://togithub.com/node-serialport/node-serialport/commit/eb6b57bffe33c9bc7775bb6b0fdf1081db86ebcc)) #### [8.0.3](https://togithub.com/node-serialport/node-serialport/compare/v8.0.2...v8.0.3) (2019-10-03) ##### Chores - Test merges with master ([#​1952](https://togithub.com/node-serialport/node-serialport/issues/1952)) ([bfb47c7](https://togithub.com/node-serialport/node-serialport/commit/bfb47c7)) ##### BREAKING CHANGES - drop callback argument on SerialPort.list() ([#​1943](https://togithub.com/node-serialport/node-serialport/issues/1943)) ([145b906](https://togithub.com/node-serialport/node-serialport/commit/145b906)) #### [8.0.2](https://togithub.com/node-serialport/node-serialport/compare/v8.0.1...v8.0.2) (2019-09-24) ##### Bug Fixes - stop polling if the poller has an error ([#​1936](https://togithub.com/node-serialport/node-serialport/issues/1936)) ([c57b6e9](https://togithub.com/node-serialport/node-serialport/commit/c57b6e9)), closes [#​1803](https://togithub.com/node-serialport/node-serialport/issues/1803) - we weren’t running all the tests ([#​1937](https://togithub.com/node-serialport/node-serialport/issues/1937)) ([a5f7d60](https://togithub.com/node-serialport/node-serialport/commit/a5f7d60)) ##### Features - add optional end event for piping ([#​1926](https://togithub.com/node-serialport/node-serialport/issues/1926)) ([275315a](https://togithub.com/node-serialport/node-serialport/commit/275315a)) #### [8.0.1](https://togithub.com/node-serialport/node-serialport/compare/v6.2.2...v8.0.1) (2019-09-18) ##### Bug Fixes - Add missing `return` statement ([#​1911](https://togithub.com/node-serialport/node-serialport/issues/1911)) ([288e6ac](https://togithub.com/node-serialport/node-serialport/commit/288e6ac)) - bindings no longer error when closed during empty writes ([#​1872](https://togithub.com/node-serialport/node-serialport/issues/1872)) ([9d01492](https://togithub.com/node-serialport/node-serialport/commit/9d01492)) - fix open collective link ([#​1928](https://togithub.com/node-serialport/node-serialport/issues/1928)) ([6426214](https://togithub.com/node-serialport/node-serialport/commit/6426214)) - missing maintainer name ([a626103](https://togithub.com/node-serialport/node-serialport/commit/a626103)) - readme badges and images for backers and contributors ([#​1881](https://togithub.com/node-serialport/node-serialport/issues/1881)) ([1fd88e1](https://togithub.com/node-serialport/node-serialport/commit/1fd88e1)) - remove PURGE_RXABORT flag on flush for Windows ([#​1817](https://togithub.com/node-serialport/node-serialport/issues/1817)) ([1daa919](https://togithub.com/node-serialport/node-serialport/commit/1daa919)) - RTS/CTS flow control for Windows ([#​1809](https://togithub.com/node-serialport/node-serialport/issues/1809)) ([cd112ca](https://togithub.com/node-serialport/node-serialport/commit/cd112ca)) - **packages/bindings#write:** do not call native binding for empty buffers ([d347f3b](https://togithub.com/node-serialport/node-serialport/commit/d347f3b)) - stream read not working past 1 read ([#​1925](https://togithub.com/node-serialport/node-serialport/issues/1925)) ([3a13279](https://togithub.com/node-serialport/node-serialport/commit/3a13279)) - use correct casts to/from HANDLE/int ([#​1766](https://togithub.com/node-serialport/node-serialport/issues/1766)) ([ce503b3](https://togithub.com/node-serialport/node-serialport/commit/ce503b3)) - writing issue on Linux ([#​1908](https://togithub.com/node-serialport/node-serialport/issues/1908)) ([a7d1937](https://togithub.com/node-serialport/node-serialport/commit/a7d1937)) ##### Chores - remove node6 support and upgrade codebase ([#​1851](https://togithub.com/node-serialport/node-serialport/issues/1851)) ([d4f15c0](https://togithub.com/node-serialport/node-serialport/commit/d4f15c0)) - add eslint mocha ([#​1922](https://togithub.com/node-serialport/node-serialport/issues/1922)) ([afbc431](https://togithub.com/node-serialport/node-serialport/commit/afbc431)) - test on node 12 ([#​1846](https://togithub.com/node-serialport/node-serialport/issues/1846)) ([46da21f](https://togithub.com/node-serialport/node-serialport/commit/46da21f)) - Use GitHub actions for linting ([#​1927](https://togithub.com/node-serialport/node-serialport/issues/1927)) ([fb05c2d](https://togithub.com/node-serialport/node-serialport/commit/fb05c2d)) ##### Features - Added packet timeout for cctalk parser ([#​1887](https://togithub.com/node-serialport/node-serialport/issues/1887)) ([714e438](https://togithub.com/node-serialport/node-serialport/commit/714e438)) - Make it possible to compile on vanilla Android ([#​1912](https://togithub.com/node-serialport/node-serialport/issues/1912)) ([ba2b69c](https://togithub.com/node-serialport/node-serialport/commit/ba2b69c)) - reset info.serialNumber when resetting mock ports ([#​1899](https://togithub.com/node-serialport/node-serialport/issues/1899)) ([6acaac1](https://togithub.com/node-serialport/node-serialport/commit/6acaac1)) - support Exar ttyXRUSB ([#​1893](https://togithub.com/node-serialport/node-serialport/issues/1893)) ([3d34d0f](https://togithub.com/node-serialport/node-serialport/commit/3d34d0f)) ##### BREAKING CHANGES - flush behavior on windows no longer cancels inflight reads - bindings now use async functions so they’ll never throw, only reject ### [`v8.0.8`](https://togithub.com/serialport/node-serialport/blob/master/CHANGELOG.md#​808-httpsgithubcomnode-serialportnode-serialportcomparev807v808-2020-05-07) [Compare Source](https://togithub.com/serialport/node-serialport/compare/v8.0.7...v8.0.8) ##### Bug Fixes - reject on non-zero exit codes ([#​2046](https://togithub.com/node-serialport/node-serialport/issues/2046)) ([6ee5c84](https://togithub.com/node-serialport/node-serialport/commit/6ee5c8471fd1e041ebfba736f1eb708d2764b63e)) ### [`v8.0.7`](https://togithub.com/serialport/node-serialport/blob/master/CHANGELOG.md#​807-httpsgithubcomnode-serialportnode-serialportcomparev806v807-2020-01-30) [Compare Source](https://togithub.com/serialport/node-serialport/compare/v8.0.6...v8.0.7) ##### Bug Fixes - uncomment node shebang line in terminal package ([#​2023](https://togithub.com/node-serialport/node-serialport/issues/2023)) ([2a59726](https://togithub.com/node-serialport/node-serialport/commit/2a5972684367083595cf75e489f1165d24844423)) ### [`v8.0.6`](https://togithub.com/serialport/node-serialport/blob/master/CHANGELOG.md#​806-httpsgithubcomnode-serialportnode-serialportcomparev805v806-2019-12-25) [Compare Source](https://togithub.com/serialport/node-serialport/compare/v8.0.5...v8.0.6) ##### Bug Fixes - bindings.close() should cause a canceled read error ([#​1972](https://togithub.com/node-serialport/node-serialport/issues/1972)) ([50f967e](https://togithub.com/node-serialport/node-serialport/commit/50f967e788f362da57d782829712542c8f15f8c8)) - No prebuilt binaries found with electron-builder ([#​2003](https://togithub.com/node-serialport/node-serialport/issues/2003)) ([16f9662](https://togithub.com/node-serialport/node-serialport/commit/16f966233930bc7c7302d2b7a53d70282b42e165)) - stream required bindings-mock as a dep ([#​1970](https://togithub.com/node-serialport/node-serialport/issues/1970)) ([e978b7e](https://togithub.com/node-serialport/node-serialport/commit/e978b7eb244b87a6be2ae914965adeb1f4562935)) - upgrade npm on GitHub actions to fix bug ([#​1973](https://togithub.com/node-serialport/node-serialport/issues/1973)) ([d500a5b](https://togithub.com/node-serialport/node-serialport/commit/d500a5b1ba6e6600e0a3f4486a3c496304f95c3f)) ### [`v8.0.5`](https://togithub.com/serialport/node-serialport/blob/master/CHANGELOG.md#​805-httpsgithubcomnode-serialportnode-serialportcomparev804v805-2019-10-27) [Compare Source](https://togithub.com/serialport/node-serialport/compare/v8.0.4...v8.0.5) ##### Bug Fixes - cctalk wasn’t upgraded in serialport ([3e568f7](https://togithub.com/node-serialport/node-serialport/commit/3e568f7ca4b8e1c0743b780860532e5998091b86)) ### [`v8.0.4`](https://togithub.com/serialport/node-serialport/blob/master/CHANGELOG.md#​804-httpsgithubcomnode-serialportnode-serialportcomparev803v804-2019-10-27) [Compare Source](https://togithub.com/serialport/node-serialport/compare/v8.0.3...v8.0.4) This is the first non beta release of serialport version 8! 🎉 The biggest change in 8x is our version numbers. We now user lerna's ["fixed versioning"](https://togithub.com/lerna/lerna#fixedlocked-mode-default) to allow for a much easier documentation experience. This makes all our packages share a version number when they're released. Our website now has versioned docs so you can see what they looked like for the version of serialport you're using today. (Check out our [7x docs](https://deploy-preview-24--serialport.netlify.com/docs/7.x.x/guide-about) if you still need them.) With this change we've moved a centralized changelog (this file!) and we'll be moving older release notes here. We also moved the website to it's [own repo](https://togithub.com/serialport/website/). A few breaking api changes have been introduced over the 8x beta releases. You can find out more about them in the [Upgrade Guide](https://togithub.com/serialport/node-serialport/blob/master/UPGRADE_GUIDE.md) We dropped node6 support and now support node12 (and we work on node 13) which allowed us to migrate to async/await. The reduced a fair bit of code and was a welcome change. Windows got a few notable bug fixes from contributors and RTS/CTS flow control should now work as expected. And lastly our CI system has mostly been moved to GitHub Actions, they are much much faster than our travis/appveyor combo and cheaper too (free!). We still pay for Appveyor because we still use them with travis for binary builds. When that process is migrated we should be able to drop both services completely. This is also our first major release since starting the [serialport collective](https://opencollective.com/serialport)! Like a lot of projects we rely on volunteers, students, professionals and the backing of companies using the project for their businesses. If you find serialport helpful, [please read about why you might want to donate](https://opencollective.com/serialport#section-about) to the project and our project's goals. Thanks to [@​boneskull](https://togithub.com/boneskull), [@​BryanHunt](https://togithub.com/BryanHunt), [@​hipsterbrown](https://togithub.com/hipsterbrown), [@​Holger-Will](https://togithub.com/Holger-Will), [@​icebob](https://togithub.com/icebob), [@​jacobq](https://togithub.com/jacobq), [@​jowy](https://togithub.com/jowy), [@​krutkay](https://togithub.com/krutkay), [@​maxvgi](https://togithub.com/maxvgi), [@​nornagon](https://togithub.com/nornagon), [@​podarok](https://togithub.com/podarok), [@​reconbot](https://togithub.com/reconbot), and [@​warp](https://togithub.com/warp) for their help with this release! And Thanks to our first 5 open collective backers! for help with sustaining this project! ##### Bug Fixes - improve the options and output of terminal ([#​1962](https://togithub.com/node-serialport/node-serialport/issues/1962)) ([4b23928](https://togithub.com/node-serialport/node-serialport/commit/4b23928cd276d60df7c13ec32084a99752b2c3c1)) - learn now needs the package-lock.json files ([4b8fc24](https://togithub.com/node-serialport/node-serialport/commit/4b8fc248778b69f7afde17ab9ef791ef8867c4a5)) - npmignore should ignore .DS_Store files ([#​1954](https://togithub.com/node-serialport/node-serialport/issues/1954)) ([eb6b57b](https://togithub.com/node-serialport/node-serialport/commit/eb6b57bffe33c9bc7775bb6b0fdf1081db86ebcc)) ### [`v8.0.3`](https://togithub.com/serialport/node-serialport/blob/master/CHANGELOG.md#​803-httpsgithubcomnode-serialportnode-serialportcomparev802v803-2019-10-03) [Compare Source](https://togithub.com/serialport/node-serialport/compare/v8.0.2...v8.0.3) ##### Chores - Test merges with master ([#​1952](https://togithub.com/node-serialport/node-serialport/issues/1952)) ([bfb47c7](https://togithub.com/node-serialport/node-serialport/commit/bfb47c7)) ##### BREAKING CHANGES - drop callback argument on SerialPort.list() ([#​1943](https://togithub.com/node-serialport/node-serialport/issues/1943)) ([145b906](https://togithub.com/node-serialport/node-serialport/commit/145b906)) ### [`v8.0.2`](https://togithub.com/serialport/node-serialport/blob/master/CHANGELOG.md#​802-httpsgithubcomnode-serialportnode-serialportcomparev801v802-2019-09-24) [Compare Source](https://togithub.com/serialport/node-serialport/compare/v8.0.1...v8.0.2) ##### Bug Fixes - stop polling if the poller has an error ([#​1936](https://togithub.com/node-serialport/node-serialport/issues/1936)) ([c57b6e9](https://togithub.com/node-serialport/node-serialport/commit/c57b6e9)), closes [#​1803](https://togithub.com/node-serialport/node-serialport/issues/1803) - we weren’t running all the tests ([#​1937](https://togithub.com/node-serialport/node-serialport/issues/1937)) ([a5f7d60](https://togithub.com/node-serialport/node-serialport/commit/a5f7d60)) ##### Features - add optional end event for piping ([#​1926](https://togithub.com/node-serialport/node-serialport/issues/1926)) ([275315a](https://togithub.com/node-serialport/node-serialport/commit/275315a)) ### [`v8.0.1`](https://togithub.com/serialport/node-serialport/blob/master/CHANGELOG.md#​801-httpsgithubcomnode-serialportnode-serialportcomparev622v801-2019-09-18) [Compare Source](https://togithub.com/serialport/node-serialport/compare/serialport@8.0.0...v8.0.1) ##### Bug Fixes - Add missing `return` statement ([#​1911](https://togithub.com/node-serialport/node-serialport/issues/1911)) ([288e6ac](https://togithub.com/node-serialport/node-serialport/commit/288e6ac)) - bindings no longer error when closed during empty writes ([#​1872](https://togithub.com/node-serialport/node-serialport/issues/1872)) ([9d01492](https://togithub.com/node-serialport/node-serialport/commit/9d01492)) - fix open collective link ([#​1928](https://togithub.com/node-serialport/node-serialport/issues/1928)) ([6426214](https://togithub.com/node-serialport/node-serialport/commit/6426214)) - missing maintainer name ([a626103](https://togithub.com/node-serialport/node-serialport/commit/a626103)) - readme badges and images for backers and contributors ([#​1881](https://togithub.com/node-serialport/node-serialport/issues/1881)) ([1fd88e1](https://togithub.com/node-serialport/node-serialport/commit/1fd88e1)) - remove PURGE_RXABORT flag on flush for Windows ([#​1817](https://togithub.com/node-serialport/node-serialport/issues/1817)) ([1daa919](https://togithub.com/node-serialport/node-serialport/commit/1daa919)) - RTS/CTS flow control for Windows ([#​1809](https://togithub.com/node-serialport/node-serialport/issues/1809)) ([cd112ca](https://togithub.com/node-serialport/node-serialport/commit/cd112ca)) - **packages/bindings#write:** do not call native binding for empty buffers ([d347f3b](https://togithub.com/node-serialport/node-serialport/commit/d347f3b)) - stream read not working past 1 read ([#​1925](https://togithub.com/node-serialport/node-serialport/issues/1925)) ([3a13279](https://togithub.com/node-serialport/node-serialport/commit/3a13279)) - use correct casts to/from HANDLE/int ([#​1766](https://togithub.com/node-serialport/node-serialport/issues/1766)) ([ce503b3](https://togithub.com/node-serialport/node-serialport/commit/ce503b3)) - writing issue on Linux ([#​1908](https://togithub.com/node-serialport/node-serialport/issues/1908)) ([a7d1937](https://togithub.com/node-serialport/node-serialport/commit/a7d1937)) ##### Chores - remove node6 support and upgrade codebase ([#​1851](https://togithub.com/node-serialport/node-serialport/issues/1851)) ([d4f15c0](https://togithub.com/node-serialport/node-serialport/commit/d4f15c0)) - add eslint mocha ([#​1922](https://togithub.com/node-serialport/node-serialport/issues/1922)) ([afbc431](https://togithub.com/node-serialport/node-serialport/commit/afbc431)) - test on node 12 ([#​1846](https://togithub.com/node-serialport/node-serialport/issues/1846)) ([46da21f](https://togithub.com/node-serialport/node-serialport/commit/46da21f)) - Use GitHub actions for linting ([#​1927](https://togithub.com/node-serialport/node-serialport/issues/1927)) ([fb05c2d](https://togithub.com/node-serialport/node-serialport/commit/fb05c2d)) ##### Features - Added packet timeout for cctalk parser ([#​1887](https://togithub.com/node-serialport/node-serialport/issues/1887)) ([714e438](https://togithub.com/node-serialport/node-serialport/commit/714e438)) - Make it possible to compile on vanilla Android ([#​1912](https://togithub.com/node-serialport/node-serialport/issues/1912)) ([ba2b69c](https://togithub.com/node-serialport/node-serialport/commit/ba2b69c)) - reset info.serialNumber when resetting mock ports ([#​1899](https://togithub.com/node-serialport/node-serialport/issues/1899)) ([6acaac1](https://togithub.com/node-serialport/node-serialport/commit/6acaac1)) - support Exar ttyXRUSB ([#​1893](https://togithub.com/node-serialport/node-serialport/issues/1893)) ([3d34d0f](https://togithub.com/node-serialport/node-serialport/commit/3d34d0f)) ##### BREAKING CHANGES - flush behavior on windows no longer cancels inflight reads - bindings now use async functions so they’ll never throw, only reject ### [`v8.0.0`](https://togithub.com/serialport/node-serialport/compare/serialport@7.1.5...serialport@8.0.0) [Compare Source](https://togithub.com/serialport/node-serialport/compare/serialport@7.1.5...serialport@8.0.0)

Renovate configuration

:date: Schedule: At any time (no schedule defined).

:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

:no_bell: Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by WhiteSource Renovate. View repository job log here.

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

renovate[bot] commented 4 years ago

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will ignore this upgrade and you will not receive PRs for any future 9.x releases. However, if you upgrade to 9.x manually then Renovate will reenable minor and patch updates automatically.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.