[PR #332] [CLOSED] chore(deps): bump rollup from 2.79.1 to 4.24.0 in /frontend #2640

Closed
opened 2026-03-22 14:15:33 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-vikunja/vikunja/pull/332
Author: @dependabot[bot]
Created: 10/5/2024
Status: Closed

Base: mainHead: dependabot/npm_and_yarn/frontend/rollup-4.24.0


📝 Commits (1)

  • acec646 chore(deps): bump rollup from 2.79.1 to 4.24.0 in /frontend

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 frontend/pnpm-lock.yaml (+1 -0)

📄 Description

Bumps rollup from 2.79.1 to 4.24.0.

Release notes

Sourced from rollup's releases.

v4.24.0

4.24.0

2024-10-02

Features

  • Support preserving and transpiling JSX syntax (#5668)

Pull Requests

v4.23.0

4.23.0

2024-10-01

Features

  • Collect all emitted names and originalFileNames for assets (#5686)

Pull Requests

v4.22.5

4.22.5

2024-09-27

Bug Fixes

  • Allow parsing of certain unicode characters again (#5674)

Pull Requests

v4.22.4

4.22.4

2024-09-21

Bug Fixes

... (truncated)

Changelog

Sourced from rollup's changelog.

4.24.0

2024-10-02

Features

  • Support preserving and transpiling JSX syntax (#5668)

Pull Requests

4.23.0

2024-10-01

Features

  • Collect all emitted names and originalFileNames for assets (#5686)

Pull Requests

4.22.5

2024-09-27

Bug Fixes

  • Allow parsing of certain unicode characters again (#5674)

Pull Requests

4.22.4

2024-09-21

Bug Fixes

  • Fix a vulnerability in generated code that affects IIFE, UMD and CJS bundles when run in a browser context (#5671)

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-vikunja/vikunja/pull/332 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/5/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/frontend/rollup-4.24.0` --- ### 📝 Commits (1) - [`acec646`](https://github.com/go-vikunja/vikunja/commit/acec6460c90d7a1409e7bfb234bf9469bb3afa7a) chore(deps): bump rollup from 2.79.1 to 4.24.0 in /frontend ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `frontend/pnpm-lock.yaml` (+1 -0) </details> ### 📄 Description Bumps [rollup](https://github.com/rollup/rollup) from 2.79.1 to 4.24.0. <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.24.0</h2> <h2>4.24.0</h2> <p><em>2024-10-02</em></p> <h3>Features</h3> <ul> <li>Support preserving and transpiling JSX syntax (<a href="https://redirect.github.com/rollup/rollup/issues/5668">#5668</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://redirect.github.com/rollup/rollup/pull/5668">#5668</a>: Introduce JSX support (<a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>, <a href="https://github.com/Martin-Idel"><code>@​Martin-Idel</code></a>, <a href="https://github.com/felixhuttmann"><code>@​felixhuttmann</code></a>, <a href="https://github.com/AlexDroll"><code>@​AlexDroll</code></a>, <a href="https://github.com/tiptr"><code>@​tiptr</code></a>)</li> </ul> <h2>v4.23.0</h2> <h2>4.23.0</h2> <p><em>2024-10-01</em></p> <h3>Features</h3> <ul> <li>Collect all emitted names and originalFileNames for assets (<a href="https://redirect.github.com/rollup/rollup/issues/5686">#5686</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://redirect.github.com/rollup/rollup/pull/5686">#5686</a>: Add names and originalFileNames to assets (<a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li> </ul> <h2>v4.22.5</h2> <h2>4.22.5</h2> <p><em>2024-09-27</em></p> <h3>Bug Fixes</h3> <ul> <li>Allow parsing of certain unicode characters again (<a href="https://redirect.github.com/rollup/rollup/issues/5674">#5674</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://redirect.github.com/rollup/rollup/pull/5674">#5674</a>: Fix panic with unicode characters (<a href="https://github.com/sapphi-red"><code>@​sapphi-red</code></a>, <a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5675">#5675</a>: chore(deps): update dependency rollup to v4.22.4 [security] (<a href="https://github.com/renovate"><code>@​renovate</code></a>[bot])</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5680">#5680</a>: chore(deps): update dependency <code>@​rollup/plugin-commonjs</code> to v28 (<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/5681">#5681</a>: chore(deps): update dependency <code>@​rollup/plugin-replace</code> to v6 (<a href="https://github.com/renovate"><code>@​renovate</code></a>[bot])</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5682">#5682</a>: chore(deps): update dependency <code>@​rollup/plugin-typescript</code> to v12 (<a href="https://github.com/renovate"><code>@​renovate</code></a>[bot])</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5684">#5684</a>: chore(deps): lock file maintenance minor/patch updates (<a href="https://github.com/renovate"><code>@​renovate</code></a>[bot])</li> </ul> <h2>v4.22.4</h2> <h2>4.22.4</h2> <p><em>2024-09-21</em></p> <h3>Bug Fixes</h3> <!-- 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">rollup's changelog</a>.</em></p> <blockquote> <h2>4.24.0</h2> <p><em>2024-10-02</em></p> <h3>Features</h3> <ul> <li>Support preserving and transpiling JSX syntax (<a href="https://redirect.github.com/rollup/rollup/issues/5668">#5668</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://redirect.github.com/rollup/rollup/pull/5668">#5668</a>: Introduce JSX support (<a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>, <a href="https://github.com/Martin-Idel"><code>@​Martin-Idel</code></a>, <a href="https://github.com/felixhuttmann"><code>@​felixhuttmann</code></a>, <a href="https://github.com/AlexDroll"><code>@​AlexDroll</code></a>, <a href="https://github.com/tiptr"><code>@​tiptr</code></a>)</li> </ul> <h2>4.23.0</h2> <p><em>2024-10-01</em></p> <h3>Features</h3> <ul> <li>Collect all emitted names and originalFileNames for assets (<a href="https://redirect.github.com/rollup/rollup/issues/5686">#5686</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://redirect.github.com/rollup/rollup/pull/5686">#5686</a>: Add names and originalFileNames to assets (<a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li> </ul> <h2>4.22.5</h2> <p><em>2024-09-27</em></p> <h3>Bug Fixes</h3> <ul> <li>Allow parsing of certain unicode characters again (<a href="https://redirect.github.com/rollup/rollup/issues/5674">#5674</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://redirect.github.com/rollup/rollup/pull/5674">#5674</a>: Fix panic with unicode characters (<a href="https://github.com/sapphi-red"><code>@​sapphi-red</code></a>, <a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5675">#5675</a>: chore(deps): update dependency rollup to v4.22.4 [security] (<a href="https://github.com/renovate"><code>@​renovate</code></a>[bot])</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5680">#5680</a>: chore(deps): update dependency <code>@​rollup/plugin-commonjs</code> to v28 (<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/5681">#5681</a>: chore(deps): update dependency <code>@​rollup/plugin-replace</code> to v6 (<a href="https://github.com/renovate"><code>@​renovate</code></a>[bot])</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5682">#5682</a>: chore(deps): update dependency <code>@​rollup/plugin-typescript</code> to v12 (<a href="https://github.com/renovate"><code>@​renovate</code></a>[bot])</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/5684">#5684</a>: chore(deps): lock file maintenance minor/patch updates (<a href="https://github.com/renovate"><code>@​renovate</code></a>[bot])</li> </ul> <h2>4.22.4</h2> <p><em>2024-09-21</em></p> <h3>Bug Fixes</h3> <ul> <li>Fix a vulnerability in generated code that affects IIFE, UMD and CJS bundles when run in a browser context (<a href="https://redirect.github.com/rollup/rollup/issues/5671">#5671</a>)</li> </ul> <h3>Pull Requests</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rollup/rollup/commit/d3c000f4fd453e39a354299f0cfaa6831f56d7d8"><code>d3c000f</code></a> 4.24.0</li> <li><a href="https://github.com/rollup/rollup/commit/ca186eeed8ac570b96d6861dfa0c8a28c961eb65"><code>ca186ee</code></a> Introduce JSX support (<a href="https://redirect.github.com/rollup/rollup/issues/5668">#5668</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/ed98e0821e6ad064839f0af46ceca061adbe3f14"><code>ed98e08</code></a> 4.23.0</li> <li><a href="https://github.com/rollup/rollup/commit/d0eee9cc074a3474b81b08c2bf4a59ef59357640"><code>d0eee9c</code></a> Add names and originalFileNames to assets (<a href="https://redirect.github.com/rollup/rollup/issues/5686">#5686</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/bc7780c322e134492f40a76bf64afe561670425c"><code>bc7780c</code></a> 4.22.5</li> <li><a href="https://github.com/rollup/rollup/commit/ee138d1589a813715389cda09c2a2f7e1ac9a78f"><code>ee138d1</code></a> chore(deps): lock file maintenance minor/patch updates (<a href="https://redirect.github.com/rollup/rollup/issues/5684">#5684</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/2d59dbcb83e2f04a74cf3345f13f007da3e0063a"><code>2d59dbc</code></a> chore(deps): update dependency <code>@​rollup/plugin-commonjs</code> to v28 (<a href="https://redirect.github.com/rollup/rollup/issues/5680">#5680</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/524670de7e0ef5bc8aa51e748149e3080156c547"><code>524670d</code></a> Fix panic with unicode characters (<a href="https://redirect.github.com/rollup/rollup/issues/5674">#5674</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/9c5e34568b60a9e97c4518cb6c3a9708c54908d7"><code>9c5e345</code></a> chore(deps): update dependency <code>@​rollup/plugin-replace</code> to v6 (<a href="https://redirect.github.com/rollup/rollup/issues/5681">#5681</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/6d75b6d7242da5e69c86a57b2f33c54e9950a1fa"><code>6d75b6d</code></a> chore(deps): update dependency <code>@​rollup/plugin-typescript</code> to v12 (<a href="https://redirect.github.com/rollup/rollup/issues/5682">#5682</a>)</li> <li>Additional commits viewable in <a href="https://github.com/rollup/rollup/compare/v2.79.1...v4.24.0">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=2.79.1&new-version=4.24.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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/go-vikunja/vikunja/network/alerts). </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-03-22 14:15:33 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vikunja#2640