Skip to content

Commit 5e0e734

Browse files
Merge #1526
1526: build(deps-dev): bump rollup-plugin-typescript2 from 0.34.1 to 0.35.0 r=bidoubiwa a=dependabot[bot] Bumps [rollup-plugin-typescript2](https://github.com/ezolenko/rollup-plugin-typescript2) from 0.34.1 to 0.35.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ezolenko/rollup-plugin-typescript2/releases">rollup-plugin-typescript2's releases</a>.</em></p> <blockquote> <h2>0.35.0</h2> <h2>Features</h2> <ul> <li>enabling ES2022 module by <a href="https://github.com/ezolenko"><code>`@​ezolenko</code></a>` in <a href="https://redirect.github.com/ezolenko/rollup-plugin-typescript2/pull/450">ezolenko/rollup-plugin-typescript2#450</a></li> <li>cts/mts file types support by <a href="https://github.com/ezolenko"><code>`@​ezolenko</code></a>` in <a href="https://redirect.github.com/ezolenko/rollup-plugin-typescript2/pull/451">ezolenko/rollup-plugin-typescript2#451</a></li> </ul> <h2>Bugfixes</h2> <ul> <li>disabling cache in watch mode by <a href="https://github.com/ezolenko"><code>`@​ezolenko</code></a>` in <a href="https://redirect.github.com/ezolenko/rollup-plugin-typescript2/pull/452">ezolenko/rollup-plugin-typescript2#452</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/ezolenko/rollup-plugin-typescript2/compare/0.34.1...0.35.0">https://github.com/ezolenko/rollup-plugin-typescript2/compare/0.34.1...0.35.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ezolenko/rollup-plugin-typescript2/commit/68017aeb9eb81f9473bfe037ece52a837c1986b5"><code>68017ae</code></a> Adding node 20.x to unit test environments</li> <li><a href="https://github.com/ezolenko/rollup-plugin-typescript2/commit/31f61f7e2419ee58407a9f25284c31b478f16676"><code>31f61f7</code></a> - build for 0.35.0</li> <li><a href="https://github.com/ezolenko/rollup-plugin-typescript2/commit/bb783639a90df70eee71491f858fb45613571c61"><code>bb78363</code></a> - fix for unittest</li> <li><a href="https://github.com/ezolenko/rollup-plugin-typescript2/commit/2cb2660e5c1d424185b738a6627b76b63f99ec6d"><code>2cb2660</code></a> cts/mts support (<a href="https://redirect.github.com/ezolenko/rollup-plugin-typescript2/issues/451">#451</a>)</li> <li><a href="https://github.com/ezolenko/rollup-plugin-typescript2/commit/f8613507cb5259b2cbb65f374e97014a5bd01569"><code>f861350</code></a> - disabling cache in watch mode (<a href="https://redirect.github.com/ezolenko/rollup-plugin-typescript2/issues/452">#452</a>)</li> <li><a href="https://github.com/ezolenko/rollup-plugin-typescript2/commit/59817c4ef615ed1f51790f9710148e268e9ba39b"><code>59817c4</code></a> - enabling ES2022 module (<a href="https://redirect.github.com/ezolenko/rollup-plugin-typescript2/issues/450">#450</a>)</li> <li>See full diff in <a href="https://github.com/ezolenko/rollup-plugin-typescript2/compare/0.34.1...0.35.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rollup-plugin-typescript2&package-manager=npm_and_yarn&previous-version=0.34.1&new-version=0.35.0)](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 413d555 + 0bdab58 commit 5e0e734

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
"pretty-bytes": "^5.6.0",
107107
"rollup": "^2.79.1",
108108
"rollup-plugin-terser": "^7.0.0",
109-
"rollup-plugin-typescript2": "^0.34.1",
109+
"rollup-plugin-typescript2": "^0.35.0",
110110
"shx": "^0.3.2",
111111
"ts-jest": "^26.5.6",
112112
"typescript": "^4.9.5"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5966,10 +5966,10 @@ rollup-plugin-terser@^7.0.0:
59665966
serialize-javascript "^4.0.0"
59675967
terser "^5.0.0"
59685968

5969-
rollup-plugin-typescript2@^0.34.1:
5970-
version "0.34.1"
5971-
resolved "https://registry.yarnpkg.com/rollup-plugin-typescript2/-/rollup-plugin-typescript2-0.34.1.tgz#c457f155a71d133c142689213fce78694e30d0be"
5972-
integrity sha512-P4cHLtGikESmqi1CA+tdMDUv8WbQV48mzPYt77TSTOPJpERyZ9TXdDgjSDix8Fkqce6soYz3+fa4lrC93IEkcw==
5969+
rollup-plugin-typescript2@^0.35.0:
5970+
version "0.35.0"
5971+
resolved "https://registry.yarnpkg.com/rollup-plugin-typescript2/-/rollup-plugin-typescript2-0.35.0.tgz#a84fb4e802b919613f31552c69c3415101b547c1"
5972+
integrity sha512-szcIO9hPUx3PhQl91u4pfNAH2EKbtrXaES+m163xQVE5O1CC0ea6YZV/5woiDDW3CR9jF2CszPrKN+AFiND0bg==
59735973
dependencies:
59745974
"@rollup/pluginutils" "^4.1.2"
59755975
find-cache-dir "^3.3.2"

0 commit comments

Comments
 (0)