Skip to content

Commit

Permalink
chore(deps): update dependency gulp-sass to v6 (#4154)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [gulp-sass](https://redirect.github.com/dlmanning/gulp-sass) |
[`5.1.0` ->
`6.0.0`](https://renovatebot.com/diffs/npm/gulp-sass/5.1.0/6.0.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/gulp-sass/6.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/gulp-sass/6.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/gulp-sass/5.1.0/6.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/gulp-sass/5.1.0/6.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>dlmanning/gulp-sass (gulp-sass)</summary>

###
[`v6.0.0`](https://redirect.github.com/dlmanning/gulp-sass/blob/HEAD/CHANGELOG.md#v600)

[Compare
Source](https://redirect.github.com/dlmanning/gulp-sass/compare/v5.1.0...v6.0.0)

**November 27, 2024**

<https://github.com/dlmanning/gulp-sass/releases/tag/v6.0.0>

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on the first day of the
month" in timezone Europe/Zurich, 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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/swisspost/design-system).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS40Mi40IiwidXBkYXRlZEluVmVyIjoiMzkuNDIuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsi8J+TpiBzdHlsZXMiXX0=-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Philipp Gfeller <[email protected]>
  • Loading branch information
renovate[bot] and gfellerph authored Dec 5, 2024
1 parent 10ed4ae commit 4c9cf13
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions packages/styles/gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ gulp.task('sass', () => {
.src('./src/**/*.scss')
.pipe(
gulpSass({
outputStyle: 'compressed',
includePaths: options.includePaths,
style: 'compressed',
loadPaths: options.loadPaths,
quietDeps: true,
}),
)
Expand All @@ -136,7 +136,7 @@ gulp.task('sass:dev', () => {
.pipe(sourcemaps.init())
.pipe(
gulpSass({
includePaths: options.includePaths,
loadPaths: options.loadPaths,
quietDeps: true,
}),
)
Expand All @@ -153,7 +153,7 @@ gulp.task(
gulp.series('temporarily-copy-token-files', () => {
return gulp.src('./tests/**/*.scss').pipe(
gulpSass.sync({
includePaths: options.includePaths,
loadPaths: [...options.loadPaths, './'],
quietDeps: true,
}),
);
Expand Down
4 changes: 2 additions & 2 deletions packages/styles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"gulp": "5.0.0",
"gulp-newer": "^1.4.0",
"gulp-postcss": "10.0.0",
"gulp-sass": "5.1.0",
"gulp-sass": "6.0.0",
"jest": "29.7.0",
"postcss": "8.4.40",
"postcss-scss": "4.0.9",
Expand All @@ -73,7 +73,7 @@
"vite": "5.4.8"
},
"sass": {
"includePaths": [
"loadPaths": [
"node_modules"
],
"outputDir": "./dist"
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4c9cf13

Please sign in to comment.