Version Packages (#10865)

This commit is contained in:
Vercel Release Bot
2023-11-30 14:01:27 -05:00
committed by GitHub
parent c41ff450c0
commit 78d1d548d9
25 changed files with 78 additions and 68 deletions

View File

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

View File

@@ -1,5 +0,0 @@
---
'@vercel/remix-builder': patch
---
Fix issue where `npm install` was not properly injecting forked compiler

View File

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

View File

@@ -1,5 +0,0 @@
---
"vercel": patch
---
[cli] Fix behavior for combination of northstar user + team scope provided to cli as an argument.

View File

@@ -1,5 +0,0 @@
---
'vercel': minor
---
forbids globally installed @vercel/speed-insights and @vercel/analytics

View File

@@ -1,5 +0,0 @@
---
"@vercel/frameworks": patch
---
Update placeholder for Nuxt to be correct command.

View File

@@ -1,5 +0,0 @@
---
"@vercel/static-build": patch
---
[tests] Update Gatsby fixture versions

View File

@@ -1,5 +0,0 @@
---
'@vercel/remix-builder': patch
---
Simplify static directory resolution and apply `publicPath` to routes.

View File

@@ -1,5 +0,0 @@
---
'@vercel/go': patch
---
Set Lambda runtime to "provided.al2"

View File

@@ -1,5 +0,0 @@
---
"examples": patch
---
chore: update Nuxt example

View File

@@ -4,4 +4,10 @@
### Patch Changes
- chore: update Nuxt example ([#10869](https://github.com/vercel/vercel/pull/10869))
## null
### Patch Changes
- update examples to use at least node@16 ([#10395](https://github.com/vercel/vercel/pull/10395))

View File

@@ -9,7 +9,7 @@
},
"devDependencies": {
"@types/jest": "27.4.1",
"@vercel/frameworks": "2.0.3"
"@vercel/frameworks": "2.0.4"
},
"version": null
}

View File

@@ -1,5 +1,20 @@
# vercel
## 32.6.0
### Minor Changes
- forbids globally installed @vercel/speed-insights and @vercel/analytics ([#10848](https://github.com/vercel/vercel/pull/10848))
### Patch Changes
- [cli] Fix behavior for combination of northstar user + team scope provided to cli as an argument. ([#10884](https://github.com/vercel/vercel/pull/10884))
- Updated dependencies [[`4edfcd74b`](https://github.com/vercel/vercel/commit/4edfcd74b6dfd8e9cbc05a71d47578051a2a7d63), [`0e9bb30fd`](https://github.com/vercel/vercel/commit/0e9bb30fd285492beadc365bece2ab1df67b387b), [`ca2cbf06f`](https://github.com/vercel/vercel/commit/ca2cbf06fbf252e23aff6e007d0df5ffc243b56e), [`c52bdf775`](https://github.com/vercel/vercel/commit/c52bdf77585dfa41b25cabe2f9403827d0964169)]:
- @vercel/remix-builder@2.0.12
- @vercel/static-build@2.0.13
- @vercel/go@3.0.4
## 32.5.6
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "vercel",
"version": "32.5.6",
"version": "32.6.0",
"preferGlobal": true,
"license": "Apache-2.0",
"description": "The command-line interface for Vercel",
@@ -33,15 +33,15 @@
"dependencies": {
"@vercel/build-utils": "7.2.5",
"@vercel/fun": "1.1.0",
"@vercel/go": "3.0.3",
"@vercel/go": "3.0.4",
"@vercel/hydrogen": "1.0.1",
"@vercel/next": "4.0.15",
"@vercel/node": "3.0.11",
"@vercel/python": "4.1.0",
"@vercel/redwood": "2.0.5",
"@vercel/remix-builder": "2.0.11",
"@vercel/remix-builder": "2.0.12",
"@vercel/ruby": "2.0.3",
"@vercel/static-build": "2.0.12",
"@vercel/static-build": "2.0.13",
"chokidar": "3.3.1"
},
"devDependencies": {
@@ -91,8 +91,8 @@
"@vercel-internals/types": "1.0.16",
"@vercel/client": "13.0.9",
"@vercel/error-utils": "2.0.2",
"@vercel/frameworks": "2.0.3",
"@vercel/fs-detectors": "5.1.3",
"@vercel/frameworks": "2.0.4",
"@vercel/fs-detectors": "5.1.4",
"@vercel/routing-utils": "3.1.0",
"ajv": "6.12.2",
"alpha-sort": "2.0.1",

View File

@@ -1,5 +1,11 @@
# @vercel/frameworks
## 2.0.4
### Patch Changes
- Update placeholder for Nuxt to be correct command. ([#10873](https://github.com/vercel/vercel/pull/10873))
## 2.0.3
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@vercel/frameworks",
"version": "2.0.3",
"version": "2.0.4",
"main": "./dist/frameworks.js",
"types": "./dist/frameworks.d.ts",
"files": [

View File

@@ -1,5 +1,12 @@
# @vercel/fs-detectors
## 5.1.4
### Patch Changes
- Updated dependencies [[`a8934da62`](https://github.com/vercel/vercel/commit/a8934da6232b66a98e9ce43ebf5342eac664d40d)]:
- @vercel/frameworks@2.0.4
## 5.1.3
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@vercel/fs-detectors",
"version": "5.1.3",
"version": "5.1.4",
"description": "Vercel filesystem detectors",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
@@ -22,7 +22,7 @@
},
"dependencies": {
"@vercel/error-utils": "2.0.2",
"@vercel/frameworks": "2.0.3",
"@vercel/frameworks": "2.0.4",
"@vercel/routing-utils": "3.1.0",
"glob": "8.0.3",
"js-yaml": "4.1.0",

View File

@@ -1,5 +1,11 @@
# @vercel/go
## 3.0.4
### Patch Changes
- Set Lambda runtime to "provided.al2" ([#10880](https://github.com/vercel/vercel/pull/10880))
## 3.0.3
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@vercel/go",
"version": "3.0.3",
"version": "3.0.4",
"license": "Apache-2.0",
"main": "./dist/index",
"homepage": "https://vercel.com/docs/runtimes#official-runtimes/go",

View File

@@ -1,5 +1,13 @@
# @vercel/remix-builder
## 2.0.12
### Patch Changes
- Fix issue where `npm install` was not properly injecting forked compiler ([#10819](https://github.com/vercel/vercel/pull/10819))
- Simplify static directory resolution and apply `publicPath` to routes. ([#10685](https://github.com/vercel/vercel/pull/10685))
## 2.0.11
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@vercel/remix-builder",
"version": "2.0.11",
"version": "2.0.12",
"license": "Apache-2.0",
"main": "./dist/index.js",
"homepage": "https://vercel.com/docs",

View File

@@ -1,5 +1,11 @@
# @vercel/static-build
## 2.0.13
### Patch Changes
- [tests] Update Gatsby fixture versions ([#10875](https://github.com/vercel/vercel/pull/10875))
## 2.0.12
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@vercel/static-build",
"version": "2.0.12",
"version": "2.0.13",
"license": "Apache-2.0",
"main": "./dist/index",
"homepage": "https://vercel.com/docs/build-step",
@@ -37,8 +37,8 @@
"@types/semver": "7.3.13",
"@vercel/build-utils": "7.2.5",
"@vercel/error-utils": "2.0.2",
"@vercel/frameworks": "2.0.3",
"@vercel/fs-detectors": "5.1.3",
"@vercel/frameworks": "2.0.4",
"@vercel/fs-detectors": "5.1.4",
"@vercel/routing-utils": "3.1.0",
"execa": "3.2.0",
"fs-extra": "10.0.0",

18
pnpm-lock.yaml generated
View File

@@ -132,7 +132,7 @@ importers:
specifier: 27.4.1
version: 27.4.1
'@vercel/frameworks':
specifier: 2.0.3
specifier: 2.0.4
version: link:../packages/frameworks
internals/constants:
@@ -316,7 +316,7 @@ importers:
specifier: 1.1.0
version: 1.1.0
'@vercel/go':
specifier: 3.0.3
specifier: 3.0.4
version: link:../go
'@vercel/hydrogen':
specifier: 1.0.1
@@ -334,13 +334,13 @@ importers:
specifier: 2.0.5
version: link:../redwood
'@vercel/remix-builder':
specifier: 2.0.11
specifier: 2.0.12
version: link:../remix
'@vercel/ruby':
specifier: 2.0.3
version: link:../ruby
'@vercel/static-build':
specifier: 2.0.12
specifier: 2.0.13
version: link:../static-build
chokidar:
specifier: 3.3.1
@@ -485,10 +485,10 @@ importers:
specifier: 2.0.2
version: link:../error-utils
'@vercel/frameworks':
specifier: 2.0.3
specifier: 2.0.4
version: link:../frameworks
'@vercel/fs-detectors':
specifier: 5.1.3
specifier: 5.1.4
version: link:../fs-detectors
'@vercel/routing-utils':
specifier: 3.1.0
@@ -883,7 +883,7 @@ importers:
specifier: 2.0.2
version: link:../error-utils
'@vercel/frameworks':
specifier: 2.0.3
specifier: 2.0.4
version: link:../frameworks
'@vercel/routing-utils':
specifier: 3.1.0
@@ -1503,10 +1503,10 @@ importers:
specifier: 2.0.2
version: link:../error-utils
'@vercel/frameworks':
specifier: 2.0.3
specifier: 2.0.4
version: link:../frameworks
'@vercel/fs-detectors':
specifier: 5.1.3
specifier: 5.1.4
version: link:../fs-detectors
'@vercel/routing-utils':
specifier: 3.1.0