Skip to content

Commit f0c4c03

Browse files
authored
Bump rollup from 2.79.2 to 2.80.0 (#5868)
Bumps [rollup](https://github.com/rollup/rollup) from 2.79.2 to 2.80.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rollup/rollup/blob/v2.80.0/CHANGELOG.md">rollup's changelog</a>.</em></p> <blockquote> <h2>2.80.0</h2> <p><em>2026-02-22</em></p> <h3>Features</h3> <ul> <li>Throw when the generated bundle contains paths that would leave the output directory (<a href="https://redirect.github.com/rollup/rollup/issues/6277">#6277</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://redirect.github.com/rollup/rollup/pull/6277">#6277</a>: Validate bundle stays within output dir (<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/d17ae15336a45c3c59b2a4aacac2b14186035d28"><code>d17ae15</code></a> 2.80.0</li> <li><a href="https://github.com/rollup/rollup/commit/d6dee5e99bb82aac0bee1df4ab9efbde455452c3"><code>d6dee5e</code></a> Validate bundle stays within output dir (<a href="https://redirect.github.com/rollup/rollup/issues/6277">#6277</a>)</li> <li>See full diff in <a href="https://github.com/rollup/rollup/compare/v2.79.2...v2.80.0">compare view</a></li> </ul> </details> <details> <summary>Install script changes</summary> <p>This version adds <code>prepare</code> script that runs during installation. Review the package contents before updating.</p> </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.2&new-version=2.80.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 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/firefox-devtools/profiler/network/alerts). </details>
2 parents 971dd23 + ebc8846 commit f0c4c03

File tree

1 file changed

+31
-6
lines changed

1 file changed

+31
-6
lines changed

yarn.lock

Lines changed: 31 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9874,9 +9874,9 @@ rimraf@^6.1.3:
98749874
package-json-from-dist "^1.0.1"
98759875

98769876
rollup@^2.79.2:
9877-
version "2.79.2"
9878-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.79.2.tgz#f150e4a5db4b121a21a747d762f701e5e9f49090"
9879-
integrity sha512-fS6iqSPZDs3dr/y7Od6y5nha8dW1YnbgtsyotCVvoFGKbERG++CVRFv1meyGDE1SNItQA8BrnCw7ScdAhRJ3XQ==
9877+
version "2.80.0"
9878+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.80.0.tgz#a82efc15b748e986a7c76f0f771221b1fa108a2c"
9879+
integrity sha512-cIFJOD1DESzpjOBl763Kp1AH7UE/0fcdHe6rZXUdQ9c50uvgigvW97u3IcSeBwOkgqL/PXPBktBCh0KEu5L8XQ==
98809880
optionalDependencies:
98819881
fsevents "~2.3.2"
98829882

@@ -10364,7 +10364,16 @@ string-length@^4.0.2:
1036410364
char-regex "^1.0.2"
1036510365
strip-ansi "^6.0.0"
1036610366

10367-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
10367+
"string-width-cjs@npm:string-width@^4.2.0":
10368+
version "4.2.3"
10369+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
10370+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
10371+
dependencies:
10372+
emoji-regex "^8.0.0"
10373+
is-fullwidth-code-point "^3.0.0"
10374+
strip-ansi "^6.0.1"
10375+
10376+
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
1036810377
version "4.2.3"
1036910378
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
1037010379
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -10494,7 +10503,7 @@ stringify-object@^3.3.0:
1049410503
is-obj "^1.0.1"
1049510504
is-regexp "^1.0.0"
1049610505

10497-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
10506+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
1049810507
version "6.0.1"
1049910508
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
1050010509
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -10508,6 +10517,13 @@ strip-ansi@^0.3.0:
1050810517
dependencies:
1050910518
ansi-regex "^0.2.1"
1051010519

10520+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
10521+
version "6.0.1"
10522+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
10523+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
10524+
dependencies:
10525+
ansi-regex "^5.0.1"
10526+
1051110527
strip-ansi@^7.0.1, strip-ansi@^7.1.0, strip-ansi@^7.1.2:
1051210528
version "7.1.2"
1051310529
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.2.tgz#132875abde678c7ea8d691533f2e7e22bb744dba"
@@ -11884,7 +11900,16 @@ [email protected], workbox-window@^7.4.0:
1188411900
"@types/trusted-types" "^2.0.2"
1188511901
workbox-core "7.4.0"
1188611902

11887-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
11903+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
11904+
version "7.0.0"
11905+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
11906+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
11907+
dependencies:
11908+
ansi-styles "^4.0.0"
11909+
string-width "^4.1.0"
11910+
strip-ansi "^6.0.0"
11911+
11912+
wrap-ansi@^7.0.0:
1188811913
version "7.0.0"
1188911914
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
1189011915
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==

0 commit comments

Comments
 (0)