Skip to content

Commit 37561bc

Browse files
deps(dev): bump @rollup/wasm-node from 4.44.0 to 4.44.1 (#4510)
Bumps [@rollup/wasm-node](https://github.com/rollup/rollup) from 4.44.0 to 4.44.1. <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.44.1</h2> <h2>4.44.1</h2> <p><em>2025-06-26</em></p> <h3>Bug Fixes</h3> <ul> <li>Reinstate maxParallelFileOps limit of 1000 to resolve the issue for some (<a href="https://redirect.github.com/rollup/rollup/issues/5992">#5992</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://redirect.github.com/rollup/rollup/pull/5988">#5988</a>: fix(deps): lock file maintenance minor/patch updates (<a href="https://github.com/renovate"><code>@​renovate</code></a>[bot], <a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5992">#5992</a>: Set maxParallelFileOps to 1000 (<a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li> </ul> </blockquote> </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.44.1</h2> <p><em>2025-06-26</em></p> <h3>Bug Fixes</h3> <ul> <li>Reinstate maxParallelFileOps limit of 1000 to resolve the issue for some (<a href="https://redirect.github.com/rollup/rollup/issues/5992">#5992</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://redirect.github.com/rollup/rollup/pull/5988">#5988</a>: fix(deps): lock file maintenance minor/patch updates (<a href="https://github.com/renovate"><code>@​renovate</code></a>[bot], <a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5992">#5992</a>: Set maxParallelFileOps to 1000 (<a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rollup/rollup/commit/5a7f9e215a11de165b85dafd64350474847ec6db"><code>5a7f9e2</code></a> 4.44.1</li> <li><a href="https://github.com/rollup/rollup/commit/4a87b85462c55f45de03b701ebcf3412475e2084"><code>4a87b85</code></a> Set maxParallelFileOps to 1000 (<a href="https://redirect.github.com/rollup/rollup/issues/5992">#5992</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/37d1915060e08b84326bee0713444eec7162de88"><code>37d1915</code></a> fix(deps): lock file maintenance minor/patch updates (<a href="https://redirect.github.com/rollup/rollup/issues/5988">#5988</a>)</li> <li>See full diff in <a href="https://github.com/rollup/rollup/compare/v4.44.0...v4.44.1">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.44.0&new-version=4.44.1)](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 46c48c9 commit 37561bc

File tree

32 files changed

+65
-65
lines changed

32 files changed

+65
-65
lines changed

analyze-wasm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"@arcjet/rollup-config": "1.0.0-beta.8",
6363
"@arcjet/tsconfig": "1.0.0-beta.8",
6464
"@bytecodealliance/jco": "1.5.0",
65-
"@rollup/wasm-node": "4.44.0",
65+
"@rollup/wasm-node": "4.44.1",
6666
"@types/node": "18.18.0",
6767
"eslint": "9.29.0",
6868
"typescript": "5.8.3"

analyze/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@arcjet/rollup-config": "1.0.0-beta.8",
5353
"@arcjet/tsconfig": "1.0.0-beta.8",
5454
"@bytecodealliance/jco": "1.5.0",
55-
"@rollup/wasm-node": "4.44.0",
55+
"@rollup/wasm-node": "4.44.1",
5656
"@types/node": "18.18.0",
5757
"eslint": "9.29.0",
5858
"typescript": "5.8.3"

arcjet-astro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"@arcjet/eslint-config": "1.0.0-beta.8",
6767
"@arcjet/rollup-config": "1.0.0-beta.8",
6868
"@arcjet/tsconfig": "1.0.0-beta.8",
69-
"@rollup/wasm-node": "4.44.0",
69+
"@rollup/wasm-node": "4.44.1",
7070
"astro": "5.10.0",
7171
"eslint": "9.29.0",
7272
"typescript": "5.8.3"

arcjet-bun/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@arcjet/rollup-config": "1.0.0-beta.8",
6060
"@arcjet/tsconfig": "1.0.0-beta.8",
6161
"@types/node": "20.12.12",
62-
"@rollup/wasm-node": "4.44.0",
62+
"@rollup/wasm-node": "4.44.1",
6363
"bun-types": "1.2.15",
6464
"eslint": "9.29.0",
6565
"typescript": "5.8.3"

arcjet-deno/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.8",
5959
"@arcjet/tsconfig": "1.0.0-beta.8",
6060
"@types/deno": "2.0.0",
61-
"@rollup/wasm-node": "4.44.0",
61+
"@rollup/wasm-node": "4.44.1",
6262
"eslint": "9.29.0",
6363
"typescript": "5.8.3"
6464
},

arcjet-nest/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.8",
6767
"@arcjet/tsconfig": "1.0.0-beta.8",
6868
"@nestjs/common": "^11.1.3",
69-
"@rollup/wasm-node": "4.44.0",
69+
"@rollup/wasm-node": "4.44.1",
7070
"@types/node": "18.18.0",
7171
"eslint": "9.29.0",
7272
"reflect-metadata": "0.2.2",

arcjet-next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"@arcjet/rollup-config": "1.0.0-beta.8",
6565
"@arcjet/tsconfig": "1.0.0-beta.8",
6666
"@types/node": "18.18.0",
67-
"@rollup/wasm-node": "4.44.0",
67+
"@rollup/wasm-node": "4.44.1",
6868
"eslint": "9.29.0",
6969
"next": "15.3.3",
7070
"react": "19.1.0",

arcjet-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"@arcjet/rollup-config": "1.0.0-beta.8",
6363
"@arcjet/tsconfig": "1.0.0-beta.8",
6464
"@types/node": "18.18.0",
65-
"@rollup/wasm-node": "4.44.0",
65+
"@rollup/wasm-node": "4.44.1",
6666
"eslint": "9.29.0",
6767
"typescript": "5.8.3"
6868
},

arcjet-remix/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@arcjet/eslint-config": "1.0.0-beta.8",
5858
"@arcjet/rollup-config": "1.0.0-beta.8",
5959
"@arcjet/tsconfig": "1.0.0-beta.8",
60-
"@rollup/wasm-node": "4.44.0",
60+
"@rollup/wasm-node": "4.44.1",
6161
"eslint": "9.29.0",
6262
"typescript": "5.8.3"
6363
},

arcjet-sveltekit/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.8",
6262
"@arcjet/tsconfig": "1.0.0-beta.8",
6363
"@types/node": "18.18.0",
64-
"@rollup/wasm-node": "4.44.0",
64+
"@rollup/wasm-node": "4.44.1",
6565
"eslint": "9.29.0",
6666
"typescript": "5.8.3"
6767
},

0 commit comments

Comments
 (0)