Skip to content

Commit c651d73

Browse files
renovate[bot]sxzz
andauthored
chore(deps): update build (major) (#9238)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: 三咲智子 Kevin Deng <[email protected]>
1 parent 6d14fa8 commit c651d73

File tree

3 files changed

+74
-41
lines changed

3 files changed

+74
-41
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@
5858
"devDependencies": {
5959
"@babel/parser": "^7.21.3",
6060
"@babel/types": "^7.21.3",
61-
"@rollup/plugin-alias": "^4.0.4",
62-
"@rollup/plugin-commonjs": "^24.1.0",
61+
"@rollup/plugin-alias": "^5.0.0",
62+
"@rollup/plugin-commonjs": "^25.0.4",
6363
"@rollup/plugin-json": "^6.0.0",
6464
"@rollup/plugin-node-resolve": "^15.2.1",
6565
"@rollup/plugin-replace": "^5.0.2",
@@ -91,8 +91,8 @@
9191
"pug": "^3.0.2",
9292
"puppeteer": "~21.2.1",
9393
"rollup": "^3.29.2",
94-
"rollup-plugin-dts": "^5.3.1",
95-
"rollup-plugin-esbuild": "^5.0.0",
94+
"rollup-plugin-dts": "^6.0.2",
95+
"rollup-plugin-esbuild": "^6.0.0",
9696
"rollup-plugin-polyfill-node": "^0.12.0",
9797
"semver": "^7.5.4",
9898
"serve": "^14.2.1",

pnpm-lock.yaml

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

rollup.config.js

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -273,13 +273,6 @@ function createConfig(format, output, plugins = []) {
273273
return nodePlugins
274274
}
275275

276-
/** @satisfies {import('esbuild').TsconfigRaw} */
277-
const tsconfigRaw = {
278-
compilerOptions: {
279-
useDefineForClassFields: false
280-
}
281-
}
282-
283276
return {
284277
input: resolve(entryFile),
285278
// Global and Browser ESM builds inlines everything so that they can be
@@ -299,9 +292,7 @@ function createConfig(format, output, plugins = []) {
299292
sourceMap: output.sourcemap,
300293
minify: false,
301294
target: isServerRenderer || isNodeBuild ? 'es2019' : 'es2015',
302-
define: resolveDefine(),
303-
// @ts-expect-error
304-
tsconfigRaw
295+
define: resolveDefine()
305296
}),
306297
...resolveNodePlugins(),
307298
...plugins

0 commit comments

Comments
 (0)