diff --git a/.ado/evergreen.yml b/.ado/evergreen.yml index d9c97c25153..0333a109828 100644 --- a/.ado/evergreen.yml +++ b/.ado/evergreen.yml @@ -15,7 +15,7 @@ jobs: steps: - checkout: self # self represents the repo where the initial Pipelines YAML file was found clean: true # whether to fetch clean each time - fetchDepth: 2 # the depth of commits to ask Git to fetch + # fetchDepth: 2 # the depth of commits to ask Git to fetch lfs: false # whether to download Git-LFS files submodules: false # set to 'true' for a single level of submodules or 'recursive' to get submodules of submodules persistCredentials: true # set to 'true' to leave the OAuth token in the Git config after the initial fetch diff --git a/.ado/publish.yml b/.ado/publish.yml index 93e88bfc7ea..c11002c4b9d 100644 --- a/.ado/publish.yml +++ b/.ado/publish.yml @@ -27,7 +27,7 @@ jobs: steps: - checkout: self # self represents the repo where the initial Pipelines YAML file was found clean: true # whether to fetch clean each time - fetchDepth: 2 # the depth of commits to ask Git to fetch + # fetchDepth: 2 # the depth of commits to ask Git to fetch lfs: false # whether to download Git-LFS files submodules: false # set to 'true' for a single level of submodules or 'recursive' to get submodules of submodules persistCredentials: true # set to 'true' to leave the OAuth token in the Git config after the initial fetch diff --git a/.ado/windows-vs-pr.yml b/.ado/windows-vs-pr.yml index 532c2dfc3f5..cf0b22675e8 100644 --- a/.ado/windows-vs-pr.yml +++ b/.ado/windows-vs-pr.yml @@ -36,7 +36,7 @@ jobs: steps: - checkout: self # self represents the repo where the initial Pipelines YAML file was found clean: true # whether to fetch clean each time - fetchDepth: 2 # the depth of commits to ask Git to fetch + # fetchDepth: 2 # the depth of commits to ask Git to fetch lfs: false # whether to download Git-LFS files submodules: false # set to 'true' for a single level of submodules or 'recursive' to get submodules of submodules persistCredentials: false # set to 'true' to leave the OAuth token in the Git config after the initial fetch @@ -127,7 +127,7 @@ jobs: steps: - checkout: self # self represents the repo where the initial Pipelines YAML file was found clean: true # whether to fetch clean each time - fetchDepth: 2 # the depth of commits to ask Git to fetch + # fetchDepth: 2 # the depth of commits to ask Git to fetch lfs: false # whether to download Git-LFS files submodules: false # set to 'true' for a single level of submodules or 'recursive' to get submodules of submodules persistCredentials: false # set to 'true' to leave the OAuth token in the Git config after the initial fetch diff --git a/vnext/package.json b/vnext/package.json index 33a41631fba..2e039b33d96 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -64,7 +64,7 @@ "tslint": "^5.11.0", "tslint-microsoft-contrib": "^5.0.1", "tslint-react": "^3.5.0", - "typescript": "3.3.3", + "typescript": "3.5.1", "react-native": "0.58.6-microsoft.59" }, "peerDependencies": { diff --git a/vnext/tslint.json b/vnext/tslint.json index 680bd345fb7..eea8e46e519 100644 --- a/vnext/tslint.json +++ b/vnext/tslint.json @@ -113,7 +113,6 @@ "no-unnecessary-semicolons": true, "no-unused-expression": false, "no-unused-variable": false, // defer to typescript's no unused local instead - "no-use-before-declare": true, "no-with-statement": true, "no-var-keyword": true, "object-literal-sort-keys": false, diff --git a/vnext/yarn.lock b/vnext/yarn.lock index 70b3b497836..fd449d89912 100644 --- a/vnext/yarn.lock +++ b/vnext/yarn.lock @@ -4989,10 +4989,10 @@ typedarray@^0.0.6: resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= -typescript@3.3.3: - version "3.3.3" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.3.3.tgz#f1657fc7daa27e1a8930758ace9ae8da31403221" - integrity sha512-Y21Xqe54TBVp+VDSNbuDYdGw0BpoR/Q6wo/+35M8PAU0vipahnyduJWirxxdxjsAkS7hue53x2zp8gz7F05u0A== +typescript@3.5.1: + version "3.5.1" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.5.1.tgz#ba72a6a600b2158139c5dd8850f700e231464202" + integrity sha512-64HkdiRv1yYZsSe4xC1WVgamNigVYjlssIoaH2HcZF0+ijsk5YK2g0G34w9wJkze8+5ow4STd22AynfO6ZYYLw== ua-parser-js@^0.7.18: version "0.7.19"