Compare commits

...

6 Commits

Author SHA1 Message Date
Sean Massa
e54da8a2e5 Publish Stable
- @vercel/build-utils@5.8.2
 - vercel@28.12.3
 - @vercel/client@12.2.30
 - @vercel/edge@0.2.5
 - @vercel/error-utils@1.0.7
 - @vercel/frameworks@1.2.3
 - @vercel/fs-detectors@3.7.3
 - @vercel/gatsby-plugin-vercel-analytics@1.0.5
 - @vercel/go@2.2.28
 - @vercel/hydrogen@0.0.42
 - @vercel/next@3.3.13
 - @vercel/node-bridge@3.1.7
 - @vercel/node@2.8.10
 - @vercel/python@3.1.38
 - @vercel/redwood@1.0.49
 - @vercel/remix@1.2.3
 - @vercel/routing-utils@2.1.7
 - @vercel/ruby@1.3.54
 - @vercel/static-build@1.1.5
 - @vercel/static-config@2.0.10
2023-01-13 15:06:45 -06:00
Sean Massa
a066bedf95 add the lockfile before commit 2023-01-13 15:06:16 -06:00
Sean Massa
09b23e53ba update lockfile because lerna did not do its job 2023-01-13 15:05:29 -06:00
Sean Massa
b793a67588 Publish Stable
- @vercel/build-utils@5.8.1
 - vercel@28.12.2
 - @vercel/client@12.2.29
 - @vercel/edge@0.2.4
 - @vercel/error-utils@1.0.6
 - @vercel/frameworks@1.2.2
 - @vercel/fs-detectors@3.7.2
 - @vercel/gatsby-plugin-vercel-analytics@1.0.4
 - @vercel/go@2.2.27
 - @vercel/hydrogen@0.0.41
 - @vercel/next@3.3.12
 - @vercel/node-bridge@3.1.6
 - @vercel/node@2.8.9
 - @vercel/python@3.1.37
 - @vercel/redwood@1.0.48
 - @vercel/remix@1.2.2
 - @vercel/routing-utils@2.1.6
 - @vercel/ruby@1.3.53
 - @vercel/static-build@1.1.4
 - @vercel/static-config@2.0.9
2023-01-13 15:01:55 -06:00
Sean Massa
31dd354b3a remove unnecessary checkout 2023-01-13 15:00:52 -06:00
Sean Massa
529ff3b2d7 add "version" lifecycle hook for lerna to update lockfile before commit 2023-01-13 14:59:49 -06:00
23 changed files with 99 additions and 101 deletions

View File

@@ -37,6 +37,7 @@
},
"scripts": {
"lerna": "lerna",
"version": "pnpm install && git add pnpm-lock.yaml",
"bootstrap": "lerna bootstrap",
"publish-stable": "echo 'Run `pnpm changelog` for instructions'",
"publish-canary": "git checkout main && git pull && lerna version prerelease --preid canary --message \"Publish Canary\" --exact",

View File

@@ -1,6 +1,6 @@
{
"name": "@vercel/build-utils",
"version": "5.8.0",
"version": "5.8.2",
"license": "MIT",
"main": "./dist/index.js",
"types": "./dist/index.d.js",

View File

@@ -1,6 +1,6 @@
{
"name": "vercel",
"version": "28.12.1",
"version": "28.12.3",
"preferGlobal": true,
"license": "Apache-2.0",
"description": "The command-line interface for Vercel",
@@ -41,16 +41,16 @@
"node": ">= 14"
},
"dependencies": {
"@vercel/build-utils": "workspace:5.8.0",
"@vercel/go": "workspace:2.2.26",
"@vercel/hydrogen": "workspace:0.0.40",
"@vercel/next": "workspace:3.3.11",
"@vercel/node": "workspace:2.8.8",
"@vercel/python": "workspace:3.1.36",
"@vercel/redwood": "workspace:1.0.47",
"@vercel/remix": "workspace:1.2.1",
"@vercel/ruby": "workspace:1.3.52",
"@vercel/static-build": "workspace:1.1.3"
"@vercel/build-utils": "workspace:5.8.2",
"@vercel/go": "workspace:2.2.28",
"@vercel/hydrogen": "workspace:0.0.42",
"@vercel/next": "workspace:3.3.13",
"@vercel/node": "workspace:2.8.10",
"@vercel/python": "workspace:3.1.38",
"@vercel/redwood": "workspace:1.0.49",
"@vercel/remix": "workspace:1.2.3",
"@vercel/ruby": "workspace:1.3.54",
"@vercel/static-build": "workspace:1.1.5"
},
"devDependencies": {
"@alex_neo/jest-expect-message": "1.0.5",
@@ -93,13 +93,13 @@
"@types/which": "1.3.2",
"@types/write-json-file": "2.2.1",
"@types/yauzl-promise": "2.1.0",
"@vercel/client": "workspace:12.2.28",
"@vercel/error-utils": "workspace:1.0.5",
"@vercel/frameworks": "workspace:1.2.1",
"@vercel/fs-detectors": "workspace:3.7.1",
"@vercel/client": "workspace:12.2.30",
"@vercel/error-utils": "workspace:1.0.7",
"@vercel/frameworks": "workspace:1.2.3",
"@vercel/fs-detectors": "workspace:3.7.3",
"@vercel/fun": "1.0.4",
"@vercel/ncc": "0.24.0",
"@vercel/routing-utils": "workspace:2.1.5",
"@vercel/routing-utils": "workspace:2.1.7",
"@zeit/source-map-support": "0.6.2",
"ajv": "6.12.2",
"alpha-sort": "2.0.1",

View File

@@ -1,6 +1,6 @@
{
"name": "@vercel/client",
"version": "12.2.28",
"version": "12.2.30",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"homepage": "https://vercel.com",
@@ -43,8 +43,8 @@
]
},
"dependencies": {
"@vercel/build-utils": "workspace:5.8.0",
"@vercel/routing-utils": "workspace:2.1.5",
"@vercel/build-utils": "workspace:5.8.2",
"@vercel/routing-utils": "workspace:2.1.7",
"@zeit/fetch": "5.2.0",
"async-retry": "1.2.3",
"async-sema": "3.0.0",

View File

@@ -1,6 +1,6 @@
{
"name": "@vercel/edge",
"version": "0.2.3",
"version": "0.2.5",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.mjs",

View File

@@ -1,6 +1,6 @@
{
"name": "@vercel/error-utils",
"version": "1.0.5",
"version": "1.0.7",
"description": "A collection of error utilities for vercel/vercel",
"main": "dist/index.js",
"types": "dist/index.d.ts",

View File

@@ -1,6 +1,6 @@
{
"name": "@vercel/frameworks",
"version": "1.2.1",
"version": "1.2.3",
"main": "./dist/frameworks.js",
"types": "./dist/frameworks.d.ts",
"files": [
@@ -21,7 +21,7 @@
"@types/js-yaml": "3.12.1",
"@types/node": "14.18.33",
"@types/node-fetch": "2.5.8",
"@vercel/routing-utils": "workspace:2.1.5",
"@vercel/routing-utils": "workspace:2.1.7",
"ajv": "6.12.2",
"typescript": "4.3.4"
}

View File

@@ -1,6 +1,6 @@
{
"name": "@vercel/fs-detectors",
"version": "3.7.1",
"version": "3.7.3",
"description": "Vercel filesystem detectors",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
@@ -19,9 +19,9 @@
"test-unit": "pnpm test"
},
"dependencies": {
"@vercel/error-utils": "workspace:1.0.5",
"@vercel/frameworks": "workspace:1.2.1",
"@vercel/routing-utils": "workspace:2.1.5",
"@vercel/error-utils": "workspace:1.0.7",
"@vercel/frameworks": "workspace:1.2.3",
"@vercel/routing-utils": "workspace:2.1.7",
"glob": "8.0.3",
"js-yaml": "4.1.0",
"json5": "2.2.2",
@@ -35,7 +35,7 @@
"@types/minimatch": "3.0.5",
"@types/node": "14.18.33",
"@types/semver": "7.3.10",
"@vercel/build-utils": "workspace:5.8.0",
"@vercel/build-utils": "workspace:5.8.2",
"typescript": "4.3.4"
}
}

View File

@@ -1,6 +1,6 @@
{
"name": "@vercel/gatsby-plugin-vercel-analytics",
"version": "1.0.3",
"version": "1.0.5",
"description": "Track Core Web Vitals in Gatsby projects with Vercel Analytics.",
"main": "index.js",
"files": [

View File

@@ -1,6 +1,6 @@
{
"name": "@vercel/go",
"version": "2.2.26",
"version": "2.2.28",
"license": "MIT",
"main": "./dist/index",
"homepage": "https://vercel.com/docs/runtimes#official-runtimes/go",
@@ -36,7 +36,7 @@
"@types/node": "14.18.33",
"@types/node-fetch": "^2.3.0",
"@types/tar": "^4.0.0",
"@vercel/build-utils": "workspace:5.8.0",
"@vercel/build-utils": "workspace:5.8.2",
"@vercel/ncc": "0.24.0",
"async-retry": "1.3.1",
"execa": "^1.0.0",

View File

@@ -1,6 +1,6 @@
{
"name": "@vercel/hydrogen",
"version": "0.0.40",
"version": "0.0.42",
"license": "MIT",
"main": "./dist/index.js",
"homepage": "https://vercel.com/docs",
@@ -21,8 +21,8 @@
"devDependencies": {
"@types/jest": "27.5.1",
"@types/node": "14.18.33",
"@vercel/build-utils": "workspace:5.8.0",
"@vercel/static-config": "workspace:2.0.8",
"@vercel/build-utils": "workspace:5.8.2",
"@vercel/static-config": "workspace:2.0.10",
"execa": "3.2.0",
"fs-extra": "11.1.0",
"ts-morph": "12.0.0",

View File

@@ -1,6 +1,6 @@
{
"name": "@vercel/next",
"version": "3.3.11",
"version": "3.3.13",
"license": "MIT",
"main": "./dist/index",
"homepage": "https://vercel.com/docs/runtimes#official-runtimes/next-js",
@@ -45,9 +45,9 @@
"@types/semver": "6.0.0",
"@types/text-table": "0.2.1",
"@types/webpack-sources": "3.2.0",
"@vercel/build-utils": "workspace:5.8.0",
"@vercel/build-utils": "workspace:5.8.2",
"@vercel/nft": "0.22.5",
"@vercel/routing-utils": "workspace:2.1.5",
"@vercel/routing-utils": "workspace:2.1.7",
"async-sema": "3.0.1",
"buffer-crc32": "0.2.13",
"bytes": "3.1.2",

View File

@@ -1,6 +1,6 @@
{
"name": "@vercel/node-bridge",
"version": "3.1.5",
"version": "3.1.7",
"license": "MIT",
"main": "./index.js",
"repository": {

View File

@@ -1,6 +1,6 @@
{
"name": "@vercel/node",
"version": "2.8.8",
"version": "2.8.10",
"license": "MIT",
"main": "./dist/index",
"homepage": "https://vercel.com/docs/runtimes#official-runtimes/node-js",
@@ -31,9 +31,9 @@
"dependencies": {
"@edge-runtime/vm": "2.0.0",
"@types/node": "14.18.33",
"@vercel/build-utils": "workspace:5.8.0",
"@vercel/node-bridge": "workspace:3.1.5",
"@vercel/static-config": "workspace:2.0.8",
"@vercel/build-utils": "workspace:5.8.2",
"@vercel/node-bridge": "workspace:3.1.7",
"@vercel/static-config": "workspace:2.0.10",
"edge-runtime": "2.0.0",
"esbuild": "0.14.47",
"exit-hook": "2.2.1",

View File

@@ -1,6 +1,6 @@
{
"name": "@vercel/python",
"version": "3.1.36",
"version": "3.1.38",
"main": "./dist/index.js",
"license": "MIT",
"homepage": "https://vercel.com/docs/runtimes#official-runtimes/python",
@@ -23,7 +23,7 @@
"@types/execa": "^0.9.0",
"@types/jest": "27.4.1",
"@types/node": "14.18.33",
"@vercel/build-utils": "workspace:5.8.0",
"@vercel/build-utils": "workspace:5.8.2",
"@vercel/ncc": "0.24.0",
"execa": "^1.0.0",
"typescript": "4.3.4"

View File

@@ -1,6 +1,6 @@
{
"name": "@vercel/redwood",
"version": "1.0.47",
"version": "1.0.49",
"main": "./dist/index.js",
"license": "MIT",
"homepage": "https://vercel.com/docs",
@@ -20,14 +20,14 @@
},
"dependencies": {
"@vercel/nft": "0.22.5",
"@vercel/routing-utils": "workspace:2.1.5",
"@vercel/routing-utils": "workspace:2.1.7",
"semver": "6.1.1"
},
"devDependencies": {
"@types/aws-lambda": "8.10.19",
"@types/node": "14.18.33",
"@types/semver": "6.0.0",
"@vercel/build-utils": "workspace:5.8.0",
"@vercel/build-utils": "workspace:5.8.2",
"execa": "3.2.0",
"fs-extra": "11.1.0",
"typescript": "4.3.4"

View File

@@ -1,6 +1,6 @@
{
"name": "@vercel/remix",
"version": "1.2.1",
"version": "1.2.3",
"license": "MIT",
"main": "./dist/index.js",
"homepage": "https://vercel.com/docs",
@@ -25,7 +25,7 @@
"devDependencies": {
"@types/jest": "27.5.1",
"@types/node": "14.18.33",
"@vercel/build-utils": "workspace:5.8.0",
"@vercel/build-utils": "workspace:5.8.2",
"typescript": "4.6.4"
}
}

View File

@@ -1,6 +1,6 @@
{
"name": "@vercel/routing-utils",
"version": "2.1.5",
"version": "2.1.7",
"description": "Vercel routing utilities",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",

View File

@@ -1,7 +1,7 @@
{
"name": "@vercel/ruby",
"author": "Nathan Cahill <nathan@nathancahill.com>",
"version": "1.3.52",
"version": "1.3.54",
"license": "MIT",
"main": "./dist/index",
"homepage": "https://vercel.com/docs/runtimes#official-runtimes/ruby",
@@ -22,7 +22,7 @@
"devDependencies": {
"@types/fs-extra": "8.0.0",
"@types/semver": "6.0.0",
"@vercel/build-utils": "workspace:5.8.0",
"@vercel/build-utils": "workspace:5.8.2",
"@vercel/ncc": "0.24.0",
"execa": "2.0.4",
"fs-extra": "^7.0.1",

View File

@@ -1,6 +1,6 @@
{
"name": "@vercel/static-build",
"version": "1.1.3",
"version": "1.1.5",
"license": "MIT",
"main": "./dist/index",
"homepage": "https://vercel.com/docs/build-step",
@@ -37,11 +37,11 @@
"@types/node": "14.18.33",
"@types/node-fetch": "2.5.4",
"@types/promise-timeout": "1.3.0",
"@vercel/build-utils": "workspace:5.8.0",
"@vercel/frameworks": "workspace:1.2.1",
"@vercel/build-utils": "workspace:5.8.2",
"@vercel/frameworks": "workspace:1.2.3",
"@vercel/ncc": "0.24.0",
"@vercel/routing-utils": "workspace:2.1.5",
"@vercel/static-config": "workspace:2.0.8",
"@vercel/routing-utils": "workspace:2.1.7",
"@vercel/static-config": "workspace:2.0.10",
"execa": "3.2.0",
"fs-extra": "10.0.0",
"get-port": "5.0.0",

View File

@@ -1,6 +1,6 @@
{
"name": "@vercel/static-config",
"version": "2.0.8",
"version": "2.0.10",
"license": "MIT",
"main": "./dist/index",
"repository": {

78
pnpm-lock.yaml generated
View File

@@ -198,23 +198,23 @@ importers:
'@types/which': 1.3.2
'@types/write-json-file': 2.2.1
'@types/yauzl-promise': 2.1.0
'@vercel/build-utils': workspace:5.7.6
'@vercel/client': workspace:12.2.27
'@vercel/error-utils': workspace:1.0.4
'@vercel/frameworks': workspace:1.2.0
'@vercel/fs-detectors': workspace:3.7.0
'@vercel/build-utils': workspace:5.8.2
'@vercel/client': workspace:12.2.30
'@vercel/error-utils': workspace:1.0.7
'@vercel/frameworks': workspace:1.2.3
'@vercel/fs-detectors': workspace:3.7.3
'@vercel/fun': 1.0.4
'@vercel/go': workspace:2.2.25
'@vercel/hydrogen': workspace:0.0.39
'@vercel/go': workspace:2.2.28
'@vercel/hydrogen': workspace:0.0.42
'@vercel/ncc': 0.24.0
'@vercel/next': workspace:3.3.10
'@vercel/node': workspace:2.8.7
'@vercel/python': workspace:3.1.35
'@vercel/redwood': workspace:1.0.46
'@vercel/remix': workspace:1.2.0
'@vercel/routing-utils': workspace:2.1.4
'@vercel/ruby': workspace:1.3.51
'@vercel/static-build': workspace:1.1.2
'@vercel/next': workspace:3.3.13
'@vercel/node': workspace:2.8.10
'@vercel/python': workspace:3.1.38
'@vercel/redwood': workspace:1.0.49
'@vercel/remix': workspace:1.2.3
'@vercel/routing-utils': workspace:2.1.7
'@vercel/ruby': workspace:1.3.54
'@vercel/static-build': workspace:1.1.5
'@zeit/source-map-support': 0.6.2
ajv: 6.12.2
alpha-sort: 2.0.1
@@ -440,8 +440,8 @@ importers:
'@types/node-fetch': 2.5.4
'@types/recursive-readdir': 2.2.0
'@types/tar-fs': 1.16.1
'@vercel/build-utils': workspace:5.7.6
'@vercel/routing-utils': workspace:2.1.4
'@vercel/build-utils': workspace:5.8.2
'@vercel/routing-utils': workspace:2.1.7
'@zeit/fetch': 5.2.0
async-retry: 1.2.3
async-sema: 3.0.0
@@ -521,7 +521,7 @@ importers:
'@types/js-yaml': 3.12.1
'@types/node': 14.18.33
'@types/node-fetch': 2.5.8
'@vercel/routing-utils': workspace:2.1.4
'@vercel/routing-utils': workspace:2.1.7
ajv: 6.12.2
js-yaml: 3.13.1
typescript: 4.3.4
@@ -545,10 +545,10 @@ importers:
'@types/minimatch': 3.0.5
'@types/node': 14.18.33
'@types/semver': 7.3.10
'@vercel/build-utils': workspace:5.7.6
'@vercel/error-utils': workspace:1.0.4
'@vercel/frameworks': workspace:1.2.0
'@vercel/routing-utils': workspace:2.1.4
'@vercel/build-utils': workspace:5.8.2
'@vercel/error-utils': workspace:1.0.7
'@vercel/frameworks': workspace:1.2.3
'@vercel/routing-utils': workspace:2.1.7
glob: 8.0.3
js-yaml: 4.1.0
json5: 2.2.2
@@ -592,7 +592,7 @@ importers:
'@types/node': 14.18.33
'@types/node-fetch': ^2.3.0
'@types/tar': ^4.0.0
'@vercel/build-utils': workspace:5.7.6
'@vercel/build-utils': workspace:5.8.2
'@vercel/ncc': 0.24.0
async-retry: 1.3.1
execa: ^1.0.0
@@ -624,8 +624,8 @@ importers:
specifiers:
'@types/jest': 27.5.1
'@types/node': 14.18.33
'@vercel/build-utils': workspace:5.7.6
'@vercel/static-config': workspace:2.0.7
'@vercel/build-utils': workspace:5.8.2
'@vercel/static-config': workspace:2.0.10
execa: 3.2.0
fs-extra: 11.1.0
ts-morph: 12.0.0
@@ -655,9 +655,9 @@ importers:
'@types/semver': 6.0.0
'@types/text-table': 0.2.1
'@types/webpack-sources': 3.2.0
'@vercel/build-utils': workspace:5.7.6
'@vercel/build-utils': workspace:5.8.2
'@vercel/nft': 0.22.5
'@vercel/routing-utils': workspace:2.1.4
'@vercel/routing-utils': workspace:2.1.7
async-sema: 3.0.1
buffer-crc32: 0.2.13
bytes: 3.1.2
@@ -734,11 +734,11 @@ importers:
'@types/node': 14.18.33
'@types/node-fetch': ^2.6.1
'@types/test-listen': 1.1.0
'@vercel/build-utils': workspace:5.7.6
'@vercel/build-utils': workspace:5.8.2
'@vercel/ncc': 0.24.0
'@vercel/nft': 0.22.5
'@vercel/node-bridge': workspace:3.1.4
'@vercel/static-config': workspace:2.0.7
'@vercel/node-bridge': workspace:3.1.7
'@vercel/static-config': workspace:2.0.10
content-type: 1.0.4
cookie: 0.4.0
edge-runtime: 2.0.0
@@ -812,7 +812,7 @@ importers:
'@types/execa': ^0.9.0
'@types/jest': 27.4.1
'@types/node': 14.18.33
'@vercel/build-utils': workspace:5.7.6
'@vercel/build-utils': workspace:5.8.2
'@vercel/ncc': 0.24.0
execa: ^1.0.0
typescript: 4.3.4
@@ -830,9 +830,9 @@ importers:
'@types/aws-lambda': 8.10.19
'@types/node': 14.18.33
'@types/semver': 6.0.0
'@vercel/build-utils': workspace:5.7.6
'@vercel/build-utils': workspace:5.8.2
'@vercel/nft': 0.22.5
'@vercel/routing-utils': workspace:2.1.4
'@vercel/routing-utils': workspace:2.1.7
execa: 3.2.0
fs-extra: 11.1.0
semver: 6.1.1
@@ -854,7 +854,7 @@ importers:
specifiers:
'@types/jest': 27.5.1
'@types/node': 14.18.33
'@vercel/build-utils': workspace:5.7.6
'@vercel/build-utils': workspace:5.8.2
'@vercel/nft': 0.22.5
typescript: 4.6.4
dependencies:
@@ -885,7 +885,7 @@ importers:
specifiers:
'@types/fs-extra': 8.0.0
'@types/semver': 6.0.0
'@vercel/build-utils': workspace:5.7.6
'@vercel/build-utils': workspace:5.8.2
'@vercel/ncc': 0.24.0
execa: 2.0.4
fs-extra: ^7.0.1
@@ -911,11 +911,11 @@ importers:
'@types/node': 14.18.33
'@types/node-fetch': 2.5.4
'@types/promise-timeout': 1.3.0
'@vercel/build-utils': workspace:5.7.6
'@vercel/frameworks': workspace:1.2.0
'@vercel/build-utils': workspace:5.8.2
'@vercel/frameworks': workspace:1.2.3
'@vercel/ncc': 0.24.0
'@vercel/routing-utils': workspace:2.1.4
'@vercel/static-config': workspace:2.0.7
'@vercel/routing-utils': workspace:2.1.7
'@vercel/static-config': workspace:2.0.10
execa: 3.2.0
fs-extra: 10.0.0
get-port: 5.0.0

3
utils/publish.sh vendored
View File

@@ -29,9 +29,6 @@ else
echo "Publishing stable release"
fi
# Sometimes this is a false alarm and blocks publish
git checkout pnpm-lock.yaml
pnpm run lerna publish from-git $dist_tag --no-verify-access --yes
# always update canary dist-tag as we no longer publish canary versions separate