Просмотр исходного кода

chore: bump required node and pnpm versions for maintenance

Evan You 2 лет назад
Родитель
Сommit
18cc5479f6
4 измененных файлов с 336 добавлено и 257 удалено
  1. 1 1
      .github/CONTRIBUTING.md
  2. 4 4
      .github/workflows/ci.yml
  3. 1 1
      package.json
  4. 330 251
      pnpm-lock.yaml

+ 1 - 1
.github/CONTRIBUTING.md

@@ -36,7 +36,7 @@ Hi! I'm really excited that you are interested in contributing to Vue.js. Before
 
 ## Development Setup
 
-You will need [Node.js](https://nodejs.org) **version 12+** and [pnpm](https://pnpm.io/).
+You will need [Node.js](https://nodejs.org) **version 18+** and [pnpm](https://pnpm.io/) **version 8+**.
 
 After cloning the repo, run:
 

+ 4 - 4
.github/workflows/ci.yml

@@ -18,7 +18,7 @@ jobs:
       - name: Set node version to 16
         uses: actions/setup-node@v2
         with:
-          node-version: 16
+          node-version: 18
           cache: 'pnpm'
 
       - run: pnpm install
@@ -37,7 +37,7 @@ jobs:
       - name: Set node version to 16
         uses: actions/setup-node@v2
         with:
-          node-version: 16
+          node-version: 18
           cache: 'pnpm'
 
       - run: pnpm install
@@ -59,7 +59,7 @@ jobs:
       - name: Set node version to 16
         uses: actions/setup-node@v2
         with:
-          node-version: 16
+          node-version: 18
           cache: 'pnpm'
 
       - run: pnpm install
@@ -81,7 +81,7 @@ jobs:
       - name: Set node version to 16
         uses: actions/setup-node@v2
         with:
-          node-version: 16
+          node-version: 18
           cache: 'pnpm'
 
       - run: pnpm install

+ 1 - 1
package.json

@@ -1,7 +1,7 @@
 {
   "name": "vue",
   "version": "2.7.14",
-  "packageManager": "pnpm@7.1.0",
+  "packageManager": "pnpm@8.9.2",
   "description": "Reactive, component-oriented view layer for modern web interfaces.",
   "main": "dist/vue.runtime.common.js",
   "module": "dist/vue.runtime.esm.js",

Разница между файлами не показана из-за своего большого размера
+ 330 - 251
pnpm-lock.yaml


Некоторые файлы не были показаны из-за большого количества измененных файлов