Skip to content

Commit

Permalink
[next][node][redwood][remix] Update @vercel/nft (#10540)
Browse files Browse the repository at this point in the history
Updating `nft` to fix a bug. We're a couple version behind. Here's all cumulative changes:

- 0.24.1
  - resolve cjs deps as cjs instead of esm
- 0.24.0
  - drop node@14 
- 0.23.1
  - use builtinModules from module
- 0.23.0
  - resolve: export resolve() function
- 0.22.6
  - Make caching work correctly in async context
  • Loading branch information
Chris Barber authored Sep 19, 2023
1 parent 8b35333 commit ab329f0
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 16 deletions.
8 changes: 8 additions & 0 deletions .changeset/selfish-lions-grin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
'@vercel/redwood': patch
'@vercel/remix-builder': patch
'@vercel/next': patch
'@vercel/node': patch
---

Update `@vercel/nft` to v0.24.1.
2 changes: 1 addition & 1 deletion packages/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@types/text-table": "0.2.1",
"@types/webpack-sources": "3.2.0",
"@vercel/build-utils": "7.2.0",
"@vercel/nft": "0.22.5",
"@vercel/nft": "0.24.1",
"@vercel/routing-utils": "3.0.0",
"async-sema": "3.0.1",
"buffer-crc32": "0.2.13",
Expand Down
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@types/jest": "29.5.0",
"@types/test-listen": "1.1.0",
"@vercel/ncc": "0.24.0",
"@vercel/nft": "0.22.5",
"@vercel/nft": "0.24.1",
"cookie": "0.4.0",
"cross-env": "7.0.3",
"etag": "1.8.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/redwood/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"test-unit": "pnpm test test/prepare-cache.test.js"
},
"dependencies": {
"@vercel/nft": "0.22.5",
"@vercel/nft": "0.24.1",
"@vercel/routing-utils": "3.0.0",
"semver": "6.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"defaults"
],
"dependencies": {
"@vercel/nft": "0.22.5",
"@vercel/nft": "0.24.1",
"@vercel/static-config": "3.0.0",
"ts-morph": "12.0.0"
},
Expand Down
28 changes: 16 additions & 12 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ab329f0

Please sign in to comment.