Skip to content

Commit fb3a92b

Browse files
deps(dev): bump @rollup/wasm-node from 4.46.2 to 4.50.0 (#5045)
Bumps [@rollup/wasm-node](https://github.com/rollup/rollup) from 4.46.2 to 4.50.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rollup/rollup/releases"><code>@​rollup/wasm-node</code>'s releases</a>.</em></p> <blockquote> <h2>v4.50.0</h2> <h2>4.50.0</h2> <p><em>2025-08-31</em></p> <h3>Features</h3> <ul> <li>Support openharmony-arm64 platform (<a href="https://redirect.github.com/rollup/rollup/issues/6081">#6081</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Fix loading of extensionless imports in config files (<a href="https://redirect.github.com/rollup/rollup/issues/6084">#6084</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://redirect.github.com/rollup/rollup/pull/6081">#6081</a>: Add support for openharmony-arm64 platform (<a href="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/hqzing"><code>@​hqzing</code></a>, <a href="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/lukastaegert"><code>@​lukastaegert</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/6084">#6084</a>: Return null to defer to the default resolution behavior (<a href="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/TrickyPi"><code>@​TrickyPi</code></a>)</li> </ul> <h2>v4.49.0</h2> <h2>4.49.0</h2> <p><em>2025-08-27</em></p> <h3>Features</h3> <ul> <li>Allow config plugins to resolve imports first before deciding whether to treat them as external (<a href="https://redirect.github.com/rollup/rollup/issues/6038">#6038</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://redirect.github.com/rollup/rollup/pull/6038">#6038</a>: feat: Run external check in <code>cli/run/loadConfigFile.ts</code> as last in order to allow handling of e.g. workspace package imports in TS monorepos correctly (<a href="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/stazz"><code>@​stazz</code></a>, <a href="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/TrickyPi"><code>@​TrickyPi</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/6082">#6082</a>: Improve build pipeline performance (<a href="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/lukastaegert"><code>@​lukastaegert</code></a>)</li> </ul> <h2>v4.48.1</h2> <h2>4.48.1</h2> <p><em>2025-08-25</em></p> <h3>Bug Fixes</h3> <ul> <li>Correctly ignore white-space in JSX strings around line-breaks (<a href="https://redirect.github.com/rollup/rollup/issues/6051">#6051</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://redirect.github.com/rollup/rollup/pull/6051">#6051</a>: fix: handle whitespace according to JSX common practice (<a href="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/cyyynthia"><code>@​cyyynthia</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/6078">#6078</a>: build: optimize pipeline take two (<a href="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/cyyynthia"><code>@​cyyynthia</code></a>)</li> </ul> <h2>v4.48.0</h2> <h2>4.48.0</h2> <p><em>2025-08-23</em></p> <!-- 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"><code>@​rollup/wasm-node</code>'s changelog</a>.</em></p> <blockquote> <h2>4.50.0</h2> <p><em>2025-08-31</em></p> <h3>Features</h3> <ul> <li>Support openharmony-arm64 platform (<a href="https://redirect.github.com/rollup/rollup/issues/6081">#6081</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Fix loading of extensionless imports in config files (<a href="https://redirect.github.com/rollup/rollup/issues/6084">#6084</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://redirect.github.com/rollup/rollup/pull/6081">#6081</a>: Add support for openharmony-arm64 platform (<a href="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/hqzing"><code>@​hqzing</code></a>, <a href="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/lukastaegert"><code>@​lukastaegert</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/6084">#6084</a>: Return null to defer to the default resolution behavior (<a href="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/TrickyPi"><code>@​TrickyPi</code></a>)</li> </ul> <h2>4.49.0</h2> <p><em>2025-08-27</em></p> <h3>Features</h3> <ul> <li>Allow config plugins to resolve imports first before deciding whether to treat them as external (<a href="https://redirect.github.com/rollup/rollup/issues/6038">#6038</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://redirect.github.com/rollup/rollup/pull/6038">#6038</a>: feat: Run external check in <code>cli/run/loadConfigFile.ts</code> as last in order to allow handling of e.g. workspace package imports in TS monorepos correctly (<a href="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/stazz"><code>@​stazz</code></a>, <a href="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/TrickyPi"><code>@​TrickyPi</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/6082">#6082</a>: Improve build pipeline performance (<a href="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/lukastaegert"><code>@​lukastaegert</code></a>)</li> </ul> <h2>4.48.1</h2> <p><em>2025-08-25</em></p> <h3>Bug Fixes</h3> <ul> <li>Correctly ignore white-space in JSX strings around line-breaks (<a href="https://redirect.github.com/rollup/rollup/issues/6051">#6051</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://redirect.github.com/rollup/rollup/pull/6051">#6051</a>: fix: handle whitespace according to JSX common practice (<a href="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/cyyynthia"><code>@​cyyynthia</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/6078">#6078</a>: build: optimize pipeline take two (<a href="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/cyyynthia"><code>@​cyyynthia</code></a>)</li> </ul> <h2>4.48.0</h2> <p><em>2025-08-23</em></p> <h3>Features</h3> <ul> <li>If configured, also keep unparseable import attributes of external dynamic imports in the output(<a href="https://redirect.github.com/rollup/rollup/issues/6071">#6071</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rollup/rollup/commit/592e7d78f726bb038881f3c9ab4450d26c3db8c7"><code>592e7d7</code></a> 4.50.0</li> <li><a href="https://github.com/rollup/rollup/commit/06df2d617ded6d8b1766ba3aec087ddb7c1a8ad6"><code>06df2d6</code></a> Split up changelog file</li> <li><a href="https://github.com/rollup/rollup/commit/38a5c6d0a7f8aa705e699067e2da94eaaa8f2b60"><code>38a5c6d</code></a> Add support for openharmony-arm64 platform (<a href="https://redirect.github.com/rollup/rollup/issues/6081">#6081</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/bd02778ec8a1d65053b6fe162f5bd8462e0e8d36"><code>bd02778</code></a> Return null to defer to the default resolution behavior (<a href="https://redirect.github.com/rollup/rollup/issues/6084">#6084</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/b12c061d27d63062b91c1830a698de53fd6c2067"><code>b12c061</code></a> 4.49.0</li> <li><a href="https://github.com/rollup/rollup/commit/6b064765cd7c0645e0b2c7dc66dc3567639ce84e"><code>6b06476</code></a> feat: Run external check in <code>cli/run/loadConfigFile.ts</code> as last in order to a...</li> <li><a href="https://github.com/rollup/rollup/commit/59c16b9460f2a2f93b54ce54677a4d897a8e971d"><code>59c16b9</code></a> Improve build pipeline performance (<a href="https://redirect.github.com/rollup/rollup/issues/6082">#6082</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/8b6b06b16c2198f1e61749f17cbdbc25f2d3d214"><code>8b6b06b</code></a> 4.48.1</li> <li><a href="https://github.com/rollup/rollup/commit/8cf554aa4f929b73d82b1f987c64efdf3d0f4396"><code>8cf554a</code></a> build: optimize pipeline take two (<a href="https://redirect.github.com/rollup/rollup/issues/6078">#6078</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/c9e96c29e660e2d6df00e221b5d7a30e826c3243"><code>c9e96c2</code></a> fix: handle whitespace according to JSX common practice (<a href="https://redirect.github.com/rollup/rollup/issues/6051">#6051</a>)</li> <li>Additional commits viewable in <a href="https://github.com/rollup/rollup/compare/v4.46.2...v4.50.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@rollup/wasm-node&package-manager=npm_and_yarn&previous-version=4.46.2&new-version=4.50.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>
1 parent 2ea0093 commit fb3a92b

File tree

33 files changed

+67
-67
lines changed

33 files changed

+67
-67
lines changed

analyze-wasm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"@arcjet/rollup-config": "1.0.0-beta.10",
6767
"@arcjet/tsconfig": "1.0.0-beta.10",
6868
"@bytecodealliance/jco": "1.5.0",
69-
"@rollup/wasm-node": "4.46.2",
69+
"@rollup/wasm-node": "4.50.0",
7070
"@types/node": "24.1.0",
7171
"eslint": "9.32.0",
7272
"typescript": "5.9.2"

analyze/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@arcjet/rollup-config": "1.0.0-beta.10",
5454
"@arcjet/tsconfig": "1.0.0-beta.10",
5555
"@bytecodealliance/jco": "1.5.0",
56-
"@rollup/wasm-node": "4.46.2",
56+
"@rollup/wasm-node": "4.50.0",
5757
"@types/node": "24.1.0",
5858
"eslint": "9.32.0",
5959
"typescript": "5.9.2"

arcjet-astro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"@arcjet/eslint-config": "1.0.0-beta.10",
6666
"@arcjet/rollup-config": "1.0.0-beta.10",
6767
"@arcjet/tsconfig": "1.0.0-beta.10",
68-
"@rollup/wasm-node": "4.46.2",
68+
"@rollup/wasm-node": "4.50.0",
6969
"astro": "5.13.2",
7070
"eslint": "9.32.0",
7171
"typescript": "5.9.2"

arcjet-bun/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@arcjet/rollup-config": "1.0.0-beta.10",
5959
"@arcjet/tsconfig": "1.0.0-beta.10",
6060
"@types/node": "24.1.0",
61-
"@rollup/wasm-node": "4.46.2",
61+
"@rollup/wasm-node": "4.50.0",
6262
"bun-types": "1.2.19",
6363
"eslint": "9.32.0",
6464
"typescript": "5.9.2"

arcjet-deno/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@arcjet/rollup-config": "1.0.0-beta.10",
5858
"@arcjet/tsconfig": "1.0.0-beta.10",
5959
"@types/deno": "2.0.0",
60-
"@rollup/wasm-node": "4.46.2",
60+
"@rollup/wasm-node": "4.50.0",
6161
"eslint": "9.32.0",
6262
"typescript": "5.9.2"
6363
},

arcjet-fastify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"@arcjet/eslint-config": "1.0.0-beta.10",
6262
"@arcjet/rollup-config": "1.0.0-beta.10",
6363
"@arcjet/tsconfig": "1.0.0-beta.10",
64-
"@rollup/wasm-node": "4.46.2",
64+
"@rollup/wasm-node": "4.50.0",
6565
"@types/node": "24.1.0",
6666
"eslint": "9.32.0",
6767
"fastify": "^5.4.0",

arcjet-nest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"@arcjet/rollup-config": "1.0.0-beta.10",
6666
"@arcjet/tsconfig": "1.0.0-beta.10",
6767
"@nestjs/common": "^11.1.5",
68-
"@rollup/wasm-node": "4.46.2",
68+
"@rollup/wasm-node": "4.50.0",
6969
"@types/node": "24.1.0",
7070
"eslint": "9.32.0",
7171
"reflect-metadata": "0.2.2",

arcjet-next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"@arcjet/rollup-config": "1.0.0-beta.10",
6464
"@arcjet/tsconfig": "1.0.0-beta.10",
6565
"@types/node": "24.1.0",
66-
"@rollup/wasm-node": "4.46.2",
66+
"@rollup/wasm-node": "4.50.0",
6767
"eslint": "9.32.0",
6868
"next": "15.5.2",
6969
"react": "19.1.1",

arcjet-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"@arcjet/rollup-config": "1.0.0-beta.10",
6262
"@arcjet/tsconfig": "1.0.0-beta.10",
6363
"@types/node": "24.1.0",
64-
"@rollup/wasm-node": "4.46.2",
64+
"@rollup/wasm-node": "4.50.0",
6565
"eslint": "9.32.0",
6666
"typescript": "5.9.2"
6767
},

arcjet-remix/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"@arcjet/eslint-config": "1.0.0-beta.10",
5757
"@arcjet/rollup-config": "1.0.0-beta.10",
5858
"@arcjet/tsconfig": "1.0.0-beta.10",
59-
"@rollup/wasm-node": "4.46.2",
59+
"@rollup/wasm-node": "4.50.0",
6060
"eslint": "9.32.0",
6161
"typescript": "5.9.2"
6262
},

0 commit comments

Comments
 (0)