gatsby-starter-calpa-blog
gatsby-starter-calpa-blog copied to clipboard
Upgrade node-sass to version 5.0.0
Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ node-sass (^4.9.3 → ^5.0.0) · Repo · Changelog
Release Notes
5.0.0
Breaking changes
- Only support LTS and current Node versions (@nschonni)
- Remove deprecated process.sass API (@xzyfer, #2986)
Features
- Add support for Node 15
- New node-gyp version that supports building with Python 3
Community
- More inclusive documentation (@rgeerts, #2944)
- Enabled dependabot (@nschonni)
- Improve release automation (@nschonni)
Fixes
- Bumped many dependencies (@nschonni)
Supported Environments
OS Architecture Node Windows x86 & x64 10, 12, 14, 15 OSX x64 10, 12, 14, 15 Linux* x64 10, 12, 14, 15 Alpine Linux x64 10, 12, 14, 15 FreeBSD i386 amd64 10, 12, 13 *Linux support refers to major distributions like Ubuntu, and Debian
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 42 commits:
chore: Add Node 15 support (#2983)
Add a deprecation message to the readme (#3011)
chore: Don't upload artifacts on PRs
chore: Only run coverage on main repo
build(deps): update actions/setup-node requirement to v2.1.2
build(deps-dev): bump rimraf from 2.7.1 to 3.0.2
chore: Don't double build DependaBot PRs
chore: Add weekly DependaBot updates
Remove deprecated process.sass API
Replace lodash/assign in favor of the native Object.assign
Remove workarounds for old Node.js versions
chore: Remove second NPM badge
chore: Remove Slack badge
chore: Cleanup status badges
chore: Bump minimum engine version to v10
chore: Add basic Node version support policy
chore: Bump node-gyp to 7.1.0
chore: Bump cross-spawn to v7.0.3
chore: Update Istanbul to NYC
chore: Bump mocha to v8.1.3
chore: Skip constructor tests on v14.6+
chore: Hoist test ESLint config
chore: Remove disabled and recommended rules
fix: Bump ESLint to 7.10 and fix new issues
chore: Use strict assert
chore: Drop object-merge used by old sass-spec
fix: Read fixture as utf-8
fix: assert.deepEqual to strictDeepEqual
typo: corectly -> correctly
fix: Depreciate Assert equal to strictEqual
Fix tests that have always been broke
chore: Add GitHub Coveralls
chore: Drop sass-spec testing
chore: Use action/upload-artifact@v2 for Alpine
chore: Move macOS to GitHub Actions
chore: Move Linux testing to GitHub Actions
chore: Move Coverage to GitHub Actions
chore: Move Linting to GitHub Actions
chore: Move Windows x64 to GitHub Actions
chore: Remove CI for unsupported Node versions
improved language to be more sensitive to less privileged populations (#2944)
fix: Flatten sourceMap folder detection
👉 No CI detected
You don't seem to have any Continuous Integration service set up!
Without a service that will test the Depfu branches and pull requests, we can't inform you if incoming updates actually work with your app. We think that this degrades the service we're trying to provide down to a point where it is more or less meaningless.
This is fine if you just want to give Depfu a quick try. If you want to really let Depfu help you keep your app up-to-date, we recommend setting up a CI system:
- Circle CI, Semaphore and Travis-CI are all excellent options.
- If you use something like Jenkins, make sure that you're using the Github integration correctly so that it reports status data back to Github.
- If you have already set up a CI for this repository, you might need to check your configuration. Make sure it will run on all new branches. If you don’t want it to run on every branch, you can whitelist branches starting with
depfu/
.
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase
.
All Depfu comment commands
- @depfu rebase
- Rebases against your default branch and redoes this update
- @depfu recreate
- Recreates this PR, overwriting any edits that you've made to it
- @depfu merge
- Merges this PR once your tests are passing and conflicts are resolved
- @depfu close
- Closes this PR and deletes the branch
- @depfu reopen
- Restores the branch and reopens this PR (if it's closed)
- @depfu pause
- Ignores all future updates for this dependency and closes this PR
- @depfu pause [minor|major]
- Ignores all future minor/major updates for this dependency and closes this PR
- @depfu resume
- Future versions of this dependency will create PRs again (leaves this PR as is)