Bump tar, gulp-sass and fsevents
Type: Pull Request
State: Merged
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 0
(22 days ago)
(22 days ago)
(22 days ago)
by ckckckc
dependencies javascript
Removes tar. It's no longer used after updating ancestor dependencies tar, gulp-sass and fsevents. These dependencies need to be updated together.
Removes tar
Updates gulp-sass
from 3.2.1 to 6.0.1
Release notes
Sourced from gulp-sass's releases.
v6.0.1
Fixes
- Fix regressions in source maps (
@wkillerud
, #875)v6.0.0
First and foremost a huge shout out to
@wkillerud
for making this long awaited release possible <3Breaking changes
- Migrate to use the new Sass JS API by default (
@wkillerud
, #846)Documentation
- Update the watch
task
documentation (@g1eny0ung
, #847) & (@xzyfer
)Upgrading to v6
gulp-sass
version 6 uses the new compile function internally by default. If you use any options, for instance custom importers, please compare the new options with the legacy options in order to migrate. For instance, theoutputStyle
option is now calledstyle
.function buildStyles() { return gulp.src('./sass/**/*.scss') - .pipe(sass({outputStyle: 'compressed'}).on('error', sass.logError)) + .pipe(sass({style: 'compressed'}).on('error', sass.logError)) .pipe(gulp.dest('./css')); };
If you want to keep using the legacy API while it's available, you can.
const sass = require('gulp-sass/legacy')(require('sass'));
or to continue using node-sass
npm install gulp-sass node-sass
const sass = require('gulp-sass/legacy')(require('node-sass'));
If you use source maps, you may see the result change somewhat. The result will typically be absolute
file:
URLs, rather than relative ones. The result may also be the source itself, URL encoded. You can optionally add custom importers to adjust the source maps according to your own needs.New Contributors
@wkillerud
made their first contribution in dlmanning/gulp-sass#846@g1eny0ung
made their first contribution in dlmanning/gulp-sass#847Full Changelog: https://github.com/dlmanning/gulp-sass/compare/v5.1.0...v6.0.0
... (truncated)
Changelog
Sourced from gulp-sass's changelog.
v6.0.1
March 5, 2025
https://github.com/dlmanning/gulp-sass/releases/tag/v6.0.1
v6.0.0
November 27, 2024
https://github.com/dlmanning/gulp-sass/releases/tag/v6.0.0
v5.0.0
June 25, 2021
https://github.com/dlmanning/gulp-sass/releases/tag/v5.0.0
v4.1.1
June 24, 2021
https://github.com/dlmanning/gulp-sass/releases/tag/v4.1.1
v4.1.0
April 23, 2020
https://github.com/dlmanning/gulp-sass/releases/tag/v4.1.0
v4.0.2
October 16, 2018
https://github.com/dlmanning/gulp-sass/releases/tag/v4.0.2
v4.0.1
Apr 8, 2018
https://github.com/dlmanning/gulp-sass/releases/tag/v4.0.1
v4.0.0
April 5, 2018
Commits
333c4ce
6.0.19ce7c0c
Fix regressions in source maps (#876)8a45970
6.0.076e27b8
Run lint action on Node 16d373996
Update watch function docs9b7578d
docs: watch task should be a function (#847)510c1c8
Migrate to use the new Sass JS API by default (#846)c04bb67
5.1.0835d6f3
Add sass tests too (#842)4e8c5de
Update CHANGELOG.md (#831)- Additional commits viewable in compare view
Updates fsevents
from 1.2.9 to 1.2.13
Release notes
Sourced from fsevents's releases.
Release v1.2.13
Only build on Mac-OSX
Release v1.2.11
Removing node-pre-gyp so that building fsevents becomes easier and enabled without the download of binaries.
The credentials to the AWS store have been lost. Releasing to AWS is both insecure and no longer possible due to the lost credentials.
Intermediate Release
No release notes provided.
Commits
Dependabot 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 show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@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)
You can disable automated security fix PRs for this repo from the Security Alerts page.
Pull Request Statistics
1
2
+121
-1112
Package Dependencies
tar, gulp-sass
npm
Technical Details
ID: | 5632653 |
UUID: | 2765361932 |
Node ID: | PR_kwDOBT4TeM6k1BMM |
Host: | GitHub |
Repository: | ckckckc/build-react-redux-with-gulp |
Merge State: | Unknown |