From 4c9cf1372b647292557084b2baab12e1469fdf17 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 12:13:16 +0100 Subject: [PATCH] chore(deps): update dependency gulp-sass to v6 (#4154) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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
dlmanning/gulp-sass (gulp-sass) ### [`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**
--- ### 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. --- - [ ] 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). --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Philipp Gfeller --- packages/styles/gulpfile.js | 8 ++++---- packages/styles/package.json | 4 ++-- pnpm-lock.yaml | 10 +++++----- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/packages/styles/gulpfile.js b/packages/styles/gulpfile.js index ec9c2ff0be..2d21beac07 100644 --- a/packages/styles/gulpfile.js +++ b/packages/styles/gulpfile.js @@ -118,8 +118,8 @@ gulp.task('sass', () => { .src('./src/**/*.scss') .pipe( gulpSass({ - outputStyle: 'compressed', - includePaths: options.includePaths, + style: 'compressed', + loadPaths: options.loadPaths, quietDeps: true, }), ) @@ -136,7 +136,7 @@ gulp.task('sass:dev', () => { .pipe(sourcemaps.init()) .pipe( gulpSass({ - includePaths: options.includePaths, + loadPaths: options.loadPaths, quietDeps: true, }), ) @@ -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, }), ); diff --git a/packages/styles/package.json b/packages/styles/package.json index d445f7af8c..ce256f3922 100644 --- a/packages/styles/package.json +++ b/packages/styles/package.json @@ -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", @@ -73,7 +73,7 @@ "vite": "5.4.8" }, "sass": { - "includePaths": [ + "loadPaths": [ "node_modules" ], "outputDir": "./dist" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 75754e20ec..805ccb6e84 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -911,8 +911,8 @@ importers: specifier: 10.0.0 version: 10.0.0(jiti@1.21.6)(postcss@8.4.40) gulp-sass: - specifier: 5.1.0 - version: 5.1.0 + specifier: 6.0.0 + version: 6.0.0 jest: specifier: 29.7.0 version: 29.7.0(@types/node@20.14.14)(ts-node@10.9.2(@types/node@20.14.14)(typescript@5.5.4)) @@ -6543,8 +6543,8 @@ packages: peerDependencies: postcss: ^8.0.0 - gulp-sass@5.1.0: - resolution: {integrity: sha512-7VT0uaF+VZCmkNBglfe1b34bxn/AfcssquLKVDYnCDJ3xNBaW7cUuI3p3BQmoKcoKFrs9jdzUxyb+u+NGfL4OQ==} + gulp-sass@6.0.0: + resolution: {integrity: sha512-FGb4Uab4jnH2GnSfBGd6uW3+imvNodAGfsjGcUhEtpNYPVx+TK2tp5uh7MO0sSR7aIf1Sm544werc+zV7ejHHw==} engines: {node: '>=12'} gulp-sourcemaps@3.0.0: @@ -18075,7 +18075,7 @@ snapshots: - jiti - tsx - gulp-sass@5.1.0: + gulp-sass@6.0.0: dependencies: lodash.clonedeep: 4.5.0 picocolors: 1.1.0