clipboard-text icon indicating copy to clipboard operation
clipboard-text copied to clipboard

chore(deps): update dependency tsup to v8

Open renovate[bot] opened this issue 1 year ago • 0 comments

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
tsup (source) ^4.14.0 -> ^8.3.0 age adoption passing confidence

Release Notes

egoist/tsup (tsup)

v8.3.0

Compare Source

Bug Fixes
Features

v8.2.4

Compare Source

Bug Fixes

v8.2.3

Compare Source

v8.2.2

Compare Source

v8.2.1

Compare Source

v8.2.0

Compare Source

v8.1.2

Compare Source

v8.1.1

Compare Source

v8.1.0

Compare Source

Features

v8.0.2

Compare Source

Bug Fixes

v8.0.1

Compare Source

Bug Fixes
  • dts: ensure chunks conform to bundle format (#​1034) (f83baf8)
  • experimental-dts: make --experimental-dts to be compatible with --clean (#​1041) (8c26e63)
  • experimental-dts: only include exported declarations (#​1039) (731f43f)

v8.0.0

Compare Source

Bug Fixes
Features
BREAKING CHANGES
  • Drop node < 18

v7.3.0

Compare Source

Bug Fixes
Features

v7.2.0

Compare Source

Bug Fixes
  • allow to kill onSuccess process using SIGKILL signal, closes #​936 (612cabf)
Features

v7.1.0

Compare Source

Features
  • Ensure matching declaration file exists for each output bundle format (#​934) (fb4c2b6)

v7.0.0

Compare Source

Bug Fixes
Features
  • require nodejs 16 or above (45832d9)
  • support svelte-preprocess (#​906) (3606e45)
  • Update esbuild version to latest for keeping unknown directives during bundle (#​925) (e2e70e8)
BREAKING CHANGES
  • require nodejs 16 or above
  • update esbuild to 0.18

v6.7.0

Compare Source

Features

v6.6.3

Compare Source

Bug Fixes

v6.6.2

Compare Source

Bug Fixes

v6.6.1

Compare Source

Bug Fixes
  • types: make sure enum starts with declare keyword (a85439d), closes #​834

v6.6.0

Compare Source

Bug Fixes
Features

v6.5.0

Compare Source

Bug Fixes
Features
  • add --publicDir [dir] flag (3da1c00)

v6.4.0

Compare Source

Bug Fixes
Features

v6.3.0

Compare Source

Bug Fixes
Features
  • allow to exclude dependencies from specific package.json (#​717) (8d7ce9e)

v6.2.3

Compare Source

Bug Fixes

v6.2.2

Compare Source

Bug Fixes

v6.2.1

Compare Source

Bug Fixes

v6.2.0

Compare Source

Bug Fixes
  • actually trigger rebuild when watched files change (135ff39)
Features

v6.1.3

Compare Source

Bug Fixes

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

  • New treeshake option: You can use Rollup for tree-shaking now, read more https://tsup.egoist.sh/#tree-shaking

v5.12.9

Compare Source

Bug Fixes
  • deps: Update rollup and rollup-plugin-dts to latest versions (#​632) (a792668)
Features
  • minor: allow tsup config function to be asynchronous (#​627) (ad2629a)

v5.12.8

Compare Source

Bug Fixes

v5.12.7

Compare Source

Bug Fixes
  • define a build-time constant called TSUP_FORMAT (f4a56ed)
  • resolve to package.json only if tsup key exists (#​622) (67eea53)

v5.12.6

Compare Source

Bug Fixes

v5.12.5

Compare Source

Bug Fixes

v5.12.4

Compare Source

Bug Fixes
  • make sure sources are relative path in sourcemap, closes #​603 (637ec28)
  • reject promise with an error (401e204)

v5.12.3

Compare Source

Bug Fixes
  • don't treat .node.js as native node module, closes #​589 (e5fe1c1)

v5.12.2

Compare Source

Bug Fixes

v5.12.1

Compare Source

Bug Fixes
  • regression: entry gets ignored if it is an object, closes #​583 (b480486)

v5.12.0

Compare Source

Bug Fixes
  • exclude banner and footer in the options for rollup (4cc7ea7)
  • unlink the outDir twice will report an error (#​569) (5bd6819)
Features
  • allow banner and footer to a function (2521e9f)

v5.11.13

Compare Source

Bug Fixes

v5.11.12

Compare Source

Bug Fixes
  • node 12.20.0 compatibility (b8c51f4)

v5.11.11

Compare Source

Bug Fixes
  • plugins can't be pased to the worker (b26ea64)

v5.11.10

Compare Source

Bug Fixes

v5.11.9

Compare Source

Bug Fixes
  • watch mode: buildDependencies lost after build failure (#​504) (40951ec)
  • dts: apply required defaults to rollup-plugin-dts, closes #​509 (6c44f3d)

v5.11.8

Compare Source

Bug Fixes

v5.11.7

Compare Source

Bug Fixes

v5.11.6

Compare Source

Bug Fixes

v5.11.5

Compare Source

Bug Fixes

v5.11.4

Compare Source

Bug Fixes

v5.11.3

Compare Source

Bug Fixes
  • add .map suffix to sourcemap comment (c0ffb68)

v5.11.2

Compare Source

Bug Fixes
  • Fix broken sourcemap comment generation for .css files (#​492) (39a3583)

v5.11.1

Compare Source

Bug Fixes

v5.11.0

Compare Source

Bug Fixes
  • now cjs shims should only be injected when it's actually used (a6e06e8)
  • show a warning if @swc/core was not installed (213ac91)
  • potentially fixed sourcemap issue if you are using cjs format with --splitting
Features

v5.10.3

Compare Source

Bug Fixes
  • types: build types for src/index.ts only (ae30b68)

v5.10.2

Compare Source

Bug Fixes
  • missing types in previous release (8d8abfe)

v5.10.1

Compare Source

Bug Fixes
  • only use esm shim for node platform (#​475) (29dcb8e)
  • Preserve usused imports when esbuild transforms ts in svelte (#​476) (1056575)
  • shim __dirname, __filename in esm bundle (d0870dd)
  • svelte: handle lang="ts" (ab5829d)

v5.10.0

Compare Source

Features
  • add dts.banner and dts.footer options (557fcae)
  • add noExternal option (f7ed948)
  • load tsup config in parent directory until it reaches root, closes #​378 (325b254)
  • support native .node files, closes #​303 (8cadbb1)
  • use swc to support decorator metadata (531a05e)

v5.9.2

Compare Source

Bug Fixes
  • tsup-node: don't mark compilerOptions.paths as external, closes #​409 (8eac146)

v5.9.1

Compare Source

Bug Fixes
  • use bundle-require to bundle tsup.config.ts (3aba009)
  • windows: normalize path in watcher (#​466) (9d4d3d7)

v5.9.0

Compare Source

Features
  • add --dts-only flag to emit declarations only (2d4f6b0)
  • watch: only trigger rebuild when the changed file is actually imported (88875e6)

v5.8.1

Compare Source

Bug Fixes

v5.8.0

Compare Source

Features
  • custom tsconfig and allow multpile tsup config (555c535)

v5.7.4

Compare Source

Bug Fixes

v5.7.3

Compare Source

Features
  • minor: support node: import in older node versions (#​460) (c78ea9c)

v5.7.2

Compare Source

Bug Fixes
  • resolve module field before main field (7bc02d7)

v5.7.1

Compare Source

Bug Fixes

v5.7.0

Compare Source

Features

v5.6.3

Compare Source

Bug Fixes
  • do not use preserveSymlinks: true when bundling dts file (112fbf6)

v5.6.2

Compare Source

Bug Fixes
  • Revert "fix: do not use preserveSymlinks: true when bundling dts file" (e487ffe)

v5.6.1

Compare Source

Bug Fixes
  • do not use preserveSymlinks: true when bundling dts file (5697b20)

v5.6.0

Compare Source

Features

v5.5.0

Compare Source

Features

v5.4.4

Compare Source

Bug Fixes
  • regression: fix declaration file path with a single entrypoint (15c82f5)

v5.4.3

Compare Source

Bug Fixes
  • make declaration files work with multiple entrypoints (a4a5404), closes #​316

v5.4.2

Compare Source

Bug Fixes

v5.4.1

Compare Source

Bug Fixes

v5.4.0

Compare Source

Features

v5.3.0

Compare Source

Features

v5.2.1

Compare Source

Bug Fixes
  • modules should not be externalized in iife format (f29ec8f)

v5.2.0

Compare Source

Features

v5.1.0

Compare Source

Features
  • make experimental cjs code splitting available behine flag --splitting (1667fd2), closes #​408

v5.0.0

Compare Source

Bug Fixes
BREAKING CHANGES
  • Code splitting now only works for esm format (default output format is cjs), code splitting with cjs format is not supported by esbuild, and our workaround is kinda buggy, so we reverted that decision.

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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, check this box

This PR was generated by Mend Renovate. View the repository job log.

renovate[bot] avatar Nov 20 '23 00:11 renovate[bot]