forked from BuilderIO/builder
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit fe805ac
authored
chore(deps): bump braces, jest and rollup-plugin-typescript2 in /plugins/cloudinary (BuilderIO#3321)
Bumps [braces](https://github.com/micromatch/braces) to 3.0.3 and
updates ancestor dependencies
[braces](https://github.com/micromatch/braces),
[jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) and
[rollup-plugin-typescript2](https://github.com/ezolenko/rollup-plugin-typescript2).
These dependencies need to be updated together.
Updates `braces` from 3.0.2 to 3.0.3
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/micromatch/braces/commit/74b2db2938fad48a2ea54a9c8bf27a37a62c350d"><code>74b2db2</code></a>
3.0.3</li>
<li><a
href="https://github.com/micromatch/braces/commit/88f1429a0f47e1dd3813de35211fc97ffda27f9e"><code>88f1429</code></a>
update eslint. lint, fix unit tests.</li>
<li><a
href="https://github.com/micromatch/braces/commit/415d660c3002d1ab7e63dbf490c9851da80596ff"><code>415d660</code></a>
Snyk js braces 6838727 (<a
href="https://redirect.github.com/micromatch/braces/issues/40">#40</a>)</li>
<li><a
href="https://github.com/micromatch/braces/commit/190510f79db1adf21d92798b0bb6fccc1f72c9d6"><code>190510f</code></a>
fix tests, skip 1 test in test/braces.expand</li>
<li><a
href="https://github.com/micromatch/braces/commit/716eb9f12d820b145a831ad678618731927e8856"><code>716eb9f</code></a>
readme bump</li>
<li><a
href="https://github.com/micromatch/braces/commit/a5851e57f45c3431a94d83fc565754bc10f5bbc3"><code>a5851e5</code></a>
Merge pull request <a
href="https://redirect.github.com/micromatch/braces/issues/37">#37</a>
from coderaiser/fix/vulnerability</li>
<li><a
href="https://github.com/micromatch/braces/commit/2092bd1fb108d2c59bd62e243b70ad98db961538"><code>2092bd1</code></a>
feature: braces: add maxSymbols (<a
href="https://github.com/micromatch/braces/issues/">https://github.com/micromatch/braces/issues/</a>...</li>
<li><a
href="https://github.com/micromatch/braces/commit/9f5b4cf47329351bcb64287223ffb6ecc9a5e6d3"><code>9f5b4cf</code></a>
fix: vulnerability (<a
href="https://security.snyk.io/vuln/SNYK-JS-BRACES-6838727">https://security.snyk.io/vuln/SNYK-JS-BRACES-6838727</a>)</li>
<li><a
href="https://github.com/micromatch/braces/commit/98414f9f1fabe021736e26836d8306d5de747e0d"><code>98414f9</code></a>
remove funding file</li>
<li><a
href="https://github.com/micromatch/braces/commit/665ab5d561c017a38ba7aafd92cc6655b91d8c14"><code>665ab5d</code></a>
update keepEscaping doc (<a
href="https://redirect.github.com/micromatch/braces/issues/27">#27</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/micromatch/braces/compare/3.0.2...3.0.3">compare
view</a></li>
</ul>
</details>
<br />
Updates `jest` from 24.9.0 to 29.7.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/jestjs/jest/releases">jest's
releases</a>.</em></p>
<blockquote>
<h2>v29.7.0</h2>
<h2>Features</h2>
<ul>
<li><code>[create-jest]</code> Add <code>npm init</code> / <code>yarn
create</code> initialiser for Jest projects (<a
href="https://redirect.github.com/jestjs/jest/pull/14453">#14465</a>)</li>
<li><code>[jest-validate]</code> Allow deprecation warnings for unknown
options (<a
href="https://redirect.github.com/jestjs/jest/pull/14499">#14499</a>)</li>
</ul>
<h2>Fixes</h2>
<ul>
<li><code>[jest-resolver]</code> Replace unmatched capture groups in
<code>moduleNameMapper</code> with empty string instead of
<code>undefined</code> (<a
href="https://redirect.github.com/jestjs/jest/pull/14507">#14507</a>)</li>
<li><code>[jest-snapshot]</code> Allow for strings as well as template
literals in inline snapshots (<a
href="https://redirect.github.com/jestjs/jest/pull/14465">#14465</a>)</li>
<li><code>[@jest/test-sequencer]</code> Calculate test runtime if
<code>perStats.duration</code> is missing (<a
href="https://redirect.github.com/jestjs/jest/pull/14473">#14473</a>)</li>
</ul>
<h2>Performance</h2>
<ul>
<li><code>[@jest/create-cache-key-function]</code> Cache access of
<code>NODE_ENV</code> and <code>BABEL_ENV</code> (<a
href="https://redirect.github.com/jestjs/jest/pull/14455">#14455</a>)</li>
</ul>
<h2>Chore & Maintenance</h2>
<ul>
<li><code>[jest-cli]</code> Move internal config initialisation logic to
the <code>create-jest</code> package (<a
href="https://redirect.github.com/jestjs/jest/pull/14453">#14465</a>)</li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/bawjensen"><code>@bawjensen</code></a>
made their first contribution in <a
href="https://redirect.github.com/jestjs/jest/pull/14465">jestjs/jest#14465</a></li>
<li><a
href="https://github.com/malaviya-parth"><code>@malaviya-parth</code></a>
made their first contribution in <a
href="https://redirect.github.com/jestjs/jest/pull/14467">jestjs/jest#14467</a></li>
<li><a
href="https://github.com/niklasholm"><code>@niklasholm</code></a> made
their first contribution in <a
href="https://redirect.github.com/jestjs/jest/pull/14507">jestjs/jest#14507</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/jestjs/jest/compare/v29.6.4...v29.7.0">https://github.com/jestjs/jest/compare/v29.6.4...v29.7.0</a></p>
<h2>v29.6.4</h2>
<h2>Fixes</h2>
<ul>
<li><code>[jest-core]</code> Fix typo in <code>scheduleAndRun</code>
performance marker (<a
href="https://redirect.github.com/jestjs/jest/pull/14434">#14434</a>)</li>
<li><code>[jest-environment-node]</code> Make sure <code>atob</code> and
<code>btoa</code> are writeable in Node 20 (<a
href="https://redirect.github.com/jestjs/jest/pull/14446">#14446</a>)</li>
<li><code>[jest-worker]</code> Additional error wrapper for
<code>parentPort.postMessage</code> to fix unhandled
<code>DataCloneError</code>. (<a
href="https://redirect.github.com/jestjs/jest/pull/14437">#14437</a>)</li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/stanleyume"><code>@stanleyume</code></a> made
their first contribution in <a
href="https://redirect.github.com/jestjs/jest/pull/14424">jestjs/jest#14424</a></li>
<li><a
href="https://github.com/dj-stormtrooper"><code>@dj-stormtrooper</code></a>
made their first contribution in <a
href="https://redirect.github.com/jestjs/jest/pull/14437">jestjs/jest#14437</a></li>
<li><a href="https://github.com/thw0rted"><code>@thw0rted</code></a>
made their first contribution in <a
href="https://redirect.github.com/jestjs/jest/pull/14444">jestjs/jest#14444</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/jestjs/jest/compare/v29.6.3...v29.6.4">https://github.com/jestjs/jest/compare/v29.6.3...v29.6.4</a></p>
<h2>v29.6.3</h2>
<h2>Fixes</h2>
<ul>
<li><code>[expect, @jest/expect-utils]</code>
<code>ObjectContaining</code> support <code>symbol</code> as key (<a
href="https://redirect.github.com/jestjs/jest/pull/14414">#14414</a>)</li>
<li><code>[expect]</code> Remove <code>@types/node</code> from
dependencies (<a
href="https://redirect.github.com/jestjs/jest/pull/14385">#14385</a>)</li>
<li><code>[jest-core]</code> Use workers in watch mode by default to
avoid crashes (<a
href="https://redirect.github.com/facebook/jest/pull/14059">#14059</a>
& <a
href="https://redirect.github.com/facebook/jest/pull/14085">#14085</a>).</li>
<li><code>[jest-reporters]</code> Update
<code>istanbul-lib-instrument</code> dependency to v6. (<a
href="https://redirect.github.com/jestjs/jest/pull/14401">#14401</a>)</li>
<li><code>[jest-mock]</code> Revert <a
href="https://redirect.github.com/jestjs/jest/pull/13692">#13692</a> as
it was a breaking change (<a
href="https://redirect.github.com/jestjs/jest/pull/14429">#14429</a>)</li>
<li><code>[jest-mock]</code> Revert <a
href="https://redirect.github.com/jestjs/jest/pull/13866">#13866</a> as
it was a breaking change (<a
href="https://redirect.github.com/jestjs/jest/pull/14429">#14429</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/jestjs/jest/blob/main/CHANGELOG.md">jest's
changelog</a>.</em></p>
<blockquote>
<h2>29.7.0</h2>
<h3>Features</h3>
<ul>
<li><code>[create-jest]</code> Add <code>npm init</code> / <code>yarn
create</code> initialiser for Jest projects (<a
href="https://redirect.github.com/jestjs/jest/pull/14453">#14465</a>)</li>
<li><code>[jest-validate]</code> Allow deprecation warnings for unknown
options (<a
href="https://redirect.github.com/jestjs/jest/pull/14499">#14499</a>)</li>
</ul>
<h3>Fixes</h3>
<ul>
<li><code>[jest-resolver]</code> Replace unmatched capture groups in
<code>moduleNameMapper</code> with empty string instead of
<code>undefined</code> (<a
href="https://redirect.github.com/jestjs/jest/pull/14507">#14507</a>)</li>
<li><code>[jest-snapshot]</code> Allow for strings as well as template
literals in inline snapshots (<a
href="https://redirect.github.com/jestjs/jest/pull/14465">#14465</a>)</li>
<li><code>[@jest/test-sequencer]</code> Calculate test runtime if
<code>perStats.duration</code> is missing (<a
href="https://redirect.github.com/jestjs/jest/pull/14473">#14473</a>)</li>
</ul>
<h3>Performance</h3>
<ul>
<li><code>[@jest/create-cache-key-function]</code> Cache access of
<code>NODE_ENV</code> and <code>BABEL_ENV</code> (<a
href="https://redirect.github.com/jestjs/jest/pull/14455">#14455</a>)</li>
</ul>
<h3>Chore & Maintenance</h3>
<ul>
<li><code>[jest-cli]</code> Move internal config initialisation logic to
the <code>create-jest</code> package (<a
href="https://redirect.github.com/jestjs/jest/pull/14453">#14465</a>)</li>
</ul>
<h2>29.6.4</h2>
<h3>Fixes</h3>
<ul>
<li><code>[jest-core]</code> Fix typo in <code>scheduleAndRun</code>
performance marker (<a
href="https://redirect.github.com/jestjs/jest/pull/14434">#14434</a>)</li>
<li><code>[jest-environment-node]</code> Make sure <code>atob</code> and
<code>btoa</code> are writeable in Node 20 (<a
href="https://redirect.github.com/jestjs/jest/pull/14446">#14446</a>)</li>
<li><code>[jest-worker]</code> Additional error wrapper for
<code>parentPort.postMessage</code> to fix unhandled
<code>DataCloneError</code>. (<a
href="https://redirect.github.com/jestjs/jest/pull/14437">#14437</a>)</li>
</ul>
<h2>29.6.3</h2>
<h3>Fixes</h3>
<ul>
<li><code>[expect, @jest/expect-utils]</code>
<code>ObjectContaining</code> support <code>sumbol</code> as key (<a
href="https://redirect.github.com/jestjs/jest/pull/14414">#14414</a>)</li>
<li><code>[expect]</code> Remove <code>@types/node</code> from
dependencies (<a
href="https://redirect.github.com/jestjs/jest/pull/14385">#14385</a>)</li>
<li><code>[jest-core]</code> Use workers in watch mode by default to
avoid crashes (<a
href="https://redirect.github.com/facebook/jest/pull/14059">#14059</a>
& <a
href="https://redirect.github.com/facebook/jest/pull/14085">#14085</a>).</li>
<li><code>[jest-reporters]</code> Update
<code>istanbul-lib-instrument</code> dependency to v6. (<a
href="https://redirect.github.com/jestjs/jest/pull/14401">#14401</a>)</li>
<li><code>[jest-mock]</code> Revert <a
href="https://redirect.github.com/jestjs/jest/pull/13692">#13692</a> as
it was a breaking change (<a
href="https://redirect.github.com/jestjs/jest/pull/14429">#14429</a>)</li>
<li><code>[jest-mock]</code> Revert <a
href="https://redirect.github.com/jestjs/jest/pull/13866">#13866</a> as
it was a breaking change (<a
href="https://redirect.github.com/jestjs/jest/pull/14429">#14429</a>)</li>
<li><code>[jest-mock]</code> Revert <a
href="https://redirect.github.com/jestjs/jest/pull/13867">#13867</a> as
it was a breaking change (<a
href="https://redirect.github.com/jestjs/jest/pull/14429">#14429</a>)</li>
<li><code>[@jest/reporters]</code> Marks Reporter's hooks as optional
(<a
href="https://redirect.github.com/jestjs/jest/pull/14433">#14433</a>)</li>
<li><code>[jest-runtime]</code> Fix dynamic ESM import module bug when
loaded module through <code>jest.isolateModulesAsync</code> (<a
href="https://redirect.github.com/jestjs/jest/pull/14397">#14397</a>)</li>
</ul>
<h3>Chore & Maintenance</h3>
<ul>
<li><code>[jest-changed-files, jest-circus, jest-console, @jest/core,
@jest/runtime, @jest/transform]</code> Use <code>invariant</code> and
<code>notEmpty</code> from <code>jest-util</code> rather than own
internal (<a
href="https://redirect.github.com/jestjs/jest/pull/14366">#14366</a>)</li>
</ul>
<h2>29.6.2</h2>
<h3>Fixes</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/jestjs/jest/commit/4e56991693da7cd4c3730dc3579a1dd1403ee630"><code>4e56991</code></a>
v29.7.0</li>
<li><a
href="https://github.com/jestjs/jest/commit/55cd6a0aaf6f9178199dfa7af7a00fcaa7c421fd"><code>55cd6a0</code></a>
v29.6.4</li>
<li><a
href="https://github.com/jestjs/jest/commit/fb7d95c8af6e0d65a8b65348433d8a0ea0725b5b"><code>fb7d95c</code></a>
v29.6.3</li>
<li><a
href="https://github.com/jestjs/jest/commit/49bacb9620b87c476bd5ba1b30e26ca2c4f42a70"><code>49bacb9</code></a>
chore: update jest repo organisation in urls (<a
href="https://github.com/jestjs/jest/tree/HEAD/packages/jest/issues/14413">#14413</a>)</li>
<li><a
href="https://github.com/jestjs/jest/commit/0fd5b1c37555f485c56a6ad2d6b010a72204f9f6"><code>0fd5b1c</code></a>
v29.6.2</li>
<li><a
href="https://github.com/jestjs/jest/commit/1f019afdcdfc54a6664908bb45f343db4e3d0848"><code>1f019af</code></a>
v29.6.1</li>
<li><a
href="https://github.com/jestjs/jest/commit/c1e5b8a38ef54bb138409f89831942ebf6a7a67e"><code>c1e5b8a</code></a>
v29.6.0</li>
<li><a
href="https://github.com/jestjs/jest/commit/6ffa48d1cd7d85189f0dbc1e37fd0efafa5c221c"><code>6ffa48d</code></a>
chore: upgrade TypeScript to v5 (<a
href="https://github.com/jestjs/jest/tree/HEAD/packages/jest/issues/14155">#14155</a>)</li>
<li><a
href="https://github.com/jestjs/jest/commit/a95eeb6c2c8145a81190149a52a30fc177417ecc"><code>a95eeb6</code></a>
chore: update tsd runner (<a
href="https://github.com/jestjs/jest/tree/HEAD/packages/jest/issues/14020">#14020</a>)</li>
<li><a
href="https://github.com/jestjs/jest/commit/39f3beda6b396665bebffab94e8d7c45be30454c"><code>39f3bed</code></a>
v29.5.0</li>
<li>Additional commits viewable in <a
href="https://github.com/jestjs/jest/commits/v29.7.0/packages/jest">compare
view</a></li>
</ul>
</details>
<details>
<summary>Maintainer changes</summary>
<p>This version was pushed to npm by <a
href="https://www.npmjs.com/~simenb">simenb</a>, a new releaser for jest
since your current version.</p>
</details>
<br />
Updates `rollup-plugin-typescript2` from 0.18.1 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>
<h2>0.35.0</h2>
<h2>Features</h2>
<ul>
<li>Support <code>module: "ES2022"</code> 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>Support cts/mts file types 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>Disable 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>
<h2>0.34.1</h2>
<h2>Bugfixes</h2>
<ul>
<li>fix: don't error out while catching a <code>buildStart</code> error
by <a href="https://github.com/agilgur5"><code>@agilgur5</code></a> in
<a
href="https://redirect.github.com/ezolenko/rollup-plugin-typescript2/pull/422">ezolenko/rollup-plugin-typescript2#422</a>
<ul>
<li>This fixes an initialization regression in <code>0.34.0</code> where
users saw <code>TypeError: Cannot read property 'done' of
undefined</code> instead of their actual initialization error, such as a
<code>tsconfig</code> issue (such as with <a
href="https://redirect.github.com/ezolenko/rollup-plugin-typescript2/issues/421">ezolenko/rollup-plugin-typescript2#421</a>)</li>
</ul>
</li>
<li>fix: add compatibility checks w/ <code>semver</code> by <a
href="https://github.com/agilgur5"><code>@agilgur5</code></a> in <a
href="https://redirect.github.com/ezolenko/rollup-plugin-typescript2/pull/424">ezolenko/rollup-plugin-typescript2#424</a>
<ul>
<li><a
href="https://github.com/ezolenko/rollup-plugin-typescript2/releases/tag/0.34.0"><code>0.34.0</code></a>
introduced a type-only fix that relied on Rollup 2.60.0+ and would
(accidentally) error out on older versions of Rollup. This fix handles
it gracefully with a clear warning message instead and skips that check
when using an older version of Rollup (i.e. partly
backward-compatible).</li>
<li>This also adds an error if <a
href="https://github.com/ezolenko/rollup-plugin-typescript2/blob/f6db59613a66f58c48310aa8fa785951970b5d6d/package.json#L41"><code>peerDependencies</code>
minimum versions</a> have not been met</li>
</ul>
</li>
<li>fix: don't resolve <code>filter</code>ed files by <a
href="https://github.com/agilgur5"><code>@agilgur5</code></a> in <a
href="https://redirect.github.com/ezolenko/rollup-plugin-typescript2/pull/428">ezolenko/rollup-plugin-typescript2#428</a>
<ul>
<li>This fixes a regression from <a
href="https://github.com/ezolenko/rollup-plugin-typescript2/releases/tag/0.33.0.1"><code>0.33.0</code></a>
that could cause rpt2 to (accidentally) resolve files that should have
been filtered out by the plugin
<code>include</code>/<code>exclude</code> (such as with <a
href="https://redirect.github.com/ezolenko/rollup-plugin-typescript2/issues/427">ezolenko/rollup-plugin-typescript2#427</a>)</li>
</ul>
</li>
</ul>
<h2>Internal (testing, refactors)</h2>
<ul>
<li>clean(deps): remove unused <code>@types/resolve</code> by <a
href="https://github.com/agilgur5"><code>@agilgur5</code></a> in <a
href="https://redirect.github.com/ezolenko/rollup-plugin-typescript2/pull/423">ezolenko/rollup-plugin-typescript2#423</a></li>
<li>test: increase <code>no-errors</code> integration timeout to 20s by
<a href="https://github.com/agilgur5"><code>@agilgur5</code></a> in <a
href="https://redirect.github.com/ezolenko/rollup-plugin-typescript2/pull/425">ezolenko/rollup-plugin-typescript2#425</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/ezolenko/rollup-plugin-typescript2/compare/0.34.0...0.34.1">https://github.com/ezolenko/rollup-plugin-typescript2/compare/0.34.0...0.34.1</a></p>
<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://redirect.github.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://redirect.github.com/ezolenko/rollup-plugin-typescript2/issues/211">#211</a>,
<a
href="https://redirect.github.com/ezolenko/rollup-plugin-typescript2/issues/298">#298</a>,
<a
href="https://redirect.github.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><strong>NOTE</strong>: 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 -->
</blockquote>
<p>... (truncated)</p>
</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><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>Additional commits viewable in <a
href="https://github.com/ezolenko/rollup-plugin-typescript2/compare/0.18.1...0.36.0">compare
view</a></li>
</ul>
</details>
<br />
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 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)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/BuilderIO/builder/network/alerts).
</details>
> **Note**
> Automatic rebases have been disabled on this pull request as it has
been open for over 30 days.
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 660089b commit fe805acCopy full SHA for fe805ac
File tree
2 files changed
+21768
-18897
lines changedFilter options
- plugins/cloudinary
2 files changed
+21768
-18897
lines changed
0 commit comments