Skip to content

Bump qs, browser-sync, gulp-favicons, gulp-sass, gulp-ttf2woff2 and ttf2woff2#7

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/multi-e1caf61d51
Open

Bump qs, browser-sync, gulp-favicons, gulp-sass, gulp-ttf2woff2 and ttf2woff2#7
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/multi-e1caf61d51

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Jan 1, 2026

Removes qs. It's no longer used after updating ancestor dependencies qs, browser-sync, gulp-favicons, gulp-sass, gulp-ttf2woff2 and ttf2woff2. These dependencies need to be updated together.

Removes qs

Updates browser-sync from 2.26.7 to 2.29.3

Release notes

Sourced from browser-sync's releases.

The one that fixes snippetOptions

What's Changed

Full Changelog: BrowserSync/browser-sync@v2.29.2...v2.29.3

v2.29.1

What's Changed

Full Changelog: BrowserSync/browser-sync@v2.29.0...v2.29.1

The one that restores IE11 support 💪

What's Changed

esbuild does not support down-level transpiling as far as IE11 - so when I switched to it, it accidentally broke IE11 support 😢

This is an important issue for me - many devs that support old browsers like IE11 are doing so because their projects are used in public services, or internal applications. Not every developer out there has the luxury of supporting evergreen-only browsers.

So, IE11 will work once again 🎉. Please use the issues thread to make me aware of any problem that's preventing you from using Browsersync in your day job 💪 (and be sure to thumbs-up the issues you want to see resolved)

# IE11 works, again
npm install browser-sync@latest

Full Changelog: BrowserSync/browser-sync@v2.28.3...v2.29.0

the one that finally removes document.write

What's Changed

Full Changelog: BrowserSync/browser-sync@v2.27.12...v2.28.0

2.27.9

What's Changed

A bug prevented the help output from displaying - it was introduced when the CLI parser yargs was updated, and is now fixed :)

Full Changelog: BrowserSync/browser-sync@v2.27.8...v2.27.9

... (truncated)

Commits

Updates gulp-favicons from 2.4.0 to 4.0.1

Commits

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-ttf2woff2 from 3.0.0 to 5.0.0

Release notes

Sourced from gulp-ttf2woff2's releases.

v4.0.1

  • Update npm dependencies
  • Do not publish .github on npm

v4.0.0

Changelog

Sourced from gulp-ttf2woff2's changelog.

5.0.0 (2024-07-30)

chore

  • dependencies: update dependencies (655fefe)

BREAKING CHANGES

  • dependencies: Now requires ESM and Node 20.11+
Commits
  • d26d142 5.0.0
  • 655fefe chore(dependencies): update dependencies
  • cbc39b9 Update plugin-error@2.0.1, readable-stream@4.3.0, mocha@10.2.0
  • dead1b5 Update dependency badge in README.md
  • 49061c5 Update actions used in test.yml
  • 3c1d4fa Update lockfile (v3)
  • fb21ee1 Remove Node 14 from test matrix
  • 4594b65 Update Node test matrix (remove 12/15, add 18/19)
  • 383b541 Update package-lock.json
  • c030876 Update mocha@9.2.2
  • Additional commits viewable in compare view

Updates ttf2woff2 from 3.0.0 to 8.0.0

Release notes

Sourced from ttf2woff2's releases.

v5.0.0

  • Update Emscripten builds
  • Add Node 19 to test matrix
  • Update dependencies (jest)
  • Remove unsued dependencies (mocha, mocha-lcov-reporter)
  • Drop Node 12 support

v4.0.5

  • Add PowerShell example #72 (@​Heptazhou)
  • Update dependencies
  • Add Node 18 to test matrix
  • Update Emscripten builds

v4.0.4

  • Update jest, mocha, node-gyp #71 (@​akx)
  • Update Babel configuration

v4.0.3

  • Support Node 16
  • Use GitHub Actions for CI
Changelog

Sourced from ttf2woff2's changelog.

8.0.0 (2025-06-02)

Bug Fixes

  • leak: fix the error cas memory leak (0896e18), closes #91

7.0.0 (2025-05-22)

Bug Fixes

  • ci: add Node 22 and 23 to test matrix (d335554)
  • core: fix TS errors (7535aa1)

6.0.1 (2024-07-20)

Bug Fixes

  • ci: fix CI runs (4650b51)
  • core: fix native bindings import (420930f)

6.0.0 (2024-07-20)

chore

  • dependencies: update dependencies (4319d41)

Features

BREAKING CHANGES

  • dependencies: Requires Node20+, use ESM, provide TypeScript types

5.0.0 (2022-12-06)

... (truncated)

Commits
  • ceea281 8.0.0
  • 83f3654 Merge pull request #92 from nfroidure/fix/leak
  • 0896e18 fix(leak): fix the error cas memory leak
  • 3a9b147 7.0.0
  • 2249cfa chore(dependencies): update dependencies
  • a9279b5 chore(dependencies): update dependencies
  • 7535aa1 fix(core): fix TS errors
  • b2f57fb Merge pull request #90 from timint/main
  • b0ce76d Fix issue #87 - Error: unexpected top-level await with Node 23 ESM
  • 330866f chore(dependencies): update ESLint
  • Additional commits viewable in compare view

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.

…tf2woff2

Removes [qs](https://github.com/ljharb/qs). It's no longer used after updating ancestor dependencies [qs](https://github.com/ljharb/qs), [browser-sync](https://github.com/BrowserSync/browser-sync), [gulp-favicons](https://github.com/gulp-community/gulp-favicons), [gulp-sass](https://github.com/dlmanning/gulp-sass), [gulp-ttf2woff2](https://github.com/nfroidure/gulp-ttf2woff2) and [ttf2woff2](https://github.com/nfroidure/ttf2woff2). These dependencies need to be updated together.


Removes `qs`

Updates `browser-sync` from 2.26.7 to 2.29.3
- [Release notes](https://github.com/BrowserSync/browser-sync/releases)
- [Changelog](https://github.com/BrowserSync/browser-sync/blob/master/changelog.js)
- [Commits](BrowserSync/browser-sync@v2.26.7...v2.29.3)

Updates `gulp-favicons` from 2.4.0 to 4.0.1
- [Release notes](https://github.com/gulp-community/gulp-favicons/releases)
- [Commits](gulp-community/gulp-favicons@2.4.0...4.0.1)

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-ttf2woff2` from 3.0.0 to 5.0.0
- [Release notes](https://github.com/nfroidure/gulp-ttf2woff2/releases)
- [Changelog](https://github.com/nfroidure/gulp-ttf2woff2/blob/main/CHANGELOG.md)
- [Commits](nfroidure/gulp-ttf2woff2@v3.0.0...v5.0.0)

Updates `ttf2woff2` from 3.0.0 to 8.0.0
- [Release notes](https://github.com/nfroidure/ttf2woff2/releases)
- [Changelog](https://github.com/nfroidure/ttf2woff2/blob/main/CHANGELOG.md)
- [Commits](nfroidure/ttf2woff2@v3.0.0...v8.0.0)

---
updated-dependencies:
- dependency-name: qs
  dependency-version: 
  dependency-type: indirect
- dependency-name: browser-sync
  dependency-version: 2.29.3
  dependency-type: direct:development
- dependency-name: gulp-favicons
  dependency-version: 4.0.1
  dependency-type: direct:development
- dependency-name: gulp-sass
  dependency-version: 6.0.1
  dependency-type: direct:development
- dependency-name: gulp-ttf2woff2
  dependency-version: 5.0.0
  dependency-type: direct:development
- dependency-name: ttf2woff2
  dependency-version: 8.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 Jan 1, 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