Skip to content

Conversation

@causaly-mark
Copy link
Contributor

@causaly-mark causaly-mark commented Mar 10, 2025

Updates tsup to force update of transitively used esbuild. Note - the dependency security issue is likely only to expose developer machines during development activity; there's no need for a release.

Before:

└─┬ tsup@8.3.5
  ├─┬ bundle-require@5.1.0
  │ └── esbuild@0.24.2 deduped
  └── esbuild@0.24.2

After:

└─┬ tsup@8.4.0
  ├─┬ bundle-require@5.1.0
  │ └── esbuild@0.25.1 deduped
  └── esbuild@0.25.1

@changeset-bot
Copy link

changeset-bot bot commented Mar 10, 2025

⚠️ No Changeset found

Latest commit: ef76639

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@causaly-mark causaly-mark requested a review from jmike March 10, 2025 14:41
@causaly-mark causaly-mark merged commit ad385b5 into main Mar 10, 2025
3 checks passed
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.

4 participants