Skip to content

Commit 9b2638d

Browse files
chore: bump rollup from 4.41.0 to 4.42.0 (#150)
Bumps [rollup](https://github.com/rollup/rollup) from 4.41.0 to 4.42.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.42.0</h2> <h2>4.42.0</h2> <p><em>2025-06-06</em></p> <h3>Features</h3> <ul> <li>Add option to allow the input to be located in the output in watch mode (<a href="https://redirect.github.com/rollup/rollup/issues/5966">#5966</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://redirect.github.com/rollup/rollup/pull/5966">#5966</a>: feat: watch mode add <code>allowInputInsideOutputPath</code> option (<a href="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/btea"><code>@​btea</code></a>, <a href="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/lukastaegert"><code>@​lukastaegert</code></a>)</li> </ul> <h2>v4.41.2</h2> <h2>4.41.2</h2> <p><em>2025-06-06</em></p> <h3>Bug Fixes</h3> <ul> <li>Detect named export usages in dynamic imports with <code>then</code> and non-arrow function expressions (<a href="https://redirect.github.com/rollup/rollup/issues/5977">#5977</a>)</li> <li>Do not replace usages of constant variables with their values for readability (<a href="https://redirect.github.com/rollup/rollup/issues/5968">#5968</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://redirect.github.com/rollup/rollup/pull/5968">#5968</a>: fix: preserve constant identifiers in unary expressions instead of magic numbers (<a href="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/OmkarJ13"><code>@​OmkarJ13</code></a>, <a href="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/lukastaegert"><code>@​lukastaegert</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5969">#5969</a>: chore(deps): update dependency yargs-parser to v22 (<a href="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/renovate"><code>@​renovate</code></a>[bot], <a href="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/lukastaegert"><code>@​lukastaegert</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5970">#5970</a>: chore(deps): lock file maintenance minor/patch updates (<a href="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/renovate"><code>@​renovate</code></a>[bot])</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5971">#5971</a>: chore(deps): lock file maintenance (<a href="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/renovate"><code>@​renovate</code></a>[bot])</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5976">#5976</a>: Update README.md (<a href="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/ftlno"><code>@​ftlno</code></a>, <a href="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/lukastaegert"><code>@​lukastaegert</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5977">#5977</a>: fix: consider function expression in thenable when tree-shaking dynamic imports (<a href="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/TrickyPi"><code>@​TrickyPi</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5981">#5981</a>: fix(deps): lock file maintenance minor/patch updates (<a href="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/renovate"><code>@​renovate</code></a>[bot])</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5982">#5982</a>: Debug/fix watch pipeline (<a href="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/lukastaegert"><code>@​lukastaegert</code></a>)</li> </ul> <h2>v4.41.1</h2> <h2>4.41.1</h2> <p><em>2025-05-24</em></p> <h3>Bug Fixes</h3> <ul> <li>If a plugin calls <code>this.resolve</code> with <code>skipSelf: true</code>, subsequent calls when handling this by the same plugin with same parameters will return <code>null</code> to avoid infinite recursions (<a href="https://redirect.github.com/rollup/rollup/issues/5945">#5945</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://redirect.github.com/rollup/rollup/pull/5945">#5945</a>: Avoid recursively calling a plugin's resolveId hook with same id and importer (<a href="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/younggglcy"><code>@​younggglcy</code></a>, <a href="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/lukastaegert"><code>@​lukastaegert</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5963">#5963</a>: fix(deps): update swc monorepo (major) (<a href="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/renovate"><code>@​renovate</code></a>[bot])</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5964">#5964</a>: fix(deps): lock file maintenance minor/patch updates (<a href="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/renovate"><code>@​renovate</code></a>[bot])</li> </ul> </blockquote> </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.42.0</h2> <p><em>2025-06-06</em></p> <h3>Features</h3> <ul> <li>Add option to allow the input to be located in the output in watch mode (<a href="https://redirect.github.com/rollup/rollup/issues/5966">#5966</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://redirect.github.com/rollup/rollup/pull/5966">#5966</a>: feat: watch mode add <code>allowInputInsideOutputPath</code> option (<a href="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/btea"><code>@​btea</code></a>, <a href="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/lukastaegert"><code>@​lukastaegert</code></a>)</li> </ul> <h2>4.41.2</h2> <p><em>2025-06-06</em></p> <h3>Bug Fixes</h3> <ul> <li>Detect named export usages in dynamic imports with <code>then</code> and non-arrow function expressions (<a href="https://redirect.github.com/rollup/rollup/issues/5977">#5977</a>)</li> <li>Do not replace usages of constant variables with their values for readability (<a href="https://redirect.github.com/rollup/rollup/issues/5968">#5968</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://redirect.github.com/rollup/rollup/pull/5968">#5968</a>: fix: preserve constant identifiers in unary expressions instead of magic numbers (<a href="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/OmkarJ13"><code>@​OmkarJ13</code></a>, <a href="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/lukastaegert"><code>@​lukastaegert</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5969">#5969</a>: chore(deps): update dependency yargs-parser to v22 (<a href="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/renovate"><code>@​renovate</code></a>[bot], <a href="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/lukastaegert"><code>@​lukastaegert</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5970">#5970</a>: chore(deps): lock file maintenance minor/patch updates (<a href="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/renovate"><code>@​renovate</code></a>[bot])</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5971">#5971</a>: chore(deps): lock file maintenance (<a href="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/renovate"><code>@​renovate</code></a>[bot])</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5976">#5976</a>: Update README.md (<a href="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/ftlno"><code>@​ftlno</code></a>, <a href="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/lukastaegert"><code>@​lukastaegert</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5977">#5977</a>: fix: consider function expression in thenable when tree-shaking dynamic imports (<a href="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/TrickyPi"><code>@​TrickyPi</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5981">#5981</a>: fix(deps): lock file maintenance minor/patch updates (<a href="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/renovate"><code>@​renovate</code></a>[bot])</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5982">#5982</a>: Debug/fix watch pipeline (<a href="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/lukastaegert"><code>@​lukastaegert</code></a>)</li> </ul> <h2>4.41.1</h2> <p><em>2025-05-24</em></p> <h3>Bug Fixes</h3> <ul> <li>If a plugin calls <code>this.resolve</code> with <code>skipSelf: true</code>, subsequent calls when handling this by the same plugin with same parameters will return <code>null</code> to avoid infinite recursions (<a href="https://redirect.github.com/rollup/rollup/issues/5945">#5945</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://redirect.github.com/rollup/rollup/pull/5945">#5945</a>: Avoid recursively calling a plugin's resolveId hook with same id and importer (<a href="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/younggglcy"><code>@​younggglcy</code></a>, <a href="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/lukastaegert"><code>@​lukastaegert</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5963">#5963</a>: fix(deps): update swc monorepo (major) (<a href="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/renovate"><code>@​renovate</code></a>[bot])</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5964">#5964</a>: fix(deps): lock file maintenance minor/patch updates (<a href="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/renovate"><code>@​renovate</code></a>[bot])</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rollup/rollup/commit/f76339428586620ff3e4c32fce48f923e7be7b05"><code>f763394</code></a> 4.42.0</li> <li><a href="https://github.com/rollup/rollup/commit/dddc00de6ad733c76fff550140b3b6398f1f08de"><code>dddc00d</code></a> feat: watch mode add <code>allowInputInsideOutputPath</code> option (<a href="https://redirect.github.com/rollup/rollup/issues/5966">#5966</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/13b4669dbc21cb738551cd725d2a18c77b3cea11"><code>13b4669</code></a> 4.41.2</li> <li><a href="https://github.com/rollup/rollup/commit/149d94c1674c9e7d0d52d5506836f9393d667958"><code>149d94c</code></a> Debug/fix watch pipeline (<a href="https://redirect.github.com/rollup/rollup/issues/5982">#5982</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/13992f2a5c89a0802cfd60e1b308afdc85dc4f3f"><code>13992f2</code></a> Update README.md (<a href="https://redirect.github.com/rollup/rollup/issues/5976">#5976</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/224c90071791e5c067d2c55e11f15b04acf7ebeb"><code>224c900</code></a> fix: preserve constant identifiers in unary expressions instead of magic numb...</li> <li><a href="https://github.com/rollup/rollup/commit/da88626ce276955bcd49dbd5b7312c553905129b"><code>da88626</code></a> fix: consider function expression in thenable when tree-shaking dynamic impor...</li> <li><a href="https://github.com/rollup/rollup/commit/8f0dbc9974042d9f365772ace0aa8b5b9a23cada"><code>8f0dbc9</code></a> fix(deps): lock file maintenance minor/patch updates (<a href="https://redirect.github.com/rollup/rollup/issues/5981">#5981</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/4f69d33af3b2ec9320c43c9e6c65ea23a02bdde3"><code>4f69d33</code></a> chore(deps): update dependency yargs-parser to v22 (<a href="https://redirect.github.com/rollup/rollup/issues/5969">#5969</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/0fbd796d4efcb32ab55dba4560cb5751a64cbe2e"><code>0fbd796</code></a> chore(deps): lock file maintenance (<a href="https://redirect.github.com/rollup/rollup/issues/5971">#5971</a>)</li> <li>Additional commits viewable in <a href="https://github.com/rollup/rollup/compare/v4.41.0...v4.42.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.41.0&new-version=4.42.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>
1 parent 7defcc9 commit 9b2638d

File tree

2 files changed

+124
-124
lines changed

2 files changed

+124
-124
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"mkdirp": "3.0.1",
101101
"multistream": "4.1.0",
102102
"regenerator-runtime": "0.14.1",
103-
"rollup": "4.41.0",
103+
"rollup": "4.42.0",
104104
"rxjs": "7.8.1",
105105
"ts-jest": "29.1.4",
106106
"ts-node": "10.9.2",

yarn.lock

Lines changed: 123 additions & 123 deletions
Original file line numberDiff line numberDiff line change
@@ -990,105 +990,105 @@
990990
estree-walker "^2.0.2"
991991
picomatch "^2.3.1"
992992

993-
"@rollup/rollup-android-arm-eabi@4.41.0":
994-
version "4.41.0"
995-
resolved "https://registry.yarnpkg.com/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.41.0.tgz#9145b38faf3fbfe3ec557130110e772f797335aa"
996-
integrity sha512-KxN+zCjOYHGwCl4UCtSfZ6jrq/qi88JDUtiEFk8LELEHq2Egfc/FgW+jItZiOLRuQfb/3xJSgFuNPC9jzggX+A==
997-
998-
"@rollup/rollup-android-arm64@4.41.0":
999-
version "4.41.0"
1000-
resolved "https://registry.yarnpkg.com/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.41.0.tgz#d73d641c59e9d7827e5ce0af9dfbc168b95cce0f"
1001-
integrity sha512-yDvqx3lWlcugozax3DItKJI5j05B0d4Kvnjx+5mwiUpWramVvmAByYigMplaoAQ3pvdprGCTCE03eduqE/8mPQ==
1002-
1003-
"@rollup/rollup-darwin-arm64@4.41.0":
1004-
version "4.41.0"
1005-
resolved "https://registry.yarnpkg.com/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.41.0.tgz#45d9d71d941117c98e7a5e77f60f0bc682d27e82"
1006-
integrity sha512-2KOU574vD3gzcPSjxO0eyR5iWlnxxtmW1F5CkNOHmMlueKNCQkxR6+ekgWyVnz6zaZihpUNkGxjsYrkTJKhkaw==
1007-
1008-
"@rollup/rollup-darwin-x64@4.41.0":
1009-
version "4.41.0"
1010-
resolved "https://registry.yarnpkg.com/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.41.0.tgz#8d72fb5f81714cb43e90f263fb1674520cce3f2a"
1011-
integrity sha512-gE5ACNSxHcEZyP2BA9TuTakfZvULEW4YAOtxl/A/YDbIir/wPKukde0BNPlnBiP88ecaN4BJI2TtAd+HKuZPQQ==
1012-
1013-
"@rollup/rollup-freebsd-arm64@4.41.0":
1014-
version "4.41.0"
1015-
resolved "https://registry.yarnpkg.com/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.41.0.tgz#a52b58852c9cec9255e382a2f335b08bc8c6111d"
1016-
integrity sha512-GSxU6r5HnWij7FoSo7cZg3l5GPg4HFLkzsFFh0N/b16q5buW1NAWuCJ+HMtIdUEi6XF0qH+hN0TEd78laRp7Dg==
1017-
1018-
"@rollup/rollup-freebsd-x64@4.41.0":
1019-
version "4.41.0"
1020-
resolved "https://registry.yarnpkg.com/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.41.0.tgz#104511dc64612789ddda41d164ab07cdac84a6c1"
1021-
integrity sha512-KGiGKGDg8qLRyOWmk6IeiHJzsN/OYxO6nSbT0Vj4MwjS2XQy/5emsmtoqLAabqrohbgLWJ5GV3s/ljdrIr8Qjg==
1022-
1023-
"@rollup/rollup-linux-arm-gnueabihf@4.41.0":
1024-
version "4.41.0"
1025-
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.41.0.tgz#643e3ad19c93903201fde89abd76baaee725e6c2"
1026-
integrity sha512-46OzWeqEVQyX3N2/QdiU/CMXYDH/lSHpgfBkuhl3igpZiaB3ZIfSjKuOnybFVBQzjsLwkus2mjaESy8H41SzvA==
1027-
1028-
"@rollup/rollup-linux-arm-musleabihf@4.41.0":
1029-
version "4.41.0"
1030-
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.41.0.tgz#fdc6a595aec7b20c5bfdac81412028c56d734e63"
1031-
integrity sha512-lfgW3KtQP4YauqdPpcUZHPcqQXmTmH4nYU0cplNeW583CMkAGjtImw4PKli09NFi2iQgChk4e9erkwlfYem6Lg==
1032-
1033-
"@rollup/rollup-linux-arm64-gnu@4.41.0":
1034-
version "4.41.0"
1035-
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.41.0.tgz#c28620bcd385496bdbbc24920b21f9fcca9ecbfa"
1036-
integrity sha512-nn8mEyzMbdEJzT7cwxgObuwviMx6kPRxzYiOl6o/o+ChQq23gfdlZcUNnt89lPhhz3BYsZ72rp0rxNqBSfqlqw==
1037-
1038-
"@rollup/rollup-linux-arm64-musl@4.41.0":
1039-
version "4.41.0"
1040-
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.41.0.tgz#a6b71b1e8fa33bac9f65b6f879e8ed878035d120"
1041-
integrity sha512-l+QK99je2zUKGd31Gh+45c4pGDAqZSuWQiuRFCdHYC2CSiO47qUWsCcenrI6p22hvHZrDje9QjwSMAFL3iwXwQ==
1042-
1043-
"@rollup/rollup-linux-loongarch64-gnu@4.41.0":
1044-
version "4.41.0"
1045-
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-loongarch64-gnu/-/rollup-linux-loongarch64-gnu-4.41.0.tgz#b06374601ce865a1110324b2f06db574d3a1b0e1"
1046-
integrity sha512-WbnJaxPv1gPIm6S8O/Wg+wfE/OzGSXlBMbOe4ie+zMyykMOeqmgD1BhPxZQuDqwUN+0T/xOFtL2RUWBspnZj3w==
1047-
1048-
"@rollup/rollup-linux-powerpc64le-gnu@4.41.0":
1049-
version "4.41.0"
1050-
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.41.0.tgz#8a2a1f6058c920889c2aff3753a20fead7a8cc26"
1051-
integrity sha512-eRDWR5t67/b2g8Q/S8XPi0YdbKcCs4WQ8vklNnUYLaSWF+Cbv2axZsp4jni6/j7eKvMLYCYdcsv8dcU+a6QNFg==
1052-
1053-
"@rollup/rollup-linux-riscv64-gnu@4.41.0":
1054-
version "4.41.0"
1055-
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.41.0.tgz#8ef6f680d011b95a2f6546c6c31a37a33138035f"
1056-
integrity sha512-TWrZb6GF5jsEKG7T1IHwlLMDRy2f3DPqYldmIhnA2DVqvvhY2Ai184vZGgahRrg8k9UBWoSlHv+suRfTN7Ua4A==
1057-
1058-
"@rollup/rollup-linux-riscv64-musl@4.41.0":
1059-
version "4.41.0"
1060-
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.41.0.tgz#9f4884c5955a7cd39b396f6e27aa59b3269988eb"
1061-
integrity sha512-ieQljaZKuJpmWvd8gW87ZmSFwid6AxMDk5bhONJ57U8zT77zpZ/TPKkU9HpnnFrM4zsgr4kiGuzbIbZTGi7u9A==
1062-
1063-
"@rollup/rollup-linux-s390x-gnu@4.41.0":
1064-
version "4.41.0"
1065-
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.41.0.tgz#5619303cc51994e3df404a497f42c79dc5efd6eb"
1066-
integrity sha512-/L3pW48SxrWAlVsKCN0dGLB2bi8Nv8pr5S5ocSM+S0XCn5RCVCXqi8GVtHFsOBBCSeR+u9brV2zno5+mg3S4Aw==
1067-
1068-
"@rollup/rollup-linux-x64-gnu@4.41.0":
1069-
version "4.41.0"
1070-
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.41.0.tgz#c3e42b66c04e25ad0f2a00beec42ede96ccc8983"
1071-
integrity sha512-XMLeKjyH8NsEDCRptf6LO8lJk23o9wvB+dJwcXMaH6ZQbbkHu2dbGIUindbMtRN6ux1xKi16iXWu6q9mu7gDhQ==
1072-
1073-
"@rollup/rollup-linux-x64-musl@4.41.0":
1074-
version "4.41.0"
1075-
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.41.0.tgz#8d3452de42aa72fc5fc3e5ad1eb0b68030742a25"
1076-
integrity sha512-m/P7LycHZTvSQeXhFmgmdqEiTqSV80zn6xHaQ1JSqwCtD1YGtwEK515Qmy9DcB2HK4dOUVypQxvhVSy06cJPEg==
1077-
1078-
"@rollup/rollup-win32-arm64-msvc@4.41.0":
1079-
version "4.41.0"
1080-
resolved "https://registry.yarnpkg.com/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.41.0.tgz#3b7bbd9f43f1c380061f306abce6f3f64de20306"
1081-
integrity sha512-4yodtcOrFHpbomJGVEqZ8fzD4kfBeCbpsUy5Pqk4RluXOdsWdjLnjhiKy2w3qzcASWd04fp52Xz7JKarVJ5BTg==
1082-
1083-
"@rollup/rollup-win32-ia32-msvc@4.41.0":
1084-
version "4.41.0"
1085-
resolved "https://registry.yarnpkg.com/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.41.0.tgz#e27ef5c40bbec49fac3d4e4b1618fbe4597b40e5"
1086-
integrity sha512-tmazCrAsKzdkXssEc65zIE1oC6xPHwfy9d5Ta25SRCDOZS+I6RypVVShWALNuU9bxIfGA0aqrmzlzoM5wO5SPQ==
1087-
1088-
"@rollup/rollup-win32-x64-msvc@4.41.0":
1089-
version "4.41.0"
1090-
resolved "https://registry.yarnpkg.com/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.41.0.tgz#b0b595ad4720259bbb81600750d26a655cac06be"
1091-
integrity sha512-h1J+Yzjo/X+0EAvR2kIXJDuTuyT7drc+t2ALY0nIcGPbTatNOf0VWdhEA2Z4AAjv6X1NJV7SYo5oCTYRJhSlVA==
993+
"@rollup/rollup-android-arm-eabi@4.42.0":
994+
version "4.42.0"
995+
resolved "https://registry.yarnpkg.com/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.42.0.tgz#8baae15a6a27f18b7c5be420e00ab08c7d3dd6f4"
996+
integrity sha512-gldmAyS9hpj+H6LpRNlcjQWbuKUtb94lodB9uCz71Jm+7BxK1VIOo7y62tZZwxhA7j1ylv/yQz080L5WkS+LoQ==
997+
998+
"@rollup/rollup-android-arm64@4.42.0":
999+
version "4.42.0"
1000+
resolved "https://registry.yarnpkg.com/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.42.0.tgz#6798394241d1b26f8b44d2bbd8de9c12eb9dd6e6"
1001+
integrity sha512-bpRipfTgmGFdCZDFLRvIkSNO1/3RGS74aWkJJTFJBH7h3MRV4UijkaEUeOMbi9wxtxYmtAbVcnMtHTPBhLEkaw==
1002+
1003+
"@rollup/rollup-darwin-arm64@4.42.0":
1004+
version "4.42.0"
1005+
resolved "https://registry.yarnpkg.com/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.42.0.tgz#8642482ac2d21e7747a79b1cc3293d5711fefea3"
1006+
integrity sha512-JxHtA081izPBVCHLKnl6GEA0w3920mlJPLh89NojpU2GsBSB6ypu4erFg/Wx1qbpUbepn0jY4dVWMGZM8gplgA==
1007+
1008+
"@rollup/rollup-darwin-x64@4.42.0":
1009+
version "4.42.0"
1010+
resolved "https://registry.yarnpkg.com/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.42.0.tgz#e15568b2fea4fdc526e86424150df9ec511fbaaf"
1011+
integrity sha512-rv5UZaWVIJTDMyQ3dCEK+m0SAn6G7H3PRc2AZmExvbDvtaDc+qXkei0knQWcI3+c9tEs7iL/4I4pTQoPbNL2SA==
1012+
1013+
"@rollup/rollup-freebsd-arm64@4.42.0":
1014+
version "4.42.0"
1015+
resolved "https://registry.yarnpkg.com/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.42.0.tgz#0ebdb3b470ccf6acf0eacae8177f34e27477559f"
1016+
integrity sha512-fJcN4uSGPWdpVmvLuMtALUFwCHgb2XiQjuECkHT3lWLZhSQ3MBQ9pq+WoWeJq2PrNxr9rPM1Qx+IjyGj8/c6zQ==
1017+
1018+
"@rollup/rollup-freebsd-x64@4.42.0":
1019+
version "4.42.0"
1020+
resolved "https://registry.yarnpkg.com/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.42.0.tgz#675808bf4fe7c7fc454326510ab3be0857626d41"
1021+
integrity sha512-CziHfyzpp8hJpCVE/ZdTizw58gr+m7Y2Xq5VOuCSrZR++th2xWAz4Nqk52MoIIrV3JHtVBhbBsJcAxs6NammOQ==
1022+
1023+
"@rollup/rollup-linux-arm-gnueabihf@4.42.0":
1024+
version "4.42.0"
1025+
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.42.0.tgz#05e881cc69f59415fe8c1af13554c60c7c49d114"
1026+
integrity sha512-UsQD5fyLWm2Fe5CDM7VPYAo+UC7+2Px4Y+N3AcPh/LdZu23YcuGPegQly++XEVaC8XUTFVPscl5y5Cl1twEI4A==
1027+
1028+
"@rollup/rollup-linux-arm-musleabihf@4.42.0":
1029+
version "4.42.0"
1030+
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.42.0.tgz#eb990bf7c3c37749c3d5afed34e6adec1c927963"
1031+
integrity sha512-/i8NIrlgc/+4n1lnoWl1zgH7Uo0XK5xK3EDqVTf38KvyYgCU/Rm04+o1VvvzJZnVS5/cWSd07owkzcVasgfIkQ==
1032+
1033+
"@rollup/rollup-linux-arm64-gnu@4.42.0":
1034+
version "4.42.0"
1035+
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.42.0.tgz#3deeacff589e7f370aca5cef29d68d4c8fa0033c"
1036+
integrity sha512-eoujJFOvoIBjZEi9hJnXAbWg+Vo1Ov8n/0IKZZcPZ7JhBzxh2A+2NFyeMZIRkY9iwBvSjloKgcvnjTbGKHE44Q==
1037+
1038+
"@rollup/rollup-linux-arm64-musl@4.42.0":
1039+
version "4.42.0"
1040+
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.42.0.tgz#6db81ab065ef278faf83d875c77ff9cdd51abcfd"
1041+
integrity sha512-/3NrcOWFSR7RQUQIuZQChLND36aTU9IYE4j+TB40VU78S+RA0IiqHR30oSh6P1S9f9/wVOenHQnacs/Byb824g==
1042+
1043+
"@rollup/rollup-linux-loongarch64-gnu@4.42.0":
1044+
version "4.42.0"
1045+
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-loongarch64-gnu/-/rollup-linux-loongarch64-gnu-4.42.0.tgz#90d35336ad4cbf318648e41b0e7ce3920c28ebc9"
1046+
integrity sha512-O8AplvIeavK5ABmZlKBq9/STdZlnQo7Sle0LLhVA7QT+CiGpNVe197/t8Aph9bhJqbDVGCHpY2i7QyfEDDStDg==
1047+
1048+
"@rollup/rollup-linux-powerpc64le-gnu@4.42.0":
1049+
version "4.42.0"
1050+
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.42.0.tgz#6d21a0f18262648ec181fc9326b8f0ac02aa744d"
1051+
integrity sha512-6Qb66tbKVN7VyQrekhEzbHRxXXFFD8QKiFAwX5v9Xt6FiJ3BnCVBuyBxa2fkFGqxOCSGGYNejxd8ht+q5SnmtA==
1052+
1053+
"@rollup/rollup-linux-riscv64-gnu@4.42.0":
1054+
version "4.42.0"
1055+
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.42.0.tgz#e46e2d1125957694bfb5222ecd63dd6c9bd69682"
1056+
integrity sha512-KQETDSEBamQFvg/d8jajtRwLNBlGc3aKpaGiP/LvEbnmVUKlFta1vqJqTrvPtsYsfbE/DLg5CC9zyXRX3fnBiA==
1057+
1058+
"@rollup/rollup-linux-riscv64-musl@4.42.0":
1059+
version "4.42.0"
1060+
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.42.0.tgz#478a23f0fa0d832a0a6fa858a9f3d2eb201d44de"
1061+
integrity sha512-qMvnyjcU37sCo/tuC+JqeDKSuukGAd+pVlRl/oyDbkvPJ3awk6G6ua7tyum02O3lI+fio+eM5wsVd66X0jQtxw==
1062+
1063+
"@rollup/rollup-linux-s390x-gnu@4.42.0":
1064+
version "4.42.0"
1065+
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.42.0.tgz#4261c714cd750e3fb685a330dfca7bb8f5711469"
1066+
integrity sha512-I2Y1ZUgTgU2RLddUHXTIgyrdOwljjkmcZ/VilvaEumtS3Fkuhbw4p4hgHc39Ypwvo2o7sBFNl2MquNvGCa55Iw==
1067+
1068+
"@rollup/rollup-linux-x64-gnu@4.42.0":
1069+
version "4.42.0"
1070+
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.42.0.tgz#45aa751bdf05ac696da417a37fdfd13f607e1fab"
1071+
integrity sha512-Gfm6cV6mj3hCUY8TqWa63DB8Mx3NADoFwiJrMpoZ1uESbK8FQV3LXkhfry+8bOniq9pqY1OdsjFWNsSbfjPugw==
1072+
1073+
"@rollup/rollup-linux-x64-musl@4.42.0":
1074+
version "4.42.0"
1075+
resolved "https://registry.yarnpkg.com/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.42.0.tgz#9a0f8691dede53d1720ebb2aeef72e483cf69220"
1076+
integrity sha512-g86PF8YZ9GRqkdi0VoGlcDUb4rYtQKyTD1IVtxxN4Hpe7YqLBShA7oHMKU6oKTCi3uxwW4VkIGnOaH/El8de3w==
1077+
1078+
"@rollup/rollup-win32-arm64-msvc@4.42.0":
1079+
version "4.42.0"
1080+
resolved "https://registry.yarnpkg.com/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.42.0.tgz#395ad8b6b6372a3888d2e96bf6c45392be815f4d"
1081+
integrity sha512-+axkdyDGSp6hjyzQ5m1pgcvQScfHnMCcsXkx8pTgy/6qBmWVhtRVlgxjWwDp67wEXXUr0x+vD6tp5W4x6V7u1A==
1082+
1083+
"@rollup/rollup-win32-ia32-msvc@4.42.0":
1084+
version "4.42.0"
1085+
resolved "https://registry.yarnpkg.com/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.42.0.tgz#0d80305a14fff372ea5e90cd35c63c6b8efbd143"
1086+
integrity sha512-F+5J9pelstXKwRSDq92J0TEBXn2nfUrQGg+HK1+Tk7VOL09e0gBqUHugZv7SW4MGrYj41oNCUe3IKCDGVlis2g==
1087+
1088+
"@rollup/rollup-win32-x64-msvc@4.42.0":
1089+
version "4.42.0"
1090+
resolved "https://registry.yarnpkg.com/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.42.0.tgz#516c6770ba15fe6aef369d217a9747492c01e8b7"
1091+
integrity sha512-LpHiJRwkaVz/LqjHjK8LCi8osq7elmpwujwbXKNW88bM8eeGxavJIKKjkjpMHAh/2xfnrt1ZSnhTv41WYUHYmA==
10921092

10931093
10941094
version "3.0.1"
@@ -6023,33 +6023,33 @@ reusify@^1.0.4:
60236023
resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76"
60246024
integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==
60256025

6026-
rollup@4.41.0:
6027-
version "4.41.0"
6028-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-4.41.0.tgz#17476835d2967759e3ffebe5823ed15fc4b7d13e"
6029-
integrity sha512-HqMFpUbWlf/tvcxBFNKnJyzc7Lk+XO3FGc3pbNBLqEbOz0gPLRgcrlS3UF4MfUrVlstOaP/q0kM6GVvi+LrLRg==
6026+
rollup@4.42.0:
6027+
version "4.42.0"
6028+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-4.42.0.tgz#57990f059e96bbccccefd5a41d8d5aff15ac1cb8"
6029+
integrity sha512-LW+Vse3BJPyGJGAJt1j8pWDKPd73QM8cRXYK1IxOBgL2AGLu7Xd2YOW0M2sLUBCkF5MshXXtMApyEAEzMVMsnw==
60306030
dependencies:
60316031
"@types/estree" "1.0.7"
60326032
optionalDependencies:
6033-
"@rollup/rollup-android-arm-eabi" "4.41.0"
6034-
"@rollup/rollup-android-arm64" "4.41.0"
6035-
"@rollup/rollup-darwin-arm64" "4.41.0"
6036-
"@rollup/rollup-darwin-x64" "4.41.0"
6037-
"@rollup/rollup-freebsd-arm64" "4.41.0"
6038-
"@rollup/rollup-freebsd-x64" "4.41.0"
6039-
"@rollup/rollup-linux-arm-gnueabihf" "4.41.0"
6040-
"@rollup/rollup-linux-arm-musleabihf" "4.41.0"
6041-
"@rollup/rollup-linux-arm64-gnu" "4.41.0"
6042-
"@rollup/rollup-linux-arm64-musl" "4.41.0"
6043-
"@rollup/rollup-linux-loongarch64-gnu" "4.41.0"
6044-
"@rollup/rollup-linux-powerpc64le-gnu" "4.41.0"
6045-
"@rollup/rollup-linux-riscv64-gnu" "4.41.0"
6046-
"@rollup/rollup-linux-riscv64-musl" "4.41.0"
6047-
"@rollup/rollup-linux-s390x-gnu" "4.41.0"
6048-
"@rollup/rollup-linux-x64-gnu" "4.41.0"
6049-
"@rollup/rollup-linux-x64-musl" "4.41.0"
6050-
"@rollup/rollup-win32-arm64-msvc" "4.41.0"
6051-
"@rollup/rollup-win32-ia32-msvc" "4.41.0"
6052-
"@rollup/rollup-win32-x64-msvc" "4.41.0"
6033+
"@rollup/rollup-android-arm-eabi" "4.42.0"
6034+
"@rollup/rollup-android-arm64" "4.42.0"
6035+
"@rollup/rollup-darwin-arm64" "4.42.0"
6036+
"@rollup/rollup-darwin-x64" "4.42.0"
6037+
"@rollup/rollup-freebsd-arm64" "4.42.0"
6038+
"@rollup/rollup-freebsd-x64" "4.42.0"
6039+
"@rollup/rollup-linux-arm-gnueabihf" "4.42.0"
6040+
"@rollup/rollup-linux-arm-musleabihf" "4.42.0"
6041+
"@rollup/rollup-linux-arm64-gnu" "4.42.0"
6042+
"@rollup/rollup-linux-arm64-musl" "4.42.0"
6043+
"@rollup/rollup-linux-loongarch64-gnu" "4.42.0"
6044+
"@rollup/rollup-linux-powerpc64le-gnu" "4.42.0"
6045+
"@rollup/rollup-linux-riscv64-gnu" "4.42.0"
6046+
"@rollup/rollup-linux-riscv64-musl" "4.42.0"
6047+
"@rollup/rollup-linux-s390x-gnu" "4.42.0"
6048+
"@rollup/rollup-linux-x64-gnu" "4.42.0"
6049+
"@rollup/rollup-linux-x64-musl" "4.42.0"
6050+
"@rollup/rollup-win32-arm64-msvc" "4.42.0"
6051+
"@rollup/rollup-win32-ia32-msvc" "4.42.0"
6052+
"@rollup/rollup-win32-x64-msvc" "4.42.0"
60536053
fsevents "~2.3.2"
60546054

60556055
run-parallel@^1.1.9:

0 commit comments

Comments
 (0)