Skip to content

Commit

Permalink
chore(deps): bump rollup from 4.18.0 to 4.26.0 (#9)
Browse files Browse the repository at this point in the history
Bumps [rollup](https://github.com/rollup/rollup) from 4.18.0 to 4.26.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rollup/rollup/releases">rollup's
releases</a>.</em></p>
<blockquote>
<h2>v4.26.0</h2>
<h2>4.26.0</h2>
<p><em>2024-11-13</em></p>
<h3>Features</h3>
<ul>
<li>Allow to avoid <code>await bundle.close()</code> via explicit
resource management in TypeScript (<a
href="https://redirect.github.com/rollup/rollup/issues/5721">#5721</a>)</li>
</ul>
<h3>Pull Requests</h3>
<ul>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5721">#5721</a>:
feat: support <code>using</code> for <code>RollupBuild</code> (<a
href="https://github.com/shulaoda"><code>@​shulaoda</code></a>)</li>
</ul>
<h2>v4.25.0</h2>
<h2>4.25.0</h2>
<p><em>2024-11-09</em></p>
<h3>Features</h3>
<ul>
<li>Add <code>output.sourcemapDebugIds</code> option to add matching
debug ids to sourcemaps and code for tools like Sentry or Rollbar (<a
href="https://redirect.github.com/rollup/rollup/issues/5712">#5712</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Make it easier to manually reproduce base16 hashes by using a more
standard base16 conversion algorithm (<a
href="https://redirect.github.com/rollup/rollup/issues/5719">#5719</a>)</li>
</ul>
<h3>Pull Requests</h3>
<ul>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5712">#5712</a>:
feat: Add support for injecting Debug IDs (<a
href="https://github.com/timfish"><code>@​timfish</code></a>)</li>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5717">#5717</a>:
fix(deps): update swc monorepo (major) (<a
href="https://github.com/renovate"><code>@​renovate</code></a>[bot])</li>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5718">#5718</a>:
chore(deps): lock file maintenance minor/patch updates (<a
href="https://github.com/renovate"><code>@​renovate</code></a>[bot])</li>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5719">#5719</a>:
Use a less surprising base-16 encoding (<a
href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
</ul>
<h2>v4.24.4</h2>
<h2>4.24.4</h2>
<p><em>2024-11-04</em></p>
<h3>Bug Fixes</h3>
<ul>
<li>Ensure mutations by handlers in Proxy definitions are always
respected when tree-shaking (<a
href="https://redirect.github.com/rollup/rollup/issues/5713">#5713</a>)</li>
</ul>
<h3>Pull Requests</h3>
<ul>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5708">#5708</a>:
Update configuration-options document (<a
href="https://github.com/sacru2red"><code>@​sacru2red</code></a>, <a
href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5711">#5711</a>:
chore(deps): lock file maintenance minor/patch updates (<a
href="https://github.com/renovate"><code>@​renovate</code></a>[bot])</li>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5713">#5713</a>:
fix: Deoptimize the proxied object if its property is reassigned in the
handler functions (<a
href="https://github.com/TrickyPi"><code>@​TrickyPi</code></a>)</li>
</ul>
<h2>v4.24.3</h2>
<h2>4.24.3</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rollup/rollup/blob/master/CHANGELOG.md">rollup's
changelog</a>.</em></p>
<blockquote>
<h2>4.26.0</h2>
<p><em>2024-11-13</em></p>
<h3>Features</h3>
<ul>
<li>Allow to avoid <code>await bundle.close()</code> via explicit
resource management in TypeScript (<a
href="https://redirect.github.com/rollup/rollup/issues/5721">#5721</a>)</li>
</ul>
<h3>Pull Requests</h3>
<ul>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5721">#5721</a>:
feat: support <code>using</code> for <code>RollupBuild</code> (<a
href="https://github.com/shulaoda"><code>@​shulaoda</code></a>)</li>
</ul>
<h2>4.25.0</h2>
<p><em>2024-11-09</em></p>
<h3>Features</h3>
<ul>
<li>Add <code>output.sourcemapDebugIds</code> option to add matching
debug ids to sourcemaps and code for tools like Sentry or Rollbar (<a
href="https://redirect.github.com/rollup/rollup/issues/5712">#5712</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Make it easier to manually reproduce base16 hashes by using a more
standard base16 conversion algorithm (<a
href="https://redirect.github.com/rollup/rollup/issues/5719">#5719</a>)</li>
</ul>
<h3>Pull Requests</h3>
<ul>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5712">#5712</a>:
feat: Add support for injecting Debug IDs (<a
href="https://github.com/timfish"><code>@​timfish</code></a>)</li>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5717">#5717</a>:
fix(deps): update swc monorepo (major) (<a
href="https://github.com/renovate"><code>@​renovate</code></a>[bot])</li>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5718">#5718</a>:
chore(deps): lock file maintenance minor/patch updates (<a
href="https://github.com/renovate"><code>@​renovate</code></a>[bot])</li>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5719">#5719</a>:
Use a less surprising base-16 encoding (<a
href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
</ul>
<h2>4.24.4</h2>
<p><em>2024-11-04</em></p>
<h3>Bug Fixes</h3>
<ul>
<li>Ensure mutations by handlers in Proxy definitions are always
respected when tree-shaking (<a
href="https://redirect.github.com/rollup/rollup/issues/5713">#5713</a>)</li>
</ul>
<h3>Pull Requests</h3>
<ul>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5708">#5708</a>:
Update configuration-options document (<a
href="https://github.com/sacru2red"><code>@​sacru2red</code></a>, <a
href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5711">#5711</a>:
chore(deps): lock file maintenance minor/patch updates (<a
href="https://github.com/renovate"><code>@​renovate</code></a>[bot])</li>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5713">#5713</a>:
fix: Deoptimize the proxied object if its property is reassigned in the
handler functions (<a
href="https://github.com/TrickyPi"><code>@​TrickyPi</code></a>)</li>
</ul>
<h2>4.24.3</h2>
<p><em>2024-10-29</em></p>
<h3>Bug Fixes</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rollup/rollup/commit/ae1d14b7855ff6568a6697d37271a5eb4d8e2d3e"><code>ae1d14b</code></a>
4.26.0</li>
<li><a
href="https://github.com/rollup/rollup/commit/06b28cc000732e88bb0b90ff7ba37c674c3d7653"><code>06b28cc</code></a>
feat: support <code>using</code> for <code>RollupBuild</code> (<a
href="https://redirect.github.com/rollup/rollup/issues/5721">#5721</a>)</li>
<li><a
href="https://github.com/rollup/rollup/commit/984da3a923e40bbf5d799aa2ca13fa6b0d32e3ae"><code>984da3a</code></a>
Add backports to changelog</li>
<li><a
href="https://github.com/rollup/rollup/commit/42e587e0e37bc0661aa39fe7ad6f1d7fd33f825c"><code>42e587e</code></a>
4.25.0</li>
<li><a
href="https://github.com/rollup/rollup/commit/d0935a8f2b2ea7a8bd6c5863c7ea37f7b39fffed"><code>d0935a8</code></a>
feat: Add support for injecting Debug IDs (<a
href="https://redirect.github.com/rollup/rollup/issues/5712">#5712</a>)</li>
<li><a
href="https://github.com/rollup/rollup/commit/0f4676d9316a6eb4ec6715097d4d47455e9937ef"><code>0f4676d</code></a>
Use a less surprising base-16 encoding (<a
href="https://redirect.github.com/rollup/rollup/issues/5719">#5719</a>)</li>
<li><a
href="https://github.com/rollup/rollup/commit/b350d9ef1dac59d9358041d767661a23ecc47a26"><code>b350d9e</code></a>
chore(deps): lock file maintenance minor/patch updates (<a
href="https://redirect.github.com/rollup/rollup/issues/5718">#5718</a>)</li>
<li><a
href="https://github.com/rollup/rollup/commit/1ff31d616ec849ba2be81c649509ea1ec8a9c23b"><code>1ff31d6</code></a>
fix(deps): update swc monorepo (major) (<a
href="https://redirect.github.com/rollup/rollup/issues/5717">#5717</a>)</li>
<li><a
href="https://github.com/rollup/rollup/commit/cdf34ab5411aac6ac3f6cd21b10d2e58427e88ec"><code>cdf34ab</code></a>
4.24.4</li>
<li><a
href="https://github.com/rollup/rollup/commit/daa6db8f7848d5ae29e906401d61f68749e28418"><code>daa6db8</code></a>
Update configuration-options document (<a
href="https://redirect.github.com/rollup/rollup/issues/5708">#5708</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/rollup/rollup/compare/v4.18.0...v4.26.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rollup&package-manager=npm_and_yarn&previous-version=4.18.0&new-version=4.26.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)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/zenobi-us/remark-nomnoml/network/alerts).

</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 13, 2024
1 parent 4101b47 commit abdbabe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 177 deletions.
Binary file modified .yarn/install-state.gz
Binary file not shown.
179 changes: 2 additions & 177 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -663,55 +663,27 @@ __metadata:
languageName: node
linkType: hard

"@rollup/rollup-android-arm-eabi@npm:4.18.0":
version: 4.18.0
resolution: "@rollup/rollup-android-arm-eabi@npm:4.18.0"
conditions: os=android & cpu=arm
languageName: node
linkType: hard

"@rollup/rollup-android-arm-eabi@npm:4.26.0":
version: 4.26.0
resolution: "@rollup/rollup-android-arm-eabi@npm:4.26.0"
conditions: os=android & cpu=arm
languageName: node
linkType: hard

"@rollup/rollup-android-arm64@npm:4.18.0":
version: 4.18.0
resolution: "@rollup/rollup-android-arm64@npm:4.18.0"
conditions: os=android & cpu=arm64
languageName: node
linkType: hard

"@rollup/rollup-android-arm64@npm:4.26.0":
version: 4.26.0
resolution: "@rollup/rollup-android-arm64@npm:4.26.0"
conditions: os=android & cpu=arm64
languageName: node
linkType: hard

"@rollup/rollup-darwin-arm64@npm:4.18.0":
version: 4.18.0
resolution: "@rollup/rollup-darwin-arm64@npm:4.18.0"
conditions: os=darwin & cpu=arm64
languageName: node
linkType: hard

"@rollup/rollup-darwin-arm64@npm:4.26.0":
version: 4.26.0
resolution: "@rollup/rollup-darwin-arm64@npm:4.26.0"
conditions: os=darwin & cpu=arm64
languageName: node
linkType: hard

"@rollup/rollup-darwin-x64@npm:4.18.0":
version: 4.18.0
resolution: "@rollup/rollup-darwin-x64@npm:4.18.0"
conditions: os=darwin & cpu=x64
languageName: node
linkType: hard

"@rollup/rollup-darwin-x64@npm:4.26.0":
version: 4.26.0
resolution: "@rollup/rollup-darwin-x64@npm:4.26.0"
Expand All @@ -733,167 +705,83 @@ __metadata:
languageName: node
linkType: hard

"@rollup/rollup-linux-arm-gnueabihf@npm:4.18.0":
version: 4.18.0
resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.18.0"
conditions: os=linux & cpu=arm & libc=glibc
languageName: node
linkType: hard

"@rollup/rollup-linux-arm-gnueabihf@npm:4.26.0":
version: 4.26.0
resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.26.0"
conditions: os=linux & cpu=arm & libc=glibc
languageName: node
linkType: hard

"@rollup/rollup-linux-arm-musleabihf@npm:4.18.0":
version: 4.18.0
resolution: "@rollup/rollup-linux-arm-musleabihf@npm:4.18.0"
conditions: os=linux & cpu=arm & libc=musl
languageName: node
linkType: hard

"@rollup/rollup-linux-arm-musleabihf@npm:4.26.0":
version: 4.26.0
resolution: "@rollup/rollup-linux-arm-musleabihf@npm:4.26.0"
conditions: os=linux & cpu=arm & libc=musl
languageName: node
linkType: hard

"@rollup/rollup-linux-arm64-gnu@npm:4.18.0":
version: 4.18.0
resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.18.0"
conditions: os=linux & cpu=arm64 & libc=glibc
languageName: node
linkType: hard

"@rollup/rollup-linux-arm64-gnu@npm:4.26.0":
version: 4.26.0
resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.26.0"
conditions: os=linux & cpu=arm64 & libc=glibc
languageName: node
linkType: hard

"@rollup/rollup-linux-arm64-musl@npm:4.18.0":
version: 4.18.0
resolution: "@rollup/rollup-linux-arm64-musl@npm:4.18.0"
conditions: os=linux & cpu=arm64 & libc=musl
languageName: node
linkType: hard

"@rollup/rollup-linux-arm64-musl@npm:4.26.0":
version: 4.26.0
resolution: "@rollup/rollup-linux-arm64-musl@npm:4.26.0"
conditions: os=linux & cpu=arm64 & libc=musl
languageName: node
linkType: hard

"@rollup/rollup-linux-powerpc64le-gnu@npm:4.18.0":
version: 4.18.0
resolution: "@rollup/rollup-linux-powerpc64le-gnu@npm:4.18.0"
conditions: os=linux & cpu=ppc64 & libc=glibc
languageName: node
linkType: hard

"@rollup/rollup-linux-powerpc64le-gnu@npm:4.26.0":
version: 4.26.0
resolution: "@rollup/rollup-linux-powerpc64le-gnu@npm:4.26.0"
conditions: os=linux & cpu=ppc64 & libc=glibc
languageName: node
linkType: hard

"@rollup/rollup-linux-riscv64-gnu@npm:4.18.0":
version: 4.18.0
resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.18.0"
conditions: os=linux & cpu=riscv64 & libc=glibc
languageName: node
linkType: hard

"@rollup/rollup-linux-riscv64-gnu@npm:4.26.0":
version: 4.26.0
resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.26.0"
conditions: os=linux & cpu=riscv64 & libc=glibc
languageName: node
linkType: hard

"@rollup/rollup-linux-s390x-gnu@npm:4.18.0":
version: 4.18.0
resolution: "@rollup/rollup-linux-s390x-gnu@npm:4.18.0"
conditions: os=linux & cpu=s390x & libc=glibc
languageName: node
linkType: hard

"@rollup/rollup-linux-s390x-gnu@npm:4.26.0":
version: 4.26.0
resolution: "@rollup/rollup-linux-s390x-gnu@npm:4.26.0"
conditions: os=linux & cpu=s390x & libc=glibc
languageName: node
linkType: hard

"@rollup/rollup-linux-x64-gnu@npm:4.18.0":
version: 4.18.0
resolution: "@rollup/rollup-linux-x64-gnu@npm:4.18.0"
conditions: os=linux & cpu=x64 & libc=glibc
languageName: node
linkType: hard

"@rollup/rollup-linux-x64-gnu@npm:4.26.0":
version: 4.26.0
resolution: "@rollup/rollup-linux-x64-gnu@npm:4.26.0"
conditions: os=linux & cpu=x64 & libc=glibc
languageName: node
linkType: hard

"@rollup/rollup-linux-x64-musl@npm:4.18.0":
version: 4.18.0
resolution: "@rollup/rollup-linux-x64-musl@npm:4.18.0"
conditions: os=linux & cpu=x64 & libc=musl
languageName: node
linkType: hard

"@rollup/rollup-linux-x64-musl@npm:4.26.0":
version: 4.26.0
resolution: "@rollup/rollup-linux-x64-musl@npm:4.26.0"
conditions: os=linux & cpu=x64 & libc=musl
languageName: node
linkType: hard

"@rollup/rollup-win32-arm64-msvc@npm:4.18.0":
version: 4.18.0
resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.18.0"
conditions: os=win32 & cpu=arm64
languageName: node
linkType: hard

"@rollup/rollup-win32-arm64-msvc@npm:4.26.0":
version: 4.26.0
resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.26.0"
conditions: os=win32 & cpu=arm64
languageName: node
linkType: hard

"@rollup/rollup-win32-ia32-msvc@npm:4.18.0":
version: 4.18.0
resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.18.0"
conditions: os=win32 & cpu=ia32
languageName: node
linkType: hard

"@rollup/rollup-win32-ia32-msvc@npm:4.26.0":
version: 4.26.0
resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.26.0"
conditions: os=win32 & cpu=ia32
languageName: node
linkType: hard

"@rollup/rollup-win32-x64-msvc@npm:4.18.0":
version: 4.18.0
resolution: "@rollup/rollup-win32-x64-msvc@npm:4.18.0"
conditions: os=win32 & cpu=x64
languageName: node
linkType: hard

"@rollup/rollup-win32-x64-msvc@npm:4.26.0":
version: 4.26.0
resolution: "@rollup/rollup-win32-x64-msvc@npm:4.26.0"
Expand Down Expand Up @@ -1116,7 +1004,7 @@ __metadata:
languageName: node
linkType: hard

"@types/estree@npm:*, @types/estree@npm:1.0.5, @types/estree@npm:^1.0.0":
"@types/estree@npm:*, @types/estree@npm:^1.0.0":
version: 1.0.5
resolution: "@types/estree@npm:1.0.5"
checksum: 7de6d928dd4010b0e20c6919e1a6c27b61f8d4567befa89252055fad503d587ecb9a1e3eab1b1901f923964d7019796db810b7fd6430acb26c32866d126fd408
Expand Down Expand Up @@ -7117,70 +7005,7 @@ __metadata:
languageName: node
linkType: hard

"rollup@npm:^4.0.2, rollup@npm:^4.13.0":
version: 4.18.0
resolution: "rollup@npm:4.18.0"
dependencies:
"@rollup/rollup-android-arm-eabi": "npm:4.18.0"
"@rollup/rollup-android-arm64": "npm:4.18.0"
"@rollup/rollup-darwin-arm64": "npm:4.18.0"
"@rollup/rollup-darwin-x64": "npm:4.18.0"
"@rollup/rollup-linux-arm-gnueabihf": "npm:4.18.0"
"@rollup/rollup-linux-arm-musleabihf": "npm:4.18.0"
"@rollup/rollup-linux-arm64-gnu": "npm:4.18.0"
"@rollup/rollup-linux-arm64-musl": "npm:4.18.0"
"@rollup/rollup-linux-powerpc64le-gnu": "npm:4.18.0"
"@rollup/rollup-linux-riscv64-gnu": "npm:4.18.0"
"@rollup/rollup-linux-s390x-gnu": "npm:4.18.0"
"@rollup/rollup-linux-x64-gnu": "npm:4.18.0"
"@rollup/rollup-linux-x64-musl": "npm:4.18.0"
"@rollup/rollup-win32-arm64-msvc": "npm:4.18.0"
"@rollup/rollup-win32-ia32-msvc": "npm:4.18.0"
"@rollup/rollup-win32-x64-msvc": "npm:4.18.0"
"@types/estree": "npm:1.0.5"
fsevents: "npm:~2.3.2"
dependenciesMeta:
"@rollup/rollup-android-arm-eabi":
optional: true
"@rollup/rollup-android-arm64":
optional: true
"@rollup/rollup-darwin-arm64":
optional: true
"@rollup/rollup-darwin-x64":
optional: true
"@rollup/rollup-linux-arm-gnueabihf":
optional: true
"@rollup/rollup-linux-arm-musleabihf":
optional: true
"@rollup/rollup-linux-arm64-gnu":
optional: true
"@rollup/rollup-linux-arm64-musl":
optional: true
"@rollup/rollup-linux-powerpc64le-gnu":
optional: true
"@rollup/rollup-linux-riscv64-gnu":
optional: true
"@rollup/rollup-linux-s390x-gnu":
optional: true
"@rollup/rollup-linux-x64-gnu":
optional: true
"@rollup/rollup-linux-x64-musl":
optional: true
"@rollup/rollup-win32-arm64-msvc":
optional: true
"@rollup/rollup-win32-ia32-msvc":
optional: true
"@rollup/rollup-win32-x64-msvc":
optional: true
fsevents:
optional: true
bin:
rollup: dist/bin/rollup
checksum: 2320fe653cfd5e3d72ecab2f1d52d47e7b624a6ab02919f53c1ad1c5efa3b66e277c3ecfef03bb97651e79cef04bfefd34ad1f6e648f496572bf76c834f19599
languageName: node
linkType: hard

"rollup@npm:^4.20.0":
"rollup@npm:^4.0.2, rollup@npm:^4.13.0, rollup@npm:^4.20.0":
version: 4.26.0
resolution: "rollup@npm:4.26.0"
dependencies:
Expand Down

0 comments on commit abdbabe

Please sign in to comment.