Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps-dev): Bump rollup-plugin-typescript2 from 0.35.0 to 0.36.0 (…
…#1168) Bumps [rollup-plugin-typescript2](https://github.com/ezolenko/rollup-plugin-typescript2) from 0.35.0 to 0.36.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.36.0</h2> <h2>Features/bugfixes</h2> <ul> <li>support newer <code>moduleResolution</code> kinds, update build to TS 5.x by <a href="https://github.com/ezolenko"><code>@ezolenko</code></a> in <a href="https://redirect.github.com/ezolenko/rollup-plugin-typescript2/pull/453">ezolenko/rollup-plugin-typescript2#453</a></li> <li>fix: hardcode declaration extension check by <a href="https://github.com/agilgur5"><code>@agilgur5</code></a> in <a href="https://redirect.github.com/ezolenko/rollup-plugin-typescript2/pull/456">ezolenko/rollup-plugin-typescript2#456</a></li> </ul> <h2>Internal (testing, refactors)</h2> <ul> <li>github: mark <code>dist/*</code> as generated code by <a href="https://github.com/agilgur5"><code>@agilgur5</code></a> in <a href="https://redirect.github.com/ezolenko/rollup-plugin-typescript2/pull/457">ezolenko/rollup-plugin-typescript2#457</a></li> <li>deps: auto-update <code>semver</code> via <code>npm audit fix</code> by <a href="https://github.com/agilgur5"><code>@agilgur5</code></a> in <a href="https://redirect.github.com/ezolenko/rollup-plugin-typescript2/pull/459">ezolenko/rollup-plugin-typescript2#459</a></li> <li>switching from tslint (deprecated) to eslint by <a href="https://github.com/ezolenko"><code>@ezolenko</code></a> in <a href="https://redirect.github.com/ezolenko/rollup-plugin-typescript2/pull/463">ezolenko/rollup-plugin-typescript2#463</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/ezolenko/rollup-plugin-typescript2/compare/0.35.0...0.36.0">https://github.com/ezolenko/rollup-plugin-typescript2/compare/0.35.0...0.36.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ezolenko/rollup-plugin-typescript2/commit/e9ede1d50bfc87472fdbb89e4e2c273da26ba768"><code>e9ede1d</code></a> - build</li> <li><a href="https://github.com/ezolenko/rollup-plugin-typescript2/commit/592ed5c9dd7794689b30352d28b49e325c79962e"><code>592ed5c</code></a> switching from tslint (deprecated) to eslint (<a href="https://redirect.github.com/ezolenko/rollup-plugin-typescript2/issues/463">#463</a>)</li> <li><a href="https://github.com/ezolenko/rollup-plugin-typescript2/commit/fc853768ec03f04b21ab5e8321e4215ac046aa8c"><code>fc85376</code></a> - build version</li> <li><a href="https://github.com/ezolenko/rollup-plugin-typescript2/commit/ce2038d368f9f19e64d1c1efd6360a433a8fa886"><code>ce2038d</code></a> support newer <code>moduleResolution</code> kinds</li> <li><a href="https://github.com/ezolenko/rollup-plugin-typescript2/commit/b43001e2975499e57cd656221b72c38868ba3c23"><code>b43001e</code></a> deps: auto-update <code>semver</code> via <code>npm audit fix</code> (<a href="https://redirect.github.com/ezolenko/rollup-plugin-typescript2/issues/459">#459</a>)</li> <li><a href="https://github.com/ezolenko/rollup-plugin-typescript2/commit/976dadb53a62e32958f949b72a1c16093af2a329"><code>976dadb</code></a> fix: hardcode declaration extension check (<a href="https://redirect.github.com/ezolenko/rollup-plugin-typescript2/issues/456">#456</a>)</li> <li><a href="https://github.com/ezolenko/rollup-plugin-typescript2/commit/61c7392a2bd7e2c1e606e92c850bd300bcef5509"><code>61c7392</code></a> github: mark <code>dist/*</code> as generated code (<a href="https://redirect.github.com/ezolenko/rollup-plugin-typescript2/issues/457">#457</a>)</li> <li>See full diff in <a href="https://github.com/ezolenko/rollup-plugin-typescript2/compare/0.35.0...0.36.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.35.0&new-version=0.36.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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`. [//]: # (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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ewan Harris <[email protected]>
- Loading branch information