Skip to content

Commit

Permalink
chore(devDeps): bump @vercel/ncc to 0.33.4 (#37113)
Browse files Browse the repository at this point in the history
## 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).
  • Loading branch information
SukkaW committed May 23, 2022
1 parent 2b93e38 commit d64512f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/create-next-app/package.json
Expand Up @@ -33,7 +33,7 @@
"@types/rimraf": "3.0.0",
"@types/tar": "4.0.3",
"@types/validate-npm-package-name": "3.0.0",
"@vercel/ncc": "0.33.1",
"@vercel/ncc": "0.33.4",
"async-retry": "1.3.1",
"chalk": "2.4.2",
"commander": "2.20.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/next-env/package.json
Expand Up @@ -29,7 +29,7 @@
"prepublish": "yarn release && yarn types"
},
"devDependencies": {
"@vercel/ncc": "0.33.1",
"@vercel/ncc": "0.33.4",
"dotenv": "10.0.0",
"dotenv-expand": "8.0.1"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/next/package.json
Expand Up @@ -159,7 +159,7 @@
"@types/uuid": "8.3.1",
"@types/webpack-sources1": "npm:@types/webpack-sources@0.1.5",
"@types/ws": "8.2.0",
"@vercel/ncc": "0.33.1",
"@vercel/ncc": "0.33.4",
"@vercel/nft": "0.19.1",
"acorn": "8.5.0",
"amphtml-validator": "1.0.35",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -5679,10 +5679,10 @@
agentkeepalive "3.4.1"
debug "3.1.0"

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

"@vercel/nft@0.19.1":
version "0.19.1"
Expand Down

0 comments on commit d64512f

Please sign in to comment.