Skip to content
This repository has been archived by the owner on Apr 23, 2023. It is now read-only.

Update dependency tsup to v6 #111

Merged
merged 1 commit into from
Jun 17, 2022
Merged

Update dependency tsup to v6 #111

merged 1 commit into from
Jun 17, 2022

Conversation

sebasptsch
Copy link
Member

This PR contains the following updates:

Package Type Update Change
tsup devDependencies major ^5.12.1 -> ^6.0.0

Release Notes

egoist/tsup

v6.1.2

Compare Source

Bug Fixes

v6.1.1

Compare Source

Features
  • cli: add --tsconfig flag to accept custom tsconfig path (#​652) (58d0145)
  • minor: use shell option for complex commands in onSuccess (#​649) (be48b8b)

v6.1.0

Compare Source

Bug Fixes
  • allow format to be a string in config file (0a96985)
  • ignore esbuild warning if silent is true (#​643) (36e2199)
Features
  • allow to use an object as entry with --entry flag (33a7c5f)
  • new option outExtension (b9cd8d5)
  • support custom config file with --config flag (90f2d1a)

v6.0.1

Compare Source

Bug Fixes
  • add missing tsup-node command (a175339)

v6.0.0

Compare Source

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


Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Renovate Bot.

@sebasptsch sebasptsch merged commit 798d7c9 into master Jun 17, 2022
@sebasptsch sebasptsch deleted the renovate/tsup-6.x branch June 17, 2022 06:12
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant