Bump @rollup/rollup-linux-x64-gnu from 4.9.5 to 4.21.3 #63

Closed
Ghost wants to merge 1 commit from refs/pull/63/head into main
Ghost commented 2024-09-12 21:40:58 +00:00 (Migrated from codeberg.org)

Bumps @rollup/rollup-linux-x64-gnu from 4.9.5 to 4.21.3.

Release notes

Sourced from @​rollup/rollup-linux-x64-gnu's releases.

v4.21.3

4.21.3

2024-09-12

Bug Fixes

  • Always respect side effects in left-hand side of optional chain (#5642)
  • Update stack trace for augmented errors to not hide relevant information (#5640)

Pull Requests

v4.21.2

4.21.2

2024-08-30

Bug Fixes

  • Handle IIFE/UMD namespace definitions conflicting with a builtin property (#5605)

Pull Requests

v4.21.1

4.21.1

2024-08-26

Bug Fixes

  • Ensure closeWatcher hook is called when watch mode is aborted via Ctrl+C (#5618)
  • Do not produce invalid code for import.meta.url in compact mode (#5624)
  • Do not throw when generating chunk names when preserving modules in Windows (#5625)

Pull Requests

... (truncated)

Changelog

Sourced from @​rollup/rollup-linux-x64-gnu's changelog.

4.21.3

2024-09-12

Bug Fixes

  • Always respect side effects in left-hand side of optional chain (#5642)
  • Update stack trace for augmented errors to not hide relevant information (#5640)

Pull Requests

4.21.2

2024-08-30

Bug Fixes

  • Handle IIFE/UMD namespace definitions conflicting with a builtin property (#5605)

Pull Requests

4.21.1

2024-08-26

Bug Fixes

  • Ensure closeWatcher hook is called when watch mode is aborted via Ctrl+C (#5618)
  • Do not produce invalid code for import.meta.url in compact mode (#5624)
  • Do not throw when generating chunk names when preserving modules in Windows (#5625)

Pull Requests

... (truncated)

Commits

Dependabot compatibility score

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 commands and options

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)
Bumps [@rollup/rollup-linux-x64-gnu](https://github.com/rollup/rollup) from 4.9.5 to 4.21.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rollup/rollup/releases"><code>@​rollup/rollup-linux-x64-gnu</code>'s releases</a>.</em></p> <blockquote> <h2>v4.21.3</h2> <h2>4.21.3</h2> <p><em>2024-09-12</em></p> <h3>Bug Fixes</h3> <ul> <li>Always respect side effects in left-hand side of optional chain (<a href="https://redirect.github.com/rollup/rollup/issues/5642">#5642</a>)</li> <li>Update stack trace for augmented errors to not hide relevant information (<a href="https://redirect.github.com/rollup/rollup/issues/5640">#5640</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://redirect.github.com/rollup/rollup/pull/5636">#5636</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/5637">#5637</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/5640">#5640</a>: fix: keep the message of stack up-to-date (<a href="https://github.com/TrickyPi"><code>@​TrickyPi</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5642">#5642</a>: fix: include left-side effect of optional chaining in the end of hasEffectsAsChainElement (<a href="https://github.com/TrickyPi"><code>@​TrickyPi</code></a>)</li> </ul> <h2>v4.21.2</h2> <h2>4.21.2</h2> <p><em>2024-08-30</em></p> <h3>Bug Fixes</h3> <ul> <li>Handle IIFE/UMD namespace definitions conflicting with a builtin property (<a href="https://redirect.github.com/rollup/rollup/issues/5605">#5605</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://redirect.github.com/rollup/rollup/pull/5605">#5605</a>: fix: Wrong namespace property definition (<a href="https://github.com/thirumurugan-git"><code>@​thirumurugan-git</code></a>, <a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5630">#5630</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/5631">#5631</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/5632">#5632</a>: chore(deps): lock file maintenance (<a href="https://github.com/renovate"><code>@​renovate</code></a>[bot])</li> </ul> <h2>v4.21.1</h2> <h2>4.21.1</h2> <p><em>2024-08-26</em></p> <h3>Bug Fixes</h3> <ul> <li>Ensure <code>closeWatcher</code> hook is called when watch mode is aborted via Ctrl+C (<a href="https://redirect.github.com/rollup/rollup/issues/5618">#5618</a>)</li> <li>Do not produce invalid code for <code>import.meta.url</code> in compact mode (<a href="https://redirect.github.com/rollup/rollup/issues/5624">#5624</a>)</li> <li>Do not throw when generating chunk names when preserving modules in Windows (<a href="https://redirect.github.com/rollup/rollup/issues/5625">#5625</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://redirect.github.com/rollup/rollup/pull/5591">#5591</a>: chore(deps): update dependency <code>@​types/eslint</code> to v9 (<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/5618">#5618</a>: preload the WASM file even though the version is undefined. (<a href="https://github.com/TrickyPi"><code>@​TrickyPi</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5619">#5619</a>: Call and await closeWatcher hooks on exit signals (<a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5622">#5622</a>: chore(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> </ul> <!-- 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/rollup-linux-x64-gnu</code>'s changelog</a>.</em></p> <blockquote> <h2>4.21.3</h2> <p><em>2024-09-12</em></p> <h3>Bug Fixes</h3> <ul> <li>Always respect side effects in left-hand side of optional chain (<a href="https://redirect.github.com/rollup/rollup/issues/5642">#5642</a>)</li> <li>Update stack trace for augmented errors to not hide relevant information (<a href="https://redirect.github.com/rollup/rollup/issues/5640">#5640</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://redirect.github.com/rollup/rollup/pull/5636">#5636</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/5637">#5637</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/5640">#5640</a>: fix: keep the message of stack up-to-date (<a href="https://github.com/TrickyPi"><code>@​TrickyPi</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5642">#5642</a>: fix: include left-side effect of optional chaining in the end of hasEffectsAsChainElement (<a href="https://github.com/TrickyPi"><code>@​TrickyPi</code></a>)</li> </ul> <h2>4.21.2</h2> <p><em>2024-08-30</em></p> <h3>Bug Fixes</h3> <ul> <li>Handle IIFE/UMD namespace definitions conflicting with a builtin property (<a href="https://redirect.github.com/rollup/rollup/issues/5605">#5605</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://redirect.github.com/rollup/rollup/pull/5605">#5605</a>: fix: Wrong namespace property definition (<a href="https://github.com/thirumurugan-git"><code>@​thirumurugan-git</code></a>, <a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5630">#5630</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/5631">#5631</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/5632">#5632</a>: chore(deps): lock file maintenance (<a href="https://github.com/renovate"><code>@​renovate</code></a>[bot])</li> </ul> <h2>4.21.1</h2> <p><em>2024-08-26</em></p> <h3>Bug Fixes</h3> <ul> <li>Ensure <code>closeWatcher</code> hook is called when watch mode is aborted via Ctrl+C (<a href="https://redirect.github.com/rollup/rollup/issues/5618">#5618</a>)</li> <li>Do not produce invalid code for <code>import.meta.url</code> in compact mode (<a href="https://redirect.github.com/rollup/rollup/issues/5624">#5624</a>)</li> <li>Do not throw when generating chunk names when preserving modules in Windows (<a href="https://redirect.github.com/rollup/rollup/issues/5625">#5625</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://redirect.github.com/rollup/rollup/pull/5591">#5591</a>: chore(deps): update dependency <code>@​types/eslint</code> to v9 (<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/5618">#5618</a>: preload the WASM file even though the version is undefined. (<a href="https://github.com/TrickyPi"><code>@​TrickyPi</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5619">#5619</a>: Call and await closeWatcher hooks on exit signals (<a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5622">#5622</a>: chore(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/5624">#5624</a>: fix: add space for DOCUMENT_CURRENT_SCRIPT template (<a href="https://github.com/TrickyPi"><code>@​TrickyPi</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5625">#5625</a>: fix: get the right chunk name for preserve modules in Windows (<a href="https://github.com/TrickyPi"><code>@​TrickyPi</code></a>, <a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></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/9f5a735524a5c56ba61a8dc6989374917f5aceb1"><code>9f5a735</code></a> 4.21.3</li> <li><a href="https://github.com/rollup/rollup/commit/bfefc794aae520f004b98d161a0c3b5d39419b88"><code>bfefc79</code></a> fix: include left-side effect of optional chaining in the end of hasEffectsAs...</li> <li><a href="https://github.com/rollup/rollup/commit/fc240ed4b3fea5cde9f21ce2238f505912651c41"><code>fc240ed</code></a> fix: keep the message of stack up-to-date (<a href="https://redirect.github.com/rollup/rollup/issues/5640">#5640</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/766dbf90d69268971feaafa1f53f88a0755e8023"><code>766dbf9</code></a> chore(deps): lock file maintenance (<a href="https://redirect.github.com/rollup/rollup/issues/5637">#5637</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/9124ebc59764489f5f09f7a204da799ac97b636d"><code>9124ebc</code></a> chore(deps): lock file maintenance minor/patch updates (<a href="https://redirect.github.com/rollup/rollup/issues/5636">#5636</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/f83b3151e93253a45f5b8ccb9ccb2e04214bc490"><code>f83b315</code></a> 4.21.2</li> <li><a href="https://github.com/rollup/rollup/commit/608a8f0068fca141f61a22b06ba7338b6912f987"><code>608a8f0</code></a> fix: Wrong namespace property definition (<a href="https://redirect.github.com/rollup/rollup/issues/5605">#5605</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/16fe1242b19f6837897644579f79cbd3b89622ce"><code>16fe124</code></a> chore(deps): lock file maintenance (<a href="https://redirect.github.com/rollup/rollup/issues/5632">#5632</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/186706b7229943c97e0f2742a2944c6a5d74b0ff"><code>186706b</code></a> chore(deps): lock file maintenance (<a href="https://redirect.github.com/rollup/rollup/issues/5631">#5631</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/84b4ca4cff582c77d8710d4eab31e11c75d508ef"><code>84b4ca4</code></a> chore(deps): lock file maintenance minor/patch updates (<a href="https://redirect.github.com/rollup/rollup/issues/5630">#5630</a>)</li> <li>Additional commits viewable in <a href="https://github.com/rollup/rollup/compare/v4.9.5...v4.21.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@rollup/rollup-linux-x64-gnu&package-manager=npm_and_yarn&previous-version=4.9.5&new-version=4.21.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>
Ghost commented 2024-09-19 21:31:21 +00:00 (Migrated from codeberg.org)

Superseded by #67.

Superseded by #67.

Pull request closed

Sign in to join this conversation.
No description provided.