Skip to content

Bump form-data, gulp-sass, gulp-svg-sprite and node-sass in /wp-content/themes/studioyacine#52

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/wp-content/themes/studioyacine/multi-652ca620ee
Open

Bump form-data, gulp-sass, gulp-svg-sprite and node-sass in /wp-content/themes/studioyacine#52
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/wp-content/themes/studioyacine/multi-652ca620ee

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown
Contributor

Removes form-data. It's no longer used after updating ancestor dependencies form-data, gulp-sass, gulp-svg-sprite and node-sass. These dependencies need to be updated together.

Removes form-data

Updates gulp-sass from 4.1.0 to 6.0.1

Release notes

Sourced from gulp-sass's releases.

v6.0.1

Fixes

v6.0.0

First and foremost a huge shout out to @​wkillerud for making this long awaited release possible <3

Breaking changes

Documentation

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, the outputStyle option is now called style.

  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

Full Changelog: dlmanning/gulp-sass@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

Commits

Updates gulp-svg-sprite from 1.5.0 to 2.0.3

Release notes

Sourced from gulp-svg-sprite's releases.

v2.0.3

What's Changed

  • CI: add macOS too
  • CI: increase mocha timeout to 10000
  • Update README.md
  • Move mocha config to .mocharc.json
  • Fix package.json properties after the repo move
  • Update xo settings

Full Changelog: svg-sprite/gulp-svg-sprite@v2.0.2...v2.0.3

v2.0.2

What's Changed

Full Changelog: svg-sprite/gulp-svg-sprite@v2.0.1...v2.0.2

v2.0.1

  • Updated dependencies

v2.0.0

What's Changed

  • Refactored code
  • Dropped support for Node.js < 12
  • Updated all dependencies including svg-sprite to v2.0.0
  • Reduced dependencies
  • Switched to GitHub Actions
  • Switched to xo for linting

Full Changelog: svg-sprite/gulp-svg-sprite@v1.5.0...v2.0.0

Commits
Maintainer changes

This version was pushed to npm by xhmikosr, a new releaser for gulp-svg-sprite since your current version.


Updates node-sass from 4.14.1 to 9.0.0

Release notes

Sourced from node-sass's releases.

v9.0.0

What's Changed

Breaking changes

Supported Environments

OS Architecture Node
Windows x86 & x64 16, 18, 19, 20
OSX x64 16, 18, 19, 20
Linux* x64 16, 18, 19, 20
Alpine Linux x64 16, 18, 19, 20

*Linux support refers to major distributions like Ubuntu, and Debian

v8.0.0

What's Changed

Breaking changes

Features

Dependencies

  • Bump true-case-path@2.2.1
  • Bump node-gyp @​9.0.0
  • Bump nan@^2.17.0
  • Bump sass-graph@^4.0.1

Misc

... (truncated)

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 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.

Removes [form-data](https://github.com/form-data/form-data). It's no longer used after updating ancestor dependencies [form-data](https://github.com/form-data/form-data), [gulp-sass](https://github.com/dlmanning/gulp-sass), [gulp-svg-sprite](https://github.com/svg-sprite/gulp-svg-sprite) and [node-sass](https://github.com/sass/node-sass). These dependencies need to be updated together.


Removes `form-data`

Updates `gulp-sass` from 4.1.0 to 6.0.1
- [Release notes](https://github.com/dlmanning/gulp-sass/releases)
- [Changelog](https://github.com/dlmanning/gulp-sass/blob/master/CHANGELOG.md)
- [Commits](dlmanning/gulp-sass@v4.1.0...v6.0.1)

Updates `gulp-svg-sprite` from 1.5.0 to 2.0.3
- [Release notes](https://github.com/svg-sprite/gulp-svg-sprite/releases)
- [Changelog](https://github.com/svg-sprite/gulp-svg-sprite/blob/main/CHANGELOG.md)
- [Commits](svg-sprite/gulp-svg-sprite@v1.5.0...v2.0.3)

Updates `node-sass` from 4.14.1 to 9.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...v9.0.0)

---
updated-dependencies:
- dependency-name: form-data
  dependency-version:
  dependency-type: indirect
- dependency-name: gulp-sass
  dependency-version: 6.0.1
  dependency-type: direct:development
- dependency-name: gulp-svg-sprite
  dependency-version: 2.0.3
  dependency-type: direct:development
- dependency-name: node-sass
  dependency-version: 9.0.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants