Bump @babel/helper-module-imports from 7.12.1 to 7.12.5 #106

Merged
dependabot[bot] merged 1 commit from dependabot/npm_and_yarn/develop/babel/helper-module-imports-7.12.5 into develop 2020-11-04 06:01:52 +01:00
dependabot[bot] commented 2020-11-04 05:30:21 +01:00 (Migrated from github.com)

Bumps @babel/helper-module-imports from 7.12.1 to 7.12.5.

Release notes

Sourced from @babel/helper-module-imports's releases.

v7.12.5 (2020-11-03)

Thanks @joelvh, @liuliangsir and @mondeja for your first PRs!

👓 Spec Compliance

  • babel-helpers, babel-plugin-transform-block-scoping

🐛 Bug Fix

  • babel-parser
  • babel-parser, babel-types
  • babel-template, babel-types
  • babel-generator
    • #12260 Do not use currentColumn to indent comments when retainLines=true (@ian-craig)
  • babel-generator, babel-parser
  • babel-plugin-proposal-numeric-separator
    • #12240 fix: support bigInt in numeric-separator transform (@JLHwung)
  • babel-helper-replace-supers, babel-plugin-transform-classes
    • #12238 fix: support optionalCall in replace super handler (@JLHwung)
  • babel-standalone
    • #12226 packages/babel-standalone: make data-type="module" option avilable without data-presets option (@hirochachacha)

💅 Polish

  • babel-compat-data
  • babel-parser, babel-preset-env

📝 Documentation

🏠 Internal

  • Other
  • babel-generator, babel-helper-module-imports, babel-helper-replace-supers, babel-parser, babel-traverse
  • babel-traverse, babel-types

... (truncated)

Changelog

Sourced from @babel/helper-module-imports's changelog.

v7.12.5 (2020-11-03)

👓 Spec Compliance

  • babel-helpers, babel-plugin-transform-block-scoping

🐛 Bug Fix

  • babel-parser
  • babel-parser, babel-types
  • babel-template, babel-types
  • babel-generator
    • #12260 Do not use currentColumn to indent comments when retainLines=true (@ian-craig)
  • babel-generator, babel-parser
  • babel-plugin-proposal-numeric-separator
    • #12240 fix: support bigInt in numeric-separator transform (@JLHwung)
  • babel-helper-replace-supers, babel-plugin-transform-classes
    • #12238 fix: support optionalCall in replace super handler (@JLHwung)
  • babel-standalone
    • #12226 packages/babel-standalone: make data-type="module" option avilable without data-presets option (@hirochachacha)

💅 Polish

  • babel-compat-data
  • babel-parser, babel-preset-env

📝 Documentation

🏠 Internal

  • Other
  • babel-generator, babel-helper-module-imports, babel-helper-replace-supers, babel-parser, babel-traverse
  • babel-traverse, babel-types
  • babel-helper-compilation-targets, babel-preset-env

... (truncated)

Commits

Dependabot compatibility score

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 will merge this PR once it's up-to-date and CI passes on it, as requested by @Serraniel.


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)
Bumps [@babel/helper-module-imports](https://github.com/babel/babel/tree/HEAD/packages/babel-helper-module-imports) from 7.12.1 to 7.12.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/babel/babel/releases">@babel/helper-module-imports's releases</a>.</em></p> <blockquote> <h2>v7.12.5 (2020-11-03)</h2> <p>Thanks <a href="https://github.com/joelvh">@joelvh</a>, <a href="https://github.com/liuliangsir">@liuliangsir</a> and <a href="https://github.com/mondeja">@mondeja</a> for your first PRs!</p> <h4>:eyeglasses: Spec Compliance</h4> <ul> <li><code>babel-helpers</code>, <code>babel-plugin-transform-block-scoping</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12252">#12252</a> Throw a <code>TypeError</code> when reassigning a <code>const</code> (<a href="https://github.com/nicolo-ribaudo">@nicolo-ribaudo</a>)</li> </ul> </li> </ul> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12281">#12281</a> fix: support string assertion key in assert entries (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12264">#12264</a> fix: disallow import assertions in export without from (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12267">#12267</a> Handle exprAllowed before ObjectLike is parsed (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12230">#12230</a> Refactor yield await classification (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12254">#12254</a> Allows the interface to be used as an Identifier for flow plugin (<a href="https://github.com/sosukesuzuki">@sosukesuzuki</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12221">#12221</a> [ts] Error on invalid type casts in JSX (<a href="https://github.com/existentialism">@existentialism</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12227">#12227</a> [ts] Allow optional binding pattern parameters within types/interfaces (<a href="https://github.com/existentialism">@existentialism</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12224">#12224</a> Fix parsing of imports with module string name in flow plugin (<a href="https://github.com/sosukesuzuki">@sosukesuzuki</a>)</li> </ul> </li> <li><code>babel-parser</code>, <code>babel-types</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12280">#12280</a> Make assertions optional and update AST spec (<a href="https://github.com/sosukesuzuki">@sosukesuzuki</a>)</li> </ul> </li> <li><code>babel-template</code>, <code>babel-types</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12263">#12263</a> fix: babel-types: ImportDeclaration: add assertions (<a href="https://github.com/coderaiser">@coderaiser</a>)</li> </ul> </li> <li><code>babel-generator</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12260">#12260</a> Do not use currentColumn to indent comments when retainLines=true (<a href="https://github.com/ian-craig">@ian-craig</a>)</li> </ul> </li> <li><code>babel-generator</code>, <code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12249">#12249</a> Support Import Assertions for re-export statement (<a href="https://github.com/sosukesuzuki">@sosukesuzuki</a>)</li> </ul> </li> <li><code>babel-plugin-proposal-numeric-separator</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12240">#12240</a> fix: support bigInt in numeric-separator transform (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> </ul> </li> <li><code>babel-helper-replace-supers</code>, <code>babel-plugin-transform-classes</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12238">#12238</a> fix: support optionalCall in replace super handler (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> </ul> </li> <li><code>babel-standalone</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12226">#12226</a> packages/babel-standalone: make data-type=&quot;module&quot; option avilable without data-presets option (<a href="https://github.com/hirochachacha">@hirochachacha</a>)</li> </ul> </li> </ul> <h4>:nail_care: Polish</h4> <ul> <li><code>babel-compat-data</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12244">#12244</a> chore: bump compat-table and electron-to-chromium (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> </ul> </li> <li><code>babel-parser</code>, <code>babel-preset-env</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12258">#12258</a> Polish parser errors (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> </ul> </li> </ul> <h4>:memo: Documentation</h4> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12222">#12222</a> docs: add note about TypeScript in ESLint packages (<a href="https://github.com/kaicataldo">@kaicataldo</a>)</li> </ul> <h4>:house: Internal</h4> <ul> <li>Other <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12187">#12187</a> chore: avoid duplicate coverage data upload (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12190">#12190</a> chore: bump Jest to v26 (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12265">#12265</a> chore: test on node 15 (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> </ul> </li> <li><code>babel-generator</code>, <code>babel-helper-module-imports</code>, <code>babel-helper-replace-supers</code>, <code>babel-parser</code>, <code>babel-traverse</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12257">#12257</a> add declare to class properties type annotations (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> </ul> </li> <li><code>babel-traverse</code>, <code>babel-types</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">@babel/helper-module-imports's changelog</a>.</em></p> <blockquote> <h2>v7.12.5 (2020-11-03)</h2> <h4>:eyeglasses: Spec Compliance</h4> <ul> <li><code>babel-helpers</code>, <code>babel-plugin-transform-block-scoping</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12252">#12252</a> Throw a <code>TypeError</code> when reassigning a <code>const</code> (<a href="https://github.com/nicolo-ribaudo">@nicolo-ribaudo</a>)</li> </ul> </li> </ul> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12281">#12281</a> fix: support string assertion key in assert entries (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12264">#12264</a> fix: disallow import assertions in export without from (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12267">#12267</a> Handle exprAllowed before ObjectLike is parsed (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12230">#12230</a> Refactor yield await classification (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12254">#12254</a> Allows the interface to be used as an Identifier for flow plugin (<a href="https://github.com/sosukesuzuki">@sosukesuzuki</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12221">#12221</a> [ts] Error on invalid type casts in JSX (<a href="https://github.com/existentialism">@existentialism</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12227">#12227</a> [ts] Allow optional binding pattern parameters within types/interfaces (<a href="https://github.com/existentialism">@existentialism</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12224">#12224</a> Fix parsing of imports with module string name in flow plugin (<a href="https://github.com/sosukesuzuki">@sosukesuzuki</a>)</li> </ul> </li> <li><code>babel-parser</code>, <code>babel-types</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12280">#12280</a> Make assertions optional and update AST spec (<a href="https://github.com/sosukesuzuki">@sosukesuzuki</a>)</li> </ul> </li> <li><code>babel-template</code>, <code>babel-types</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12263">#12263</a> fix: babel-types: ImportDeclaration: add assertions (<a href="https://github.com/coderaiser">@coderaiser</a>)</li> </ul> </li> <li><code>babel-generator</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12260">#12260</a> Do not use currentColumn to indent comments when retainLines=true (<a href="https://github.com/ian-craig">@ian-craig</a>)</li> </ul> </li> <li><code>babel-generator</code>, <code>babel-parser</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12249">#12249</a> Support Import Assertions for re-export statement (<a href="https://github.com/sosukesuzuki">@sosukesuzuki</a>)</li> </ul> </li> <li><code>babel-plugin-proposal-numeric-separator</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12240">#12240</a> fix: support bigInt in numeric-separator transform (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> </ul> </li> <li><code>babel-helper-replace-supers</code>, <code>babel-plugin-transform-classes</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12238">#12238</a> fix: support optionalCall in replace super handler (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> </ul> </li> <li><code>babel-standalone</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12226">#12226</a> packages/babel-standalone: make data-type=&quot;module&quot; option avilable without data-presets option (<a href="https://github.com/hirochachacha">@hirochachacha</a>)</li> </ul> </li> </ul> <h4>:nail_care: Polish</h4> <ul> <li><code>babel-compat-data</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12244">#12244</a> chore: bump compat-table and electron-to-chromium (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> </ul> </li> <li><code>babel-parser</code>, <code>babel-preset-env</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12258">#12258</a> Polish parser errors (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> </ul> </li> </ul> <h4>:memo: Documentation</h4> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12222">#12222</a> docs: add note about TypeScript in ESLint packages (<a href="https://github.com/kaicataldo">@kaicataldo</a>)</li> </ul> <h4>:house: Internal</h4> <ul> <li>Other <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12187">#12187</a> chore: avoid duplicate coverage data upload (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12190">#12190</a> chore: bump Jest to v26 (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12265">#12265</a> chore: test on node 15 (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> </ul> </li> <li><code>babel-generator</code>, <code>babel-helper-module-imports</code>, <code>babel-helper-replace-supers</code>, <code>babel-parser</code>, <code>babel-traverse</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12257">#12257</a> add declare to class properties type annotations (<a href="https://github.com/JLHwung">@JLHwung</a>)</li> </ul> </li> <li><code>babel-traverse</code>, <code>babel-types</code> <ul> <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/12251">#12251</a> Mark <code>ThisExpression</code> and <code>Super</code> as <code>Purish</code> (<a href="https://github.com/nicolo-ribaudo">@nicolo-ribaudo</a>)</li> </ul> </li> <li><code>babel-helper-compilation-targets</code>, <code>babel-preset-env</code></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/babel/babel/commit/a41da05ce9bd6c9a20ec3b2c5c864a5953c07ee9"><code>a41da05</code></a> v7.12.5</li> <li><a href="https://github.com/babel/babel/commit/b649f8d192dd1c62e2a31d856a7c39ff21d70dd5"><code>b649f8d</code></a> Fix packages documentation README links. (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-helper-module-imports/issues/12289">#12289</a>)</li> <li><a href="https://github.com/babel/babel/commit/ea2892fefcee69464ed505ad38794a3d9724afed"><code>ea2892f</code></a> add declare to class properties type annotations (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-helper-module-imports/issues/12257">#12257</a>)</li> <li><a href="https://github.com/babel/babel/commit/ed498a772bba914f9685ff595f7acdb7af57352a"><code>ed498a7</code></a> Use <code>workspace:*</code> for devDependencies (again) (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-helper-module-imports/issues/12217">#12217</a>)</li> <li>See full diff in <a href="https://github.com/babel/babel/commits/v7.12.5/packages/babel-helper-module-imports">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@babel/helper-module-imports&package-manager=npm_and_yarn&previous-version=7.12.1&new-version=7.12.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates) 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-automerge-start) Dependabot will merge this PR once it's up-to-date and CI passes on it, as requested by @Serraniel. [//]: # (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>
Serraniel (Migrated from github.com) approved these changes 2020-11-04 05:30:50 +01:00
Serraniel (Migrated from github.com) left a comment

@dependabot merge

@dependabot merge
Serraniel (Migrated from github.com) approved these changes 2020-11-04 05:47:50 +01:00
Serraniel (Migrated from github.com) left a comment

@dependabot merge

@dependabot merge
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Serraniel/AniwatchPlus#106
No description provided.