matrix-art.meta

Issues/PRs archive for MTRNord/matrix-art
git clone git://archive.git.mtrnord.blog/MTRNord/matrix-art.meta.git
Log | Files | Refs

216.md (13035B)


      1 # PR #216 Bump @babel/plugin-transform-typescript from 7.18.1 to 7.18.4
      2 
      3 - **Status:** closed
      4 - **Author:** @dependabot[bot]
      5 - **Created:** 2022-05-30T08:36:14Z
      6 - **Branch:** dependabot/npm_and_yarn/babel/plugin-transform-typescript-7.18.4 → main
      7 - **Closed:** 2023-01-03T16:43:29Z
      8 - **Labels:** dependencies, javascript
      9 - **Assignees:** @MTRNord
     10 - **Reviewers:** @MTRNord
     11 - **Diff:** [216.diff](./216.diff)
     12 
     13 ---
     14 
     15 Bumps [@babel/plugin-transform-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-typescript) from 7.18.1 to 7.18.4.
     16 <details>
     17 <summary>Release notes</summary>
     18 <p><em>Sourced from <a href="https://github.com/babel/babel/releases"><code>@​babel/plugin-transform-typescript</code>'s releases</a>.</em></p>
     19 <blockquote>
     20 <h2>v7.18.4 (2022-05-29)</h2>
     21 <h4>:eyeglasses: Spec Compliance</h4>
     22 <ul>
     23 <li><code>babel-types</code>
     24 <ul>
     25 <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14591">#14591</a> fix: remove TSDeclareFunction from ExportDefaultDeclaration (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
     26 </ul>
     27 </li>
     28 </ul>
     29 <h4>:bug: Bug Fix</h4>
     30 <ul>
     31 <li><code>babel-plugin-transform-typescript</code>
     32 <ul>
     33 <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14610">#14610</a> Fix <code>@babel/transform-typescript</code> compatibility with Next.js (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
     34 </ul>
     35 </li>
     36 <li><code>babel-parser</code>
     37 <ul>
     38 <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14604">#14604</a> [ts] FIx parsing of nested <code>extends</code> type in arrow type (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
     39 </ul>
     40 </li>
     41 <li><code>babel-helper-check-duplicate-nodes</code>, <code>babel-parser</code>
     42 <ul>
     43 <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14595">#14595</a> fix: <code>loc.index</code> of some nodes is wrongly enumerable. (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
     44 </ul>
     45 </li>
     46 </ul>
     47 <h4>:house: Internal</h4>
     48 <ul>
     49 <li><code>babel-plugin-transform-block-scoping</code>, <code>babel-plugin-transform-classes</code>, <code>babel-plugin-transform-modules-systemjs</code>
     50 <ul>
     51 <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14599">#14599</a> refactor: avoid mutating AST nodes (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
     52 </ul>
     53 </li>
     54 </ul>
     55 <h4>Committers: 3</h4>
     56 <ul>
     57 <li>Huáng Jùnliàng (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
     58 <li>Nicolò Ribaudo (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
     59 <li><a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a></li>
     60 </ul>
     61 <h2>v7.18.3 (2022-05-25)</h2>
     62 <p>Thanks <a href="https://github.com/jlowcs"><code>@​jlowcs</code></a> and <a href="https://github.com/TysonMN"><code>@​TysonMN</code></a> for your first PRs!</p>
     63 <h4>:bug: Bug Fix</h4>
     64 <ul>
     65 <li><code>babel-runtime-corejs2</code>, <code>babel-runtime-corejs3</code>, <code>babel-runtime</code>
     66 <ul>
     67 <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14588">#14588</a> Restore es5 compatibility in <code>@babel/runtime/regenerator</code> (<a href="https://github.com/jlowcs"><code>@​jlowcs</code></a>)</li>
     68 </ul>
     69 </li>
     70 </ul>
     71 <h4>Committers: 2</h4>
     72 <ul>
     73 <li>Jerome Louis (<a href="https://github.com/jlowcs"><code>@​jlowcs</code></a>)</li>
     74 <li>Tyson Williams (<a href="https://github.com/TysonMN"><code>@​TysonMN</code></a>)</li>
     75 </ul>
     76 <h2>v7.18.2 (2022-05-25)</h2>
     77 <h4>:bug: Bug Fix</h4>
     78 <ul>
     79 <li><code>babel-plugin-transform-template-literals</code>
     80 <ul>
     81 <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14582">#14582</a> fix: skip template literal transform for TSLiteralType (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
     82 </ul>
     83 </li>
     84 <li><code>babel-helpers</code>
     85 <ul>
     86 <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14537">#14537</a> Support frozen built-ins in <code>@babel/runtime</code> (<a href="https://github.com/Jack-Works"><code>@​Jack-Works</code></a>)</li>
     87 </ul>
     88 </li>
     89 <li><code>babel-runtime-corejs2</code>, <code>babel-runtime-corejs3</code>, <code>babel-runtime</code>
     90 <ul>
     91 <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14581">#14581</a> Define the global <code>regeneratorRuntime</code> in <code>@babel/runtime/regenerator</code> (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
     92 </ul>
     93 </li>
     94 <li><code>babel-helper-environment-visitor</code>, <code>babel-helper-replace-supers</code>, <code>babel-plugin-proposal-class-properties</code>, <code>babel-plugin-proposal-decorators</code>, <code>babel-traverse</code>, <code>babel-types</code>
     95 <ul>
     96 <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14371">#14371</a> environmentVisitor should skip decorator expressions (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
     97 </ul>
     98 </li>
     99 </ul>
    100 <h4>:memo: Documentation</h4>
    101 <ul>
    102 <li><code>babel-types</code>
    103 <ul>
    104 <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14571">#14571</a> add Accessor alias description (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
    105 </ul>
    106 </li>
    107 </ul>
    108 <!-- raw HTML omitted -->
    109 </blockquote>
    110 <p>... (truncated)</p>
    111 </details>
    112 <details>
    113 <summary>Changelog</summary>
    114 <p><em>Sourced from <a href="https://github.com/babel/babel/blob/main/CHANGELOG.md"><code>@​babel/plugin-transform-typescript</code>'s changelog</a>.</em></p>
    115 <blockquote>
    116 <h2>v7.18.4 (2022-05-29)</h2>
    117 <h4>:eyeglasses: Spec Compliance</h4>
    118 <ul>
    119 <li><code>babel-types</code>
    120 <ul>
    121 <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14591">#14591</a> fix: remove TSDeclareFunction from ExportDefaultDeclaration (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
    122 </ul>
    123 </li>
    124 </ul>
    125 <h4>:bug: Bug Fix</h4>
    126 <ul>
    127 <li><code>babel-plugin-transform-typescript</code>
    128 <ul>
    129 <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14610">#14610</a> Fix <code>@babel/transform-typescript</code> compatibility with Next.js (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
    130 </ul>
    131 </li>
    132 <li><code>babel-parser</code>
    133 <ul>
    134 <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14604">#14604</a> [ts] FIx parsing of nested <code>extends</code> type in arrow type (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
    135 </ul>
    136 </li>
    137 <li><code>babel-helper-check-duplicate-nodes</code>, <code>babel-parser</code>
    138 <ul>
    139 <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14595">#14595</a> fix: <code>loc.index</code> of some nodes is wrongly enumerable. (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
    140 </ul>
    141 </li>
    142 </ul>
    143 <h4>:house: Internal</h4>
    144 <ul>
    145 <li><code>babel-plugin-transform-block-scoping</code>, <code>babel-plugin-transform-classes</code>, <code>babel-plugin-transform-modules-systemjs</code>
    146 <ul>
    147 <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14599">#14599</a> refactor: avoid mutating AST nodes (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
    148 </ul>
    149 </li>
    150 </ul>
    151 <h2>v7.18.3 (2022-05-25)</h2>
    152 <h4>:bug: Bug Fix</h4>
    153 <ul>
    154 <li><code>babel-runtime-corejs2</code>, <code>babel-runtime-corejs3</code>, <code>babel-runtime</code>
    155 <ul>
    156 <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14588">#14588</a> Restore es5 compatibility in <code>@babel/runtime/regenerator</code> (<a href="https://github.com/jlowcs"><code>@​jlowcs</code></a>)</li>
    157 </ul>
    158 </li>
    159 </ul>
    160 <h2>v7.18.2 (2022-05-25)</h2>
    161 <h4>:bug: Bug Fix</h4>
    162 <ul>
    163 <li><code>babel-plugin-transform-template-literals</code>
    164 <ul>
    165 <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14582">#14582</a> fix: skip template literal transform for TSLiteralType (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
    166 </ul>
    167 </li>
    168 <li><code>babel-helpers</code>
    169 <ul>
    170 <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14537">#14537</a> Support frozen built-ins in <code>@babel/runtime</code> (<a href="https://github.com/Jack-Works"><code>@​Jack-Works</code></a>)</li>
    171 </ul>
    172 </li>
    173 <li><code>babel-runtime-corejs2</code>, <code>babel-runtime-corejs3</code>, <code>babel-runtime</code>
    174 <ul>
    175 <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14581">#14581</a> Define the global <code>regeneratorRuntime</code> in <code>@babel/runtime/regenerator</code> (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li>
    176 </ul>
    177 </li>
    178 <li><code>babel-helper-environment-visitor</code>, <code>babel-helper-replace-supers</code>, <code>babel-plugin-proposal-class-properties</code>, <code>babel-plugin-proposal-decorators</code>, <code>babel-traverse</code>, <code>babel-types</code>
    179 <ul>
    180 <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14371">#14371</a> environmentVisitor should skip decorator expressions (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
    181 </ul>
    182 </li>
    183 </ul>
    184 <h4>:memo: Documentation</h4>
    185 <ul>
    186 <li><code>babel-types</code>
    187 <ul>
    188 <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14571">#14571</a> add Accessor alias description (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li>
    189 </ul>
    190 </li>
    191 </ul>
    192 <h4>:house: Internal</h4>
    193 <ul>
    194 <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14541">#14541</a> Fix synchronization between main thread and worker (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li>
    195 </ul>
    196 </blockquote>
    197 </details>
    198 <details>
    199 <summary>Commits</summary>
    200 <ul>
    201 <li><a href="https://github.com/babel/babel/commit/5419d84da4f30da0c077669f26b270b73c472989"><code>5419d84</code></a> v7.18.4</li>
    202 <li><a href="https://github.com/babel/babel/commit/6d59ed732127aaec98d282aa336e11c3cf654819"><code>6d59ed7</code></a> Fix <code>@babel/transform-typescript</code> compatibility with Next.js (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-typescript/issues/14610">#14610</a>)</li>
    203 <li>See full diff in <a href="https://github.com/babel/babel/commits/v7.18.4/packages/babel-plugin-transform-typescript">compare view</a></li>
    204 </ul>
    205 </details>
    206 <br />
    207 
    208 
    209 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@babel/plugin-transform-typescript&package-manager=npm_and_yarn&previous-version=7.18.1&new-version=7.18.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    210 
    211 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`.
    212 
    213 [//]: # (dependabot-automerge-start)
    214 [//]: # (dependabot-automerge-end)
    215 
    216 ---
    217 
    218 <details>
    219 <summary>Dependabot commands and options</summary>
    220 <br />
    221 
    222 You can trigger Dependabot actions by commenting on this PR:
    223 - `@dependabot rebase` will rebase this PR
    224 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    225 - `@dependabot merge` will merge this PR after your CI passes on it
    226 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    227 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    228 - `@dependabot reopen` will reopen this PR if it is closed
    229 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    230 - `@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)
    231 - `@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)
    232 - `@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)
    233 
    234 
    235 </details>
    236 
    237 
    238 ## Comments
    239 
    240 ### @dependabot[bot] — 2023-01-03T16:43:31Z
    241 
    242 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`. You can also ignore all major, minor, or patch releases for a dependency by adding an [`ignore` condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) with the desired `update_types` to your config file.
    243 
    244 If you change your mind, just re-open this PR and I'll resolve any conflicts on it.
    245