GetCountries
GetCountries copied to clipboard
Bump minimatch, babelify, browserify and testem
Bumps minimatch to 3.1.2 and updates ancestor dependencies minimatch, babelify, browserify and testem. These dependencies need to be updated together.
Updates minimatch
from 2.0.10 to 3.1.2
Commits
699c459
3.1.22f2b5ff
fix: trim pattern25d7c0d
3.1.155dda29
fix: treat nocase:true as always having magic5e1fb8d
3.1.0f8145c5
Add 'allowWindowsEscape' option570e8b1
add publishConfig for v3 publishes5b7cd33
3.0.620b4b56
[fix] revert all breaking syntax changes2ff0388
document, expose, and test 'partial:true' option- 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 between9.0.0
and10.0.0-beta.0
since it was not needed.v10.0.0-beta.0
- #267 - Fix handling for
ignore
ed 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
onnpm
.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.093d205d
10.0.0-beta.153707d2
Browserify handles file-relative maps fine, so using Babel's default is fine.947752b
10.0.0-beta.0201652e
Fix copy-paste fail31ecb43
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.
Updates browserify
from 10.2.6 to 17.0.0
Release notes
Sourced from browserify's releases.
v17.0.0
- Upgrade events to v3.x. EventEmitter instances now have an
off()
method.require('events').once
can be used to react to an event being emitted withasync
/await
syntax. (#1839)- Upgrade path-browserify to v1.x. (#1838)
- Upgrade stream-browserify to v3.x.
require('stream')
now matches the Node.js 10+ API. (#1970)- Upgrade util to v0.12. Most notably,
util.promisify
andutil.callbackify
are finally available by default in browserify. (#1844)- Add JSON syntax checking. Syntax errors in
.json
files will now fail to bundle. (#1700)v16.5.1
Remove deprecated
mkdirp
version in favour ofmkdirp-classic
.https://github.com/browserify/browserify/commit/00c913fa345dbb7f612bdad6b4acc91c706e98b2
Pin dependencies for Node.js 0.8 support.
v16.5.0
Support custom name for
"browser"
field resolution inpackage.json
using thebrowserField
option.v16.4.0
Upgrade stream-http to v3. This version drops support for IE10 and below.
v16.3.0
add empty stub for the
http2
builtin module.update license text to remove references to code that is no longer included.
add more tests for folder resolution.
v16.2.3
add empty stub for the
inspector
builtin module.change the "browser" field link to the browser-field-spec repo instead of the old gist.
... (truncated)
Changelog
Sourced from browserify's changelog.
17.0.0
- Upgrade events to v3.x. EventEmitter instances now have an
off()
method.require('events').once
can be used to react to an event being emitted withasync
/await
syntax. (#1839)- Upgrade path-browserify to v1.x. (#1838)
- Upgrade stream-browserify to v3.x.
require('stream')
now matches the Node.js 10+ API. (#1970)- Upgrade util to v0.12. Most notably,
util.promisify
andutil.callbackify
are finally available by default in browserify. (#1844)- Add JSON syntax checking. Syntax errors in
.json
files will now fail to bundle. (#1700)16.5.2
Upgrade browser-resolve to v2.
16.5.1
Remove deprecated
mkdirp
version in favour ofmkdirp-classic
.https://github.com/browserify/browserify/commit/00c913fa345dbb7f612bdad6b4acc91c706e98b2
Pin dependencies for Node.js 0.8 support.
16.5.0
Support custom name for
"browser"
field resolution inpackage.json
using thebrowserField
option.16.4.0
Upgrade stream-http to v3. This version drops support for IE10 and below.
16.3.0
add empty stub for the
http2
builtin module.update license text to remove references to code that is no longer included.
add more tests for folder resolution.
16.2.3
... (truncated)
Commits
7b14fb1
17.0.0c1523e2
Merge pull request #1970 from browserify/streams326665c0
bump readable-stream984ffc6
Merge pull request #1982 from browserify/fix-cie34ed8c
skip crypto tests in old node.js190491a
update min insert-module-globals version5113ea3
Merge tag 'v16.5.2' into masterc94b4d5
16.5.2678d650
Merge pull request #1973 from browserify/browser-resolve-2fc324b5
update browser-resolve to v2- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by goto-bus-stop, a new releaser for browserify since your current version.
Updates testem
from 0.8.5 to 3.9.0
Release notes
Sourced from testem's releases.
v3.8.0
What's Changed
- chore(deps): bump socket.io from 4.5.0 to 4.5.1 by
@dependabot
in testem/testem#1559- chore(deps-dev): bump cheerio from 1.0.0-rc.10 to 1.0.0-rc.11 by
@dependabot
in testem/testem#1562- chore(deps-dev): bump socket.io-client from 4.5.0 to 4.5.1 by
@dependabot
in testem/testem#1560- chore(deps-dev): bump eslint from 8.15.0 to 8.16.0 by
@dependabot
in testem/testem#1561- chore(deps-dev): bump eslint-plugin-mocha from 10.0.4 to 10.0.5 by
@dependabot
in testem/testem#1563- build(deps): bump backbone from 1.4.0 to 1.4.1 by
@dependabot
in testem/testem#1528- build(deps-dev): bump eslint from 8.16.0 to 8.17.0 by
@dependabot
in testem/testem#1565- Support Microsoft Edge in Linux by
@kellyselden
in testem/testem#1566Full Changelog: https://github.com/testem/testem/compare/v3.7.0...v3.8.0
v3.7.0
What's Changed
- build(deps-dev): bump shelljs from 0.8.2 to 0.8.5 by
@dependabot
in testem/testem#1487- build(deps-dev): bump sinon from 10.0.0 to 12.0.1 by
@dependabot
in testem/testem#1483- build(deps): bump actions/setup-node from 2.4.1 to 2.5.1 by
@dependabot
in testem/testem#1486- build(deps): bump GabrielBB/xvfb-action from 1.5 to 1.6 by
@dependabot
in testem/testem#1484- build(deps-dev): bump eslint-plugin-chai-expect from 2.2.0 to 3.0.0 by
@dependabot
in testem/testem#1488- build(deps): bump node-notifier from 9.0.1 to 10.0.0 by
@dependabot
in testem/testem#1489- build(deps): bump bluebird from 3.5.1 to 3.7.2 by
@dependabot
in testem/testem#1490- build(deps): bump nick-invision/retry from 2.4.0 to 2.6.0 by
@dependabot
in testem/testem#1492- build(deps): bump rimraf from 2.6.2 to 3.0.2 by
@dependabot
in testem/testem#1491- build(deps): bump mkdirp from 0.5.5 to 1.0.4 by
@dependabot
in testem/testem#1506- build(deps-dev): bump tape from 5.2.2 to 5.4.1 by
@dependabot
in testem/testem#1504- build(deps): bump consolidate from 0.15.1 to 0.16.0 by
@dependabot
in testem/testem#1495- build(deps-dev): bump eslint-plugin-mocha from 5.2.0 to 6.3.0 by
@dependabot
in testem/testem#1510- build(deps): bump backbone from 1.3.3 to 1.4.0 by
@dependabot
in testem/testem#1507- build(deps-dev): bump chai from 4.1.2 to 4.3.4 by
@dependabot
in testem/testem#1497- build(deps): bump express from 4.17.1 to 4.17.2 by
@dependabot
in testem/testem#1503- build(deps-dev): bump socket.io-client from 4.1.2 to 4.4.1 by
@dependabot
in testem/testem#1494- build(deps): bump npmlog from 4.1.2 to 6.0.0 by
@dependabot
in testem/testem#1496- build(deps): bump socket.io from 4.1.2 to 4.4.1 by
@dependabot
in testem/testem#1501- build(deps-dev): bump cheerio from 1.0.0-rc.2 to 1.0.0-rc.10 by
@dependabot
in testem/testem#1493- build(deps): bump
@xmldom/xmldom
from 0.7.1 to 0.8.0 by@dependabot
in testem/testem#1499- build(deps-dev): bump mocha from 8.3.2 to 9.2.0 by
@dependabot
in testem/testem#1511- build(deps-dev): bump sinon from 12.0.1 to 13.0.0 by
@dependabot
in testem/testem#1517- build(deps-dev): bump tape from 5.4.1 to 5.5.0 by
@dependabot
in testem/testem#1516- build(deps): bump cached-path-relative from 1.0.2 to 1.1.0 by
@dependabot
in testem/testem#1512- build(deps-dev): bump chai from 4.3.4 to 4.3.6 by
@dependabot
in testem/testem#1513- build(deps): bump node-notifier from 10.0.0 to 10.0.1 by
@dependabot
in testem/testem#1519- build(deps-dev): bump sinon from 13.0.0 to 13.0.1 by
@dependabot
in testem/testem#1518- build(deps-dev): bump mocha from 9.2.0 to 9.2.1 by
@dependabot
in testem/testem#1527- build(deps): bump
@xmldom/xmldom
from 0.8.0 to 0.8.1 by@dependabot
in testem/testem#1522- build(deps): bump npmlog from 6.0.0 to 6.0.1 by
@dependabot
in testem/testem#1523- build(deps-dev): bump tape from 5.5.0 to 5.5.2 by
@dependabot
in testem/testem#1521- build(deps): bump express from 4.17.2 to 4.17.3 by
@dependabot
in testem/testem#1526- build(deps): bump actions/checkout from 2 to 3 by
@dependabot
in testem/testem#1533
... (truncated)
Commits
37db115
3.9.068c298b
Merge pull request #1580 from jrjohnson/async-confige947a14
Resolve a promise when returned in config79b3fa4
Merge pull request #1579 from testem/dependabot/npm_and_yarn/tape-5.6.0b6dc55d
Merge pull request #1578 from testem/dependabot/npm_and_yarn/eslint-8.22.05ef60c7
Merge pull request #1576 from testem/dependabot/github_actions/nick-invision/...232bdf7
build(deps-dev): bump tape from 5.5.3 to 5.6.03dc9a26
build(deps-dev): bump eslint from 8.21.0 to 8.22.01e49a5e
build(deps): bump nick-invision/retry from 2.7.0 to 2.8.1e4ba008
Merge pull request #1575 from testem/dependabot/npm_and_yarn/eslint-8.21.0- Additional commits viewable in compare view
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 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) -
@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.