Skip to content

Commit 8139825

Browse files
chore(deps): bump rollup
Bumps [rollup](https://github.com/rollup/rollup) to 2.80.0 and updates ancestor dependency . These dependencies need to be updated together. Updates `rollup` from 2.79.1 to 2.80.0 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/v2.80.0/CHANGELOG.md) - [Commits](rollup/rollup@v2.79.1...v2.80.0) Updates `rollup` from 4.34.2 to 4.59.0 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/v2.80.0/CHANGELOG.md) - [Commits](rollup/rollup@v2.79.1...v2.80.0) --- updated-dependencies: - dependency-name: rollup dependency-version: 2.80.0 dependency-type: indirect - dependency-name: rollup dependency-version: 4.59.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ce7a735 commit 8139825

7 files changed

Lines changed: 187 additions & 103 deletions

File tree

package-lock.json

Lines changed: 181 additions & 97 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"prettier": "^2.4.1",
7575
"prettier-plugin-package": "^1.3.0",
7676
"rimraf": "^4.4.1",
77-
"rollup": "^4.4.0",
77+
"rollup": "^4.59.0",
7878
"ts-node": "^10.4.0",
7979
"typescript": "~5.0.4",
8080
"wireit": "^0.14.2"

packages/dev-server-rollup/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@web/dev-server-core": "^0.7.2",
5353
"nanocolors": "^0.2.1",
5454
"parse5": "^6.0.1",
55-
"rollup": "^4.4.0",
55+
"rollup": "^4.59.0",
5656
"whatwg-url": "^14.0.0"
5757
},
5858
"devDependencies": {

packages/dev-server-storybook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"es-module-lexer": "^1.0.2",
7171
"globby": "^11.0.1",
7272
"path-is-inside": "^1.0.2",
73-
"rollup": "^4.4.0",
73+
"rollup": "^4.59.0",
7474
"storybook-addon-markdown-docs": "^2.0.0"
7575
},
7676
"devDependencies": {

packages/rollup-plugin-html/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@
5757
"@types/picomatch": "^2.2.1",
5858
"@types/prettier": "^3.0.0",
5959
"prettier": "^3.6.2",
60-
"rollup": "^4.4.0"
60+
"rollup": "^4.59.0"
6161
}
6262
}

packages/rollup-plugin-polyfills-loader/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@
4949
},
5050
"devDependencies": {
5151
"@web/rollup-plugin-html": "^3.0.0",
52-
"rollup": "^4.4.0"
52+
"rollup": "^4.59.0"
5353
}
5454
}

packages/storybook-builder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"path-browserify": "^1.0.1",
6969
"rehype-external-links": "^3.0.0",
7070
"rehype-slug": "^6.0.0",
71-
"rollup": "^4.4.1",
71+
"rollup": "^4.59.0",
7272
"rollup-plugin-external-globals": "^0.9.0",
7373
"sirv": "^2.0.4",
7474
"slash": "^5.1.0"

0 commit comments

Comments
 (0)