diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3cf0898b..8bf3b55e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,19 +5,12 @@ updates: schedule: interval: weekly time: '11:00' - open-pull-requests-limit: 20 + open-pull-requests-limit: 30 target-branch: canary - ignore: - - dependency-name: "@types/node" - versions: - - ">= 13.a, < 14" - - dependency-name: "@types/node" - versions: - - ">= 14.a, < 15" - package-ecosystem: npm directory: "/app" schedule: interval: weekly time: '11:00' - open-pull-requests-limit: 20 + open-pull-requests-limit: 30 target-branch: canary diff --git a/.travis.yml b/.travis.yml index 6fd2647c..882c63f3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ language: node_js matrix: include: - os: linux - node_js: 12 + node_js: 14 env: CC=clang CXX=clang++ npm_config_clang=1 compiler: clang diff --git a/.yarnrc b/.yarnrc deleted file mode 100644 index 2659e9fb..00000000 --- a/.yarnrc +++ /dev/null @@ -1,6 +0,0 @@ -# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. -# yarn lockfile v1 - - -child-concurrency "1" -lastUpdateCheck 1570388773781 diff --git a/appveyor.yml b/appveyor.yml index 584c2a51..6fea7103 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -12,7 +12,7 @@ branches: image: Visual Studio 2019 install: - - ps: Install-Product node 12 x64 + - ps: Install-Product node 14 x64 - set CI=true - yarn diff --git a/package.json b/package.json index 792ec280..e14e972f 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "@types/mkdirp": "1.0.1", "@types/mousetrap": "^1.6.3", "@types/ms": "0.7.31", - "@types/node": "^12.19.4", + "@types/node": "^14.14.8", "@types/pify": "3.0.2", "@types/plist": "3.0.2", "@types/react": "^16.9.56", diff --git a/yarn.lock b/yarn.lock index 1ebc57fa..b0216da0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -806,11 +806,16 @@ resolved "https://registry.yarnpkg.com/@types/node/-/node-13.7.4.tgz#76c3cb3a12909510f52e5dc04a6298cdf9504ffd" integrity sha512-oVeL12C6gQS/GAExndigSaLxTrKpQPxewx9bOcwfvJiJge4rr7wNaph4J+ns5hrmIV2as5qxqN8YKthn9qh0jw== -"@types/node@^12.0.12", "@types/node@^12.19.4": +"@types/node@^12.0.12": version "12.19.4" resolved "https://registry.yarnpkg.com/@types/node/-/node-12.19.4.tgz#cdfbb62e26c7435ed9aab9c941393cc3598e9b46" 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": version "2.4.0" resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.0.tgz#e486d0d97396d79beedd0a6e33f4534ff6b4973e"