247 Commits

Author SHA1 Message Date
Pablo Sáez
2a13f4bedb
fix(win): use tree-kill (#286) 2021-04-19 14:58:43 +08:00
Pablo Sáez
c992b13a43
feat: improve watch mode & add silent mode (#285) 2021-04-18 18:28:14 +08:00
EGOIST
b1f7994941 fix: use the native esbuild formatMessages method to output warnings 2021-03-27 13:41:03 +08:00
EGOIST
257033f2e1 fix: output essential esbuild warnings 2021-03-21 18:13:17 +08:00
EGOIST
a9560cb513 fix: don't pass esbuild plugins to rollup worker 2021-03-18 16:30:44 +08:00
EGOIST
4c12e43a4c fix(dts): resolve relative path in node_modules 2021-03-17 14:59:18 +08:00
dependabot-preview[bot]
43b47aa995
chore(deps): bump joycon from 2.2.5 to 3.0.0 (#270)
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-03-17 01:22:41 +08:00
dependabot-preview[bot]
a18a18c430
fix(deps-dev): bump rollup-plugin-dts from 2.0.1 to 3.0.1 (#274)
Bumps [rollup-plugin-dts](https://github.com/Swatinem/rollup-plugin-dts) from 2.0.1 to 3.0.1.
- [Release notes](https://github.com/Swatinem/rollup-plugin-dts/releases)
- [Changelog](https://github.com/Swatinem/rollup-plugin-dts/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Swatinem/rollup-plugin-dts/compare/v2.0.1...v3.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-03-17 01:22:22 +08:00
EGOIST
72015e1e76 fix: improve type declaration resolving mechanism 2021-03-17 01:18:15 +08:00
Pablo Sáez
0cc5cc15e3
feat: add --onSuccess <command> flag (#275)
Co-authored-by: EGOIST <0x142857@gmail.com>
2021-03-16 18:09:22 +08:00
dependabot-preview[bot]
84d4088870
chore(deps): bump rollup from 2.40.0 to 2.41.2 (#272) 2021-03-15 21:24:40 +00:00
dependabot-preview[bot]
474b64fff7
chore(deps-dev): bump postcss from 8.2.7 to 8.2.8 (#273) 2021-03-15 21:21:51 +00:00
dependabot-preview[bot]
36a37c7cb6
chore(deps-dev): bump @babel/core from 7.13.8 to 7.13.10 (#269) 2021-03-15 21:21:23 +00:00
dependabot-preview[bot]
24ca37c09b
chore(deps-dev): bump @types/node from 14.14.32 to 14.14.35 (#271) 2021-03-15 21:20:16 +00:00
EGOIST
d64d7b3817 feat: upgrade esbuild to 0.9 2021-03-14 20:15:50 +08:00
dependabot-preview[bot]
4c2a0a441e
chore(deps-dev): bump ts-jest from 26.5.2 to 26.5.3 (#265) 2021-03-08 21:28:54 +00:00
dependabot-preview[bot]
e6837d4cdd
chore(deps-dev): bump typescript from 4.2.2 to 4.2.3 (#267) 2021-03-08 21:24:45 +00:00
dependabot-preview[bot]
f1e620f70f
chore(deps-dev): bump @types/node from 14.14.31 to 14.14.32 (#268) 2021-03-08 21:24:27 +00:00
dependabot-preview[bot]
4fe47f04b0
chore(deps-dev): bump postcss from 8.2.6 to 8.2.7 (#264) 2021-03-08 21:22:38 +00:00
dependabot-preview[bot]
8d87915bb7
chore(deps-dev): bump svelte from 3.34.0 to 3.35.0 (#263) 2021-03-08 21:22:24 +00:00
EGOIST
9fbbf0ca5c fix: add typescript as optional peerDependency 2021-03-03 15:23:59 +08:00
dependabot-preview[bot]
e9d42a2966
chore(deps-dev): bump typescript from 4.1.5 to 4.2.2 (#257) 2021-03-02 01:38:30 +00:00
dependabot-preview[bot]
3e54f13116
chore(deps): bump rollup from 2.39.0 to 2.40.0 (#261) 2021-03-01 22:05:42 +00:00
dependabot-preview[bot]
ff429e7d6e
chore(deps-dev): bump @types/fs-extra from 9.0.7 to 9.0.8 (#260) 2021-03-01 22:05:34 +00:00
dependabot-preview[bot]
8c81692706
chore(deps-dev): bump @babel/core from 7.12.17 to 7.13.8 (#259) 2021-03-01 22:04:37 +00:00
dependabot-preview[bot]
59429c4010
chore(deps-dev): bump ts-jest from 26.5.1 to 26.5.2 (#256) 2021-03-01 22:02:39 +00:00
EGOIST
25367fdee5 chore(deps): update tsup 2021-03-01 22:12:02 +08:00
EGOIST
06906f20dc feat: let esbuild handle css extracted from svelte components 2021-02-27 14:52:30 +08:00
EGOIST
e18e1c8a39 feat: add svelte support 2021-02-27 13:34:12 +08:00
EGOIST
29e5e240c8 chore: tweak build script 2021-02-23 16:18:20 +08:00
EGOIST
df78f2cebb chore(deps): update tsup 2021-02-23 15:37:44 +08:00
EGOIST
813651fda7 tweaks 2021-02-23 15:32:32 +08:00
EGOIST
1bde51ff01 feat: improve dts support
* Now --dts-resolve will also externalize pkg.dependencies by default.
* Added support for config file. tsup.config.{ts,js,json}
2021-02-23 15:28:39 +08:00
dependabot-preview[bot]
cbd61e9f74
chore(deps): bump esbuild from 0.8.46 to 0.8.50 (#251)
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.8.46 to 0.8.50.
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/master/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.8.46...v0.8.50)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-02-23 11:20:40 +08:00
dependabot-preview[bot]
1fe9ff22ac
chore(deps-dev): bump @types/node from 14.14.28 to 14.14.31 (#252) 2021-02-22 21:24:08 +00:00
dependabot-preview[bot]
3a56c3a92f
chore(deps-dev): bump @babel/core from 7.12.16 to 7.12.17 (#254) 2021-02-22 21:23:52 +00:00
dependabot-preview[bot]
4deba4452a
chore(deps): bump cac from 6.7.1 to 6.7.2 (#253) 2021-02-22 21:22:53 +00:00
dependabot-preview[bot]
427d326ae5
chore(deps-dev): bump @types/resolve from 1.19.0 to 1.20.0 (#250) 2021-02-22 21:20:34 +00:00
dependabot-preview[bot]
b172d40ca3
chore(deps): bump esbuild from 0.8.43 to 0.8.46 (#246)
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.8.43 to 0.8.46.
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/master/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.8.43...v0.8.46)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-02-17 14:38:21 +08:00
dependabot-preview[bot]
ef4a555145
chore(deps): bump rollup from 2.38.5 to 2.39.0 (#249) 2021-02-15 21:26:47 +00:00
dependabot-preview[bot]
021a02e200
chore(deps-dev): bump typescript from 4.1.3 to 4.1.5 (#248) 2021-02-15 21:23:46 +00:00
dependabot-preview[bot]
6166b48335
chore(deps-dev): bump @types/fs-extra from 9.0.6 to 9.0.7 (#245) 2021-02-15 21:23:28 +00:00
dependabot-preview[bot]
b37cf1fbae
chore(deps-dev): bump @babel/core from 7.12.13 to 7.12.16 (#247) 2021-02-15 21:21:57 +00:00
dependabot-preview[bot]
8ccb71d400
chore(deps-dev): bump @types/node from 14.14.25 to 14.14.28 (#244) 2021-02-15 21:20:34 +00:00
dependabot-preview[bot]
d43e70c6e9
chore(deps-dev): bump ts-jest from 26.5.0 to 26.5.1 (#243) 2021-02-15 21:20:24 +00:00
dependabot-preview[bot]
78101189ff
chore(deps): bump @rollup/plugin-node-resolve from 11.1.1 to 11.2.0 (#241) 2021-02-15 21:19:54 +00:00
dependabot-preview[bot]
27b25010d2
chore(deps-dev): bump postcss from 8.2.5 to 8.2.6 (#242) 2021-02-15 21:19:37 +00:00
dependabot-preview[bot]
5b40fef44d
chore(deps-dev): bump execa from 4.1.0 to 5.0.0 (#192)
Bumps [execa](https://github.com/sindresorhus/execa) from 4.1.0 to 5.0.0.
- [Release notes](https://github.com/sindresorhus/execa/releases)
- [Commits](https://github.com/sindresorhus/execa/compare/v4.1.0...v5.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-02-10 19:20:30 +08:00
dependabot-preview[bot]
8dd4f440c9
chore(deps): bump esbuild from 0.8.34 to 0.8.43 (#238)
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-02-10 19:20:16 +08:00
dependabot-preview[bot]
27b4c29aca
chore(deps-dev): bump postcss from 8.2.4 to 8.2.5 (#236) 2021-02-08 21:26:44 +00:00