Skip to content

Commit

Permalink
deps(dev): Bump @rollup/wasm-node from 4.10.0 to 4.12.0 (#235)
Browse files Browse the repository at this point in the history
Bumps [@rollup/wasm-node](https://github.com/rollup/rollup) from 4.10.0 to 4.12.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.12.0</h2>
<h2>4.12.0</h2>
<p><em>2024-02-16</em></p>
<h3>Features</h3>
<ul>
<li>Improve raw bundling performance by 10-15% when not using the cache or plugins that return an AST (<a href="https://github.com/rollup/rollup/issues/5391">#5391</a>)</li>
</ul>
<h3>Pull Requests</h3>
<ul>
<li><a href="https://github.com/rollup/rollup/pull/5391">#5391</a>: Improve performance by directly constructing AST from buffer (<a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
<li><a href="https://github.com/rollup/rollup/pull/5393">#5393</a>: chore(deps): update dependency eslint-plugin-unicorn to v51 (<a href="https://github.com/renovate"><code>@​renovate</code></a>[bot])</li>
<li><a href="https://github.com/rollup/rollup/pull/5394">#5394</a>: chore(deps): update typescript-eslint monorepo to v7 (major) (<a href="https://github.com/renovate"><code>@​renovate</code></a>[bot])</li>
<li><a href="https://github.com/rollup/rollup/pull/5395">#5395</a>: chore(deps): lock file maintenance minor/patch updates (<a href="https://github.com/renovate"><code>@​renovate</code></a>[bot])</li>
</ul>
<h2>v4.11.0</h2>
<h2>4.11.0</h2>
<p><em>2024-02-15</em></p>
<h3>Features</h3>
<ul>
<li>Add <code>output.reexportProtoFromExternal</code> option to disable special code for handling <code>__proto__</code> reexports (<a href="https://github.com/rollup/rollup/issues/5380">#5380</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Ensure namespace reexport code can be parsed by cjs-module-lexer (<a href="https://github.com/rollup/rollup/issues/5380">#5380</a>)</li>
<li>Throw when trying to reassing <code>const</code> variables (<a href="https://github.com/rollup/rollup/issues/5388">#5388</a>)</li>
</ul>
<h3>Pull Requests</h3>
<ul>
<li><a href="https://github.com/rollup/rollup/pull/5380">#5380</a>: fix: separately export <code>__proto__</code> for compatibility with CJS Transpiler Re-exports (<a href="https://github.com/TrickyPi"><code>@​TrickyPi</code></a>)</li>
<li><a href="https://github.com/rollup/rollup/pull/5388">#5388</a>: Add const reassign rule (<a href="https://github.com/TrickyPi"><code>@​TrickyPi</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.12.0</h2>
<p><em>2024-02-16</em></p>
<h3>Features</h3>
<ul>
<li>Improve raw bundling performance by 10-15% when not using the cache or plugins that return an AST (<a href="https://github.com/rollup/rollup/issues/5391">#5391</a>)</li>
</ul>
<h3>Pull Requests</h3>
<ul>
<li><a href="https://github.com/rollup/rollup/pull/5391">#5391</a>: Improve performance by directly constructing AST from buffer (<a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
<li><a href="https://github.com/rollup/rollup/pull/5393">#5393</a>: chore(deps): update dependency eslint-plugin-unicorn to v51 (<a href="https://github.com/renovate"><code>@​renovate</code></a>[bot])</li>
<li><a href="https://github.com/rollup/rollup/pull/5394">#5394</a>: chore(deps): update typescript-eslint monorepo to v7 (major) (<a href="https://github.com/renovate"><code>@​renovate</code></a>[bot])</li>
<li><a href="https://github.com/rollup/rollup/pull/5395">#5395</a>: chore(deps): lock file maintenance minor/patch updates (<a href="https://github.com/renovate"><code>@​renovate</code></a>[bot])</li>
</ul>
<h2>4.11.0</h2>
<p><em>2024-02-15</em></p>
<h3>Features</h3>
<ul>
<li>Add <code>output.reexportProtoFromExternal</code> option to disable special code for handling <code>__proto__</code> reexports (<a href="https://github.com/rollup/rollup/issues/5380">#5380</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Ensure namespace reexport code can be parsed by cjs-module-lexer (<a href="https://github.com/rollup/rollup/issues/5380">#5380</a>)</li>
<li>Throw when trying to reassing <code>const</code> variables (<a href="https://github.com/rollup/rollup/issues/5388">#5388</a>)</li>
</ul>
<h3>Pull Requests</h3>
<ul>
<li><a href="https://github.com/rollup/rollup/pull/5380">#5380</a>: fix: separately export <code>__proto__</code> for compatibility with CJS Transpiler Re-exports (<a href="https://github.com/TrickyPi"><code>@​TrickyPi</code></a>)</li>
<li><a href="https://github.com/rollup/rollup/pull/5388">#5388</a>: Add const reassign rule (<a href="https://github.com/TrickyPi"><code>@​TrickyPi</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/rollup/rollup/commit/0146b84be33a8416b4df4b9382549a7ca19dd64a"><code>0146b84</code></a> 4.12.0</li>
<li><a href="https://github.com/rollup/rollup/commit/14c966257f084b5431113961e2fe55f052cecc24"><code>14c9662</code></a> Improve performance by directly constructing AST from buffer (<a href="https://github.com/rollup/rollup/issues/5391">#5391</a>)</li>
<li><a href="https://github.com/rollup/rollup/commit/54931591c949ff219f832418663bbe40742403ab"><code>5493159</code></a> chore(deps): lock file maintenance minor/patch updates (<a href="https://github.com/rollup/rollup/issues/5395">#5395</a>)</li>
<li><a href="https://github.com/rollup/rollup/commit/4d92403a8c822e7692c356ea9bea27662e144fdc"><code>4d92403</code></a> chore(deps): update typescript-eslint monorepo to v7 (major) (<a href="https://github.com/rollup/rollup/issues/5394">#5394</a>)</li>
<li><a href="https://github.com/rollup/rollup/commit/cae6935b6c1ac116defd190c94dd979479f3f8b6"><code>cae6935</code></a> chore(deps): update dependency eslint-plugin-unicorn to v51 (<a href="https://github.com/rollup/rollup/issues/5393">#5393</a>)</li>
<li><a href="https://github.com/rollup/rollup/commit/90ad652b745c5fe7167d92b4ad671cc387577a99"><code>90ad652</code></a> 4.11.0</li>
<li><a href="https://github.com/rollup/rollup/commit/d6fd38343bba9bc44acce50fbad107a5171184c6"><code>d6fd383</code></a> Add const reassign rule (<a href="https://github.com/rollup/rollup/issues/5388">#5388</a>)</li>
<li><a href="https://github.com/rollup/rollup/commit/f74d0a95214c9dda322dc2f02abd3bd43db2637c"><code>f74d0a9</code></a> fix: separately export <code>__proto__</code> for compatibility with CJS Transpiler Re-e...</li>
<li>See full diff in <a href="https://github.com/rollup/rollup/compare/v4.10.0...v4.12.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.10.0&new-version=4.12.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>
  • Loading branch information
dependabot[bot] authored Feb 20, 2024
1 parent dce121f commit cf7ffc2
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion analyze/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@arcjet/rollup-config": "1.0.0-alpha.8",
"@arcjet/tsconfig": "1.0.0-alpha.8",
"@jest/globals": "29.7.0",
"@rollup/wasm-node": "4.10.0",
"@rollup/wasm-node": "4.12.0",
"@types/node": "18.18.0",
"jest": "29.7.0",
"typescript": "5.3.3"
Expand Down
2 changes: 1 addition & 1 deletion arcjet-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@arcjet/tsconfig": "1.0.0-alpha.8",
"@jest/globals": "29.7.0",
"@types/node": "18.18.0",
"@rollup/wasm-node": "4.10.0",
"@rollup/wasm-node": "4.12.0",
"jest": "29.7.0",
"typescript": "5.3.3"
},
Expand Down
2 changes: 1 addition & 1 deletion arcjet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@arcjet/tsconfig": "1.0.0-alpha.8",
"@edge-runtime/jest-environment": "2.3.10",
"@jest/globals": "29.7.0",
"@rollup/wasm-node": "4.10.0",
"@rollup/wasm-node": "4.12.0",
"@types/node": "18.18.0",
"jest": "29.7.0",
"typescript": "5.3.3"
Expand Down
2 changes: 1 addition & 1 deletion duration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@arcjet/rollup-config": "1.0.0-alpha.8",
"@arcjet/tsconfig": "1.0.0-alpha.8",
"@jest/globals": "29.7.0",
"@rollup/wasm-node": "4.10.0",
"@rollup/wasm-node": "4.12.0",
"@types/node": "18.18.0",
"jest": "29.7.0",
"typescript": "5.3.3"
Expand Down
2 changes: 1 addition & 1 deletion ip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@arcjet/rollup-config": "1.0.0-alpha.8",
"@arcjet/tsconfig": "1.0.0-alpha.8",
"@jest/globals": "29.7.0",
"@rollup/wasm-node": "4.10.0",
"@rollup/wasm-node": "4.12.0",
"@types/node": "18.18.0",
"jest": "29.7.0",
"typescript": "5.3.3"
Expand Down
2 changes: 1 addition & 1 deletion logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@arcjet/rollup-config": "1.0.0-alpha.8",
"@arcjet/tsconfig": "1.0.0-alpha.8",
"@jest/globals": "29.7.0",
"@rollup/wasm-node": "4.10.0",
"@rollup/wasm-node": "4.12.0",
"@types/node": "18.18.0",
"jest": "29.7.0",
"typescript": "5.3.3"
Expand Down
22 changes: 11 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion protocol/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@arcjet/rollup-config": "1.0.0-alpha.8",
"@arcjet/tsconfig": "1.0.0-alpha.8",
"@jest/globals": "29.7.0",
"@rollup/wasm-node": "4.10.0",
"@rollup/wasm-node": "4.12.0",
"@types/node": "18.18.0",
"jest": "29.7.0",
"typescript": "5.3.3"
Expand Down
2 changes: 1 addition & 1 deletion rollup-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@arcjet/tsconfig": "1.0.0-alpha.8",
"@jest/globals": "29.7.0",
"@types/node": "18.18.0",
"@rollup/wasm-node": "4.10.0",
"@rollup/wasm-node": "4.12.0",
"jest": "29.7.0",
"typescript": "5.3.3"
},
Expand Down

0 comments on commit cf7ffc2

Please sign in to comment.