From 0dc0a0446eaa9eab2de6b38a37b69d616c5e1f26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Apr 2026 18:19:09 +0000 Subject: [PATCH 1/2] build(deps-dev): bump rollup from 4.22.4 to 4.60.1 Bumps [rollup](https://github.com/rollup/rollup) from 4.22.4 to 4.60.1. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v4.22.4...v4.60.1) --- updated-dependencies: - dependency-name: rollup dependency-version: 4.60.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- examples/bundle-analyzer-cli/package.json | 2 +- examples/oidc/package.json | 2 +- examples/rollup/package.json | 2 +- examples/tokenless/package.json | 2 +- examples/vite/package.json | 2 +- packages/rollup-plugin/package.json | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/bundle-analyzer-cli/package.json b/examples/bundle-analyzer-cli/package.json index cacf2fb2..70c4bd3f 100644 --- a/examples/bundle-analyzer-cli/package.json +++ b/examples/bundle-analyzer-cli/package.json @@ -26,7 +26,7 @@ "@rollup/plugin-commonjs": "^25.0.7", "@rollup/plugin-node-resolve": "^15.2.3", "npm-run-all": "^4.1.5", - "rollup": "^4.22.4", + "rollup": "^4.60.1", "serve": "^14.2.1" }, "volta": { diff --git a/examples/oidc/package.json b/examples/oidc/package.json index ccdaf49c..9c64ab98 100644 --- a/examples/oidc/package.json +++ b/examples/oidc/package.json @@ -23,7 +23,7 @@ "eslint": "^8.56.0", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.5", - "rollup": "^4.22.4", + "rollup": "^4.60.1", "typescript": "^5.3.3", "vite": "6.3.5" }, diff --git a/examples/rollup/package.json b/examples/rollup/package.json index e6f9b4f3..2525a638 100644 --- a/examples/rollup/package.json +++ b/examples/rollup/package.json @@ -17,7 +17,7 @@ "@rollup/plugin-commonjs": "^25.0.7", "@rollup/plugin-node-resolve": "^15.2.3", "npm-run-all": "^4.1.5", - "rollup": "^4.22.4", + "rollup": "^4.60.1", "serve": "^14.2.1" }, "volta": { diff --git a/examples/tokenless/package.json b/examples/tokenless/package.json index d94fc990..68fdfd77 100644 --- a/examples/tokenless/package.json +++ b/examples/tokenless/package.json @@ -23,7 +23,7 @@ "eslint": "^8.56.0", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.5", - "rollup": "^4.22.4", + "rollup": "^4.60.1", "typescript": "^5.3.3", "vite": "6.3.5" }, diff --git a/examples/vite/package.json b/examples/vite/package.json index d0137d8c..ae0c985d 100644 --- a/examples/vite/package.json +++ b/examples/vite/package.json @@ -23,7 +23,7 @@ "eslint": "^8.56.0", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.5", - "rollup": "^4.22.4", + "rollup": "^4.60.1", "typescript": "^5.3.3", "vite": "6.3.5" }, diff --git a/packages/rollup-plugin/package.json b/packages/rollup-plugin/package.json index 548daa7d..2821d1ea 100644 --- a/packages/rollup-plugin/package.json +++ b/packages/rollup-plugin/package.json @@ -54,7 +54,7 @@ "@vitest/coverage-v8": "^2.1.9", "codecovProdRollupPlugin": "npm:@codecov/rollup-plugin@1.5.0", "msw": "^2.7.0", - "rollup": "4.22.4", + "rollup": "4.60.1", "ts-node": "^10.9.2", "typedoc": "^0.27.5", "typescript": "^5.3.3", From dced25501eed61dd378cd69c8c50335b575e45a5 Mon Sep 17 00:00:00 2001 From: Thomas Hu Date: Tue, 7 Apr 2026 04:49:15 +0900 Subject: [PATCH 2/2] empty commit