jellydn / nft-app

How to create your own NFT and mint NFT token
https://nft-app.productsway.com/
MIT License
215 stars 98 forks source link

chore(deps): update dependency tsx to v4 #1064

Closed renovate[bot] closed 9 months ago

renovate[bot] commented 9 months ago

Mend Renovate logo banner

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
tsx 3.14.0 -> 4.1.4 age adoption passing confidence

Release Notes

privatenumber/tsx (tsx) ### [`v4.1.4`](https://togithub.com/privatenumber/tsx/releases/tag/v4.1.4) [Compare Source](https://togithub.com/privatenumber/tsx/compare/v4.1.3...v4.1.4) ##### Reverts - source-map stripping ([#​398](https://togithub.com/privatenumber/tsx/issues/398)) ([a95a482](https://togithub.com/privatenumber/tsx/commit/a95a482a25b026b877d17b766d68cd38e4caa5ba)) *** This release is also available on: - [npm package (@​latest dist-tag)](https://www.npmjs.com/package/tsx/v/4.1.4) ### [`v4.1.3`](https://togithub.com/privatenumber/tsx/releases/tag/v4.1.3) [Compare Source](https://togithub.com/privatenumber/tsx/compare/v4.1.2...v4.1.3) ##### Bug Fixes - **cache:** version import transformer ([7676143](https://togithub.com/privatenumber/tsx/commit/7676143c291c84e0477c669c792aa16edc0a55c0)) - **source map:** handle source map in middle of file ([#​392](https://togithub.com/privatenumber/tsx/issues/392)) ([497f69a](https://togithub.com/privatenumber/tsx/commit/497f69a65bc12b961c1114cd036063721cf6aa94)) ##### Performance Improvements - **dynamic import:** use string check instead of regex ([f1088e6](https://togithub.com/privatenumber/tsx/commit/f1088e67652956be9d629e963f49573c4603d46c)) *** This release is also available on: - [npm package (@​latest dist-tag)](https://www.npmjs.com/package/tsx/v/4.1.3) ### [`v4.1.2`](https://togithub.com/privatenumber/tsx/releases/tag/v4.1.2) [Compare Source](https://togithub.com/privatenumber/tsx/compare/v4.1.1...v4.1.2) ##### Bug Fixes - dynamic import to work in eval ([#​385](https://togithub.com/privatenumber/tsx/issues/385)) ([6eac49b](https://togithub.com/privatenumber/tsx/commit/6eac49bb78e812bb75af73bf96e7c8d7ee1c7269)) - suppress loader warning in v18.0.0 ([0e52ad8](https://togithub.com/privatenumber/tsx/commit/0e52ad89c5eab809472ce3a9d2ab517a3ac22853)) *** This release is also available on: - [npm package (@​latest dist-tag)](https://www.npmjs.com/package/tsx/v/4.1.2) ### [`v4.1.1`](https://togithub.com/privatenumber/tsx/releases/tag/v4.1.1) [Compare Source](https://togithub.com/privatenumber/tsx/compare/v4.1.0...v4.1.1) ##### Bug Fixes - **dynamic import:** adding interop util at EOF ([#​383](https://togithub.com/privatenumber/tsx/issues/383)) ([0039b60](https://togithub.com/privatenumber/tsx/commit/0039b605a4c6875f2b3308c99dada684bb16beff)) *** This release is also available on: - [npm package (@​latest dist-tag)](https://www.npmjs.com/package/tsx/v/4.1.1) ### [`v4.1.0`](https://togithub.com/privatenumber/tsx/releases/tag/v4.1.0) [Compare Source](https://togithub.com/privatenumber/tsx/compare/v4.0.0...v4.1.0) ##### Bug Fixes - **cache:** use `process.geteuid()` for virtual users ([#​376](https://togithub.com/privatenumber/tsx/issues/376)) ([bf033b0](https://togithub.com/privatenumber/tsx/commit/bf033b0dd759ba51edfd451e3cb5c90f32f11190)) ##### Features - support Node v21 ([#​378](https://togithub.com/privatenumber/tsx/issues/378)) ([02b43e5](https://togithub.com/privatenumber/tsx/commit/02b43e550ce56b8c51547a4c17a772b3a0ba4801)) *** This release is also available on: - [npm package (@​latest dist-tag)](https://www.npmjs.com/package/tsx/v/4.1.0) ### [`v4.0.0`](https://togithub.com/privatenumber/tsx/releases/tag/v4.0.0) [Compare Source](https://togithub.com/privatenumber/tsx/compare/v3.14.0...v4.0.0) ##### Bug Fixes - emit transformation warnings via stderr ([97f9485](https://togithub.com/privatenumber/tsx/commit/97f94859c7461afedcef8b755da13f2642cbf46c)) ##### Features - **cjs:** allow query in import specifier ([#​366](https://togithub.com/privatenumber/tsx/issues/366)) ([b32b135](https://togithub.com/privatenumber/tsx/commit/b32b135c3bd343933fe4ea002d2fc0d48be995c6)) - drop support for outdated Node.js versions ([#​324](https://togithub.com/privatenumber/tsx/issues/324)) ([acb709c](https://togithub.com/privatenumber/tsx/commit/acb709cc06953f7075fd5b20c3d2b18bb0c66742)) - rename env vars to use TSX prefix ([#​372](https://togithub.com/privatenumber/tsx/issues/372)) ([a06da32](https://togithub.com/privatenumber/tsx/commit/a06da327ccab1c5150be1fae8f235447f88e2253)) - **resolver:** support tsx,jsx extensions ([#​367](https://togithub.com/privatenumber/tsx/issues/367)) ([c6133e5](https://togithub.com/privatenumber/tsx/commit/c6133e5cb5cf49f96872ae12d9349ba1d70d77ee)) ##### Performance Improvements - check if js needs compilation ([#​365](https://togithub.com/privatenumber/tsx/issues/365)) ([4853443](https://togithub.com/privatenumber/tsx/commit/4853443edbd3eef705ad52a2d95d5ea1f460e472)) - strip source map when unused ([#​374](https://togithub.com/privatenumber/tsx/issues/374)) ([0e83db7](https://togithub.com/privatenumber/tsx/commit/0e83db776152f1ad672bc6e003179c8ba05f0a68)) ##### BREAKING CHANGES - Rename env vars prefix from `ESBK_` to `TSX_` - only Node.js LTS versions v18 and up are now supported *** This release is also available on: - [npm package (@​latest dist-tag)](https://www.npmjs.com/package/tsx/v/4.0.0)

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.



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

vercel[bot] commented 9 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
nft-app ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 19, 2023 9:32am
changeset-bot[bot] commented 9 months ago

⚠️ No Changeset found

Latest commit: 4fd7058f4564cf1303b6a3d1bf698a0db7af8bca

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.

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

sweep-ai[bot] commented 9 months ago

Apply Sweep Rules to your PR?

socket-security[bot] commented 9 months ago

New and updated dependencies detected. Learn more about Socket for GitHub ↗︎

Packages Version New capabilities Transitives Size Publisher
tap 16.3.9 eval, network, filesystem, shell, environment +3 75.9 MB isaacs
tsx 3.14.0...4.1.4 None +0/-0 387 kB hirokiosame