Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency tsup to v6 #16

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Update dependency tsup to v6 #16

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented May 25, 2022

Mend Renovate

This PR contains the following updates:

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

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

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

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 these updates again.


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

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

@renovate
Copy link
Author

renovate bot commented May 25, 2022

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pnpm-lock.yaml
Installing legacy tool pnpm v7.2.0
npm WARN config global `--global`, `--local` are deprecated. Use `--location=global` instead.

added 1 package in 3s
7.2.0
Scope: all 4 workspace projects
Progress: resolved 1, reused 0, downloaded 0, added 0
Progress: resolved 9, reused 0, downloaded 8, added 0
Progress: resolved 19, reused 0, downloaded 9, added 0
Progress: resolved 38, reused 0, downloaded 14, added 0
Progress: resolved 65, reused 0, downloaded 38, added 0
Progress: resolved 76, reused 0, downloaded 62, added 0
Progress: resolved 77, reused 0, downloaded 64, added 0
Progress: resolved 78, reused 0, downloaded 64, added 0
Progress: resolved 78, reused 0, downloaded 65, added 0
Progress: resolved 78, reused 0, downloaded 66, added 0
Progress: resolved 94, reused 0, downloaded 66, added 0
Progress: resolved 114, reused 0, downloaded 78, added 0
Progress: resolved 133, reused 0, downloaded 90, added 0
Progress: resolved 166, reused 0, downloaded 102, added 0
Progress: resolved 190, reused 0, downloaded 124, added 0
Progress: resolved 207, reused 0, downloaded 150, added 0
Progress: resolved 215, reused 0, downloaded 166, added 0
Progress: resolved 218, reused 0, downloaded 168, added 0
Progress: resolved 227, reused 0, downloaded 172, added 0
Progress: resolved 245, reused 0, downloaded 197, added 0
Progress: resolved 245, reused 0, downloaded 200, added 0
Progress: resolved 245, reused 0, downloaded 201, added 0
Progress: resolved 246, reused 0, downloaded 201, added 0
Progress: resolved 263, reused 0, downloaded 218, added 0
Progress: resolved 267, reused 0, downloaded 223, added 0
 ERR_PNPM_PEER_DEP_ISSUES  Unmet peer dependencies

packages/vercel-utils
└─┬ next
  ├── ✕ missing peer react@"^17.0.2 || ^18.0.0-0"
  ├── ✕ missing peer react-dom@"^17.0.2 || ^18.0.0-0"
  └─┬ styled-jsx
    └── ✕ missing peer react@">= 16.8.0 || 17.x.x || ^18.0.0-0"
Peer dependencies that should be installed:
  react-dom@"^17.0.2 || ^18.0.0-0"
  react@">=17.0.2 <18.0.0 || >=18.0.0-0 <19.0.0"

hint: If you want peer dependencies to be automatically installed, add "auto-install-peers=true" to an .npmrc file at the root of your project.
hint: If you don't want pnpm to fail on peer dependency issues, add "strict-peer-dependencies=false" to an .npmrc file at the root of your project.


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant