216.json (13691B)
1 { 2 "number": 216, 3 "title": "Bump @babel/plugin-transform-typescript from 7.18.1 to 7.18.4", 4 "state": "closed", 5 "diff_file": "216.diff", 6 "author": "dependabot[bot]", 7 "created_at": "2022-05-30T08:36:14Z", 8 "closed_at": "2023-01-03T16:43:29Z", 9 "merged_at": null, 10 "base_ref": "main", 11 "head_ref": "dependabot/npm_and_yarn/babel/plugin-transform-typescript-7.18.4", 12 "labels": [ 13 "dependencies", 14 "javascript" 15 ], 16 "assignees": [ 17 "MTRNord" 18 ], 19 "requested_reviewers": [ 20 "MTRNord" 21 ], 22 "body": "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.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/babel/babel/releases\"><code>@\u200bbabel/plugin-transform-typescript</code>'s releases</a>.</em></p>\n<blockquote>\n<h2>v7.18.4 (2022-05-29)</h2>\n<h4>:eyeglasses: Spec Compliance</h4>\n<ul>\n<li><code>babel-types</code>\n<ul>\n<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>@\u200bJLHwung</code></a>)</li>\n</ul>\n</li>\n</ul>\n<h4>:bug: Bug Fix</h4>\n<ul>\n<li><code>babel-plugin-transform-typescript</code>\n<ul>\n<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>@\u200bnicolo-ribaudo</code></a>)</li>\n</ul>\n</li>\n<li><code>babel-parser</code>\n<ul>\n<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>@\u200bnicolo-ribaudo</code></a>)</li>\n</ul>\n</li>\n<li><code>babel-helper-check-duplicate-nodes</code>, <code>babel-parser</code>\n<ul>\n<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>@\u200bliuxingbaoyu</code></a>)</li>\n</ul>\n</li>\n</ul>\n<h4>:house: Internal</h4>\n<ul>\n<li><code>babel-plugin-transform-block-scoping</code>, <code>babel-plugin-transform-classes</code>, <code>babel-plugin-transform-modules-systemjs</code>\n<ul>\n<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>@\u200bJLHwung</code></a>)</li>\n</ul>\n</li>\n</ul>\n<h4>Committers: 3</h4>\n<ul>\n<li>Hu\u00e1ng J\u00f9nli\u00e0ng (<a href=\"https://github.com/JLHwung\"><code>@\u200bJLHwung</code></a>)</li>\n<li>Nicol\u00f2 Ribaudo (<a href=\"https://github.com/nicolo-ribaudo\"><code>@\u200bnicolo-ribaudo</code></a>)</li>\n<li><a href=\"https://github.com/liuxingbaoyu\"><code>@\u200bliuxingbaoyu</code></a></li>\n</ul>\n<h2>v7.18.3 (2022-05-25)</h2>\n<p>Thanks <a href=\"https://github.com/jlowcs\"><code>@\u200bjlowcs</code></a> and <a href=\"https://github.com/TysonMN\"><code>@\u200bTysonMN</code></a> for your first PRs!</p>\n<h4>:bug: Bug Fix</h4>\n<ul>\n<li><code>babel-runtime-corejs2</code>, <code>babel-runtime-corejs3</code>, <code>babel-runtime</code>\n<ul>\n<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>@\u200bjlowcs</code></a>)</li>\n</ul>\n</li>\n</ul>\n<h4>Committers: 2</h4>\n<ul>\n<li>Jerome Louis (<a href=\"https://github.com/jlowcs\"><code>@\u200bjlowcs</code></a>)</li>\n<li>Tyson Williams (<a href=\"https://github.com/TysonMN\"><code>@\u200bTysonMN</code></a>)</li>\n</ul>\n<h2>v7.18.2 (2022-05-25)</h2>\n<h4>:bug: Bug Fix</h4>\n<ul>\n<li><code>babel-plugin-transform-template-literals</code>\n<ul>\n<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>@\u200bJLHwung</code></a>)</li>\n</ul>\n</li>\n<li><code>babel-helpers</code>\n<ul>\n<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>@\u200bJack-Works</code></a>)</li>\n</ul>\n</li>\n<li><code>babel-runtime-corejs2</code>, <code>babel-runtime-corejs3</code>, <code>babel-runtime</code>\n<ul>\n<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>@\u200bnicolo-ribaudo</code></a>)</li>\n</ul>\n</li>\n<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>\n<ul>\n<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>@\u200bJLHwung</code></a>)</li>\n</ul>\n</li>\n</ul>\n<h4>:memo: Documentation</h4>\n<ul>\n<li><code>babel-types</code>\n<ul>\n<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>@\u200bJLHwung</code></a>)</li>\n</ul>\n</li>\n</ul>\n<!-- raw HTML omitted -->\n</blockquote>\n<p>... (truncated)</p>\n</details>\n<details>\n<summary>Changelog</summary>\n<p><em>Sourced from <a href=\"https://github.com/babel/babel/blob/main/CHANGELOG.md\"><code>@\u200bbabel/plugin-transform-typescript</code>'s changelog</a>.</em></p>\n<blockquote>\n<h2>v7.18.4 (2022-05-29)</h2>\n<h4>:eyeglasses: Spec Compliance</h4>\n<ul>\n<li><code>babel-types</code>\n<ul>\n<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>@\u200bJLHwung</code></a>)</li>\n</ul>\n</li>\n</ul>\n<h4>:bug: Bug Fix</h4>\n<ul>\n<li><code>babel-plugin-transform-typescript</code>\n<ul>\n<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>@\u200bnicolo-ribaudo</code></a>)</li>\n</ul>\n</li>\n<li><code>babel-parser</code>\n<ul>\n<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>@\u200bnicolo-ribaudo</code></a>)</li>\n</ul>\n</li>\n<li><code>babel-helper-check-duplicate-nodes</code>, <code>babel-parser</code>\n<ul>\n<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>@\u200bliuxingbaoyu</code></a>)</li>\n</ul>\n</li>\n</ul>\n<h4>:house: Internal</h4>\n<ul>\n<li><code>babel-plugin-transform-block-scoping</code>, <code>babel-plugin-transform-classes</code>, <code>babel-plugin-transform-modules-systemjs</code>\n<ul>\n<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>@\u200bJLHwung</code></a>)</li>\n</ul>\n</li>\n</ul>\n<h2>v7.18.3 (2022-05-25)</h2>\n<h4>:bug: Bug Fix</h4>\n<ul>\n<li><code>babel-runtime-corejs2</code>, <code>babel-runtime-corejs3</code>, <code>babel-runtime</code>\n<ul>\n<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>@\u200bjlowcs</code></a>)</li>\n</ul>\n</li>\n</ul>\n<h2>v7.18.2 (2022-05-25)</h2>\n<h4>:bug: Bug Fix</h4>\n<ul>\n<li><code>babel-plugin-transform-template-literals</code>\n<ul>\n<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>@\u200bJLHwung</code></a>)</li>\n</ul>\n</li>\n<li><code>babel-helpers</code>\n<ul>\n<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>@\u200bJack-Works</code></a>)</li>\n</ul>\n</li>\n<li><code>babel-runtime-corejs2</code>, <code>babel-runtime-corejs3</code>, <code>babel-runtime</code>\n<ul>\n<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>@\u200bnicolo-ribaudo</code></a>)</li>\n</ul>\n</li>\n<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>\n<ul>\n<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>@\u200bJLHwung</code></a>)</li>\n</ul>\n</li>\n</ul>\n<h4>:memo: Documentation</h4>\n<ul>\n<li><code>babel-types</code>\n<ul>\n<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>@\u200bJLHwung</code></a>)</li>\n</ul>\n</li>\n</ul>\n<h4>:house: Internal</h4>\n<ul>\n<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>@\u200bliuxingbaoyu</code></a>)</li>\n</ul>\n</blockquote>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/babel/babel/commit/5419d84da4f30da0c077669f26b270b73c472989\"><code>5419d84</code></a> v7.18.4</li>\n<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>\n<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>\n</ul>\n</details>\n<br />\n\n\n[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n<details>\n<summary>Dependabot commands and options</summary>\n<br />\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@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)\n- `@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)\n- `@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)\n\n\n</details>", 23 "comments": [ 24 { 25 "author": "dependabot[bot]", 26 "created_at": "2023-01-03T16:43:31Z", 27 "body": "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.\n\nIf you change your mind, just re-open this PR and I'll resolve any conflicts on it." 28 } 29 ], 30 "review_comments": [] 31 }