Closed renovate[bot] closed 1 year ago
Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 8.x releases. But if you manually upgrade to 8.x then Renovate will re-enable minor
and patch
updates automatically.
If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.
This PR contains the following updates:
^6.0.1
->^8.0.0
Release Notes
sass/node-sass
### [`v8.0.0`](https://togithub.com/sass/node-sass/releases/tag/v8.0.0) [Compare Source](https://togithub.com/sass/node-sass/compare/v7.0.3...v8.0.0) #### What's Changed - Fix binaries being partially downloaded by [@xzyfer](https://togithub.com/xzyfer) in [https://github.com/sass/node-sass/pull/3313](https://togithub.com/sass/node-sass/pull/3313) - Bump node-gyp and nan for node 19 support by [@xzyfer](https://togithub.com/xzyfer) in [https://github.com/sass/node-sass/pull/3314](https://togithub.com/sass/node-sass/pull/3314) - feat: Node 18 and 19 support and drop Node 17 by [@nschonni](https://togithub.com/nschonni) in [https://github.com/sass/node-sass/pull/3257](https://togithub.com/sass/node-sass/pull/3257) ##### Breaking changes - Drop support for Node 12 ([@nschonni](https://togithub.com/nschonni)) - Drop support for Node 17 ([@nschonni](https://togithub.com/nschonni)) - Set `rejectUnauthorized` to `true` by default ([@scott-ut](https://togithub.com/scott-ut), [#3149](https://togithub.com/sass/node-sass/issues/3149)) ##### Features - Add support for Node 18 ([@nschonni](https://togithub.com/nschonni)) - Add support for Node 19 ([@nschonni](https://togithub.com/nschonni)) - Replace `request` with `make-fetch-happen` ([@CamilleDrapier](https://togithub.com/CamilleDrapier) [@xzyfer](https://togithub.com/xzyfer), [#3193](https://togithub.com/sass/node-sass/issues/3193), [#3313](https://togithub.com/sass/node-sass/issues/3313)) ##### Dependencies - Bump true-case-path@2.2.1 - Bump node-gyp [@9](https://togithub.com/9).0.0 - Bump nan@^2.17.0 - Bump sass-graph@^4.0.1 ##### Misc - Bump various GitHub Actions dependencies ([@nschonni](https://togithub.com/nschonni)) #### Supported Environments | OS | Architecture | Node | | --- | --- | --- | | Windows | x86 & x64 | 14, 16, 18, 19 | | OSX | x64 | 14, 16, 18, 19 | | Linux\* | x64 | 14, 16, 18, 19 | | Alpine Linux | x64 | 14, 16, 18, 19 | | FreeBSD | i386 amd64 | 12, 14 | \*Linux support refers to major distributions like Ubuntu, and Debian ### [`v7.0.3`](https://togithub.com/sass/node-sass/releases/tag/v7.0.3) [Compare Source](https://togithub.com/sass/node-sass/compare/v7.0.2...v7.0.3) ##### Dependencies - Bump sass-graph from 4.0.0 to ^4.0.1 #### Supported Environments | OS | Architecture | Node | | --- | --- | --- | | Windows | x86 & x64 | 12, 14, 16, 17 | | OSX | x64 | 12, 14, 16, 17 | | Linux\* | x64 | 12, 14, 16, 17 | | Alpine Linux | x64 | 12, 14, 16, 17 | | FreeBSD | i386 amd64 | 12, 14 | \*Linux support refers to major distributions like Ubuntu, and Debian ### [`v7.0.2`](https://togithub.com/sass/node-sass/releases/tag/v7.0.2) [Compare Source](https://togithub.com/sass/node-sass/compare/v7.0.1...v7.0.2) #### This release has been unpublished ### [`v7.0.1`](https://togithub.com/sass/node-sass/releases/tag/v7.0.1) [Compare Source](https://togithub.com/sass/node-sass/compare/v7.0.0...v7.0.1) ##### Dependencies - Bump node-gyp from 7.1.2 to 8.4.1 - Bump sass-graph from 2.2.5 to 4.0.0 #### Supported Environments | OS | Architecture | Node | | --- | --- | --- | | Windows | x86 & x64 | 12, 14, 16, 17 | | OSX | x64 | 12, 14, 16, 17 | | Linux\* | x64 | 12, 14, 16, 17 | | Alpine Linux | x64 | 12, 14, 16, 17 | | FreeBSD | i386 amd64 | 12, 14 | \*Linux support refers to major distributions like Ubuntu, and Debian ### [`v7.0.0`](https://togithub.com/sass/node-sass/releases/tag/v7.0.0) [Compare Source](https://togithub.com/sass/node-sass/compare/v6.0.1...v7.0.0) ##### Breaking changes - Drop support for Node 15 ([@nschonni](https://togithub.com/nschonni)) - Set `rejectUnauthorized` to `true` by default ([@scott-ut](https://togithub.com/scott-ut), [#3149](https://togithub.com/sass/node-sass/issues/3149)) ##### Features - Add support for Node 17 ([@nschonni](https://togithub.com/nschonni)) ##### Dependencies - Bump eslint from 7.32.0 to 8.0.0 ([@nschonni](https://togithub.com/nschonni), [#3191](https://togithub.com/sass/node-sass/issues/3191)) - Bump fs-extra from 0.30.0 to 10.0.0 ([@nschonni](https://togithub.com/nschonni), [#3102](https://togithub.com/sass/node-sass/issues/3102)) - Bump npmlog from 4.1.2 to 5.0.0 ([@nschonni](https://togithub.com/nschonni), [#3156](https://togithub.com/sass/node-sass/issues/3156)) - Bump chalk from 1.1.3 to 4.1.2 ([@nschonni](https://togithub.com/nschonni), [#3161](https://togithub.com/sass/node-sass/issues/3161)) ##### Community - Remove double word "support" from documentation ([@pzrq](https://togithub.com/pzrq), [#3159](https://togithub.com/sass/node-sass/issues/3159)) ##### Misc - Bump various GitHub Actions dependencies ([@nschonni](https://togithub.com/nschonni)) #### Supported Environments | OS | Architecture | Node | | --- | --- | --- | | Windows | x86 & x64 | 12, 14, 16, 17 | | OSX | x64 | 12, 14, 16, 17 | | Linux\* | x64 | 12, 14, 16, 17 | | Alpine Linux | x64 | 12, 14, 16, 17 | | FreeBSD | i386 amd64 | 12, 14 | \*Linux support refers to major distributions like Ubuntu, and DebianConfiguration
π Schedule: Branch creation - "after 1am and before 6am on the 1st through 3rd day of the month" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).
π¦ Automerge: Disabled by config. Please merge this manually once you are satisfied.
β» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
π Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.