Skip to content

Commit 95270a7

Browse files
committed
chore: upgrade to rolldown 1.0.0-beta.50
1 parent 8200eb6 commit 95270a7

File tree

4 files changed

+100
-258
lines changed

4 files changed

+100
-258
lines changed

dev-packages/rollup-utils/plugins/bundlePlugins.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ import terser from '@rollup/plugin-terser';
1818
*
1919
* @param title The title to use for the SDK, if not the package name
2020
* @param version The version of the SDK
21-
* @returns An instance of the `rollup-plugin-license` plugin
2221
*/
2322
export function makeBannerOptions(title, version) {
2423
const commitHash = childProcess.execSync('git rev-parse --short HEAD', { encoding: 'utf-8' }).trim();

dev-packages/rollup-utils/plugins/npmPlugins.mjs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
/**
2-
* Rollup plugin hooks docs: https://rollupjs.org/guide/en/#build-hooks and
3-
* https://rollupjs.org/guide/en/#output-generation-hooks
4-
*
5-
* Cleanup plugin docs: https://github.com/aMarCruz/rollup-plugin-cleanup
6-
* Replace plugin docs: https://github.com/rollup/plugins/tree/master/packages/replace
7-
* Sucrase plugin docs: https://github.com/rollup/plugins/tree/master/packages/sucrase
2+
* Replace plugin docs: https://rolldown.rs/builtin-plugins/replace#replace-plugin
83
*/
94

105
import { replacePlugin } from 'rolldown/plugins';

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,7 @@
122122
"prettier": "^3.6.2",
123123
"prettier-plugin-astro": "^0.14.1",
124124
"rimraf": "^5.0.10",
125-
"rolldown": "^1.0.0-beta.49",
126-
"rollup-plugin-cleanup": "^3.2.1",
127-
"rollup-plugin-license": "^3.3.1",
125+
"rolldown": "^1.0.0-beta.50",
128126
"size-limit": "~11.1.6",
129127
"sucrase": "^3.35.0",
130128
"ts-node": "10.9.1",

0 commit comments

Comments
 (0)