Skip to content

Commit d64512f

Browse files
authored
chore(devDeps): bump @vercel/ncc to 0.33.4 (#37113)
## Bug - [ ] Related issues linked using `fixes #number` - [ ] Integration tests added - [ ] Errors have helpful link attached, see `contributing.md` ## Feature - [ ] Implements an existing feature request or RFC. Make sure the feature request has been accepted for implementation before opening a PR. - [ ] Related issues linked using `fixes #number` - [ ] Integration tests added - [ ] Documentation added - [ ] Telemetry added. In case of a feature if it's used or not. - [ ] Errors have helpful link attached, see `contributing.md` ## Documentation / Examples - [ ] Make sure the linting passes by running `yarn lint` `yarn dev` failed (exit 1) on Node.js 17 & Node.js 18: ``` ncc_amp_optimizer failed because error:0308010C:digital envelope routines::unsupported [...] ncc_next__react_dev_overlay failed because error:0308010C:digital envelope routines::unsupported ``` The issue was reported to `@vercel/ncc` (vercel/ncc#805) and fixed by vercel/ncc#868, and `@vercel/ncc@0.33.2` includes the fix. However, Next.js still uses `@vercel/ncc@0.33.1` in `devDependencies`. The PR bump `@vercel/ncc` to the latest version (which is 0.33.4).
1 parent 2b93e38 commit d64512f

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

packages/create-next-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@types/rimraf": "3.0.0",
3434
"@types/tar": "4.0.3",
3535
"@types/validate-npm-package-name": "3.0.0",
36-
"@vercel/ncc": "0.33.1",
36+
"@vercel/ncc": "0.33.4",
3737
"async-retry": "1.3.1",
3838
"chalk": "2.4.2",
3939
"commander": "2.20.0",

packages/next-env/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"prepublish": "yarn release && yarn types"
3030
},
3131
"devDependencies": {
32-
"@vercel/ncc": "0.33.1",
32+
"@vercel/ncc": "0.33.4",
3333
"dotenv": "10.0.0",
3434
"dotenv-expand": "8.0.1"
3535
}

packages/next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
"@types/uuid": "8.3.1",
160160
"@types/webpack-sources1": "npm:@types/webpack-sources@0.1.5",
161161
"@types/ws": "8.2.0",
162-
"@vercel/ncc": "0.33.1",
162+
"@vercel/ncc": "0.33.4",
163163
"@vercel/nft": "0.19.1",
164164
"acorn": "8.5.0",
165165
"amphtml-validator": "1.0.35",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5679,10 +5679,10 @@
56795679
agentkeepalive "3.4.1"
56805680
debug "3.1.0"
56815681

5682-
"@vercel/ncc@0.33.1":
5683-
version "0.33.1"
5684-
resolved "https://registry.yarnpkg.com/@vercel/ncc/-/ncc-0.33.1.tgz#b240080a3c1ded9446a30955a06a79851bb38f71"
5685-
integrity sha512-Mlsps/P0PLZwsCFtSol23FGqT3FhBGb4B1AuGQ52JTAtXhak+b0Fh/4T55r0/SVQPeRiX9pNItOEHwakGPmZYA==
5682+
"@vercel/ncc@0.33.4":
5683+
version "0.33.4"
5684+
resolved "https://registry.yarnpkg.com/@vercel/ncc/-/ncc-0.33.4.tgz#e44a87511f583b7ba88e4b9ae90eeb7ba252b872"
5685+
integrity sha512-ln18hs7dMffelP47tpkaR+V5Tj6coykNyxJrlcmCormPqRQjB/Gv4cu2FfBG+PMzIfdZp2CLDsrrB1NPU22Qhg==
56865686

56875687
"@vercel/nft@0.19.1":
56885688
version "0.19.1"

0 commit comments

Comments
 (0)