Skip to content

Commit d551781

Browse files
Flarnadyladan
andauthored
chore: update typescript to 4.3 and enable noImplicitOverride (#2241)
Co-authored-by: Daniel Dyla <[email protected]>
1 parent 56c032e commit d551781

File tree

54 files changed

+86
-85
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+86
-85
lines changed

backwards-compatability/node10/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"devDependencies": {
1515
"@types/node": "10.17.59",
16-
"typescript": "4.2.4"
16+
"typescript": "4.3.2"
1717
},
1818
"author": "OpenTelemetry Authors",
1919
"license": "Apache-2.0"

backwards-compatability/node12/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"devDependencies": {
1515
"@types/node": "12.20.11",
16-
"typescript": "4.2.4"
16+
"typescript": "4.3.2"
1717
},
1818
"author": "OpenTelemetry Authors",
1919
"license": "Apache-2.0"

backwards-compatability/node8/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"devDependencies": {
1515
"@types/node": "8.10.66",
16-
"typescript": "4.2.4"
16+
"typescript": "4.3.2"
1717
},
1818
"author": "OpenTelemetry Authors",
1919
"license": "Apache-2.0"

integration-tests/propagation-validation-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"devDependencies": {
2222
"@opentelemetry/api": "^0.20.0",
23-
"typescript": "4.2.4"
23+
"typescript": "4.3.2"
2424
},
2525
"peerDependencies": {
2626
"@opentelemetry/api": "^0.20.0"

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,21 +47,21 @@
4747
"devDependencies": {
4848
"@commitlint/cli": "12.1.1",
4949
"@commitlint/config-conventional": "12.1.1",
50-
"@typescript-eslint/eslint-plugin": "4.22.0",
51-
"@typescript-eslint/parser": "4.22.0",
50+
"@typescript-eslint/eslint-plugin": "4.25.0",
51+
"@typescript-eslint/parser": "4.25.0",
5252
"beautify-benchmark": "0.2.4",
5353
"benchmark": "2.1.4",
54-
"eslint": "7.25.0",
54+
"eslint": "7.27.0",
5555
"eslint-config-airbnb-base": "14.2.1",
5656
"eslint-plugin-header": "3.1.1",
57-
"eslint-plugin-import": "2.22.1",
57+
"eslint-plugin-import": "2.23.3",
5858
"eslint-plugin-node": "11.1.0",
5959
"gh-pages": "3.1.0",
6060
"husky": "4.3.8",
6161
"lerna": "3.22.1",
6262
"lerna-changelog": "1.0.1",
6363
"markdownlint-cli": "0.27.1",
64-
"typescript": "4.2.4",
64+
"typescript": "4.3.2",
6565
"update-ts-references": "2.3.0"
6666
},
6767
"husky": {

packages/opentelemetry-api-metrics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"nyc": "15.1.0",
7373
"ts-loader": "8.2.0",
7474
"ts-mocha": "8.0.0",
75-
"typescript": "4.2.4",
75+
"typescript": "4.3.2",
7676
"webpack": "4.46.0"
7777
}
7878
}

packages/opentelemetry-api-metrics/test/api/api.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ describe('API', () => {
3838
});
3939

4040
class TestMeterProvider extends NoopMeterProvider {
41-
getMeter() {
41+
override getMeter() {
4242
return dummyMeter;
4343
}
4444
}

packages/opentelemetry-context-async-hooks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"rimraf": "3.0.2",
5151
"ts-mocha": "8.0.0",
5252
"ts-node": "9.1.1",
53-
"typescript": "4.2.4"
53+
"typescript": "4.3.2"
5454
},
5555
"peerDependencies": {
5656
"@opentelemetry/api": "^0.20.0"

packages/opentelemetry-context-zone-peer-dep/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"ts-loader": "8.2.0",
6969
"ts-mocha": "8.0.0",
7070
"ts-node": "9.1.1",
71-
"typescript": "4.2.4",
71+
"typescript": "4.3.2",
7272
"webpack": "4.46.0",
7373
"webpack-cli": "4.6.0",
7474
"zone.js": "0.11.4"

packages/opentelemetry-context-zone/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"ts-loader": "8.2.0",
6262
"ts-mocha": "8.0.0",
6363
"ts-node": "9.1.1",
64-
"typescript": "4.2.4",
64+
"typescript": "4.3.2",
6565
"webpack": "4.46.0",
6666
"webpack-cli": "4.6.0",
6767
"webpack-merge": "5.7.3"

0 commit comments

Comments
 (0)