Skip to content

Commit ad82572

Browse files
authored
Chore(deps-dev): Bump rollup from 4.52.5 to 4.53.2 in the rollup group (#2211)
Bumps the rollup group with 1 update: [rollup](https://github.com/rollup/rollup). Updates `rollup` from 4.52.5 to 4.53.2 <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.53.2</h2> <h2>4.53.2</h2> <p><em>2025-11-10</em></p> <h3>Bug Fixes</h3> <ul> <li>Do not throw when using invalid escape sequences in template literals (<a href="https://redirect.github.com/rollup/rollup/issues/6177">#6177</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://redirect.github.com/rollup/rollup/pull/6177">#6177</a>: handle TemplateElement with null cooked value (<a href="https://github.com/TrickyPi"><code>@​TrickyPi</code></a>)</li> </ul> <h2>v4.53.1</h2> <h2>4.53.1</h2> <p><em>2025-11-07</em></p> <h3>Bug Fixes</h3> <ul> <li>Fix install script (<a href="https://redirect.github.com/rollup/rollup/issues/6172">#6172</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://redirect.github.com/rollup/rollup/pull/6172">#6172</a>: fix: move patch-package from postinstall to prepare script (<a href="https://github.com/mshima"><code>@​mshima</code></a>)</li> </ul> <h2>v4.53.0</h2> <h2>4.53.0</h2> <p><em>2025-11-07</em></p> <h3>Features</h3> <ul> <li>Improve rendering performance by caching generated variable names (<a href="https://redirect.github.com/rollup/rollup/issues/5947">#5947</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://redirect.github.com/rollup/rollup/pull/5947">#5947</a>: refactor: store safe variable names in cache for subsequent usage (<a href="https://github.com/Aslemammad"><code>@​Aslemammad</code></a>, <a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>, <a href="https://github.com/Service"><code>@​Service</code></a> account user)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/6149">#6149</a>: chore(deps): update dependency vite to v7.1.11 [security] (<a href="https://github.com/renovate"><code>@​renovate</code></a>[bot], <a href="https://github.com/Service"><code>@​Service</code></a> account user)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/6151">#6151</a>: fix(deps): update swc monorepo (major) (<a href="https://github.com/renovate"><code>@​renovate</code></a>[bot], <a href="https://github.com/Service"><code>@​Service</code></a> account user)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/6152">#6152</a>: fix(deps): lock file maintenance minor/patch updates (<a href="https://github.com/renovate"><code>@​renovate</code></a>[bot], <a href="https://github.com/Service"><code>@​Service</code></a> account user)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/6153">#6153</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/Service"><code>@​Service</code></a> account user)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/6155">#6155</a>: Fix tests: Do not swallow warnings for multi-format tests (<a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>, <a href="https://github.com/Service"><code>@​Service</code></a> account user)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/6159">#6159</a>: chore(deps): update dependency eslint-plugin-unicorn to v62 (<a href="https://github.com/renovate"><code>@​renovate</code></a>[bot])</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/6160">#6160</a>: chore(deps): update github artifact actions (major) (<a href="https://github.com/renovate"><code>@​renovate</code></a>[bot])</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/6161">#6161</a>: fix(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/6164">#6164</a>: chore(deps): update dependency <code>@​rollup/plugin-alias</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/6165">#6165</a>: chore(deps): update dependency <code>@​rollup/plugin-commonjs</code> to v29 (<a href="https://github.com/renovate"><code>@​renovate</code></a>[bot])</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/6166">#6166</a>: fix(deps): update swc monorepo (major) (<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/6167">#6167</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> </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.53.2</h2> <p><em>2025-11-10</em></p> <h3>Bug Fixes</h3> <ul> <li>Do not throw when using invalid escape sequences in template literals (<a href="https://redirect.github.com/rollup/rollup/issues/6177">#6177</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://redirect.github.com/rollup/rollup/pull/6177">#6177</a>: handle TemplateElement with null cooked value (<a href="https://github.com/TrickyPi"><code>@​TrickyPi</code></a>)</li> </ul> <h2>4.53.1</h2> <p><em>2025-11-07</em></p> <h3>Bug Fixes</h3> <ul> <li>Fix install script (<a href="https://redirect.github.com/rollup/rollup/issues/6172">#6172</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://redirect.github.com/rollup/rollup/pull/6172">#6172</a>: fix: move patch-package from postinstall to prepare script (<a href="https://github.com/mshima"><code>@​mshima</code></a>)</li> </ul> <h2>4.53.0</h2> <p><em>2025-11-07</em></p> <h3>Features</h3> <ul> <li>Improve rendering performance by caching generated variable names (<a href="https://redirect.github.com/rollup/rollup/issues/5947">#5947</a>)</li> </ul> <h3>Pull Requests</h3> <ul> <li><a href="https://redirect.github.com/rollup/rollup/pull/5947">#5947</a>: refactor: store safe variable names in cache for subsequent usage (<a href="https://github.com/Aslemammad"><code>@​Aslemammad</code></a>, <a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>, <a href="https://github.com/Service"><code>@​Service</code></a> account user)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/6149">#6149</a>: chore(deps): update dependency vite to v7.1.11 [security] (<a href="https://github.com/renovate"><code>@​renovate</code></a>[bot], <a href="https://github.com/Service"><code>@​Service</code></a> account user)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/6151">#6151</a>: fix(deps): update swc monorepo (major) (<a href="https://github.com/renovate"><code>@​renovate</code></a>[bot], <a href="https://github.com/Service"><code>@​Service</code></a> account user)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/6152">#6152</a>: fix(deps): lock file maintenance minor/patch updates (<a href="https://github.com/renovate"><code>@​renovate</code></a>[bot], <a href="https://github.com/Service"><code>@​Service</code></a> account user)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/6153">#6153</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/Service"><code>@​Service</code></a> account user)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/6155">#6155</a>: Fix tests: Do not swallow warnings for multi-format tests (<a href="https://github.com/lukastaegert"><code>@​lukastaegert</code></a>, <a href="https://github.com/Service"><code>@​Service</code></a> account user)</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/6159">#6159</a>: chore(deps): update dependency eslint-plugin-unicorn to v62 (<a href="https://github.com/renovate"><code>@​renovate</code></a>[bot])</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/6160">#6160</a>: chore(deps): update github artifact actions (major) (<a href="https://github.com/renovate"><code>@​renovate</code></a>[bot])</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/6161">#6161</a>: fix(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/6164">#6164</a>: chore(deps): update dependency <code>@​rollup/plugin-alias</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/6165">#6165</a>: chore(deps): update dependency <code>@​rollup/plugin-commonjs</code> to v29 (<a href="https://github.com/renovate"><code>@​renovate</code></a>[bot])</li> <li><a href="https://redirect.github.com/rollup/rollup/pull/6166">#6166</a>: fix(deps): update swc monorepo (major) (<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/6167">#6167</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> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rollup/rollup/commit/d8b0150971681d9efa4f173de5edd2c79a6e03d9"><code>d8b0150</code></a> 4.53.2</li> <li><a href="https://github.com/rollup/rollup/commit/4f43f03bca86a2beea3d52e46ffa8ce142e6283e"><code>4f43f03</code></a> handle TemplateElement with null cooked value (<a href="https://redirect.github.com/rollup/rollup/issues/6177">#6177</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/e3bdcdfe5633a6835dc4c61f8cf93a682406d965"><code>e3bdcdf</code></a> 4.53.1</li> <li><a href="https://github.com/rollup/rollup/commit/96b54530ca7a8c45a99e1541d9c12c4b57488ed9"><code>96b5453</code></a> fix: move patch-package from postinstall to prepare script (<a href="https://redirect.github.com/rollup/rollup/issues/6172">#6172</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/ecff5325941ec36599f9967731ed6871186a72ee"><code>ecff532</code></a> 4.53.0</li> <li><a href="https://github.com/rollup/rollup/commit/05a6c017167724cc61191d3ed5cc1080c753ae28"><code>05a6c01</code></a> refactor: store safe variable names in cache for subsequent usage (<a href="https://redirect.github.com/rollup/rollup/issues/5947">#5947</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/5cf42645c29fbea804f79bd7b17d6e6c236f21d1"><code>5cf4264</code></a> fix(deps): update swc monorepo (major) (<a href="https://redirect.github.com/rollup/rollup/issues/6166">#6166</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/75c4346aa4ac2a1f7cf4ee05b4d6f84dc7fdeaa3"><code>75c4346</code></a> chore(deps): lock file maintenance minor/patch updates (<a href="https://redirect.github.com/rollup/rollup/issues/6167">#6167</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/1ba7efe4616d598ac4cd54696fe06d9495fa4de2"><code>1ba7efe</code></a> chore(deps): update dependency <code>@​rollup/plugin-alias</code> to v6 (<a href="https://redirect.github.com/rollup/rollup/issues/6164">#6164</a>)</li> <li><a href="https://github.com/rollup/rollup/commit/e64d220a881dff09d90b6fc7b32e4b5ed8bed9c6"><code>e64d220</code></a> chore(deps): update dependency <code>@​rollup/plugin-commonjs</code> to v29 (<a href="https://redirect.github.com/rollup/rollup/issues/6165">#6165</a>)</li> <li>Additional commits viewable in <a href="https://github.com/rollup/rollup/compare/v4.52.5...v4.53.2">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.52.5&new-version=4.53.2)](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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details>
2 parents be1aadf + 8b89e87 commit ad82572

File tree

12 files changed

+60
-336
lines changed

12 files changed

+60
-336
lines changed

configs/rollup/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"@rollup/plugin-commonjs": "29.0.0",
88
"@rollup/plugin-json": "6.1.0",
99
"@rollup/plugin-node-resolve": "16.0.0",
10-
"rollup": "4.52.5",
10+
"rollup": "4.53.3",
1111
"rollup-plugin-dts": "6.2.1",
1212
"rollup-plugin-esbuild": "6.2.0",
1313
"rollup-plugin-node-externals": "8.1.1"

libs/@guardian/ab-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"eslint": "9.39.1",
3636
"jest": "30.2.0",
3737
"jest-environment-jsdom": "30.2.0",
38-
"rollup": "4.52.5",
38+
"rollup": "4.53.3",
3939
"ts-jest": "29.4.0",
4040
"tslib": "2.8.1",
4141
"typescript": "5.9.3",

libs/@guardian/ab-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"jest-environment-jsdom": "30.2.0",
4242
"react": "18.2.0",
4343
"react-dom": "18.2.0",
44-
"rollup": "4.52.5",
44+
"rollup": "4.53.3",
4545
"ts-jest": "29.4.0",
4646
"tslib": "2.8.1",
4747
"typescript": "5.9.3",

libs/@guardian/core-web-vitals/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"eslint": "9.39.1",
3636
"jest": "30.2.0",
3737
"jest-environment-jsdom": "30.2.0",
38-
"rollup": "4.52.5",
38+
"rollup": "4.53.3",
3939
"ts-jest": "29.4.0",
4040
"tslib": "2.8.1",
4141
"typescript": "5.9.3",

libs/@guardian/identity-auth-frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"jest": "30.2.0",
3939
"jest-environment-jsdom": "30.2.0",
4040
"jest-fetch-mock": "3.0.3",
41-
"rollup": "4.52.5",
41+
"rollup": "4.53.3",
4242
"ts-jest": "29.4.0",
4343
"tslib": "2.8.1",
4444
"typescript": "5.9.3",

libs/@guardian/identity-auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"jest": "30.2.0",
3838
"jest-environment-jsdom": "30.2.0",
3939
"jest-fetch-mock": "3.0.3",
40-
"rollup": "4.52.5",
40+
"rollup": "4.53.3",
4141
"ts-jest": "29.4.0",
4242
"tslib": "2.8.1",
4343
"typescript": "5.9.3",

libs/@guardian/libs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"jest-environment-jsdom": "30.2.0",
4545
"jest-fetch-mock": "3.0.3",
4646
"mockdate": "3.0.5",
47-
"rollup": "4.52.5",
47+
"rollup": "4.53.3",
4848
"ts-jest": "29.4.0",
4949
"tslib": "2.8.1",
5050
"tsx": "4.20.3",

libs/@guardian/newsletter-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"devDependencies": {
2727
"@guardian/eslint-config": "workspace:*",
2828
"eslint": "9.39.1",
29-
"rollup": "4.52.5",
29+
"rollup": "4.53.3",
3030
"tslib": "2.8.1",
3131
"typescript": "5.9.3",
3232
"wireit": "0.14.12"

libs/@guardian/react-crossword/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"prettier": "3.6.2",
5353
"react": "18.2.0",
5454
"react-dom": "18.2.0",
55-
"rollup": "4.52.5",
55+
"rollup": "4.53.3",
5656
"storybook": "10.0.6",
5757
"ts-jest": "29.4.0",
5858
"tslib": "2.8.1",

libs/@guardian/source-development-kitchen/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"jest": "30.2.0",
4545
"react": "18.2.0",
4646
"react-dom": "18.2.0",
47-
"rollup": "4.52.5",
47+
"rollup": "4.53.3",
4848
"storybook": "10.0.6",
4949
"ts-jest": "29.4.0",
5050
"tslib": "2.8.1",

0 commit comments

Comments
 (0)