Преглед на файлове

chore: bump required node and pnpm versions for maintenance

Evan You преди 2 години
родител
ревизия
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


Някои файлове не бяха показани, защото твърде много файлове са промени