pansyjs / watermark

🛡 强大的水印组件,助你快速的给网页添加水印。
https://watermark.xingkang.wang
MIT License
374 stars 46 forks source link

Update dependency tsup to v6 - autoclosed #108

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
tsup 5.12.8 -> 6.1.2 age adoption passing confidence

Release Notes

egoist/tsup ### [`v6.1.2`](https://togithub.com/egoist/tsup/releases/tag/v6.1.2) [Compare Source](https://togithub.com/egoist/tsup/compare/v6.1.1...v6.1.2) ##### Bug Fixes - make `--minify` work with es5 target, fix [#​653](https://togithub.com/egoist/tsup/issues/653) ([8230221](https://togithub.com/egoist/tsup/commit/8230221e4ee689cf070e8e288f098f8484404d53)) ### [`v6.1.1`](https://togithub.com/egoist/tsup/releases/tag/v6.1.1) [Compare Source](https://togithub.com/egoist/tsup/compare/v6.1.0...v6.1.1) ##### Features - **cli:** add `--tsconfig` flag to accept custom tsconfig path ([#​652](https://togithub.com/egoist/tsup/issues/652)) ([58d0145](https://togithub.com/egoist/tsup/commit/58d0145e846def5a7a21a71ede8f58c2b72af92d)) - **minor:** use shell option for complex commands in onSuccess ([#​649](https://togithub.com/egoist/tsup/issues/649)) ([be48b8b](https://togithub.com/egoist/tsup/commit/be48b8b7a5b0defaecf6c5d65b57f8efe8979dd2)) ### [`v6.1.0`](https://togithub.com/egoist/tsup/releases/tag/v6.1.0) [Compare Source](https://togithub.com/egoist/tsup/compare/v6.0.1...v6.1.0) ##### Bug Fixes - allow `format` to be a string in config file ([0a96985](https://togithub.com/egoist/tsup/commit/0a969854fa76cc671041ffa5e71bfa5aec3a2314)) - ignore esbuild warning if silent is true ([#​643](https://togithub.com/egoist/tsup/issues/643)) ([36e2199](https://togithub.com/egoist/tsup/commit/36e21993685a4bcd77d528640bc5383240368857)) ##### Features - allow to use an object as entry with `--entry` flag ([33a7c5f](https://togithub.com/egoist/tsup/commit/33a7c5f94e734b10c6fc9cf444edb8685dabdf58)) - new option `outExtension` ([b9cd8d5](https://togithub.com/egoist/tsup/commit/b9cd8d5f0973f94d494b8b0d0e65121e5712ee49)) - support custom config file with `--config` flag ([90f2d1a](https://togithub.com/egoist/tsup/commit/90f2d1ae3abbf6eeb965f791b3ddf199bc3cc95d)) ### [`v6.0.1`](https://togithub.com/egoist/tsup/releases/tag/v6.0.1) [Compare Source](https://togithub.com/egoist/tsup/compare/v6.0.0...v6.0.1) ##### Bug Fixes - add missing `tsup-node` command ([a175339](https://togithub.com/egoist/tsup/commit/a1753393684b425d7f543a2a0a747df970c796fd)) ### [`v6.0.0`](https://togithub.com/egoist/tsup/releases/tag/v6.0.0) [Compare Source](https://togithub.com/egoist/tsup/compare/v5.12.9...v6.0.0) #### Upgrade guide - `shims` option is `false` by default: If you're dual-publishing (i.e. `--format esm,cjs`) and using platform specific API like `import.meta.url`, `__dirname` and `__filename`, you need to manually enable `--shims` flag now, because `import.meta.url` won't work in a `cjs` module, and `__dirname`, `__filename` won't work in an `esm` module. - `target` option is now `node14` by default: previously it was `node12`, the minimal node version that tsup can run in is also changed to `node14` #### New Features - New `treeshake` option: You can use Rollup for tree-shaking now, read more https://tsup.egoist.sh/#tree-shaking ### [`v5.12.9`](https://togithub.com/egoist/tsup/releases/tag/v5.12.9) [Compare Source](https://togithub.com/egoist/tsup/compare/v5.12.8...v5.12.9) ##### Bug Fixes - **deps:** Update rollup and rollup-plugin-dts to latest versions ([#​632](https://togithub.com/egoist/tsup/issues/632)) ([a792668](https://togithub.com/egoist/tsup/commit/a792668a405f5af73eae7921fda62340e71e6698)) ##### Features - **minor:** allow tsup config function to be asynchronous ([#​627](https://togithub.com/egoist/tsup/issues/627)) ([ad2629a](https://togithub.com/egoist/tsup/commit/ad2629a00d71923f11fce94ecd0943763d2ea8e4))

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.