Skip to content

Commit

Permalink
Build(deps): Bump rollup from 4.14.0 to 4.14.3 (#666)
Browse files Browse the repository at this point in the history
Bumps [rollup](https://github.com/rollup/rollup) from 4.14.0 to 4.14.3.
<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.14.3</h2>
<h2>4.14.3</h2>
<p><em>2024-04-15</em></p>
<h3>Bug Fixes</h3>
<ul>
<li>Support Alpine Linux and other MUSL builds on ARM (<a
href="https://redirect.github.com/rollup/rollup/issues/5471">#5471</a>)</li>
</ul>
<h3>Pull Requests</h3>
<ul>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5471">#5471</a>:
Add linux arm musl build (<a
href="https://github.com/sapphi-red"><code>@​sapphi-red</code></a>)</li>
</ul>
<h2>v4.14.2</h2>
<h2>4.14.2</h2>
<p><em>2024-04-12</em></p>
<h3>Bug Fixes</h3>
<ul>
<li>Do not create invalid code when reexporting both a namespace and the
default export from that namespace (<a
href="https://redirect.github.com/rollup/rollup/issues/5466">#5466</a>)</li>
<li>Ensure ppc64 platform is properly detected (<a
href="https://redirect.github.com/rollup/rollup/issues/5460">#5460</a>)</li>
</ul>
<h3>Pull Requests</h3>
<ul>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5456">#5456</a>:
Add high-level architecture documentation (<a
href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5460">#5460</a>:
Fix ppc64le target (<a
href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5463">#5463</a>:
chore: tweak the comment about files should not be edited (<a
href="https://github.com/TrickyPi"><code>@​TrickyPi</code></a>)</li>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5466">#5466</a>:
Ensure reexported namespaces do not prevent creation of default export
helpers (<a
href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5468">#5468</a>:
chore(deps): update dependency eslint-plugin-unicorn to v52 (<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/5469">#5469</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/5470">#5470</a>:
chore(deps): lock file maintenance (<a
href="https://github.com/renovate"><code>@​renovate</code></a>[bot])</li>
</ul>
<h2>v4.14.1</h2>
<h2>4.14.1</h2>
<p><em>2024-04-07</em></p>
<h3>Bug Fixes</h3>
<ul>
<li>Show better error when running on musl Linux where the musl build is
not supported (<a
href="https://redirect.github.com/rollup/rollup/issues/5454">#5454</a>)</li>
</ul>
<h3>Pull Requests</h3>
<ul>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5451">#5451</a>:
chore: generate string constants from config (<a
href="https://github.com/TrickyPi"><code>@​TrickyPi</code></a>)</li>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5452">#5452</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/5453">#5453</a>:
chore(deps): lock file maintenance (<a
href="https://github.com/renovate"><code>@​renovate</code></a>[bot])</li>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5454">#5454</a>:
Improve error message when running on unsupported MUSL Linux (<a
href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5455">#5455</a>:
Remove inlining logic in AST (de-)serializer (<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">rollup's
changelog</a>.</em></p>
<blockquote>
<h2>4.14.3</h2>
<p><em>2024-04-15</em></p>
<h3>Bug Fixes</h3>
<ul>
<li>Support Alpine Linux and other MUSL builds on ARM (<a
href="https://redirect.github.com/rollup/rollup/issues/5471">#5471</a>)</li>
</ul>
<h3>Pull Requests</h3>
<ul>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5471">#5471</a>:
Add linux arm musl build (<a
href="https://github.com/sapphi-red"><code>@​sapphi-red</code></a>)</li>
</ul>
<h2>4.14.2</h2>
<p><em>2024-04-12</em></p>
<h3>Bug Fixes</h3>
<ul>
<li>Do not create invalid code when reexporting both a namespace and the
default export from that namespace (<a
href="https://redirect.github.com/rollup/rollup/issues/5466">#5466</a>)</li>
<li>Ensure ppc64 platform is properly detected (<a
href="https://redirect.github.com/rollup/rollup/issues/5460">#5460</a>)</li>
</ul>
<h3>Pull Requests</h3>
<ul>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5456">#5456</a>:
Add high-level architecture documentation (<a
href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5460">#5460</a>:
Fix ppc64le target (<a
href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5463">#5463</a>:
chore: tweak the comment about files should not be edited (<a
href="https://github.com/TrickyPi"><code>@​TrickyPi</code></a>)</li>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5466">#5466</a>:
Ensure reexported namespaces do not prevent creation of default export
helpers (<a
href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5468">#5468</a>:
chore(deps): update dependency eslint-plugin-unicorn to v52 (<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/5469">#5469</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/5470">#5470</a>:
chore(deps): lock file maintenance (<a
href="https://github.com/renovate"><code>@​renovate</code></a>[bot])</li>
</ul>
<h2>4.14.1</h2>
<p><em>2024-04-07</em></p>
<h3>Bug Fixes</h3>
<ul>
<li>Show better error when running on musl Linux where the musl build is
not supported (<a
href="https://redirect.github.com/rollup/rollup/issues/5454">#5454</a>)</li>
</ul>
<h3>Pull Requests</h3>
<ul>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5451">#5451</a>:
chore: generate string constants from config (<a
href="https://github.com/TrickyPi"><code>@​TrickyPi</code></a>)</li>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5452">#5452</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/5453">#5453</a>:
chore(deps): lock file maintenance (<a
href="https://github.com/renovate"><code>@​renovate</code></a>[bot])</li>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5454">#5454</a>:
Improve error message when running on unsupported MUSL Linux (<a
href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li>
<li><a
href="https://redirect.github.com/rollup/rollup/pull/5455">#5455</a>:
Remove inlining logic in AST (de-)serializer (<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/e64f3d8d0cdc561f00d3efe503e3081f81889679"><code>e64f3d8</code></a>
4.14.3</li>
<li><a
href="https://github.com/rollup/rollup/commit/49ed6d949ea4bf78cf3f78e27fa9cac5c3026408"><code>49ed6d9</code></a>
Add linux arm musl build (<a
href="https://redirect.github.com/rollup/rollup/issues/5471">#5471</a>)</li>
<li><a
href="https://github.com/rollup/rollup/commit/7275328b41b29605142bfdf55d68cb54e895a20c"><code>7275328</code></a>
4.14.2</li>
<li><a
href="https://github.com/rollup/rollup/commit/cfbaaaa09e48df21423bea2c709e19f7038d17a0"><code>cfbaaaa</code></a>
Ensure reexported namespaces do not prevent creation of default export
helper...</li>
<li><a
href="https://github.com/rollup/rollup/commit/2fdfe1c3b70c66781ea62a48ae1aaa94ee29f9b7"><code>2fdfe1c</code></a>
chore(deps): update dependency eslint-plugin-unicorn to v52 (<a
href="https://redirect.github.com/rollup/rollup/issues/5468">#5468</a>)</li>
<li><a
href="https://github.com/rollup/rollup/commit/4e72323a58f6752602838486d3769003c513e7c6"><code>4e72323</code></a>
chore(deps): lock file maintenance (<a
href="https://redirect.github.com/rollup/rollup/issues/5470">#5470</a>)</li>
<li><a
href="https://github.com/rollup/rollup/commit/e2a05394b0c3827b011388e83694c763b1397602"><code>e2a0539</code></a>
chore(deps): lock file maintenance minor/patch updates (<a
href="https://redirect.github.com/rollup/rollup/issues/5469">#5469</a>)</li>
<li><a
href="https://github.com/rollup/rollup/commit/eebf061c34bcbe157890d231742e9c93375121ca"><code>eebf061</code></a>
Add high-level architecture documentation (<a
href="https://redirect.github.com/rollup/rollup/issues/5456">#5456</a>)</li>
<li><a
href="https://github.com/rollup/rollup/commit/8c31e9b1dfafce59a0dcb0f1d297083c6e22bdf8"><code>8c31e9b</code></a>
chore: tweak the comment about files should not be edited (<a
href="https://redirect.github.com/rollup/rollup/issues/5463">#5463</a>)</li>
<li><a
href="https://github.com/rollup/rollup/commit/b957e1dd9148188876edba4cffcdc007310b899c"><code>b957e1d</code></a>
Fix ppc64le target (<a
href="https://redirect.github.com/rollup/rollup/issues/5460">#5460</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/rollup/rollup/compare/v4.14.0...v4.14.3">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.14.0&new-version=4.14.3)](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
derTobsch authored Apr 19, 2024
2 parents c90af18 + f6ded9b commit 22897a9
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 66 deletions.
143 changes: 78 additions & 65 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"prettier": "3.2.5",
"prettier-plugin-svelte": "3.2.2",
"rimraf": "5.0.5",
"rollup": "4.14.0",
"rollup": "4.14.3",
"rollup-plugin-esbuild": "6.1.1",
"rollup-plugin-postcss": "4.0.2",
"rollup-plugin-svelte": "7.2.0",
Expand Down

0 comments on commit 22897a9

Please sign in to comment.