Skip to content

Commit 71d2ac2

Browse files
chore(deps-dev): bump rollup-plugin-typescript2 from 0.36.0 to 0.37.0 (#1071)
Bumps [rollup-plugin-typescript2](https://github.com/ezolenko/rollup-plugin-typescript2) from 0.36.0 to 0.37.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.37.0</h2> <h2>Bugfixes</h2> <ul> <li>fix: replace <code>+(|x)</code> patterns with <code>{,x}</code> for picomatch 2.3.2 compatibility by <a href="https://github.com/koizuka"><code>@​koizuka</code></a> in <a href="https://redirect.github.com/ezolenko/rollup-plugin-typescript2/pull/481">ezolenko/rollup-plugin-typescript2#481</a></li> </ul> <h2>Internal (testing, refactors)</h2> <ul> <li>fix(ci): upgrade <code>actions/setup-node@v2</code> to <code>v4</code> by <a href="https://github.com/ezolenko"><code>@​ezolenko</code></a> in <a href="https://redirect.github.com/ezolenko/rollup-plugin-typescript2/pull/477">ezolenko/rollup-plugin-typescript2#477</a></li> <li>ci(deps): update LTS Node from 18, 20 to 20, 22 by <a href="https://github.com/agilgur5"><code>@​agilgur5</code></a> in <a href="https://redirect.github.com/ezolenko/rollup-plugin-typescript2/pull/482">ezolenko/rollup-plugin-typescript2#482</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/koizuka"><code>@​koizuka</code></a> made their first contribution in <a href="https://redirect.github.com/ezolenko/rollup-plugin-typescript2/pull/481">ezolenko/rollup-plugin-typescript2#481</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/ezolenko/rollup-plugin-typescript2/compare/0.36.0...0.37.0">https://github.com/ezolenko/rollup-plugin-typescript2/compare/0.36.0...0.37.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ezolenko/rollup-plugin-typescript2/commit/90bd107ea8797a8a0a49e42bc8c9854b68d6a76a"><code>90bd107</code></a> pub: release 0.37.0</li> <li><a href="https://github.com/ezolenko/rollup-plugin-typescript2/commit/8a9350a2d595e8466e06850f5b5058fafa9b9abc"><code>8a9350a</code></a> ci(deps): update LTS Node from 18 &amp; 20 to 20 &amp; 22 (<a href="https://redirect.github.com/ezolenko/rollup-plugin-typescript2/issues/482">#482</a>)</li> <li><a href="https://github.com/ezolenko/rollup-plugin-typescript2/commit/e158505af3755755fc2c1573cb4f15cde339dce6"><code>e158505</code></a> fix: replace <code>+(|x)</code> patterns with <code>{,x}</code> for picomatch 2.3.2 compatibility (...</li> <li><a href="https://github.com/ezolenko/rollup-plugin-typescript2/commit/87436915727bbe520ec6f6443bffea659f690a9d"><code>8743691</code></a> actions/setup-node@v2 to v4 (<a href="https://redirect.github.com/ezolenko/rollup-plugin-typescript2/issues/477">#477</a>)</li> <li><a href="https://github.com/ezolenko/rollup-plugin-typescript2/commit/f87b140e88b8834cf47a686d4e6079f5b1e9488e"><code>f87b140</code></a> - package version</li> <li>See full diff in <a href="https://github.com/ezolenko/rollup-plugin-typescript2/compare/0.36.0...0.37.0">compare view</a></li> </ul> </details> <br /> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 432803c commit 71d2ac2

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

package-lock.json

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"rollup-plugin-livereload": "^2.0.5",
8484
"rollup-plugin-peer-deps-external": "^2.2.4",
8585
"rollup-plugin-serve": "^2.0.2",
86-
"rollup-plugin-typescript2": "^0.36.0",
86+
"rollup-plugin-typescript2": "^0.37.0",
8787
"start-server-and-test": "^2.0",
8888
"ts-jest": "^29.4.0",
8989
"tslib": "^2.8.1",

0 commit comments

Comments
 (0)