Version Packages (#10361)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Vercel Release Bot
2023-08-21 16:10:45 -04:00
committed by GitHub
parent 37f5c62700
commit c97407da49
50 changed files with 326 additions and 177 deletions

View File

@@ -1,5 +0,0 @@
---
'vercel': patch
---
text wrap help output description

View File

@@ -1,6 +0,0 @@
---
'@vercel/fs-detectors': patch
'@vercel/gatsby-plugin-vercel-builder': patch
---
Exclude Gatsby from default 404 error route

View File

@@ -1,23 +0,0 @@
---
"@vercel/build-utils": major
"vercel": major
"@vercel/client": major
"@vercel/edge": major
"@vercel/error-utils": major
"@vercel/frameworks": major
"@vercel/fs-detectors": major
"@vercel/gatsby-plugin-vercel-builder": major
"@vercel/go": major
"@vercel/hydrogen": major
"@vercel/next": major
"@vercel/node": major
"@vercel/python": major
"@vercel/redwood": major
"@vercel/remix-builder": major
"@vercel/routing-utils": major
"@vercel/ruby": major
"@vercel/static-build": major
"@vercel/static-config": major
---
BREAKING CHANGE: Drop Node.js 14, bump minimum to Node.js 16

View File

@@ -1,3 +0,0 @@
---
---

View File

@@ -1,3 +0,0 @@
---
---

View File

@@ -1,6 +0,0 @@
---
'@vercel/frameworks': minor
'@vercel/fs-detectors': patch
---
Add "supersedes" prop to Framework interface

View File

@@ -1,2 +0,0 @@
---
---

View File

@@ -1,5 +0,0 @@
---
'@vercel/remix-builder': patch
---
Only add workspace check flag for Yarn v1

View File

@@ -9,6 +9,6 @@
},
"devDependencies": {
"@types/jest": "27.4.1",
"@vercel/frameworks": "1.6.0"
"@vercel/frameworks": "2.0.0"
}
}

View File

@@ -1,5 +1,13 @@
# @vercel-internals/types
## 1.0.7
### Patch Changes
- Updated dependencies [[`37f5c6270`](https://github.com/vercel/vercel/commit/37f5c6270058336072ca733673ea72dd6c56bd6a)]:
- @vercel/build-utils@7.0.0
- @vercel/routing-utils@3.0.0
## 1.0.6
### Patch Changes

View File

@@ -1,14 +1,14 @@
{
"private": true,
"name": "@vercel-internals/types",
"version": "1.0.6",
"version": "1.0.7",
"types": "index.d.ts",
"main": "index.d.ts",
"dependencies": {
"@types/node": "14.14.31",
"@vercel-internals/constants": "1.0.4",
"@vercel/build-utils": "6.8.3",
"@vercel/routing-utils": "2.2.1"
"@vercel/build-utils": "7.0.0",
"@vercel/routing-utils": "3.0.0"
},
"devDependencies": {
"@vercel-internals/tsconfig": "1.0.0",

View File

@@ -1,5 +1,11 @@
# @vercel/build-utils
## 7.0.0
### Major Changes
- BREAKING CHANGE: Drop Node.js 14, bump minimum to Node.js 16 ([#10369](https://github.com/vercel/vercel/pull/10369))
## 6.8.3
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@vercel/build-utils",
"version": "6.8.3",
"version": "7.0.0",
"license": "Apache-2.0",
"main": "./dist/index.js",
"types": "./dist/index.d.js",
@@ -32,7 +32,7 @@
"@types/node-fetch": "^2.1.6",
"@types/semver": "6.0.0",
"@types/yazl": "2.4.2",
"@vercel/error-utils": "1.0.10",
"@vercel/error-utils": "2.0.0",
"@vercel/ncc": "0.24.0",
"aggregate-error": "3.0.1",
"async-retry": "1.2.3",

View File

@@ -1,5 +1,27 @@
# vercel
## 32.0.0
### Major Changes
- BREAKING CHANGE: Drop Node.js 14, bump minimum to Node.js 16 ([#10369](https://github.com/vercel/vercel/pull/10369))
### Patch Changes
- text wrap help output description ([#10370](https://github.com/vercel/vercel/pull/10370))
- Updated dependencies [[`37f5c6270`](https://github.com/vercel/vercel/commit/37f5c6270058336072ca733673ea72dd6c56bd6a), [`09174df6c`](https://github.com/vercel/vercel/commit/09174df6cfbe697ea13e75468b9cd3c6ec7ad01c)]:
- @vercel/build-utils@7.0.0
- @vercel/go@3.0.0
- @vercel/hydrogen@1.0.0
- @vercel/next@4.0.0
- @vercel/node@3.0.0
- @vercel/python@4.0.0
- @vercel/redwood@2.0.0
- @vercel/remix-builder@2.0.0
- @vercel/ruby@2.0.0
- @vercel/static-build@2.0.0
## 31.4.0
### Minor Changes

View File

@@ -1,6 +1,6 @@
{
"name": "vercel",
"version": "31.4.0",
"version": "32.0.0",
"preferGlobal": true,
"license": "Apache-2.0",
"description": "The command-line interface for Vercel",
@@ -31,16 +31,16 @@
"node": ">= 16"
},
"dependencies": {
"@vercel/build-utils": "6.8.3",
"@vercel/go": "2.5.1",
"@vercel/hydrogen": "0.0.64",
"@vercel/next": "3.9.4",
"@vercel/node": "2.15.10",
"@vercel/python": "3.1.60",
"@vercel/redwood": "1.1.15",
"@vercel/remix-builder": "1.10.1",
"@vercel/ruby": "1.3.76",
"@vercel/static-build": "1.4.0"
"@vercel/build-utils": "7.0.0",
"@vercel/go": "3.0.0",
"@vercel/hydrogen": "1.0.0",
"@vercel/next": "4.0.0",
"@vercel/node": "3.0.0",
"@vercel/python": "4.0.0",
"@vercel/redwood": "2.0.0",
"@vercel/remix-builder": "2.0.0",
"@vercel/ruby": "2.0.0",
"@vercel/static-build": "2.0.0"
},
"devDependencies": {
"@alex_neo/jest-expect-message": "1.0.5",
@@ -86,14 +86,14 @@
"@types/yauzl-promise": "2.1.0",
"@vercel-internals/constants": "1.0.4",
"@vercel-internals/get-package-json": "1.0.0",
"@vercel-internals/types": "1.0.6",
"@vercel/client": "12.6.6",
"@vercel/error-utils": "1.0.10",
"@vercel/frameworks": "1.6.0",
"@vercel/fs-detectors": "4.1.3",
"@vercel-internals/types": "1.0.7",
"@vercel/client": "13.0.0",
"@vercel/error-utils": "2.0.0",
"@vercel/frameworks": "2.0.0",
"@vercel/fs-detectors": "5.0.0",
"@vercel/fun": "1.0.4",
"@vercel/ncc": "0.24.0",
"@vercel/routing-utils": "2.2.1",
"@vercel/routing-utils": "3.0.0",
"@zeit/source-map-support": "0.6.2",
"ajv": "6.12.2",
"alpha-sort": "2.0.1",

View File

@@ -1,5 +1,17 @@
# @vercel/client
## 13.0.0
### Major Changes
- BREAKING CHANGE: Drop Node.js 14, bump minimum to Node.js 16 ([#10369](https://github.com/vercel/vercel/pull/10369))
### Patch Changes
- Updated dependencies [[`37f5c6270`](https://github.com/vercel/vercel/commit/37f5c6270058336072ca733673ea72dd6c56bd6a)]:
- @vercel/build-utils@7.0.0
- @vercel/routing-utils@3.0.0
## 12.6.6
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@vercel/client",
"version": "12.6.6",
"version": "13.0.0",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"homepage": "https://vercel.com",
@@ -36,8 +36,8 @@
"typescript": "4.9.5"
},
"dependencies": {
"@vercel/build-utils": "6.8.3",
"@vercel/routing-utils": "2.2.1",
"@vercel/build-utils": "7.0.0",
"@vercel/routing-utils": "3.0.0",
"@zeit/fetch": "5.2.0",
"async-retry": "1.2.3",
"async-sema": "3.0.0",

View File

@@ -0,0 +1,7 @@
# @vercel/edge
## 1.0.0
### Major Changes
- BREAKING CHANGE: Drop Node.js 14, bump minimum to Node.js 16 ([#10369](https://github.com/vercel/vercel/pull/10369))

View File

@@ -1,6 +1,6 @@
{
"name": "@vercel/edge",
"version": "0.3.4",
"version": "1.0.0",
"license": "Apache-2.0",
"main": "dist/index.js",
"module": "dist/index.mjs",

View File

@@ -0,0 +1,7 @@
# @vercel/error-utils
## 2.0.0
### Major Changes
- BREAKING CHANGE: Drop Node.js 14, bump minimum to Node.js 16 ([#10369](https://github.com/vercel/vercel/pull/10369))

View File

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

View File

@@ -1,5 +1,15 @@
# @vercel/frameworks
## 2.0.0
### Major Changes
- BREAKING CHANGE: Drop Node.js 14, bump minimum to Node.js 16 ([#10369](https://github.com/vercel/vercel/pull/10369))
### Minor Changes
- Add "supersedes" prop to Framework interface ([#10345](https://github.com/vercel/vercel/pull/10345))
## 1.6.0
### Minor Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@vercel/frameworks",
"version": "1.6.0",
"version": "2.0.0",
"main": "./dist/frameworks.js",
"types": "./dist/frameworks.d.ts",
"files": [
@@ -26,8 +26,8 @@
"@types/js-yaml": "3.12.1",
"@types/node": "14.18.33",
"@types/node-fetch": "2.5.8",
"@vercel/error-utils": "1.0.10",
"@vercel/routing-utils": "2.2.1",
"@vercel/error-utils": "2.0.0",
"@vercel/routing-utils": "3.0.0",
"ajv": "6.12.2",
"jest-junit": "16.0.0",
"typescript": "4.9.5"

View File

@@ -1,5 +1,22 @@
# @vercel/fs-detectors
## 5.0.0
### Major Changes
- BREAKING CHANGE: Drop Node.js 14, bump minimum to Node.js 16 ([#10369](https://github.com/vercel/vercel/pull/10369))
### Patch Changes
- Exclude Gatsby from default 404 error route ([#10365](https://github.com/vercel/vercel/pull/10365))
- Add "supersedes" prop to Framework interface ([#10345](https://github.com/vercel/vercel/pull/10345))
- Updated dependencies [[`37f5c6270`](https://github.com/vercel/vercel/commit/37f5c6270058336072ca733673ea72dd6c56bd6a), [`ed806d8a6`](https://github.com/vercel/vercel/commit/ed806d8a6b560b173ba80b24cbfafaa6f179d8b1)]:
- @vercel/error-utils@2.0.0
- @vercel/frameworks@2.0.0
- @vercel/routing-utils@3.0.0
## 4.1.3
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@vercel/fs-detectors",
"version": "4.1.3",
"version": "5.0.0",
"description": "Vercel filesystem detectors",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
@@ -20,9 +20,9 @@
"test-e2e": "pnpm test test/integration.test.ts"
},
"dependencies": {
"@vercel/error-utils": "1.0.10",
"@vercel/frameworks": "1.6.0",
"@vercel/routing-utils": "2.2.1",
"@vercel/error-utils": "2.0.0",
"@vercel/frameworks": "2.0.0",
"@vercel/routing-utils": "3.0.0",
"glob": "8.0.3",
"js-yaml": "4.1.0",
"json5": "2.2.2",
@@ -36,7 +36,7 @@
"@types/minimatch": "3.0.5",
"@types/node": "14.18.33",
"@types/semver": "7.3.10",
"@vercel/build-utils": "6.8.3",
"@vercel/build-utils": "7.0.0",
"jest-junit": "16.0.0",
"typescript": "4.9.5"
}

View File

@@ -1,5 +1,20 @@
# @vercel/gatsby-plugin-vercel-builder
## 2.0.0
### Major Changes
- BREAKING CHANGE: Drop Node.js 14, bump minimum to Node.js 16 ([#10369](https://github.com/vercel/vercel/pull/10369))
### Patch Changes
- Exclude Gatsby from default 404 error route ([#10365](https://github.com/vercel/vercel/pull/10365))
- Updated dependencies [[`37f5c6270`](https://github.com/vercel/vercel/commit/37f5c6270058336072ca733673ea72dd6c56bd6a)]:
- @vercel/build-utils@7.0.0
- @vercel/node@3.0.0
- @vercel/routing-utils@3.0.0
## 1.3.18
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@vercel/gatsby-plugin-vercel-builder",
"version": "1.3.18",
"version": "2.0.0",
"main": "dist/index.js",
"files": [
"dist",
@@ -20,9 +20,9 @@
},
"dependencies": {
"@sinclair/typebox": "0.25.24",
"@vercel/build-utils": "6.8.3",
"@vercel/node": "2.15.10",
"@vercel/routing-utils": "2.2.1",
"@vercel/build-utils": "7.0.0",
"@vercel/node": "3.0.0",
"@vercel/routing-utils": "3.0.0",
"esbuild": "0.14.47",
"etag": "1.8.1",
"fs-extra": "11.1.0"

7
packages/go/CHANGELOG.md Normal file
View File

@@ -0,0 +1,7 @@
# @vercel/go
## 3.0.0
### Major Changes
- BREAKING CHANGE: Drop Node.js 14, bump minimum to Node.js 16 ([#10369](https://github.com/vercel/vercel/pull/10369))

View File

@@ -1,6 +1,6 @@
{
"name": "@vercel/go",
"version": "2.5.1",
"version": "3.0.0",
"license": "Apache-2.0",
"main": "./dist/index",
"homepage": "https://vercel.com/docs/runtimes#official-runtimes/go",
@@ -27,7 +27,7 @@
"@types/node-fetch": "^2.3.0",
"@types/tar": "^4.0.0",
"@types/yauzl-promise": "2.1.0",
"@vercel/build-utils": "6.8.3",
"@vercel/build-utils": "7.0.0",
"@vercel/ncc": "0.24.0",
"async-retry": "1.3.1",
"execa": "^1.0.0",

View File

@@ -0,0 +1,7 @@
# @vercel/hydrogen
## 1.0.0
### Major Changes
- BREAKING CHANGE: Drop Node.js 14, bump minimum to Node.js 16 ([#10369](https://github.com/vercel/vercel/pull/10369))

View File

@@ -1,6 +1,6 @@
{
"name": "@vercel/hydrogen",
"version": "0.0.64",
"version": "1.0.0",
"license": "Apache-2.0",
"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": "6.8.3",
"@vercel/static-config": "2.0.17",
"@vercel/build-utils": "7.0.0",
"@vercel/static-config": "3.0.0",
"execa": "3.2.0",
"fs-extra": "11.1.0",
"jest-junit": "16.0.0",

View File

@@ -1,5 +1,11 @@
# @vercel/next
## 4.0.0
### Major Changes
- BREAKING CHANGE: Drop Node.js 14, bump minimum to Node.js 16 ([#10369](https://github.com/vercel/vercel/pull/10369))
## 3.9.4
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@vercel/next",
"version": "3.9.4",
"version": "4.0.0",
"license": "Apache-2.0",
"main": "./dist/index",
"homepage": "https://vercel.com/docs/runtimes#official-runtimes/next-js",
@@ -35,9 +35,9 @@
"@types/semver": "6.0.0",
"@types/text-table": "0.2.1",
"@types/webpack-sources": "3.2.0",
"@vercel/build-utils": "6.8.3",
"@vercel/build-utils": "7.0.0",
"@vercel/nft": "0.22.5",
"@vercel/routing-utils": "2.2.1",
"@vercel/routing-utils": "3.0.0",
"async-sema": "3.0.1",
"buffer-crc32": "0.2.13",
"bytes": "3.1.2",

View File

@@ -1,5 +1,18 @@
# @vercel/node
## 3.0.0
### Major Changes
- BREAKING CHANGE: Drop Node.js 14, bump minimum to Node.js 16 ([#10369](https://github.com/vercel/vercel/pull/10369))
### Patch Changes
- Updated dependencies [[`37f5c6270`](https://github.com/vercel/vercel/commit/37f5c6270058336072ca733673ea72dd6c56bd6a)]:
- @vercel/build-utils@7.0.0
- @vercel/error-utils@2.0.0
- @vercel/static-config@3.0.0
## 2.15.10
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@vercel/node",
"version": "2.15.10",
"version": "3.0.0",
"license": "Apache-2.0",
"main": "./dist/index",
"homepage": "https://vercel.com/docs/runtimes#official-runtimes/node-js",
@@ -24,9 +24,9 @@
"@edge-runtime/vm": "3.0.1",
"@types/node": "14.18.33",
"@types/node-fetch": "2.6.3",
"@vercel/build-utils": "6.8.3",
"@vercel/error-utils": "1.0.10",
"@vercel/static-config": "2.0.17",
"@vercel/build-utils": "7.0.0",
"@vercel/error-utils": "2.0.0",
"@vercel/static-config": "3.0.0",
"async-listen": "3.0.0",
"content-type": "1.0.5",
"edge-runtime": "2.4.4",

View File

@@ -0,0 +1,7 @@
# @vercel/python
## 4.0.0
### Major Changes
- BREAKING CHANGE: Drop Node.js 14, bump minimum to Node.js 16 ([#10369](https://github.com/vercel/vercel/pull/10369))

View File

@@ -1,6 +1,6 @@
{
"name": "@vercel/python",
"version": "3.1.60",
"version": "4.0.0",
"main": "./dist/index.js",
"license": "Apache-2.0",
"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": "6.8.3",
"@vercel/build-utils": "7.0.0",
"@vercel/ncc": "0.24.0",
"execa": "^1.0.0",
"jest-junit": "16.0.0"

View File

@@ -0,0 +1,12 @@
# @vercel/redwood
## 2.0.0
### Major Changes
- BREAKING CHANGE: Drop Node.js 14, bump minimum to Node.js 16 ([#10369](https://github.com/vercel/vercel/pull/10369))
### Patch Changes
- Updated dependencies [[`37f5c6270`](https://github.com/vercel/vercel/commit/37f5c6270058336072ca733673ea72dd6c56bd6a)]:
- @vercel/routing-utils@3.0.0

View File

@@ -1,6 +1,6 @@
{
"name": "@vercel/redwood",
"version": "1.1.15",
"version": "2.0.0",
"main": "./dist/index.js",
"license": "Apache-2.0",
"homepage": "https://vercel.com/docs",
@@ -20,14 +20,14 @@
},
"dependencies": {
"@vercel/nft": "0.22.5",
"@vercel/routing-utils": "2.2.1",
"@vercel/routing-utils": "3.0.0",
"semver": "6.1.1"
},
"devDependencies": {
"@types/aws-lambda": "8.10.19",
"@types/node": "14.18.33",
"@types/semver": "6.0.0",
"@vercel/build-utils": "6.8.3",
"@vercel/build-utils": "7.0.0",
"execa": "3.2.0",
"fs-extra": "11.1.0",
"jest-junit": "16.0.0"

View File

@@ -1,5 +1,19 @@
# @vercel/remix-builder
## 2.0.0
### Major Changes
- BREAKING CHANGE: Drop Node.js 14, bump minimum to Node.js 16 ([#10369](https://github.com/vercel/vercel/pull/10369))
### Patch Changes
- Only add workspace check flag for Yarn v1 ([#10364](https://github.com/vercel/vercel/pull/10364))
- Updated dependencies [[`37f5c6270`](https://github.com/vercel/vercel/commit/37f5c6270058336072ca733673ea72dd6c56bd6a)]:
- @vercel/build-utils@7.0.0
- @vercel/static-config@3.0.0
## 1.10.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@vercel/remix-builder",
"version": "1.10.1",
"version": "2.0.0",
"license": "Apache-2.0",
"main": "./dist/index.js",
"homepage": "https://vercel.com/docs",
@@ -20,9 +20,9 @@
"defaults"
],
"dependencies": {
"@vercel/build-utils": "6.8.3",
"@vercel/build-utils": "7.0.0",
"@vercel/nft": "0.22.5",
"@vercel/static-config": "2.0.17",
"@vercel/static-config": "3.0.0",
"path-to-regexp": "6.2.1",
"semver": "7.3.8",
"ts-morph": "12.0.0"

View File

@@ -0,0 +1,7 @@
# @vercel/routing-utils
## 3.0.0
### Major Changes
- BREAKING CHANGE: Drop Node.js 14, bump minimum to Node.js 16 ([#10369](https://github.com/vercel/vercel/pull/10369))

View File

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

View File

@@ -0,0 +1,7 @@
# @vercel/ruby
## 2.0.0
### Major Changes
- BREAKING CHANGE: Drop Node.js 14, bump minimum to Node.js 16 ([#10369](https://github.com/vercel/vercel/pull/10369))

View File

@@ -1,7 +1,7 @@
{
"name": "@vercel/ruby",
"author": "Nathan Cahill <nathan@nathancahill.com>",
"version": "1.3.76",
"version": "2.0.0",
"license": "Apache-2.0",
"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": "6.8.3",
"@vercel/build-utils": "7.0.0",
"@vercel/ncc": "0.24.0",
"execa": "2.0.4",
"fs-extra": "^7.0.1",

View File

@@ -1,5 +1,16 @@
# @vercel/static-build
## 2.0.0
### Major Changes
- BREAKING CHANGE: Drop Node.js 14, bump minimum to Node.js 16 ([#10369](https://github.com/vercel/vercel/pull/10369))
### Patch Changes
- Updated dependencies [[`bc7a5d38b`](https://github.com/vercel/vercel/commit/bc7a5d38be1016e265fd19f3cf146aa5609fc4ec), [`37f5c6270`](https://github.com/vercel/vercel/commit/37f5c6270058336072ca733673ea72dd6c56bd6a)]:
- @vercel/gatsby-plugin-vercel-builder@2.0.0
## 1.4.0
### Minor Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@vercel/static-build",
"version": "1.4.0",
"version": "2.0.0",
"license": "Apache-2.0",
"main": "./dist/index",
"homepage": "https://vercel.com/docs/build-step",
@@ -20,7 +20,7 @@
},
"dependencies": {
"@vercel/gatsby-plugin-vercel-analytics": "1.0.10",
"@vercel/gatsby-plugin-vercel-builder": "1.3.18"
"@vercel/gatsby-plugin-vercel-builder": "2.0.0"
},
"devDependencies": {
"@types/aws-lambda": "8.10.64",
@@ -32,13 +32,13 @@
"@types/node-fetch": "2.5.4",
"@types/promise-timeout": "1.3.0",
"@types/semver": "7.3.13",
"@vercel/build-utils": "6.8.3",
"@vercel/error-utils": "1.0.10",
"@vercel/frameworks": "1.6.0",
"@vercel/fs-detectors": "4.1.3",
"@vercel/build-utils": "7.0.0",
"@vercel/error-utils": "2.0.0",
"@vercel/frameworks": "2.0.0",
"@vercel/fs-detectors": "5.0.0",
"@vercel/ncc": "0.24.0",
"@vercel/routing-utils": "2.2.1",
"@vercel/static-config": "2.0.17",
"@vercel/routing-utils": "3.0.0",
"@vercel/static-config": "3.0.0",
"execa": "3.2.0",
"fs-extra": "10.0.0",
"get-port": "5.0.0",

View File

@@ -0,0 +1,7 @@
# @vercel/static-config
## 3.0.0
### Major Changes
- BREAKING CHANGE: Drop Node.js 14, bump minimum to Node.js 16 ([#10369](https://github.com/vercel/vercel/pull/10369))

View File

@@ -1,6 +1,6 @@
{
"name": "@vercel/static-config",
"version": "2.0.17",
"version": "3.0.0",
"license": "Apache-2.0",
"main": "./dist/index",
"repository": {

104
pnpm-lock.yaml generated
View File

@@ -129,7 +129,7 @@ importers:
specifier: 27.4.1
version: 27.4.1
'@vercel/frameworks':
specifier: 1.6.0
specifier: 2.0.0
version: link:../packages/frameworks
internals/constants:
@@ -183,10 +183,10 @@ importers:
specifier: 1.0.4
version: link:../constants
'@vercel/build-utils':
specifier: 6.8.3
specifier: 7.0.0
version: link:../../packages/build-utils
'@vercel/routing-utils':
specifier: 2.2.1
specifier: 3.0.0
version: link:../../packages/routing-utils
devDependencies:
'@vercel-internals/tsconfig':
@@ -247,7 +247,7 @@ importers:
specifier: 2.4.2
version: 2.4.2
'@vercel/error-utils':
specifier: 1.0.10
specifier: 2.0.0
version: link:../error-utils
'@vercel/ncc':
specifier: 0.24.0
@@ -310,34 +310,34 @@ importers:
packages/cli:
dependencies:
'@vercel/build-utils':
specifier: 6.8.3
specifier: 7.0.0
version: link:../build-utils
'@vercel/go':
specifier: 2.5.1
specifier: 3.0.0
version: link:../go
'@vercel/hydrogen':
specifier: 0.0.64
specifier: 1.0.0
version: link:../hydrogen
'@vercel/next':
specifier: 3.9.4
specifier: 4.0.0
version: link:../next
'@vercel/node':
specifier: 2.15.10
specifier: 3.0.0
version: link:../node
'@vercel/python':
specifier: 3.1.60
specifier: 4.0.0
version: link:../python
'@vercel/redwood':
specifier: 1.1.15
specifier: 2.0.0
version: link:../redwood
'@vercel/remix-builder':
specifier: 1.10.1
specifier: 2.0.0
version: link:../remix
'@vercel/ruby':
specifier: 1.3.76
specifier: 2.0.0
version: link:../ruby
'@vercel/static-build':
specifier: 1.4.0
specifier: 2.0.0
version: link:../static-build
devDependencies:
'@alex_neo/jest-expect-message':
@@ -470,19 +470,19 @@ importers:
specifier: 1.0.0
version: link:../../internals/get-package-json
'@vercel-internals/types':
specifier: 1.0.6
specifier: 1.0.7
version: link:../../internals/types
'@vercel/client':
specifier: 12.6.6
specifier: 13.0.0
version: link:../client
'@vercel/error-utils':
specifier: 1.0.10
specifier: 2.0.0
version: link:../error-utils
'@vercel/frameworks':
specifier: 1.6.0
specifier: 2.0.0
version: link:../frameworks
'@vercel/fs-detectors':
specifier: 4.1.3
specifier: 5.0.0
version: link:../fs-detectors
'@vercel/fun':
specifier: 1.0.4
@@ -491,7 +491,7 @@ importers:
specifier: 0.24.0
version: 0.24.0
'@vercel/routing-utils':
specifier: 2.2.1
specifier: 3.0.0
version: link:../routing-utils
'@zeit/source-map-support':
specifier: 0.6.2
@@ -734,10 +734,10 @@ importers:
packages/client:
dependencies:
'@vercel/build-utils':
specifier: 6.8.3
specifier: 7.0.0
version: link:../build-utils
'@vercel/routing-utils':
specifier: 2.2.1
specifier: 3.0.0
version: link:../routing-utils
'@zeit/fetch':
specifier: 5.2.0
@@ -874,10 +874,10 @@ importers:
specifier: 2.5.8
version: 2.5.8
'@vercel/error-utils':
specifier: 1.0.10
specifier: 2.0.0
version: link:../error-utils
'@vercel/routing-utils':
specifier: 2.2.1
specifier: 3.0.0
version: link:../routing-utils
ajv:
specifier: 6.12.2
@@ -892,13 +892,13 @@ importers:
packages/fs-detectors:
dependencies:
'@vercel/error-utils':
specifier: 1.0.10
specifier: 2.0.0
version: link:../error-utils
'@vercel/frameworks':
specifier: 1.6.0
specifier: 2.0.0
version: link:../frameworks
'@vercel/routing-utils':
specifier: 2.2.1
specifier: 3.0.0
version: link:../routing-utils
glob:
specifier: 8.0.3
@@ -935,7 +935,7 @@ importers:
specifier: 7.3.10
version: 7.3.10
'@vercel/build-utils':
specifier: 6.8.3
specifier: 7.0.0
version: link:../build-utils
jest-junit:
specifier: 16.0.0
@@ -969,13 +969,13 @@ importers:
specifier: 0.25.24
version: 0.25.24
'@vercel/build-utils':
specifier: 6.8.3
specifier: 7.0.0
version: link:../build-utils
'@vercel/node':
specifier: 2.15.10
specifier: 3.0.0
version: link:../node
'@vercel/routing-utils':
specifier: 2.2.1
specifier: 3.0.0
version: link:../routing-utils
esbuild:
specifier: 0.14.47
@@ -1036,7 +1036,7 @@ importers:
specifier: 2.1.0
version: 2.1.0
'@vercel/build-utils':
specifier: 6.8.3
specifier: 7.0.0
version: link:../build-utils
'@vercel/ncc':
specifier: 0.24.0
@@ -1081,10 +1081,10 @@ importers:
specifier: 14.18.33
version: 14.18.33
'@vercel/build-utils':
specifier: 6.8.3
specifier: 7.0.0
version: link:../build-utils
'@vercel/static-config':
specifier: 2.0.17
specifier: 3.0.0
version: link:../static-config
execa:
specifier: 3.2.0
@@ -1141,13 +1141,13 @@ importers:
specifier: 3.2.0
version: 3.2.0
'@vercel/build-utils':
specifier: 6.8.3
specifier: 7.0.0
version: link:../build-utils
'@vercel/nft':
specifier: 0.22.5
version: 0.22.5
'@vercel/routing-utils':
specifier: 2.2.1
specifier: 3.0.0
version: link:../routing-utils
async-sema:
specifier: 3.0.1
@@ -1234,13 +1234,13 @@ importers:
specifier: 2.6.3
version: 2.6.3
'@vercel/build-utils':
specifier: 6.8.3
specifier: 7.0.0
version: link:../build-utils
'@vercel/error-utils':
specifier: 1.0.10
specifier: 2.0.0
version: link:../error-utils
'@vercel/static-config':
specifier: 2.0.17
specifier: 3.0.0
version: link:../static-config
async-listen:
specifier: 3.0.0
@@ -1343,7 +1343,7 @@ importers:
specifier: 14.18.33
version: 14.18.33
'@vercel/build-utils':
specifier: 6.8.3
specifier: 7.0.0
version: link:../build-utils
'@vercel/ncc':
specifier: 0.24.0
@@ -1361,7 +1361,7 @@ importers:
specifier: 0.22.5
version: 0.22.5
'@vercel/routing-utils':
specifier: 2.2.1
specifier: 3.0.0
version: link:../routing-utils
semver:
specifier: 6.1.1
@@ -1377,7 +1377,7 @@ importers:
specifier: 6.0.0
version: 6.0.0
'@vercel/build-utils':
specifier: 6.8.3
specifier: 7.0.0
version: link:../build-utils
execa:
specifier: 3.2.0
@@ -1392,13 +1392,13 @@ importers:
packages/remix:
dependencies:
'@vercel/build-utils':
specifier: 6.8.3
specifier: 7.0.0
version: link:../build-utils
'@vercel/nft':
specifier: 0.22.5
version: 0.22.5
'@vercel/static-config':
specifier: 2.0.17
specifier: 3.0.0
version: link:../static-config
path-to-regexp:
specifier: 6.2.1
@@ -1458,7 +1458,7 @@ importers:
specifier: 6.0.0
version: 6.0.0
'@vercel/build-utils':
specifier: 6.8.3
specifier: 7.0.0
version: link:../build-utils
'@vercel/ncc':
specifier: 0.24.0
@@ -1482,7 +1482,7 @@ importers:
specifier: 1.0.10
version: link:../gatsby-plugin-vercel-analytics
'@vercel/gatsby-plugin-vercel-builder':
specifier: 1.3.18
specifier: 2.0.0
version: link:../gatsby-plugin-vercel-builder
devDependencies:
'@types/aws-lambda':
@@ -1513,25 +1513,25 @@ importers:
specifier: 7.3.13
version: 7.3.13
'@vercel/build-utils':
specifier: 6.8.3
specifier: 7.0.0
version: link:../build-utils
'@vercel/error-utils':
specifier: 1.0.10
specifier: 2.0.0
version: link:../error-utils
'@vercel/frameworks':
specifier: 1.6.0
specifier: 2.0.0
version: link:../frameworks
'@vercel/fs-detectors':
specifier: 4.1.3
specifier: 5.0.0
version: link:../fs-detectors
'@vercel/ncc':
specifier: 0.24.0
version: 0.24.0
'@vercel/routing-utils':
specifier: 2.2.1
specifier: 3.0.0
version: link:../routing-utils
'@vercel/static-config':
specifier: 2.0.17
specifier: 3.0.0
version: link:../static-config
execa:
specifier: 3.2.0