Skip to content

Commit 93efd8b

Browse files
Merge branch 'main' into austinmerrick/zero-2185-add-target-option-to-vc-build
2 parents c12d982 + 1e99460 commit 93efd8b

File tree

39 files changed

+337
-84
lines changed

39 files changed

+337
-84
lines changed

.changeset/afraid-beers-invite.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

.changeset/slow-kings-enjoy.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

.changeset/smooth-glasses-obey.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changeset/wild-mails-refuse.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"devDependencies": {
1111
"@types/jest": "27.4.1",
12-
"@vercel/build-utils": "8.3.2",
12+
"@vercel/build-utils": "8.3.4",
1313
"@vercel/frameworks": "3.0.3"
1414
},
1515
"version": null

internals/types/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @vercel-internals/types
22

3+
## 1.0.43
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`ae2bdab65`](https://github.com/vercel/vercel/commit/ae2bdab6544d76687785b40eded0a40e3ea477ff)]:
8+
- @vercel/build-utils@8.3.4
9+
10+
## 1.0.42
11+
12+
### Patch Changes
13+
14+
- Updated dependencies [[`9290c57b8`](https://github.com/vercel/vercel/commit/9290c57b83cc45a428e4ce96dd4402f97ec7f821)]:
15+
- @vercel/build-utils@8.3.3
16+
317
## 1.0.41
418

519
### Patch Changes

internals/types/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@vercel-internals/types",
4-
"version": "1.0.41",
4+
"version": "1.0.43",
55
"types": "index.d.ts",
66
"main": "index.d.ts",
77
"files": [
@@ -10,7 +10,7 @@
1010
"dependencies": {
1111
"@types/node": "14.14.31",
1212
"@vercel-internals/constants": "1.0.4",
13-
"@vercel/build-utils": "8.3.2",
13+
"@vercel/build-utils": "8.3.4",
1414
"@vercel/routing-utils": "3.1.0"
1515
},
1616
"devDependencies": {

packages/build-utils/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @vercel/build-utils
22

3+
## 8.3.4
4+
5+
### Patch Changes
6+
7+
- Revert "Fix corepack `packageManager` detection on monorepos" ([#11865](https://github.com/vercel/vercel/pull/11865))
8+
9+
## 8.3.3
10+
11+
### Patch Changes
12+
13+
- Fix corepack `packageManager` detection on monorepos ([#11811](https://github.com/vercel/vercel/pull/11811))
14+
315
## 8.3.2
416

517
### Patch Changes

packages/build-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vercel/build-utils",
3-
"version": "8.3.2",
3+
"version": "8.3.4",
44
"license": "Apache-2.0",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.js",

packages/cli/CHANGELOG.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,54 @@
11
# vercel
22

3+
## 35.0.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`ae2bdab65`](https://github.com/vercel/vercel/commit/ae2bdab6544d76687785b40eded0a40e3ea477ff)]:
8+
- @vercel/build-utils@8.3.4
9+
- @vercel/hydrogen@1.0.4
10+
- @vercel/next@4.3.6
11+
- @vercel/redwood@2.1.3
12+
- @vercel/remix-builder@2.2.1
13+
- @vercel/static-build@2.5.16
14+
- @vercel/node@3.2.6
15+
16+
## 35.0.2
17+
18+
### Patch Changes
19+
20+
- Updated dependencies [[`a95c4c43a`](https://github.com/vercel/vercel/commit/a95c4c43a660386e5fd4921851e952438fa84b0a)]:
21+
- @vercel/next@4.3.5
22+
23+
## 35.0.1
24+
25+
### Patch Changes
26+
27+
- Updated dependencies [[`cfaa83cc9`](https://github.com/vercel/vercel/commit/cfaa83cc9059c598ff3ff8e7f081b483a3ead715), [`db8452770`](https://github.com/vercel/vercel/commit/db8452770e81da216dfd66270473264160ea96d5), [`9290c57b8`](https://github.com/vercel/vercel/commit/9290c57b83cc45a428e4ce96dd4402f97ec7f821)]:
28+
- @vercel/next@4.3.4
29+
- @vercel/remix-builder@2.2.0
30+
- @vercel/static-build@2.5.15
31+
- @vercel/build-utils@8.3.3
32+
- @vercel/hydrogen@1.0.3
33+
- @vercel/redwood@2.1.2
34+
- @vercel/node@3.2.5
35+
36+
## 35.0.0
37+
38+
### Major Changes
39+
40+
- [breaking] `vc logs` now returns runtime logs. Use `vc inspect --logs` and `vc deploy --logs` to get build logs ([#11788](https://github.com/vercel/vercel/pull/11788))
41+
42+
### Patch Changes
43+
44+
- Add download of diagnostics ([#11859](https://github.com/vercel/vercel/pull/11859))
45+
46+
- Updated dependencies [[`4c892f040`](https://github.com/vercel/vercel/commit/4c892f04014cf7b7bc662740296cae93fa93a3df), [`11e22746a`](https://github.com/vercel/vercel/commit/11e22746a54a3a17d860bfe32b7a9e885bd8e925)]:
47+
- @vercel/next@4.3.3
48+
- @vercel/redwood@2.1.1
49+
- @vercel/remix-builder@2.1.11
50+
- @vercel/node@3.2.4
51+
352
## 34.4.0
453

554
### Minor Changes

0 commit comments

Comments
 (0)