Skip to content

Commit 6b4c844

Browse files
Merge #439
439: Bump @babel/core from 7.15.5 to 7.15.8 r=bidoubiwa a=dependabot[bot] Bumps [`@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core)` from 7.15.5 to 7.15.8. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/babel/babel/releases"><code>`@​babel/core</code>'s` releases</a>.</em></p> <blockquote> <h2>v7.15.8 (2021-10-06)</h2> <p>Thanks <a href="https://github.com/julienw"><code>`@​julienw</code></a>,` <a href="https://github.com/NotWearingPants"><code>`@​NotWearingPants</code></a>` and <a href="https://github.com/shoonia"><code>`@​shoonia</code></a>` for your first PRs!</p> <h4>:eyeglasses: Spec Compliance</h4> <ul> <li><code>babel-helper-module-transforms</code>, <code>babel-plugin-transform-modules-amd</code>, <code>babel-plugin-transform-modules-commonjs</code>, <code>babel-plugin-transform-modules-umd</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13788">#13788</a> Sort module export names (<a href="https://github.com/JLHwung"><code>`@​JLHwung</code></a>)</li>` </ul> </li> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13769">#13769</a> Tokenize keywords-like identifier as new tokens (<a href="https://github.com/JLHwung"><code>`@​JLHwung</code></a>)</li>` </ul> </li> </ul> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-generator</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13821">#13821</a> Fix missing inner comments in class expressions (<a href="https://github.com/overlookmotel"><code>`@​overlookmotel</code></a>)</li>` </ul> </li> <li><code>babel-generator</code>, <code>babel-parser</code>, <code>babel-plugin-proposal-pipeline-operator</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13803">#13803</a> Collect comments around parentheses in expressions (<a href="https://github.com/nicolo-ribaudo"><code>`@​nicolo-ribaudo</code></a>)</li>` </ul> </li> <li><code>babel-plugin-transform-typescript</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13800">#13800</a> fix: remove imported types from export (<a href="https://github.com/JLHwung"><code>`@​JLHwung</code></a>)</li>` </ul> </li> </ul> <h4>:nail_care: Polish</h4> <ul> <li><code>babel-core</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13814">#13814</a> Improve debug logging for IgnoreList (<a href="https://github.com/paleite"><code>`@​paleite</code></a>)</li>` </ul> </li> <li><code>babel-node</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13784">#13784</a> [<code>`@​babel/node</code>]` Forward the signal SIGTERM as well (<a href="https://github.com/julienw"><code>`@​julienw</code></a>)</li>` </ul> </li> </ul> <h4>:house: Internal</h4> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13808">#13808</a> Update parser plugins for TypeScript tests (<a href="https://github.com/sosukesuzuki"><code>`@​sosukesuzuki</code></a>)</li>` <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13795">#13795</a> Fix Gulpfile path separator issue on Windows (<a href="https://github.com/NotWearingPants"><code>`@​NotWearingPants</code></a>)</li>` </ul> <h4>:running_woman: Performance</h4> <ul> <li><code>babel-code-frame</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13812">#13812</a> Optimization of string splitting (<a href="https://github.com/shoonia"><code>`@​shoonia</code></a>)</li>` </ul> </li> </ul> <h4>Committers: 10</h4> <ul> <li>Alexander Zaytsev (<a href="https://github.com/shoonia"><code>`@​shoonia</code></a>)</li>` <li>Babel Bot (<a href="https://github.com/babel-bot"><code>`@​babel-bot</code></a>)</li>` <li>Hirotaka Tagawa / wafuwafu13 (<a href="https://github.com/wafuwafu13"><code>`@​wafuwafu13</code></a>)</li>` <li>Huáng Jùnliàng (<a href="https://github.com/JLHwung"><code>`@​JLHwung</code></a>)</li>` <li>Julien Wajsberg (<a href="https://github.com/julienw"><code>`@​julienw</code></a>)</li>` <li>Nicolò Ribaudo (<a href="https://github.com/nicolo-ribaudo"><code>`@​nicolo-ribaudo</code></a>)</li>` <li>Patrick Eriksson (<a href="https://github.com/paleite"><code>`@​paleite</code></a>)</li>` <li>Sosuke Suzuki (<a href="https://github.com/sosukesuzuki"><code>`@​sosukesuzuki</code></a>)</li>` <li><a href="https://github.com/NotWearingPants"><code>`@​NotWearingPants</code></a></li>` <li><a href="https://github.com/overlookmotel"><code>`@​overlookmotel</code></a></li>` </ul> <h2>v7.15.7 (2021-09-17)</h2> <p>Thanks <a href="https://github.com/JuniorTour"><code>`@​JuniorTour</code></a>` and <a href="https://github.com/sdegutis"><code>`@​sdegutis</code></a>` for your first PRs!</p> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-parser</code></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/babel/babel/blob/main/CHANGELOG.md"><code>`@​babel/core</code>'s` changelog</a>.</em></p> <blockquote> <h2>v7.15.8 (2021-10-06)</h2> <h4>:eyeglasses: Spec Compliance</h4> <ul> <li><code>babel-helper-module-transforms</code>, <code>babel-plugin-transform-modules-amd</code>, <code>babel-plugin-transform-modules-commonjs</code>, <code>babel-plugin-transform-modules-umd</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13788">#13788</a> Sort module export names (<a href="https://github.com/JLHwung"><code>`@​JLHwung</code></a>)</li>` </ul> </li> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13769">#13769</a> Tokenize keywords-like identifier as new tokens (<a href="https://github.com/JLHwung"><code>`@​JLHwung</code></a>)</li>` </ul> </li> </ul> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-generator</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13821">#13821</a> Fix missing inner comments in class expressions (<a href="https://github.com/overlookmotel"><code>`@​overlookmotel</code></a>)</li>` </ul> </li> <li><code>babel-generator</code>, <code>babel-parser</code>, <code>babel-plugin-proposal-pipeline-operator</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13803">#13803</a> Collect comments around parentheses in expressions (<a href="https://github.com/nicolo-ribaudo"><code>`@​nicolo-ribaudo</code></a>)</li>` </ul> </li> <li><code>babel-plugin-transform-typescript</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13800">#13800</a> fix: remove imported types from export (<a href="https://github.com/JLHwung"><code>`@​JLHwung</code></a>)</li>` </ul> </li> </ul> <h4>:nail_care: Polish</h4> <ul> <li><code>babel-core</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13814">#13814</a> Improve debug logging for IgnoreList (<a href="https://github.com/paleite"><code>`@​paleite</code></a>)</li>` </ul> </li> <li><code>babel-node</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13784">#13784</a> [<code>`@​babel/node</code>]` Forward the signal SIGTERM as well (<a href="https://github.com/julienw"><code>`@​julienw</code></a>)</li>` </ul> </li> </ul> <h4>:house: Internal</h4> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13808">#13808</a> Update parser plugins for TypeScript tests (<a href="https://github.com/sosukesuzuki"><code>`@​sosukesuzuki</code></a>)</li>` <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13795">#13795</a> Fix Gulpfile path separator issue on Windows (<a href="https://github.com/NotWearingPants"><code>`@​NotWearingPants</code></a>)</li>` </ul> <h4>:running_woman: Performance</h4> <ul> <li><code>babel-code-frame</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13812">#13812</a> Optimization of string splitting (<a href="https://github.com/shoonia"><code>`@​shoonia</code></a>)</li>` </ul> </li> </ul> <h2>v7.15.7 (2021-09-17)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13771">#13771</a> fix(babel-parser): Allow line break before <code>assert</code> return type (<a href="https://github.com/JuniorTour"><code>`@​JuniorTour</code></a>)</li>` <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13755">#13755</a> [estree] Fix conversion of <code>PrivateName</code> in <code>MemberExpression</code> (<a href="https://github.com/nicolo-ribaudo"><code>`@​nicolo-ribaudo</code></a>)</li>` </ul> </li> <li><code>babel-standalone</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13754">#13754</a> Move pipeline operator to Stage 2 (<a href="https://github.com/sdegutis"><code>`@​sdegutis</code></a>)</li>` </ul> </li> <li>Other <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13767">#13767</a> Fix <code>regexpu-core</code> bundling in <code>`@babel/standalone</code>` (<a href="https://github.com/nicolo-ribaudo"><code>`@​nicolo-ribaudo</code></a>)</li>` <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13751">#13751</a> [eslint-parser] Represent <code>static</code> using a <code>Keyword</code> token (<a href="https://github.com/nicolo-ribaudo"><code>`@​nicolo-ribaudo</code></a>)</li>` </ul> </li> <li><code>babel-helper-validator-identifier</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13759">#13759</a> Update Identifier definitions to Unicode 14 (<a href="https://github.com/JLHwung"><code>`@​JLHwung</code></a>)</li>` </ul> </li> </ul> <h4>:house: Internal</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13768">#13768</a> Store token type as number (<a href="https://github.com/JLHwung"><code>`@​JLHwung</code></a>)</li>` </ul> </li> <li><code>babel-helper-module-transforms</code>, <code>babel-plugin-transform-modules-commonjs</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13739">#13739</a> Throw a better error when transforming imported bindings in types (<a href="https://github.com/nicolo-ribaudo"><code>`@​nicolo-ribaudo</code></a>)</li>` </ul> </li> <li>Other <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/13140">#13140</a> Update to Yarn 3 (<a href="https://github.com/nicolo-ribaudo"><code>`@​nicolo-ribaudo</code></a>)</li>` </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/babel/babel/commit/c4b13725aa65446974d8b78b63a7da8ec826ff76"><code>c4b1372</code></a> v7.15.8</li> <li><a href="https://github.com/babel/babel/commit/7acc68a86b70c6aadfef28e10e83d0adb2523807"><code>7acc68a</code></a> Improve debug logging for IgnoreList (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-core/issues/13814">#13814</a>)</li> <li>See full diff in <a href="https://github.com/babel/babel/commits/v7.15.8/packages/babel-core">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=`@babel/core&package-manager=npm_and_yarn&previous-version=7.15.5&new-version=7.15.8)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)` You can trigger a rebase of this PR by commenting ``@dependabot` rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 parents 980b5b4 + 212ee91 commit 6b4c844

File tree

2 files changed

+34
-29
lines changed

2 files changed

+34
-29
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"repository": "meilisearch/docs-searchbar.js",
3434
"devDependencies": {
3535
"@babel/cli": "^7.15.7",
36-
"@babel/core": "^7.15.5",
36+
"@babel/core": "^7.15.8",
3737
"@babel/preset-env": "^7.15.8",
3838
"@babel/register": "^7.15.3",
3939
"autoprefixer": "^9.8.8",

yarn.lock

Lines changed: 33 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
dependencies:
2626
"@babel/highlight" "^7.10.4"
2727

28-
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.14.5":
29-
version "7.14.5"
30-
resolved "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.14.5.tgz"
31-
integrity sha512-9pzDqyc6OLDaqe+zbACgFkb6fKMNG6CObKpnYXChRsvYGyEdc7CA2BaqeOM+vOtCS5ndmJicPJhKAwYRI6UfFw==
28+
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.14.5", "@babel/code-frame@^7.15.8":
29+
version "7.15.8"
30+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.15.8.tgz#45990c47adadb00c03677baa89221f7cc23d2503"
31+
integrity sha512-2IAnmn8zbvC/jKYhq5Ki9I+DwjlrtMPUCH/CpHvqI4dNnlwHwsxoIhlc8WcYY5LSYknXQtAlFYuHfqAFCvQ4Wg==
3232
dependencies:
3333
"@babel/highlight" "^7.14.5"
3434

@@ -37,33 +37,33 @@
3737
resolved "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.15.0.tgz"
3838
integrity sha512-0NqAC1IJE0S0+lL1SWFMxMkz1pKCNCjI4tr2Zx4LJSXxCLAdr6KyArnY+sno5m3yH9g737ygOyPABDsnXkpxiA==
3939

40-
"@babel/core@^7.1.0", "@babel/core@^7.15.5", "@babel/core@^7.7.5":
41-
version "7.15.5"
42-
resolved "https://registry.npmjs.org/@babel/core/-/core-7.15.5.tgz"
43-
integrity sha512-pYgXxiwAgQpgM1bNkZsDEq85f0ggXMA5L7c+o3tskGMh2BunCI9QUwB9Z4jpvXUOuMdyGKiGKQiRe11VS6Jzvg==
40+
"@babel/core@^7.1.0", "@babel/core@^7.15.8", "@babel/core@^7.7.5":
41+
version "7.15.8"
42+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.15.8.tgz#195b9f2bffe995d2c6c159e72fe525b4114e8c10"
43+
integrity sha512-3UG9dsxvYBMYwRv+gS41WKHno4K60/9GPy1CJaH6xy3Elq8CTtvtjT5R5jmNhXfCYLX2mTw+7/aq5ak/gOE0og==
4444
dependencies:
45-
"@babel/code-frame" "^7.14.5"
46-
"@babel/generator" "^7.15.4"
45+
"@babel/code-frame" "^7.15.8"
46+
"@babel/generator" "^7.15.8"
4747
"@babel/helper-compilation-targets" "^7.15.4"
48-
"@babel/helper-module-transforms" "^7.15.4"
48+
"@babel/helper-module-transforms" "^7.15.8"
4949
"@babel/helpers" "^7.15.4"
50-
"@babel/parser" "^7.15.5"
50+
"@babel/parser" "^7.15.8"
5151
"@babel/template" "^7.15.4"
5252
"@babel/traverse" "^7.15.4"
53-
"@babel/types" "^7.15.4"
53+
"@babel/types" "^7.15.6"
5454
convert-source-map "^1.7.0"
5555
debug "^4.1.0"
5656
gensync "^1.0.0-beta.2"
5757
json5 "^2.1.2"
5858
semver "^6.3.0"
5959
source-map "^0.5.0"
6060

61-
"@babel/generator@^7.15.4":
62-
version "7.15.4"
63-
resolved "https://registry.npmjs.org/@babel/generator/-/generator-7.15.4.tgz"
64-
integrity sha512-d3itta0tu+UayjEORPNz6e1T3FtvWlP5N4V5M+lhp/CxT4oAA7/NcScnpRyspUMLK6tu9MNHmQHxRykuN2R7hw==
61+
"@babel/generator@^7.15.4", "@babel/generator@^7.15.8":
62+
version "7.15.8"
63+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.15.8.tgz#fa56be6b596952ceb231048cf84ee499a19c0cd1"
64+
integrity sha512-ECmAKstXbp1cvpTTZciZCgfOt6iN64lR0d+euv3UZisU5awfRawOvg07Utn/qBGuH4bRIEZKrA/4LzZyXhZr8g==
6565
dependencies:
66-
"@babel/types" "^7.15.4"
66+
"@babel/types" "^7.15.6"
6767
jsesc "^2.5.1"
6868
source-map "^0.5.0"
6969

@@ -226,19 +226,19 @@
226226
dependencies:
227227
"@babel/types" "^7.15.4"
228228

229-
"@babel/helper-module-transforms@^7.14.5", "@babel/helper-module-transforms@^7.15.4":
230-
version "7.15.4"
231-
resolved "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.15.4.tgz"
232-
integrity sha512-9fHHSGE9zTC++KuXLZcB5FKgvlV83Ox+NLUmQTawovwlJ85+QMhk1CnVk406CQVj97LaWod6KVjl2Sfgw9Aktw==
229+
"@babel/helper-module-transforms@^7.14.5", "@babel/helper-module-transforms@^7.15.4", "@babel/helper-module-transforms@^7.15.8":
230+
version "7.15.8"
231+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.15.8.tgz#d8c0e75a87a52e374a8f25f855174786a09498b2"
232+
integrity sha512-DfAfA6PfpG8t4S6npwzLvTUpp0sS7JrcuaMiy1Y5645laRJIp/LiLGIBbQKaXSInK8tiGNI7FL7L8UvB8gdUZg==
233233
dependencies:
234234
"@babel/helper-module-imports" "^7.15.4"
235235
"@babel/helper-replace-supers" "^7.15.4"
236236
"@babel/helper-simple-access" "^7.15.4"
237237
"@babel/helper-split-export-declaration" "^7.15.4"
238-
"@babel/helper-validator-identifier" "^7.14.9"
238+
"@babel/helper-validator-identifier" "^7.15.7"
239239
"@babel/template" "^7.15.4"
240240
"@babel/traverse" "^7.15.4"
241-
"@babel/types" "^7.15.4"
241+
"@babel/types" "^7.15.6"
242242

243243
"@babel/helper-optimise-call-expression@^7.14.5":
244244
version "7.14.5"
@@ -347,6 +347,11 @@
347347
resolved "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.9.tgz"
348348
integrity sha512-pQYxPY0UP6IHISRitNe8bsijHex4TWZXi2HwKVsjPiltzlhse2znVcm9Ace510VT1kxIHjGJCZZQBX2gJDbo0g==
349349

350+
"@babel/helper-validator-identifier@^7.15.7":
351+
version "7.15.7"
352+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.15.7.tgz#220df993bfe904a4a6b02ab4f3385a5ebf6e2389"
353+
integrity sha512-K4JvCtQqad9OY2+yTU8w+E82ywk/fe+ELNlt1G8z3bVGlZfn/hOcQQsUhGhW/N+tb3fxK800wLtKOE/aM0m72w==
354+
350355
"@babel/helper-validator-option@^7.14.5":
351356
version "7.14.5"
352357
resolved "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.14.5.tgz"
@@ -399,10 +404,10 @@
399404
chalk "^2.0.0"
400405
js-tokens "^4.0.0"
401406

402-
"@babel/parser@^7.1.0", "@babel/parser@^7.15.4", "@babel/parser@^7.15.5", "@babel/parser@^7.7.0":
403-
version "7.15.7"
404-
resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.15.7.tgz"
405-
integrity sha512-rycZXvQ+xS9QyIcJ9HXeDWf1uxqlbVFAUq0Rq0dbc50Zb/+wUe/ehyfzGfm9KZZF0kBejYgxltBXocP+gKdL2g==
407+
"@babel/parser@^7.1.0", "@babel/parser@^7.15.4", "@babel/parser@^7.15.8", "@babel/parser@^7.7.0":
408+
version "7.15.8"
409+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.8.tgz#7bacdcbe71bdc3ff936d510c15dcea7cf0b99016"
410+
integrity sha512-BRYa3wcQnjS/nqI8Ac94pYYpJfojHVvVXJ97+IDCImX4Jc8W8Xv1+47enbruk+q1etOpsQNwnfFcNGw+gtPGxA==
406411

407412
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.15.4":
408413
version "7.15.4"

0 commit comments

Comments
 (0)