more node 14

This commit is contained in:
Benjamin Staneck 2020-11-19 15:52:07 +01:00
parent bb4349ecf2
commit 60d8382a5a
No known key found for this signature in database
GPG key ID: 74A90736869653C2
6 changed files with 11 additions and 19 deletions

View file

@ -5,19 +5,12 @@ updates:
schedule: schedule:
interval: weekly interval: weekly
time: '11:00' time: '11:00'
open-pull-requests-limit: 20 open-pull-requests-limit: 30
target-branch: canary target-branch: canary
ignore:
- dependency-name: "@types/node"
versions:
- ">= 13.a, < 14"
- dependency-name: "@types/node"
versions:
- ">= 14.a, < 15"
- package-ecosystem: npm - package-ecosystem: npm
directory: "/app" directory: "/app"
schedule: schedule:
interval: weekly interval: weekly
time: '11:00' time: '11:00'
open-pull-requests-limit: 20 open-pull-requests-limit: 30
target-branch: canary target-branch: canary

View file

@ -6,7 +6,7 @@ language: node_js
matrix: matrix:
include: include:
- os: linux - os: linux
node_js: 12 node_js: 14
env: CC=clang CXX=clang++ npm_config_clang=1 env: CC=clang CXX=clang++ npm_config_clang=1
compiler: clang compiler: clang

View file

@ -1,6 +0,0 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
child-concurrency "1"
lastUpdateCheck 1570388773781

View file

@ -12,7 +12,7 @@ branches:
image: Visual Studio 2019 image: Visual Studio 2019
install: install:
- ps: Install-Product node 12 x64 - ps: Install-Product node 14 x64
- set CI=true - set CI=true
- yarn - yarn

View file

@ -79,7 +79,7 @@
"@types/mkdirp": "1.0.1", "@types/mkdirp": "1.0.1",
"@types/mousetrap": "^1.6.3", "@types/mousetrap": "^1.6.3",
"@types/ms": "0.7.31", "@types/ms": "0.7.31",
"@types/node": "^12.19.4", "@types/node": "^14.14.8",
"@types/pify": "3.0.2", "@types/pify": "3.0.2",
"@types/plist": "3.0.2", "@types/plist": "3.0.2",
"@types/react": "^16.9.56", "@types/react": "^16.9.56",

View file

@ -806,11 +806,16 @@
resolved "https://registry.yarnpkg.com/@types/node/-/node-13.7.4.tgz#76c3cb3a12909510f52e5dc04a6298cdf9504ffd" resolved "https://registry.yarnpkg.com/@types/node/-/node-13.7.4.tgz#76c3cb3a12909510f52e5dc04a6298cdf9504ffd"
integrity sha512-oVeL12C6gQS/GAExndigSaLxTrKpQPxewx9bOcwfvJiJge4rr7wNaph4J+ns5hrmIV2as5qxqN8YKthn9qh0jw== integrity sha512-oVeL12C6gQS/GAExndigSaLxTrKpQPxewx9bOcwfvJiJge4rr7wNaph4J+ns5hrmIV2as5qxqN8YKthn9qh0jw==
"@types/node@^12.0.12", "@types/node@^12.19.4": "@types/node@^12.0.12":
version "12.19.4" version "12.19.4"
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.19.4.tgz#cdfbb62e26c7435ed9aab9c941393cc3598e9b46" resolved "https://registry.yarnpkg.com/@types/node/-/node-12.19.4.tgz#cdfbb62e26c7435ed9aab9c941393cc3598e9b46"
integrity sha512-o3oj1bETk8kBwzz1WlO6JWL/AfAA3Vm6J1B3C9CsdxHYp7XgPiH7OEXPUbZTndHlRaIElrANkQfe6ZmfJb3H2w== integrity sha512-o3oj1bETk8kBwzz1WlO6JWL/AfAA3Vm6J1B3C9CsdxHYp7XgPiH7OEXPUbZTndHlRaIElrANkQfe6ZmfJb3H2w==
"@types/node@^14.14.8":
version "14.14.8"
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.8.tgz#2127bd81949a95c8b7d3240f3254352d72563aec"
integrity sha512-z/5Yd59dCKI5kbxauAJgw6dLPzW+TNOItNE00PkpzNwUIEwdj/Lsqwq94H5DdYBX7C13aRA0CY32BK76+neEUA==
"@types/normalize-package-data@^2.4.0": "@types/normalize-package-data@^2.4.0":
version "2.4.0" version "2.4.0"
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.0.tgz#e486d0d97396d79beedd0a6e33f4534ff6b4973e" resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.0.tgz#e486d0d97396d79beedd0a6e33f4534ff6b4973e"