-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
npm(deps-dev): bump node-sass from 4.14.1 to 5.0.0 #187
Conversation
Bumps [node-sass](https://github.com/sass/node-sass) from 4.14.1 to 5.0.0. - [Release notes](https://github.com/sass/node-sass/releases) - [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md) - [Commits](sass/node-sass@v4.14.1...v5.0.0) Signed-off-by: dependabot[bot] <[email protected]>
74be7fa
to
dade47e
Compare
Regarding breaking change:
Currently LTS is In our package.json we specify that
To ensure compatibility at our end, we could bump that to What does everyone think? |
Makes sense to me, just be sure to update the .nvrmc file and also the pipeline files. (There are probably some optimisations to be had there at some stage in the future.) |
I updated to Node v14.15.4 and ran the build, it completed without errors 👍 . However, when I ran
|
Closing this PR as I've opened a new draft PR which contains the Node SASS version bump and the changes to our files to set the minimum supported Node version. There is still the outstanding issue of circular dependancy warnings, which is why it's in draft status for now. |
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps node-sass from 4.14.1 to 5.0.0.
Release notes
Sourced from node-sass's releases.
Commits
0648b5a
chore: Add Node 15 support (#2983)e2391c2
Add a deprecation message to the readme (#3011)6a33e53
chore: Don't upload artifacts on PRsd763506
chore: Only run coverage on main repod4ebe72
build(deps): update actions/setup-node requirement to v2.1.22bebe05
build(deps-dev): bump rimraf from 2.7.1 to 3.0.2f877689
chore: Don't double build DependaBot PRsb48fac4
chore: Add weekly DependaBot updates91c40a0
Remove deprecated process.sass API1f6df86
Replace lodash/assign in favor of the native Object.assignDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)