ICOS-Carbon-Portal / meta

ICOS Carbon Portal metadata service
GNU General Public License v3.0
3 stars 1 forks source link

Bump minimatch and babelify #206

Open dependabot[bot] opened 1 year ago

dependabot[bot] commented 1 year ago

Bumps minimatch to 3.1.1 and updates ancestor dependency babelify. These dependencies need to be updated together.

Updates minimatch from 2.0.10 to 3.1.1

Changelog

Sourced from minimatch's changelog.

change log

9.0

  • No default export, only named exports.

8.0

  • Recursive descent parser for extglob, allowing correct support for arbitrarily nested extglob expressions
  • Bump required Node.js version

7.4

  • Add escape() method
  • Add unescape() method
  • Add Minimatch.hasMagic() method

7.3

  • Add support for posix character classes in a unicode-aware way.

7.2

  • Add windowsNoMagicRoot option

7.1

  • Add optimizationLevel configuration option, and revert the default back to the 6.2 style minimal optimizations, making the advanced transforms introduced in 7.0 opt-in. Also, process provided file paths in the same way in optimizationLevel:2 mode, so most things that matched with optimizationLevel 1 or 0 should match with level 2 as well. However, level 1 is the default, out of an abundance of caution.

7.0

  • Preprocess patterns to simplify complicated patterns and reduce out .. pattern portions where possible. Note that this means a pattern like a/b/../* will be equivalent to a/*, and will not match the string a/b/../c. If this causes problems, it can be addressed in a patch release by resolving .. portions in the test string.

6.2

  • Add nocaseMagicOnly flag

6.1

... (truncated)

Commits
  • 25d7c0d 3.1.1
  • 55dda29 fix: treat nocase:true as always having magic
  • 5e1fb8d 3.1.0
  • f8145c5 Add 'allowWindowsEscape' option
  • 570e8b1 add publishConfig for v3 publishes
  • 5b7cd33 3.0.6
  • 20b4b56 [fix] revert all breaking syntax changes
  • 2ff0388 document, expose, and test 'partial:true' option
  • 5dbd6a7 ci: tests and makework
  • dbda065 full test coverage, adding tests, deleting dead code
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by isaacs, a new releaser for minimatch since your current version.


Updates babelify from 6.4.0 to 10.0.0

Release notes

Sourced from babelify's releases.

v10.0.0

No changes from v10.0.0-beta.1, just re-releasing as stable.

v10.0.0-beta.1

  • Revert one change to sources in generated sourcemaps that landed between 9.0.0 and 10.0.0-beta.0 since it was not needed.

v10.0.0-beta.0

  • #267 - Fix handling for ignoreed files from Babel
  • #262 - Fix README examples that were wrong
  • #273 - More updates for Babel 7.x
  • A bunch more fixes to make things work well

v9.0.0

  • #255 - Initial upgrade to Babel 7.x
  • #264 - Use Browserify's basedir as the working directory Babel's config.

This is marked as a prerelease because it was never published as latest on npm.

v8.0.0

  • Drop Node 0.10/0.12/5 (similar to everything else in Babel 7)
  • Add a peerDep on babel-core (similar to how babel-loader works), this is because people end up using incompatible versions of plugins/presets/tools (especially as we make a new major)

https://github.com/babel/grunt-babel/releases/tag/v7.0.0 https://github.com/babel/gulp-babel/releases/tag/v7.0.0

https://github.com/babel/babelify/commit/02f97eca636be7dd02d5b519b329fdac8df57239

Commits
  • 14e6295 10.0.0
  • 93d205d 10.0.0-beta.1
  • 53707d2 Browserify handles file-relative maps fine, so using Babel's default is fine.
  • 947752b 10.0.0-beta.0
  • 201652e Fix copy-paste fail
  • 31ecb43 Run babelify in strict mode.
  • 748faa1 Consider the stream class an implementation detail, but allow instanceof checks.
  • 9b2cbd0 Respect sourceMaps:false set in config files too.
  • 588bde8 Standardize sourcemap basedir processing to get relative paths.
  • 9c2f6bb Pass correct data property through.
  • Additional commits viewable in compare view
Maintainer changes

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


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 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/ICOS-Carbon-Portal/meta/network/alerts).

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