samchouse / snow.js

Snow.JS is a framework for Discord.JS, largely inspired by Discord-Akairo.
MIT License
2 stars 0 forks source link

chore(deps): update dependency tsup to v6 #50

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
tsup ^5.11.12 -> ^6.0.0 age adoption passing confidence

Release Notes

egoist/tsup ### [`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)) ### [`v5.12.8`](https://togithub.com/egoist/tsup/releases/tag/v5.12.8) [Compare Source](https://togithub.com/egoist/tsup/compare/v5.12.7...v5.12.8) ##### Bug Fixes - update `source-map` to 0.8.0-beta.0, closes [#​623](https://togithub.com/egoist/tsup/issues/623) ([c67e03d](https://togithub.com/egoist/tsup/commit/c67e03debc3bc536508fda6fb8839f7895572021)) ### [`v5.12.7`](https://togithub.com/egoist/tsup/releases/tag/v5.12.7) [Compare Source](https://togithub.com/egoist/tsup/compare/v5.12.6...v5.12.7) ##### Bug Fixes - define a build-time constant called `TSUP_FORMAT` ([f4a56ed](https://togithub.com/egoist/tsup/commit/f4a56ed21a17457dbfc6ba4da3f539ace4bfb9af)) - resolve to package.json only if tsup key exists ([#​622](https://togithub.com/egoist/tsup/issues/622)) ([67eea53](https://togithub.com/egoist/tsup/commit/67eea535838e4419cdda1ac4a9c591170d71bf90)) ### [`v5.12.6`](https://togithub.com/egoist/tsup/releases/tag/v5.12.6) [Compare Source](https://togithub.com/egoist/tsup/compare/v5.12.5...v5.12.6) ##### Bug Fixes - **dts:** use relative `baseUrl` in tsconfig, closes [#​611](https://togithub.com/egoist/tsup/issues/611) ([df40e12](https://togithub.com/egoist/tsup/commit/df40e12e9549cbd4db56085ff2f37f69a8ede4e9)) ### [`v5.12.5`](https://togithub.com/egoist/tsup/releases/tag/v5.12.5) [Compare Source](https://togithub.com/egoist/tsup/compare/v5.12.4...v5.12.5) ##### Bug Fixes - Exit Code returns 0 for failed builds, closes [#​606](https://togithub.com/egoist/tsup/issues/606) ([b3ad95f](https://togithub.com/egoist/tsup/commit/b3ad95f9d83d44eb298257489ec8f8698d130f19)) ### [`v5.12.4`](https://togithub.com/egoist/tsup/releases/tag/v5.12.4) [Compare Source](https://togithub.com/egoist/tsup/compare/v5.12.3...v5.12.4) ##### Bug Fixes - make sure `sources` are relative path in sourcemap, closes [#​603](https://togithub.com/egoist/tsup/issues/603) ([637ec28](https://togithub.com/egoist/tsup/commit/637ec281ab2f777ce310442d4434f9cd792efc60)) - reject promise with an error ([401e204](https://togithub.com/egoist/tsup/commit/401e20419baad4f096adef022be726cd1b80ec28)) ### [`v5.12.3`](https://togithub.com/egoist/tsup/releases/tag/v5.12.3) [Compare Source](https://togithub.com/egoist/tsup/compare/v5.12.2...v5.12.3) ##### Bug Fixes - don't treat .node.js as native node module, closes [#​589](https://togithub.com/egoist/tsup/issues/589) ([e5fe1c1](https://togithub.com/egoist/tsup/commit/e5fe1c188bd4e24397d19b82e0f13f0c632dbfa6)) ### [`v5.12.2`](https://togithub.com/egoist/tsup/releases/tag/v5.12.2) [Compare Source](https://togithub.com/egoist/tsup/compare/v5.12.1...v5.12.2) ##### Bug Fixes - build promise resolves before types are emitted ([#​597](https://togithub.com/egoist/tsup/issues/597)) ([d30f813](https://togithub.com/egoist/tsup/commit/d30f813ee752979f6f9f6aa7698766ba146c3e48)) ### [`v5.12.1`](https://togithub.com/egoist/tsup/releases/tag/v5.12.1) [Compare Source](https://togithub.com/egoist/tsup/compare/v5.12.0...v5.12.1) ##### Bug Fixes - **regression:** `entry` gets ignored if it is an object, closes [#​583](https://togithub.com/egoist/tsup/issues/583) ([b480486](https://togithub.com/egoist/tsup/commit/b480486dabbdd4f1e9113331096bcd4fdd62e46e)) ### [`v5.12.0`](https://togithub.com/egoist/tsup/releases/tag/v5.12.0) [Compare Source](https://togithub.com/egoist/tsup/compare/v5.11.13...v5.12.0) ##### Bug Fixes - exclude `banner` and `footer` in the options for rollup ([4cc7ea7](https://togithub.com/egoist/tsup/commit/4cc7ea7e45d1e2cf27d03e0a26ed589b01b452ab)) - unlink the outDir twice will report an error ([#​569](https://togithub.com/egoist/tsup/issues/569)) ([5bd6819](https://togithub.com/egoist/tsup/commit/5bd68194fedb5d5d5a6f091f66a9542410e6a5bd)) ##### Features - allow `banner` and `footer` to a function ([2521e9f](https://togithub.com/egoist/tsup/commit/2521e9f263be60c988fcc4bc46a9888c9d644f80)) ### [`v5.11.13`](https://togithub.com/egoist/tsup/releases/tag/v5.11.13) [Compare Source](https://togithub.com/egoist/tsup/compare/v5.11.12...v5.11.13) ##### Bug Fixes - ignore non js/ts files in --dts build, closes [#​554](https://togithub.com/egoist/tsup/issues/554) ([20fb72b](https://togithub.com/egoist/tsup/commit/20fb72b3084cddbe02d05e4f59fd7f2ecde0b5f1))

Configuration

📅 Schedule: 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 WhiteSource Renovate. View repository job log here.