[PR #1969] build(deps): bump braces and gulp #1966

Open
opened 2026-02-25 23:31:23 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/floccusaddon/floccus/pull/1969
Author: @dependabot[bot]
Created: 5/30/2025
Status: 🔄 Open

Base: developHead: dependabot/npm_and_yarn/multi-a9f852c250


📝 Commits (1)

  • 0ed9058 build(deps): bump braces and gulp

📊 Changes

2 files changed (+612 additions, -3552 deletions)

View changed files

📝 package-lock.json (+611 -3551)
📝 package.json (+1 -1)

📄 Description

Bumps braces to 3.0.3 and updates ancestor dependency gulp. These dependencies need to be updated together.

Updates braces from 2.3.2 to 3.0.3

Changelog

Sourced from braces's changelog.

Release history

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

  • Changelogs are for humans, not machines.
  • There should be an entry for every single version.
  • The same types of changes should be grouped.
  • Versions and sections should be linkable.
  • The latest version comes first.
  • The release date of each versions is displayed.
  • Mention whether you follow Semantic Versioning.

Changelog entries are classified using the following labels (from keep-a-changelog):

  • Added for new features.
  • Changed for changes in existing functionality.
  • Deprecated for soon-to-be removed features.
  • Removed for now removed features.
  • Fixed for any bug fixes.
  • Security in case of vulnerabilities.

[3.0.0] - 2018-04-08

v3.0 is a complete refactor, resulting in a faster, smaller codebase, with fewer deps, and a more accurate parser and compiler.

Breaking Changes

  • The undocumented .makeRe method was removed
  • Require Node.js >= 8.3

Non-breaking changes

  • Caching was removed
Commits

Updates gulp from 4.0.2 to 5.0.0

Release notes

Sourced from gulp's releases.

gulp v5.0.0

We've tried to provide a high-level changelog for gulp v5 below, but it doesn't contain all changes from the 60+ dependencies that we maintain.

Please see individual changelogs to drill down into all changes that were made.

⚠ BREAKING CHANGES

  • Drop support for Node.js <10.13
  • Default stream encoding to UTF-8
  • Standardized on anymatch library for globbing paths. All globs should work the same between src and watch now!
  • Removed support for ordered globs. This aligns with the chokidar globbing implementation. If you need your globs to be ordered, you can use ordered-read-stream
  • All globs and paths are normalized to unix-like filepaths
  • Only allow JS variants for .gulp.* config files
  • Removed support for alpha releases of v4 from gulp-cli
  • Removed the --verify flag
  • Renamed the --require flag to --preload to avoid conflicting with Node.js flags
  • Removed many legacy and deprecated loaders
  • Upgrade to chokidar v3
  • Clone Vinyl objects with stream contents using teex, but no longer wait for all streams to flow before cloned streams will receive data
  • Stop using process.umask() to make directories, instead falling back to Node's default mode
  • Throw on non-function, non-string option coercers
  • Drop support of Node.js snake_case flags
  • Use a Symbol for attaching the gulplog namespace to the store
  • Use a Symbol for attaching the gulplog store to the global
  • Use sha256 to hash the v8flags cache into a filename

Features

  • Streamlined the dependency tree
  • Switch all streams implementation to Streamx
  • Rewrote glob-stream to use a custom directory walk that relies on newer Node.js features and is more performant than old implementation
  • Implement translation support for all CLI messages and all messages passing through gulplog
  • Allow users to customize or remove the timestamp from their logs
  • Upgraded gulplog to v2. Messages logged via v1 will also display a deprecated warning. Plugins should update to v2 as the community upgrades to gulp 5
  • Added support for gulpile.cjs and gulpfile.mjs
  • Add support for swc, esbuild, sucrase, and mdx loaders
  • Provide an ESM export (#2760) (b00de68)
  • Support sourcemap handling on streaming Vinyl contents
  • Support extends syntax for .gulp.* config file
  • Allow overriding gulpfile and preloads via .gulp.* config file

Bug Fixes

  • Resolve bugs related to symlinks on various platforms
  • Resolved some reported ReDoS CVEs and improved performance in glob-parent
  • Rework errors surfaced when encountering files or symlinks when trying to create directories
  • Ensure watch allows japanese characters in globs (72668c6)

... (truncated)

Changelog

Sourced from gulp's changelog.

5.0.0 (2024-03-29)

We've tried to provide a high-level changelog for gulp v5 below, but it doesn't contain all changes from the 60+ dependencies that we maintain.

Please see individual changelogs to drill down into all changes that were made.

⚠ BREAKING CHANGES

  • Drop support for Node.js <10.13
  • Default stream encoding to UTF-8
  • Standardized on anymatch library for globbing paths. All globs should work the same between src and watch now!
  • Removed support for ordered globs. This aligns with the chokidar globbing implementation. If you need your globs to be ordered, you can use ordered-read-stream
  • All globs and paths are normalized to unix-like filepaths
  • Only allow JS variants for .gulp.* config files
  • Removed support for alpha releases of v4 from gulp-cli
  • Removed the --verify flag
  • Renamed the --require flag to --preload to avoid conflicting with Node.js flags
  • Removed many legacy and deprecated loaders
  • Upgrade to chokidar v3
  • Clone Vinyl objects with stream contents using teex, but no longer wait for all streams to flow before cloned streams will receive data
  • Stop using process.umask() to make directories, instead falling back to Node's default mode
  • Throw on non-function, non-string option coercers
  • Drop support of Node.js snake_case flags
  • Use a Symbol for attaching the gulplog namespace to the store
  • Use a Symbol for attaching the gulplog store to the global
  • Use sha256 to hash the v8flags cache into a filename

Features

  • Streamlined the dependency tree
  • Switch all streams implementation to Streamx
  • Rewrote glob-stream to use a custom directory walk that relies on newer Node.js features and is more performant than old implementation
  • Implement translation support for all CLI messages and all messages passing through gulplog
  • Allow users to customize or remove the timestamp from their logs
  • Upgraded gulplog to v2. Messages logged via v1 will also display a deprecated warning. Plugins should update to v2 as the community upgrades to gulp 5
  • Added support for gulpile.cjs and gulpfile.mjs
  • Add support for swc, esbuild, sucrase, and mdx loaders
  • Provide an ESM export (#2760) (b00de68)
  • Support sourcemap handling on streaming Vinyl contents
  • Support extends syntax for .gulp.* config file
  • Allow overriding gulpfile and preloads via .gulp.* config file

Bug Fixes

  • Resolve bugs related to symlinks on various platforms
  • Resolved some reported ReDoS CVEs and improved performance in glob-parent
  • Rework errors surfaced when encountering files or symlinks when trying to create directories
  • Ensure watch allows japanese characters in globs (72668c6)

... (truncated)

Commits

You can trigger a rebase of this PR 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.

Note

Automatic rebases have been disabled on this pull request as it has been open for over 30 days.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/floccusaddon/floccus/pull/1969 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/30/2025 **Status:** 🔄 Open **Base:** `develop` ← **Head:** `dependabot/npm_and_yarn/multi-a9f852c250` --- ### 📝 Commits (1) - [`0ed9058`](https://github.com/floccusaddon/floccus/commit/0ed9058789aa21e3291c607550127e03c7253a20) build(deps): bump braces and gulp ### 📊 Changes **2 files changed** (+612 additions, -3552 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+611 -3551) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [braces](https://github.com/micromatch/braces) to 3.0.3 and updates ancestor dependency [gulp](https://github.com/gulpjs/gulp). These dependencies need to be updated together. Updates `braces` from 2.3.2 to 3.0.3 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/micromatch/braces/blob/master/CHANGELOG.md">braces's changelog</a>.</em></p> <blockquote> <h1>Release history</h1> <p>All notable changes to this project will be documented in this file.</p> <p>The format is based on <a href="http://keepachangelog.com/en/1.0.0/">Keep a Changelog</a> and this project adheres to <a href="http://semver.org/spec/v2.0.0.html">Semantic Versioning</a>.</p> <!-- raw HTML omitted --> <ul> <li>Changelogs are for humans, not machines.</li> <li>There should be an entry for every single version.</li> <li>The same types of changes should be grouped.</li> <li>Versions and sections should be linkable.</li> <li>The latest version comes first.</li> <li>The release date of each versions is displayed.</li> <li>Mention whether you follow Semantic Versioning.</li> </ul> <!-- raw HTML omitted --> <!-- raw HTML omitted --> <p>Changelog entries are classified using the following labels <em>(from <a href="http://keepachangelog.com/">keep-a-changelog</a></em>):</p> <ul> <li><code>Added</code> for new features.</li> <li><code>Changed</code> for changes in existing functionality.</li> <li><code>Deprecated</code> for soon-to-be removed features.</li> <li><code>Removed</code> for now removed features.</li> <li><code>Fixed</code> for any bug fixes.</li> <li><code>Security</code> in case of vulnerabilities.</li> </ul> <!-- raw HTML omitted --> <h2>[3.0.0] - 2018-04-08</h2> <p>v3.0 is a complete refactor, resulting in a faster, smaller codebase, with fewer deps, and a more accurate parser and compiler.</p> <p><strong>Breaking Changes</strong></p> <ul> <li>The undocumented <code>.makeRe</code> method was removed</li> <li>Require Node.js &gt;= 8.3</li> </ul> <p><strong>Non-breaking changes</strong></p> <ul> <li>Caching was removed</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/micromatch/braces/commits/3.0.3">compare view</a></li> </ul> </details> <br /> Updates `gulp` from 4.0.2 to 5.0.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/gulpjs/gulp/releases">gulp's releases</a>.</em></p> <blockquote> <h2>gulp v5.0.0</h2> <p>We've tried to provide a high-level changelog for gulp v5 below, but it doesn't contain all changes from the 60+ dependencies that we maintain.</p> <p>Please see <a href="https://github.com/gulpjs/gulp/blob/HEAD/#individual-changelogs">individual changelogs</a> to drill down into all changes that were made.</p> <h3>⚠ BREAKING CHANGES</h3> <ul> <li>Drop support for Node.js &lt;10.13</li> <li>Default stream encoding to UTF-8</li> <li>Standardized on <code>anymatch</code> library for globbing paths. All globs should work the same between <code>src</code> and <code>watch</code> now!</li> <li>Removed support for ordered globs. This aligns with the chokidar globbing implementation. If you need your globs to be ordered, you can use <code>ordered-read-stream</code></li> <li>All globs and paths are normalized to unix-like filepaths</li> <li>Only allow JS variants for <code>.gulp.*</code> config files</li> <li>Removed support for alpha releases of v4 from <code>gulp-cli</code></li> <li>Removed the <code>--verify</code> flag</li> <li>Renamed the <code>--require</code> flag to <code>--preload</code> to avoid conflicting with Node.js flags</li> <li>Removed many legacy and deprecated loaders</li> <li>Upgrade to chokidar v3</li> <li>Clone <code>Vinyl</code> objects with stream contents using <code>teex</code>, but no longer wait for all streams to flow before cloned streams will receive data</li> <li>Stop using <code>process.umask()</code> to make directories, instead falling back to Node's default mode</li> <li>Throw on non-function, non-string option coercers</li> <li>Drop support of Node.js snake_case flags</li> <li>Use a Symbol for attaching the <code>gulplog</code> namespace to the store</li> <li>Use a Symbol for attaching the <code>gulplog</code> store to the global</li> <li>Use sha256 to hash the <code>v8flags</code> cache into a filename</li> </ul> <h3>Features</h3> <ul> <li>Streamlined the dependency tree</li> <li>Switch all streams implementation to Streamx</li> <li>Rewrote <code>glob-stream</code> to use a custom directory walk that relies on newer Node.js features and is more performant than old implementation</li> <li>Implement translation support for all CLI messages and all messages passing through gulplog</li> <li>Allow users to customize or remove the timestamp from their logs</li> <li>Upgraded gulplog to v2. Messages logged via v1 will also display a deprecated warning. Plugins should update to v2 as the community upgrades to gulp 5</li> <li>Added support for <code>gulpile.cjs</code> and <code>gulpfile.mjs</code></li> <li>Add support for <code>swc</code>, <code>esbuild</code>, <code>sucrase</code>, and <code>mdx</code> loaders</li> <li>Provide an ESM export (<a href="https://redirect.github.com/gulpjs/gulp/issues/2760">#2760</a>) (<a href="https://www.github.com/gulpjs/gulp/commit/b00de681f5ef6ade283d544f62f770f6b27a9e52">b00de68</a>)</li> <li>Support sourcemap handling on streaming <code>Vinyl</code> contents</li> <li>Support <code>extends</code> syntax for <code>.gulp.*</code> config file</li> <li>Allow overriding <code>gulpfile</code> and <code>preloads</code> via <code>.gulp.*</code> config file</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Resolve bugs related to symlinks on various platforms</li> <li>Resolved some reported ReDoS CVEs and improved performance in glob-parent</li> <li>Rework errors surfaced when encountering files or symlinks when trying to create directories</li> <li>Ensure watch allows japanese characters in globs (<a href="https://www.github.com/gulpjs/gulp/commit/72668c61e445c81fad23bc6ed24967a3238a648d">72668c6</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/gulpjs/gulp/blob/master/CHANGELOG.md">gulp's changelog</a>.</em></p> <blockquote> <h2><a href="https://www.github.com/gulpjs/gulp/compare/v4.0.2...v5.0.0">5.0.0</a> (2024-03-29)</h2> <p>We've tried to provide a high-level changelog for gulp v5 below, but it doesn't contain all changes from the 60+ dependencies that we maintain.</p> <p>Please see <a href="https://github.com/gulpjs/gulp/blob/master/#individual-changelogs">individual changelogs</a> to drill down into all changes that were made.</p> <h3>⚠ BREAKING CHANGES</h3> <ul> <li>Drop support for Node.js &lt;10.13</li> <li>Default stream encoding to UTF-8</li> <li>Standardized on <code>anymatch</code> library for globbing paths. All globs should work the same between <code>src</code> and <code>watch</code> now!</li> <li>Removed support for ordered globs. This aligns with the chokidar globbing implementation. If you need your globs to be ordered, you can use <code>ordered-read-stream</code></li> <li>All globs and paths are normalized to unix-like filepaths</li> <li>Only allow JS variants for <code>.gulp.*</code> config files</li> <li>Removed support for alpha releases of v4 from <code>gulp-cli</code></li> <li>Removed the <code>--verify</code> flag</li> <li>Renamed the <code>--require</code> flag to <code>--preload</code> to avoid conflicting with Node.js flags</li> <li>Removed many legacy and deprecated loaders</li> <li>Upgrade to chokidar v3</li> <li>Clone <code>Vinyl</code> objects with stream contents using <code>teex</code>, but no longer wait for all streams to flow before cloned streams will receive data</li> <li>Stop using <code>process.umask()</code> to make directories, instead falling back to Node's default mode</li> <li>Throw on non-function, non-string option coercers</li> <li>Drop support of Node.js snake_case flags</li> <li>Use a Symbol for attaching the <code>gulplog</code> namespace to the store</li> <li>Use a Symbol for attaching the <code>gulplog</code> store to the global</li> <li>Use sha256 to hash the <code>v8flags</code> cache into a filename</li> </ul> <h3>Features</h3> <ul> <li>Streamlined the dependency tree</li> <li>Switch all streams implementation to Streamx</li> <li>Rewrote <code>glob-stream</code> to use a custom directory walk that relies on newer Node.js features and is more performant than old implementation</li> <li>Implement translation support for all CLI messages and all messages passing through gulplog</li> <li>Allow users to customize or remove the timestamp from their logs</li> <li>Upgraded gulplog to v2. Messages logged via v1 will also display a deprecated warning. Plugins should update to v2 as the community upgrades to gulp 5</li> <li>Added support for <code>gulpile.cjs</code> and <code>gulpfile.mjs</code></li> <li>Add support for <code>swc</code>, <code>esbuild</code>, <code>sucrase</code>, and <code>mdx</code> loaders</li> <li>Provide an ESM export (<a href="https://redirect.github.com/gulpjs/gulp/issues/2760">#2760</a>) (<a href="https://www.github.com/gulpjs/gulp/commit/b00de681f5ef6ade283d544f62f770f6b27a9e52">b00de68</a>)</li> <li>Support sourcemap handling on streaming <code>Vinyl</code> contents</li> <li>Support <code>extends</code> syntax for <code>.gulp.*</code> config file</li> <li>Allow overriding <code>gulpfile</code> and <code>preloads</code> via <code>.gulp.*</code> config file</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Resolve bugs related to symlinks on various platforms</li> <li>Resolved some reported ReDoS CVEs and improved performance in glob-parent</li> <li>Rework errors surfaced when encountering files or symlinks when trying to create directories</li> <li>Ensure watch allows japanese characters in globs (<a href="https://www.github.com/gulpjs/gulp/commit/72668c61e445c81fad23bc6ed24967a3238a648d">72668c6</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gulpjs/gulp/commit/5c4c5473c5582a8e4495c695ecd93b13f0852cbd"><code>5c4c547</code></a> chore: Release 5.0.0 (<a href="https://redirect.github.com/gulpjs/gulp/issues/2762">#2762</a>)</li> <li><a href="https://github.com/gulpjs/gulp/commit/bf72116c5d5f613836b392fb83633ea6c14f3a65"><code>bf72116</code></a> chore: Add index.mjs to files list</li> <li><a href="https://github.com/gulpjs/gulp/commit/b00de681f5ef6ade283d544f62f770f6b27a9e52"><code>b00de68</code></a> feat: Provide an ESM export (<a href="https://redirect.github.com/gulpjs/gulp/issues/2760">#2760</a>)</li> <li><a href="https://github.com/gulpjs/gulp/commit/72668c61e445c81fad23bc6ed24967a3238a648d"><code>72668c6</code></a> chore!: Normalize repository, dropping node &lt;10.13 support (<a href="https://redirect.github.com/gulpjs/gulp/issues/2758">#2758</a>)</li> <li><a href="https://github.com/gulpjs/gulp/commit/85896d4f099a80d58dd08d1f6d80586b07678995"><code>85896d4</code></a> chore(docs): Update stream handbook link (<a href="https://redirect.github.com/gulpjs/gulp/issues/2711">#2711</a>)</li> <li><a href="https://github.com/gulpjs/gulp/commit/818bd73e5da1ad69f43eef84214c98d6392a73e4"><code>818bd73</code></a> Docs: Remove gulp-sourcemaps because it is built-in (<a href="https://redirect.github.com/gulpjs/gulp/issues/2592">#2592</a>)</li> <li><a href="https://github.com/gulpjs/gulp/commit/598f971a6567401e5760f4fd0b84df0180c2e350"><code>598f971</code></a> Docs: Fix broken link in recipe (<a href="https://redirect.github.com/gulpjs/gulp/issues/2571">#2571</a>)</li> <li><a href="https://github.com/gulpjs/gulp/commit/9877de07cf923c889d7f0661d87f3d6f8634eeb1"><code>9877de0</code></a> Docs: Guide CustomRegistries to maintain properties on tasks (fixes <a href="https://redirect.github.com/gulpjs/gulp/issues/2561">#2561</a>) (#...</li> <li><a href="https://github.com/gulpjs/gulp/commit/f91c388beb265e5008202f11100309549162247a"><code>f91c388</code></a> Docs: Remove typo in custom registry docs (<a href="https://redirect.github.com/gulpjs/gulp/issues/2543">#2543</a>)</li> <li><a href="https://github.com/gulpjs/gulp/commit/df252509b52acd712300b3b5d00bf7aedf0dbd40"><code>df25250</code></a> Docs: Fix typo in task docs (<a href="https://redirect.github.com/gulpjs/gulp/issues/2524">#2524</a>)</li> <li>Additional commits viewable in <a href="https://github.com/gulpjs/gulp/compare/v4.0.2...v5.0.0">compare view</a></li> </ul> </details> <br /> You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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](https://github.com/floccusaddon/floccus/network/alerts). </details> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/floccus#1966
No description provided.