Skip to content

Bump minimatch, babel-core, babel-loader and gulp-watch#340

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

Bump minimatch, babel-core, babel-loader and gulp-watch#340
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/multi-0bbfe5f52a

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 20, 2025

Bumps minimatch to 3.1.2 and updates ancestor dependencies minimatch, babel-core, babel-loader and gulp-watch. These dependencies need to be updated together.

Updates minimatch from 3.0.4 to 3.1.2

Commits

Updates babel-core from 5.8.38 to 6.26.3

Commits
Maintainer changes

This version was pushed to npm by loganfsmyth, a new releaser for babel-core since your current version.


Updates babel-loader from 5.4.2 to 10.0.0

Release notes

Sourced from babel-loader's releases.

v10.0.0

What's Changed

Breaking Changes

New Features

Bug Fixes

Docs

Dependencies

Internal

New Contributors

Full Changelog: babel/babel-loader@v9.1.3...v10.0.0

v9.2.1

What's Changed

... (truncated)

Changelog

Sourced from babel-loader's changelog.

Changelog

For changes in version v7.0.0 and up please go to release

Old Changelog

v6.4.1

🐛 Bug Fix

v6.4.0

🚀 New Feature

  • added metadata passing from babel to webpack, which is currently used by react-intl (#398) @​Ognian

v6.3.2

😢 Regression

  • forceEnv was interfering with regular environment handling

v6.3.1

🐛 Bug Fix

v6.3.0

🚀 New Feature

Allow to override BABEL_ENV/NODE_ENV at loader-level. Useful for isomorphic applications which have separate babel config for client and server.

🐛 Bug Fix

  • Update loader-utils dependency to ^0.2.16 to fix compatibility with webpack 2 (#371) @​leonaves

💅 Polish

  • Improve FS caching to do less sync calls which improves performance slightly (#375) @​akx

v6.2.10

Support for webpack 2.2-rc has been added in this release

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by nicolo-ribaudo, a new releaser for babel-loader since your current version.


Updates gulp-watch from 3.0.0 to 5.0.1

Release notes

Sourced from gulp-watch's releases.

v5.0.0

Major:

Dependency updates:

  • vinyl was updated to ^2.1.0 (02bd06da07b9e341c96d6007c15d33c398b813ff)
  • chokidar was updated to v2.0.0 (9208d48f9fcfc968c5d7aca08f9606b735bb9b16)

v4.3.11

Added support for Node v7.

v4.1.1

Base property of files, that matched non-glob patterns is now set to path.dirname(glob). More info in #135.

v4.1.0

Initial adds is now disabled by default. You can enable them with ignoreInitial: true option.

v4.0.0

In short:

  • Migration from gaze to chokidar - this will improve stability and responsiveness of gulp-watch
  • Events on directory creation is now filtered out
  • By default all files (that matched globs) will be emitted on first run with add event
  • close() is now not necessary (if you don't use persistent option)
  • Event names changed (added -> add, modified -> change and deleted -> unlink)
  • All logging now hidden in verbose option
  • Lots of issues should be fixed
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.

Bumps [minimatch](https://github.com/isaacs/minimatch) to 3.1.2 and updates ancestor dependencies [minimatch](https://github.com/isaacs/minimatch), [babel-core](https://github.com/babel/babel), [babel-loader](https://github.com/babel/babel-loader) and [gulp-watch](https://github.com/floatdrop/gulp-watch). These dependencies need to be updated together.


Updates `minimatch` from 3.0.4 to 3.1.2
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](isaacs/minimatch@v3.0.4...v3.1.2)

Updates `babel-core` from 5.8.38 to 6.26.3
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](babel/babel@v5.8.38...v6.26.3)

Updates `babel-loader` from 5.4.2 to 10.0.0
- [Release notes](https://github.com/babel/babel-loader/releases)
- [Changelog](https://github.com/babel/babel-loader/blob/main/CHANGELOG.md)
- [Commits](babel/babel-loader@v5.4.2...v10.0.0)

Updates `gulp-watch` from 3.0.0 to 5.0.1
- [Release notes](https://github.com/floatdrop/gulp-watch/releases)
- [Commits](floatdrop/gulp-watch@v3.0.0...v5.0.1)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-version: 3.1.2
  dependency-type: indirect
- dependency-name: babel-core
  dependency-version: 6.26.3
  dependency-type: direct:development
- dependency-name: babel-loader
  dependency-version: 10.0.0
  dependency-type: direct:development
- dependency-name: gulp-watch
  dependency-version: 5.0.1
  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 May 20, 2025
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