Bump minimatch, babel, babel-core, babel-eslint, babel-loader, eslint, gulp and gulp-eslint#25
Conversation
…, gulp and gulp-eslint Bumps [minimatch](https://github.com/isaacs/minimatch) to 3.1.2 and updates ancestor dependencies [minimatch](https://github.com/isaacs/minimatch), [babel](https://github.com/babel/babel), [babel-core](https://github.com/babel/babel), [babel-eslint](https://github.com/babel/babel-eslint), [babel-loader](https://github.com/babel/babel-loader), [eslint](https://github.com/eslint/eslint), [gulp](https://github.com/gulpjs/gulp) and [gulp-eslint](https://github.com/adametry/gulp-eslint). These dependencies need to be updated together. Updates `minimatch` from 0.2.14 to 3.1.2 - [Release notes](https://github.com/isaacs/minimatch/releases) - [Commits](isaacs/minimatch@v0.2.14...v3.1.2) Updates `babel` from 5.8.38 to 6.23.0 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/v6.23.0/CHANGELOG.md) - [Commits](babel/babel@v5.8.38...v6.23.0) 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-eslint` from 3.1.30 to 10.1.0 - [Release notes](https://github.com/babel/babel-eslint/releases) - [Commits](babel/babel-eslint@v3.1.30...v10.1.0) Updates `babel-loader` from 5.4.2 to 9.0.1 - [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...v9.0.1) Updates `eslint` from 0.23.0 to 8.26.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v0.23.0...v8.26.0) Updates `gulp` from 3.9.1 to 4.0.2 - [Release notes](https://github.com/gulpjs/gulp/releases) - [Changelog](https://github.com/gulpjs/gulp/blob/master/CHANGELOG.md) - [Commits](gulpjs/gulp@v3.9.1...v4.0.2) Updates `gulp-eslint` from 0.14.0 to 6.0.0 - [Release notes](https://github.com/adametry/gulp-eslint/releases) - [Changelog](https://github.com/adametry/gulp-eslint/blob/master/CHANGELOG.md) - [Commits](adametry/gulp-eslint@v0.14.0...v6.0.0) --- updated-dependencies: - dependency-name: minimatch dependency-type: indirect - dependency-name: babel dependency-type: direct:production - dependency-name: babel-core dependency-type: direct:production - dependency-name: babel-eslint dependency-type: direct:production - dependency-name: babel-loader dependency-type: direct:production - dependency-name: eslint dependency-type: direct:production - dependency-name: gulp dependency-type: direct:production - dependency-name: gulp-eslint dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps minimatch to 3.1.2 and updates ancestor dependencies minimatch, babel, babel-core, babel-eslint, babel-loader, eslint, gulp and gulp-eslint. These dependencies need to be updated together.
Updates
minimatchfrom 0.2.14 to 3.1.2Commits
699c4593.1.22f2b5fffix: trim pattern25d7c0d3.1.155dda29fix: treat nocase:true as always having magic5e1fb8d3.1.0f8145c5Add 'allowWindowsEscape' option570e8b1add publishConfig for v3 publishes5b7cd333.0.620b4b56[fix] revert all breaking syntax changes2ff0388document, expose, and test 'partial:true' optionMaintainer changes
This version was pushed to npm by isaacs, a new releaser for minimatch since your current version.
Updates
babelfrom 5.8.38 to 6.23.0Changelog
Sourced from babel's changelog.
... (truncated)
Commits
48573f1v6.23.024400c5Update babel-types README from script.cc5750dAdd CHANGELOG for 6.23.0 [skip ci] (#5304)e1fee21Add charset so tests work with convert-source-map@>1.4 (#5302)1c1e9c7Revert "Upgrade lerna to current beta." (#5303)8a28c07Upgrade lerna to current beta. (#5300)6522a25Add greenkeeperio-bot to mention-bot blacklist (#5301) [skip ci]14d3c2eAvoid adding unnecessary closure for block scoping (#5246)2985597Rewrite Hub as interface #5047 (#5050)ca45904Fix loose for-of with label (#5298)Updates
babel-corefrom 5.8.38 to 6.26.3Commits
d8be710v6.26.3a8ddf5eOnly convert input mappings if we get mappings from Babel280cfedv6.26.26fa027eMerge pull request #7812 from loganfsmyth/backported-sourcemap-changesc8b4c28Implement minNodeVersion for babel-cli tests too.753c2afDisable 2 tests on Node 0.10ae43e06Backport minNodeVersion test option from #5765 for 6.xe72cf66Fix Babel 6 builds on Node 0.1080f433aBackport #7761 for 6.x7360a30Backport #7312 for 6.xMaintainer changes
This version was pushed to npm by loganfsmyth, a new releaser for babel-core since your current version.
Updates
babel-eslintfrom 3.1.30 to 10.1.0Release notes
Sourced from babel-eslint's releases.
... (truncated)
Commits
4bd049e10.1.02c754a8Update Babel to ^7.7.0 and enable Flow enums parsing (#812)183d13e10.0.3354953dfix: require eslint dependencies from eslint base (#794)48f6d7810.0.20241b48removed unused file reference (#773)4cf0a2110.0.198c1f13Revert #584 (#697)8f78e2810.0.0717fba7test value should be switchedUpdates
babel-loaderfrom 5.4.2 to 9.0.1Release notes
Sourced from babel-loader's releases.
... (truncated)
Changelog
Sourced from babel-loader's changelog.
... (truncated)
Commits
f42ac9b9.0.14f9c0bfremove "node:" builtin prefix (#970)9ff288f9.0.0006a3dcUpdate README.mddaed88aUpdate README.md0ed5fd6Bump ini from 1.3.5 to 1.3.8 (#968)b1749e3Bump y18n from 4.0.0 to 4.0.3 (#967)3a55a4aBump lodash from 4.17.20 to 4.17.21 (#966)9a4ffe0Bump normalize-url from 4.5.0 to 4.5.1 (#962)28f2482Bump hosted-git-info from 2.8.8 to 2.8.9 (#964)Maintainer changes
This version was pushed to npm by nicolo-ribaudo, a new releaser for babel-loader since your current version.
Updates
eslintfrom 0.23.0 to 8.26.0Release notes
Sourced from eslint's releases.
... (truncated)
Changelog
Sourced from eslint's changelog.
... (truncated)
Commits
823b0188.26.0dce6a71Build: changelog update for 8.26.06c2be51Revert "docs: update header (#16403)" (#16451)df77409fix: usebaseConfigconstructor option in FlatESLint (#16432)33668eefix: Ensure that glob patterns are matched correctly. (#16449)651649bdocs: Core concepts page (#16399)4715787feat: checkObject.create()in getter-return (#16420)e917a9aci: add node v19 (#16443)740b208fix: ignore messages without aruleIdingetRulesMetaForResults(#16409)8f9759efix:--ignore-patternin flat config mode should be relative tocwd(#16425)Maintainer changes
This version was pushed to npm by eslintbot, a new releaser for eslint since your current version.
Updates
gulpfrom 3.9.1 to 4.0.2Release notes
Sourced from gulp's releases.
... (truncated)
Changelog
Sourced from gulp's changelog.
Commits
069350aRelease: 4.0.2b4b5a68Build: Add node 12 to Travis & Azure5667666Fix: Bind src/dest/symlink to the gulp instance to support esm exports (ref s...4091bd3Docs: Add notes about esm support (closes #2278)3c66d95Docs: Fix the Negative Globs section & examples (closes #2297)1693a11Docs: Remove next tag from recipes (closes #2277)d916276Docs: Add default task wrappers to Watching Files exam...Description has been truncated