13.md (10073B)
1 # PR #13 Bump @babel/plugin-transform-typescript from 7.16.7 to 7.16.8 2 3 - **Status:** merged 4 - **Author:** @dependabot[bot] 5 - **Created:** 2022-01-20T19:14:11Z 6 - **Branch:** dependabot/npm_and_yarn/babel/plugin-transform-typescript-7.16.8 → main 7 - **Merged:** 2022-01-20T21:11:22Z 8 - **Labels:** dependencies, javascript 9 - **Diff:** [13.diff](./13.diff) 10 11 --- 12 13 Bumps [@babel/plugin-transform-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-typescript) from 7.16.7 to 7.16.8. 14 <details> 15 <summary>Release notes</summary> 16 <p><em>Sourced from <a href="https://github.com/babel/babel/releases"><code>@babel/plugin-transform-typescript</code>'s releases</a>.</em></p> 17 <blockquote> 18 <h2>v7.16.8 (2022-01-10)</h2> 19 <p>Thanks <a href="https://github.com/imtaotao"><code>@imtaotao</code></a> and <a href="https://github.com/ozanhonamlioglu"><code>@ozanhonamlioglu</code></a> for your first PRs!</p> 20 <h4>:bug: Bug Fix</h4> 21 <ul> 22 <li><code>babel-generator</code>, <code>babel-plugin-syntax-typescript</code>, <code>babel-plugin-transform-parameters</code> 23 <ul> 24 <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14113">#14113</a> Print trailing comma after a single TS generic in arrow fns (<a href="https://github.com/ozanhonamlioglu"><code>@ozanhonamlioglu</code></a>)</li> 25 </ul> 26 </li> 27 <li><code>babel-traverse</code> 28 <ul> 29 <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14105">#14105</a> fix: forward stop signal to parent path (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> 30 </ul> 31 </li> 32 <li><code>babel-register</code> 33 <ul> 34 <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14107">#14107</a> Don't mutate <code>@babel/register</code> options (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> 35 </ul> 36 </li> 37 <li><code>babel-plugin-transform-modules-commonjs</code> 38 <ul> 39 <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14097">#14097</a> Register binding for newly created vars for commonjs transforms (<a href="https://github.com/The-x-Theorist"><code>@The-x-Theorist</code></a>)</li> 40 </ul> 41 </li> 42 <li><code>babel-plugin-transform-typescript</code> 43 <ul> 44 <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14093">#14093</a> Fix TypeScript Enum self-references (<a href="https://github.com/magic-akari"><code>@magic-akari</code></a>)</li> 45 </ul> 46 </li> 47 </ul> 48 <h4>:nail_care: Polish</h4> 49 <ul> 50 <li><code>babel-generator</code> 51 <ul> 52 <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14094">#14094</a> Always print directives with double quotes when minified (<a href="https://github.com/overlookmotel"><code>@overlookmotel</code></a>)</li> 53 </ul> 54 </li> 55 </ul> 56 <h4>:house: Internal</h4> 57 <ul> 58 <li><code>babel-helper-fixtures</code>, <code>babel-plugin-proposal-record-and-tuple</code>, <code>babel-preset-env</code> 59 <ul> 60 <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14118">#14118</a> Always use the plugin/preset name in fixtures options (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> 61 </ul> 62 </li> 63 </ul> 64 <h4>:microscope: Output optimization</h4> 65 <ul> 66 <li><code>babel-helper-remap-async-to-generator</code>, <code>babel-helper-wrap-function</code>, <code>babel-plugin-transform-async-to-generator</code> 67 <ul> 68 <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14122">#14122</a> Optimize <code>transform-async-to-generator</code> output (<a href="https://github.com/magic-akari"><code>@magic-akari</code></a>)</li> 69 </ul> 70 </li> 71 </ul> 72 <h4>Committers: 8</h4> 73 <ul> 74 <li>Arthur (<a href="https://github.com/imtaotao"><code>@imtaotao</code></a>)</li> 75 <li>Huáng Jùnliàng (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> 76 <li>Nicolò Ribaudo (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> 77 <li>Ozan H. (<a href="https://github.com/ozanhonamlioglu"><code>@ozanhonamlioglu</code></a>)</li> 78 <li>Sneh Khatri (<a href="https://github.com/The-x-Theorist"><code>@The-x-Theorist</code></a>)</li> 79 <li>Sosuke Suzuki (<a href="https://github.com/sosukesuzuki"><code>@sosukesuzuki</code></a>)</li> 80 <li><a href="https://github.com/overlookmotel"><code>@overlookmotel</code></a></li> 81 <li>magic-akari (<a href="https://github.com/magic-akari"><code>@magic-akari</code></a>)</li> 82 </ul> 83 </blockquote> 84 </details> 85 <details> 86 <summary>Changelog</summary> 87 <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> 88 <blockquote> 89 <h2>v7.16.8 (2022-01-10)</h2> 90 <h4>:bug: Bug Fix</h4> 91 <ul> 92 <li><code>babel-generator</code>, <code>babel-plugin-syntax-typescript</code>, <code>babel-plugin-transform-parameters</code> 93 <ul> 94 <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14113">#14113</a> Print trailing comma after a single TS generic in arrow fns (<a href="https://github.com/ozanhonamlioglu"><code>@ozanhonamlioglu</code></a>)</li> 95 </ul> 96 </li> 97 <li><code>babel-traverse</code> 98 <ul> 99 <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14105">#14105</a> fix: forward stop signal to parent path (<a href="https://github.com/JLHwung"><code>@JLHwung</code></a>)</li> 100 </ul> 101 </li> 102 <li><code>babel-register</code> 103 <ul> 104 <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14107">#14107</a> Don't mutate <code>@babel/register</code> options (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> 105 </ul> 106 </li> 107 <li><code>babel-plugin-transform-modules-commonjs</code> 108 <ul> 109 <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14097">#14097</a> Register binding for newly created vars for commonjs transforms (<a href="https://github.com/The-x-Theorist"><code>@The-x-Theorist</code></a>)</li> 110 </ul> 111 </li> 112 <li><code>babel-plugin-transform-typescript</code> 113 <ul> 114 <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14093">#14093</a> Fix TypeScript Enum self-references (<a href="https://github.com/magic-akari"><code>@magic-akari</code></a>)</li> 115 </ul> 116 </li> 117 </ul> 118 <h4>:nail_care: Polish</h4> 119 <ul> 120 <li><code>babel-generator</code> 121 <ul> 122 <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14094">#14094</a> Always print directives with double quotes when minified (<a href="https://github.com/overlookmotel"><code>@overlookmotel</code></a>)</li> 123 </ul> 124 </li> 125 </ul> 126 <h4>:house: Internal</h4> 127 <ul> 128 <li><code>babel-helper-fixtures</code>, <code>babel-plugin-proposal-record-and-tuple</code>, <code>babel-preset-env</code> 129 <ul> 130 <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14118">#14118</a> Always use the plugin/preset name in fixtures options (<a href="https://github.com/nicolo-ribaudo"><code>@nicolo-ribaudo</code></a>)</li> 131 </ul> 132 </li> 133 </ul> 134 <h4>:microscope: Output optimization</h4> 135 <ul> 136 <li><code>babel-helper-remap-async-to-generator</code>, <code>babel-helper-wrap-function</code>, <code>babel-plugin-transform-async-to-generator</code> 137 <ul> 138 <li><a href="https://github-redirect.dependabot.com/babel/babel/pull/14122">#14122</a> Optimize <code>transform-async-to-generator</code> output (<a href="https://github.com/magic-akari"><code>@magic-akari</code></a>)</li> 139 </ul> 140 </li> 141 </ul> 142 </blockquote> 143 </details> 144 <details> 145 <summary>Commits</summary> 146 <ul> 147 <li><a href="https://github.com/babel/babel/commit/bc0d1ef8603ba8b20a4fe6220be1ad55b0cf815a"><code>bc0d1ef</code></a> v7.16.8</li> 148 <li><a href="https://github.com/babel/babel/commit/bee3e358515d0f3a67c557fad9a9afa0fe929a5e"><code>bee3e35</code></a> Fix TypeScript Enum self-references (<a href="https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-typescript/issues/14093">#14093</a>)</li> 149 <li>See full diff in <a href="https://github.com/babel/babel/commits/v7.16.8/packages/babel-plugin-transform-typescript">compare view</a></li> 150 </ul> 151 </details> 152 <br /> 153 154 155 [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 156 157 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`. 158 159 [//]: # (dependabot-automerge-start) 160 [//]: # (dependabot-automerge-end) 161 162 --- 163 164 <details> 165 <summary>Dependabot commands and options</summary> 166 <br /> 167 168 You can trigger Dependabot actions by commenting on this PR: 169 - `@dependabot rebase` will rebase this PR 170 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it 171 - `@dependabot merge` will merge this PR after your CI passes on it 172 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it 173 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging 174 - `@dependabot reopen` will reopen this PR if it is closed 175 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually 176 - `@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) 177 - `@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) 178 - `@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) 179 180 181 </details> 182 183 184 ## Comments 185 186 ### @MTRNord — 2022-01-20T19:23:44Z 187 188 @dependabot rebase 189 190 ### @MTRNord — 2022-01-20T20:22:50Z 191 192 @dependabot rebase 193 194 ### @MTRNord — 2022-01-20T20:59:20Z 195 196 @dependabot rebase 197