-
Notifications
You must be signed in to change notification settings - Fork 95
build(deps-dev): bump @rollup/plugin-commonjs from 22.0.1 to 22.0.2 #1316
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build(deps-dev): bump @rollup/plugin-commonjs from 22.0.1 to 22.0.2 #1316
Conversation
Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) from 22.0.1 to 22.0.2. - [Release notes](https://github.com/rollup/plugins/releases) - [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md) - [Commits](https://github.com/rollup/plugins/commits/commonjs-v22.0.2/packages/commonjs) --- updated-dependencies: - dependency-name: "@rollup/plugin-commonjs" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
bors merge |
1316: build(deps-dev): bump @rollup/plugin-commonjs from 22.0.1 to 22.0.2 r=bidoubiwa a=dependabot[bot] Bumps [`@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs)` from 22.0.1 to 22.0.2. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md"><code>`@rollup/plugin-commonjs</code>'s` changelog</a>.</em></p> <blockquote> <h2>v22.0.2</h2> <p><em>2022-08-05</em></p> <h3>Bugfixes</h3> <ul> <li>fix: Exclude multi-line template strings from indent (<a href="https://github.com/rollup/plugins/tree/HEAD/packages/commonjs/issues/1229">#1229</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rollup/plugins/commit/031e9c39fad7a42e93e64b0b97e5b4643a2e6188"><code>031e9c3</code></a> chore(release): commonjs v22.0.2</li> <li><a href="https://github.com/rollup/plugins/commit/54c1a7cd6754e2f7b03615529869fd6711fc17fe"><code>54c1a7c</code></a> fix(commonjs): Exclude multi-line template strings from indent (<a href="https://github.com/rollup/plugins/tree/HEAD/packages/commonjs/issues/1229">#1229</a>)</li> <li><a href="https://github.com/rollup/plugins/commit/985cf4c422896ac2b21279f0f99db9d281ef73c2"><code>985cf4c</code></a> chore(release): commonjs v22.0.1</li> <li>See full diff in <a href="https://github.com/rollup/plugins/commits/commonjs-v22.0.2/packages/commonjs">compare view</a></li> </ul> </details> <br /> [](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> 1332: build(deps-dev): bump rollup-plugin-typescript2 from 0.31.2 to 0.34.0 r=bidoubiwa a=dependabot[bot] Bumps [rollup-plugin-typescript2](https://github.com/ezolenko/rollup-plugin-typescript2) from 0.31.2 to 0.34.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.34.0</h2> <h2>Bugfixes</h2> <ul> <li>fix: handle all type-only imports by piping TS imports by <a href="https://github.com/agilgur5"><code>`@agilgur5</code></a>` in <a href="https://github-redirect.dependabot.com/ezolenko/rollup-plugin-typescript2/pull/406">#406</a> <ul> <li>If you have ever had issues with some files not being type-checked or not generating declarations, this should conclusively fix all such issues. This type of issue <em>used to</em> occur if you had a type-only / interface-only / emit-less file, i.e. a file with only TS <code>type</code>s and <code>interface</code>s that would produce no JS. <ul> <li>For instance: <a href="https://github-redirect.dependabot.com/ezolenko/rollup-plugin-typescript2/issues/211">#211</a>, <a href="https://github-redirect.dependabot.com/ezolenko/rollup-plugin-typescript2/issues/298">#298</a>, <a href="https://github-redirect.dependabot.com/ezolenko/rollup-plugin-typescript2/issues/409">#409</a>, <a href="https://github.com/ezolenko/rollup-plugin-typescript2/issues?q=label%3A%22topic%3A+type-only+%2F+emit-less+imports%22+">etc</a></li> </ul> </li> <li><em>NOTE</em>: This requires Rollup version <code>2.60.0</code>+ as it requires the use of <a href="https://github.com/rollup/rollup/blob/master/CHANGELOG.md#2600"><code>this.load</code></a></li> </ul> </li> </ul> <!-- raw HTML omitted --> <ul> <li>fix(dx): remove extra quote in <code>emitDeclarationOnly</code> log statement by <a href="https://github.com/agilgur5"><code>`@agilgur5</code></a>` in <a href="https://github-redirect.dependabot.com/ezolenko/rollup-plugin-typescript2/pull/412">#412</a></li> </ul> <!-- raw HTML omitted --> <h2>Docs</h2> <ul> <li>docs: add a simple <code>CHANGELOG.md</code> that references GH releases by <a href="https://github.com/agilgur5"><code>`@agilgur5</code></a>` in <a href="https://github-redirect.dependabot.com/ezolenko/rollup-plugin-typescript2/pull/419">#419</a> <ul> <li>i.e. it references <em>this</em> page</li> </ul> </li> </ul> <h2>Internal (testing, refactors)</h2> <ul> <li>test: ensure <code>declarationMap</code> sources are correct by <a href="https://github.com/agilgur5"><code>`@agilgur5</code></a>` in <a href="https://github-redirect.dependabot.com/ezolenko/rollup-plugin-typescript2/pull/403">#403</a></li> <li>test: add <code>print-diagnostics</code> spec by <a href="https://github.com/agilgur5"><code>`@agilgur5</code></a>` in <a href="https://github-redirect.dependabot.com/ezolenko/rollup-plugin-typescript2/pull/405">#405</a></li> </ul> <!-- raw HTML omitted --> <ul> <li>refactor(test): heavily simplify the <code>context</code> helper by <a href="https://github.com/agilgur5"><code>`@agilgur5</code></a>` in <a href="https://github-redirect.dependabot.com/ezolenko/rollup-plugin-typescript2/pull/404">#404</a></li> <li>refactor: combine <code>check-tsconfig</code> with <code>parse-tsconfig</code> by <a href="https://github.com/agilgur5"><code>`@agilgur5</code></a>` in <a href="https://github-redirect.dependabot.com/ezolenko/rollup-plugin-typescript2/pull/413">#413</a></li> <li>clean: remove <code>ConsoleContext</code> entirely by using <code>buildStart</code> by <a href="https://github.com/agilgur5"><code>`@agilgur5</code></a>` in <a href="https://github-redirect.dependabot.com/ezolenko/rollup-plugin-typescript2/pull/414">#414</a></li> <li>refactor(cache): simplify creating / using the <code>cache</code> var by <a href="https://github.com/agilgur5"><code>`@agilgur5</code></a>` in <a href="https://github-redirect.dependabot.com/ezolenko/rollup-plugin-typescript2/pull/415">#415</a></li> <li>refactor: consolidate <code>diagnostics</code> funcs into single file by <a href="https://github.com/agilgur5"><code>`@agilgur5</code></a>` in <a href="https://github-redirect.dependabot.com/ezolenko/rollup-plugin-typescript2/pull/416">#415</a></li> </ul> <!-- raw HTML omitted --> <p><strong>Full Changelog</strong>: <a href="https://github.com/ezolenko/rollup-plugin-typescript2/compare/0.33.0.1...0.34.0">https://github.com/ezolenko/rollup-plugin-typescript2/compare/0.33.0.1...0.34.0</a></p> <h2>0.33.0</h2> <p><em><strong>NOTE</strong>: this is a re-tag of <code>0.33.0</code> which was tied to wrong commit originally (it was not compiled / built previously). This re-tag is equivalent to <code>0.33.0</code> on NPM.</em></p> <h3>Features</h3> <ul> <li>feat: support <code>emitDeclarationOnly</code> by <a href="https://github.com/agilgur5"><code>`@agilgur5</code></a>` in <a href="https://github-redirect.dependabot.com/ezolenko/rollup-plugin-typescript2/pull/366">ezolenko/rollup-plugin-typescript2#366</a></li> <li>feat: capture watch mode when called via the Rollup API by <a href="https://github.com/agilgur5"><code>`@agilgur5</code></a>` in <a href="https://github-redirect.dependabot.com/ezolenko/rollup-plugin-typescript2/pull/384">ezolenko/rollup-plugin-typescript2#384</a></li> </ul> <h3>Bugfixes</h3> <ul> <li>fix: type-check <code>include</code>d files missed by <code>transform</code> (type-only files) by <a href="https://github.com/agilgur5"><code>`@agilgur5</code></a>` in <a href="https://github-redirect.dependabot.com/ezolenko/rollup-plugin-typescript2/pull/345">ezolenko/rollup-plugin-typescript2#345</a> <ul> <li>Type-only files should now be type-checked if they are in the <code>tsconfig</code> <code>include</code>, fixing <a href="https://github-redirect.dependabot.com/ezolenko/rollup-plugin-typescript2/issues/298">ezolenko/rollup-plugin-typescript2#298</a></li> </ul> </li> <li>fix: <code>filter</code> "missed" declarations as well by <a href="https://github.com/agilgur5"><code>`@agilgur5</code></a>` in <a href="https://github-redirect.dependabot.com/ezolenko/rollup-plugin-typescript2/pull/347">ezolenko/rollup-plugin-typescript2#347</a> <ul> <li>This fixes a regression that caused significant confusion when there was overlap between the plugin's <code>include</code> / <code>exclude</code> and the <code>tsconfig</code>'s <code>include</code> / <code>exclude</code>, such as in <a href="https://github-redirect.dependabot.com/ezolenko/rollup-plugin-typescript2/issues/225">#225</a> and <a href="https://github-redirect.dependabot.com/ezolenko/rollup-plugin-typescript2/issues/280">#280</a></li> </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ezolenko/rollup-plugin-typescript2/commit/0b99f8ec62119d07df121beb441074b282d546db"><code>0b99f8e</code></a> - build for 34.0</li> <li><a href="https://github.com/ezolenko/rollup-plugin-typescript2/commit/ba262937f83f22815b0c2739b8d5b6248e256927"><code>ba26293</code></a> refactor: consolidate <code>diagnostics</code> funcs into single file (<a href="https://github-redirect.dependabot.com/ezolenko/rollup-plugin-typescript2/issues/416">#416</a>)</li> <li><a href="https://github.com/ezolenko/rollup-plugin-typescript2/commit/e98e0ede7ea9d413ae1b8a22ce0f3cceac98cc72"><code>e98e0ed</code></a> docs: add a simple CHANGELOG.md that references GH releases (<a href="https://github-redirect.dependabot.com/ezolenko/rollup-plugin-typescript2/issues/419">#419</a>)</li> <li><a href="https://github.com/ezolenko/rollup-plugin-typescript2/commit/560ed8dac7769fc5ef9a08b1e910fc8fc3b420c9"><code>560ed8d</code></a> fix: handle all type-only imports by piping TS imports (<a href="https://github-redirect.dependabot.com/ezolenko/rollup-plugin-typescript2/issues/406">#406</a>)</li> <li><a href="https://github.com/ezolenko/rollup-plugin-typescript2/commit/c6be0eb3a870666418a88837592d3b4c3ce6ef20"><code>c6be0eb</code></a> refactor(cache): simplify creating / using the <code>cache</code> var (<a href="https://github-redirect.dependabot.com/ezolenko/rollup-plugin-typescript2/issues/415">#415</a>)</li> <li><a href="https://github.com/ezolenko/rollup-plugin-typescript2/commit/1e71d5064dcab6c5ebbd251e33bc851800ec0c5c"><code>1e71d50</code></a> clean: remove <code>ConsoleContext</code> entirely by using <code>buildStart</code> (<a href="https://github-redirect.dependabot.com/ezolenko/rollup-plugin-typescript2/issues/414">#414</a>)</li> <li><a href="https://github.com/ezolenko/rollup-plugin-typescript2/commit/79053fe82fa126d43e0354380e0d096707c916b9"><code>79053fe</code></a> refactor: combine <code>check-tsconfig</code> with <code>parse-tsconfig</code> (<a href="https://github-redirect.dependabot.com/ezolenko/rollup-plugin-typescript2/issues/413">#413</a>)</li> <li><a href="https://github.com/ezolenko/rollup-plugin-typescript2/commit/27356be3a04ccd343e8dcadcef3674e9d5bb2506"><code>27356be</code></a> test: add <code>print-diagnostics</code> spec (<a href="https://github-redirect.dependabot.com/ezolenko/rollup-plugin-typescript2/issues/405">#405</a>)</li> <li><a href="https://github.com/ezolenko/rollup-plugin-typescript2/commit/0c8e88d42cd3ac7ef9e24b1066c829ce41273a6e"><code>0c8e88d</code></a> refactor(test): heavily simplify the <code>context</code> helper (<a href="https://github-redirect.dependabot.com/ezolenko/rollup-plugin-typescript2/issues/404">#404</a>)</li> <li><a href="https://github.com/ezolenko/rollup-plugin-typescript2/commit/88863838a02fcd4c006f7f2b36e8afd18fca2fdc"><code>8886383</code></a> fix(dx): remove extra quote in emitDeclarationOnly log statement (<a href="https://github-redirect.dependabot.com/ezolenko/rollup-plugin-typescript2/issues/412">#412</a>)</li> <li>Additional commits viewable in <a href="https://github.com/ezolenko/rollup-plugin-typescript2/compare/0.31.2...0.34.0">compare view</a></li> </ul> </details> <br /> [](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>
This PR was included in a batch that successfully built, but then failed to merge into main. It will not be retried. Additional information: {"message":"At least 1 approving review is required by reviewers with write access.","documentation_url":"https://docs.github.com/articles/about-protected-branches"} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bors merge
Thanks again for contributing with Meilisearch ❤️ |
Bumps @rollup/plugin-commonjs from 22.0.1 to 22.0.2.
Changelog
Sourced from
@rollup/plugin-commonjs
's changelog.Commits
031e9c3
chore(release): commonjs v22.0.254c1a7c
fix(commonjs): Exclude multi-line template strings from indent (#1229)985cf4c
chore(release): commonjs v22.0.1You can trigger a rebase of this PR by commenting
@dependabot rebase
.Dependabot commands and options
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)