Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jun 11, 2025. It is now read-only.

chore(deps): bump braces and gulp#78

Open
dependabot wants to merge1 commit intomain
base:main
Choose a base branch
Loading
fromdependabot/npm_and_yarn/multi-a9f852c250

Conversation

@dependabot
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubJun 11, 2024

Bumpsbraces to 3.0.3 and updates ancestor dependencygulp. These dependencies need to be updated together.

Updatesbraces from 3.0.2 to 3.0.3

Commits

Updatesgulp from 4.0.2 to 5.0.0

Release notes

Sourced fromgulp's releases.

gulp v5.0.0

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

Please seeindividual changelogs to drill downinto all changes that were made.

⚠ BREAKING CHANGES

  • Drop support for Node.js <10.13
  • Default stream encoding to UTF-8
  • Standardized onanymatch library for globbing paths. All globs should work the same betweensrc andwatch now!
  • Removed support for ordered globs. This aligns with the chokidar globbing implementation. If you need your globs to be ordered, you can useordered-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 fromgulp-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
  • CloneVinyl objects with stream contents usingteex, but no longer wait for all streams to flow before cloned streams will receive data
  • Stop usingprocess.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 thegulplog namespace to the store
  • Use a Symbol for attaching thegulplog store to the global
  • Use sha256 to hash thev8flags cache into a filename

Features

  • Streamlined the dependency tree
  • Switch all streams implementation to Streamx
  • Rewroteglob-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 forgulpile.cjs andgulpfile.mjs
  • Add support forswc,esbuild,sucrase, andmdx loaders
  • Provide an ESM export (#2760) (b00de68)
  • Support sourcemap handling on streamingVinyl contents
  • Supportextends syntax for.gulp.* config file
  • Allow overridinggulpfile andpreloads 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 fromgulp's changelog.

5.0.0 (2024-03-29)

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

Please seeindividual changelogs to drill downinto all changes that were made.

⚠ BREAKING CHANGES

  • Drop support for Node.js <10.13
  • Default stream encoding to UTF-8
  • Standardized onanymatch library for globbing paths. All globs should work the same betweensrc andwatch now!
  • Removed support for ordered globs. This aligns with the chokidar globbing implementation. If you need your globs to be ordered, you can useordered-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 fromgulp-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
  • CloneVinyl objects with stream contents usingteex, but no longer wait for all streams to flow before cloned streams will receive data
  • Stop usingprocess.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 thegulplog namespace to the store
  • Use a Symbol for attaching thegulplog store to the global
  • Use sha256 to hash thev8flags cache into a filename

Features

  • Streamlined the dependency tree
  • Switch all streams implementation to Streamx
  • Rewroteglob-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 forgulpile.cjs andgulpfile.mjs
  • Add support forswc,esbuild,sucrase, andmdx loaders
  • Provide an ESM export (#2760) (b00de68)
  • Support sourcemap handling on streamingVinyl contents
  • Supportextends syntax for.gulp.* config file
  • Allow overridinggulpfile andpreloads 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

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 theSecurity Alerts page.

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 3.0.2 to 3.0.3- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)- [Commits](micromatch/braces@3.0.2...3.0.3)Updates `gulp` from 4.0.2 to 5.0.0- [Release notes](https://github.com/gulpjs/gulp/releases)- [Changelog](https://github.com/gulpjs/gulp/blob/master/CHANGELOG.md)- [Commits](gulpjs/gulp@v4.0.2...v5.0.0)---updated-dependencies:- dependency-name: braces  dependency-type: indirect- dependency-name: gulp  dependency-type: direct:development...Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotbot added the dependenciesPull requests that update a dependency file labelJun 11, 2024
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.

Reviewers

1 more reviewer

@googleworkspace-botgoogleworkspace-botgoogleworkspace-bot approved these changes

Reviewers whose approvals may not affect merge requirements

At least 1 approving review is required to merge this pull request.

Assignees

@jpoehneltjpoehnelt

Labels

dependenciesPull requests that update a dependency file

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@googleworkspace-bot@jpoehnelt

[8]ページ先頭

©2009-2025 Movatter.jp