Skip to content

Commit

Permalink
Update eslint dev dependencies to be compatible with Typescript 5.1.6
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Hinek <[email protected]>
  • Loading branch information
frankhinek committed Aug 18, 2023
1 parent 303f694 commit ff3dd0a
Show file tree
Hide file tree
Showing 12 changed files with 322 additions and 331 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = {
},
'ignorePatterns': [
'dist',
'__tests__'
'**/tests/compiled'
],
rules: {
'key-spacing': [
Expand Down
556 changes: 271 additions & 285 deletions package-lock.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions packages/agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,18 +77,18 @@
},
"devDependencies": {
"@playwright/test": "1.36.2",
"@types/chai": "4.3.0",
"@types/chai": "4.3.5",
"@types/chai-as-promised": "7.1.5",
"@types/eslint": "8.37.0",
"@types/eslint": "8.44.2",
"@types/mocha": "10.0.1",
"@types/readable-stream": "4.0.0",
"@typescript-eslint/eslint-plugin": "5.59.0",
"@typescript-eslint/parser": "5.59.0",
"@typescript-eslint/eslint-plugin": "6.4.0",
"@typescript-eslint/parser": "6.4.0",
"c8": "8.0.1",
"chai": "4.3.7",
"chai-as-promised": "7.1.1",
"esbuild": "0.16.17",
"eslint": "8.39.0",
"eslint": "8.47.0",
"eslint-plugin-mocha": "10.1.0",
"karma": "6.4.1",
"karma-chai": "0.1.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,20 +82,20 @@
},
"devDependencies": {
"@playwright/test": "1.36.2",
"@types/chai": "4.3.0",
"@types/chai": "4.3.5",
"@types/chai-as-promised": "7.1.5",
"@types/eslint": "8.37.0",
"@types/eslint": "8.44.2",
"@types/mocha": "10.0.1",
"@types/ms": "0.7.31",
"@types/readable-stream": "4.0.0",
"@types/sinon": "10.0.15",
"@typescript-eslint/eslint-plugin": "5.59.0",
"@typescript-eslint/parser": "5.59.0",
"@typescript-eslint/eslint-plugin": "6.4.0",
"@typescript-eslint/parser": "6.4.0",
"c8": "8.0.1",
"chai": "4.3.7",
"chai-as-promised": "7.1.1",
"esbuild": "0.16.17",
"eslint": "8.39.0",
"eslint": "8.47.0",
"eslint-plugin-mocha": "10.1.0",
"karma": "6.4.1",
"karma-chai": "0.1.0",
Expand Down
5 changes: 5 additions & 0 deletions packages/api/tests/web5-did.spec.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { expect } from 'chai';
import { TestManagedAgent } from '@web5/agent';

import { DidApi } from '../src/did-api.js';
Expand Down Expand Up @@ -35,4 +36,8 @@ describe('web5.did', () => {
await testAgent.clearStorage();
await testAgent.closeStorage();
});

it('needs tests', () => {
expect(did).to.exist;
});
});
10 changes: 5 additions & 5 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,17 +72,17 @@
},
"devDependencies": {
"@playwright/test": "1.36.2",
"@types/chai": "4.3.0",
"@types/chai": "4.3.5",
"@types/chai-as-promised": "7.1.5",
"@types/eslint": "8.37.0",
"@types/eslint": "8.44.2",
"@types/mocha": "10.0.1",
"@typescript-eslint/eslint-plugin": "5.59.0",
"@typescript-eslint/parser": "5.59.0",
"@typescript-eslint/eslint-plugin": "6.4.0",
"@typescript-eslint/parser": "6.4.0",
"c8": "8.0.1",
"chai": "4.3.7",
"chai-as-promised": "7.1.1",
"esbuild": "0.16.17",
"eslint": "8.39.0",
"eslint": "8.47.0",
"eslint-plugin-mocha": "10.1.0",
"karma": "6.4.1",
"karma-chai": "0.1.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/credentials/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,15 @@
"dependencies": {},
"devDependencies": {
"@playwright/test": "1.36.2",
"@types/chai": "4.3.0",
"@types/eslint": "8.37.0",
"@types/chai": "4.3.5",
"@types/eslint": "8.44.2",
"@types/mocha": "10.0.1",
"@typescript-eslint/eslint-plugin": "5.59.0",
"@typescript-eslint/parser": "5.59.0",
"@typescript-eslint/eslint-plugin": "6.4.0",
"@typescript-eslint/parser": "6.4.0",
"c8": "8.0.1",
"chai": "4.3.7",
"esbuild": "0.16.17",
"eslint": "8.39.0",
"eslint": "8.47.0",
"eslint-plugin-mocha": "10.1.0",
"karma": "6.4.1",
"karma-chai": "0.1.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/crypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,20 +80,20 @@
},
"devDependencies": {
"@playwright/test": "1.36.2",
"@types/chai": "4.3.0",
"@types/chai": "4.3.5",
"@types/chai-as-promised": "7.1.5",
"@types/ed2curve": "0.2.2",
"@types/eslint": "8.37.0",
"@types/eslint": "8.44.2",
"@types/mocha": "10.0.1",
"@types/sinon": "10.0.15",
"@types/uuid": "9.0.1",
"@typescript-eslint/eslint-plugin": "5.59.0",
"@typescript-eslint/parser": "5.59.0",
"@typescript-eslint/eslint-plugin": "6.4.0",
"@typescript-eslint/parser": "6.4.0",
"c8": "8.0.1",
"chai": "4.3.7",
"chai-as-promised": "7.1.1",
"esbuild": "0.16.17",
"eslint": "8.39.0",
"eslint": "8.47.0",
"eslint-plugin-mocha": "10.1.0",
"karma": "6.4.1",
"karma-chai": "0.1.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/dids/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,18 +84,18 @@
},
"devDependencies": {
"@playwright/test": "1.36.2",
"@types/chai": "4.3.0",
"@types/chai": "4.3.5",
"@types/chai-as-promised": "7.1.5",
"@types/eslint": "8.37.0",
"@types/eslint": "8.44.2",
"@types/mocha": "10.0.1",
"@types/sinon": "10.0.15",
"@typescript-eslint/eslint-plugin": "5.59.0",
"@typescript-eslint/parser": "5.59.0",
"@typescript-eslint/eslint-plugin": "6.4.0",
"@typescript-eslint/parser": "6.4.0",
"c8": "8.0.1",
"chai": "4.3.7",
"chai-as-promised": "7.1.1",
"esbuild": "0.16.17",
"eslint": "8.39.0",
"eslint": "8.47.0",
"eslint-plugin-mocha": "10.1.0",
"karma": "6.4.1",
"karma-chai": "0.1.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/identity-agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,17 +72,17 @@
},
"devDependencies": {
"@playwright/test": "1.36.2",
"@types/chai": "4.3.0",
"@types/chai": "4.3.5",
"@types/chai-as-promised": "7.1.5",
"@types/eslint": "8.37.0",
"@types/eslint": "8.44.2",
"@types/mocha": "10.0.1",
"@typescript-eslint/eslint-plugin": "5.59.0",
"@typescript-eslint/parser": "5.59.0",
"@typescript-eslint/eslint-plugin": "6.4.0",
"@typescript-eslint/parser": "6.4.0",
"c8": "8.0.1",
"chai": "4.3.7",
"chai-as-promised": "7.1.1",
"esbuild": "0.16.17",
"eslint": "8.39.0",
"eslint": "8.47.0",
"eslint-plugin-mocha": "10.1.0",
"karma": "6.4.1",
"karma-chai": "0.1.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/proxy-agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,17 +74,17 @@
},
"devDependencies": {
"@playwright/test": "1.36.2",
"@types/chai": "4.3.0",
"@types/chai": "4.3.5",
"@types/chai-as-promised": "7.1.5",
"@types/eslint": "8.37.0",
"@types/eslint": "8.44.2",
"@types/mocha": "10.0.1",
"@typescript-eslint/eslint-plugin": "5.59.0",
"@typescript-eslint/parser": "5.59.0",
"@typescript-eslint/eslint-plugin": "6.4.0",
"@typescript-eslint/parser": "6.4.0",
"c8": "8.0.1",
"chai": "4.3.7",
"chai-as-promised": "7.1.1",
"esbuild": "0.16.17",
"eslint": "8.39.0",
"eslint": "8.47.0",
"eslint-plugin-mocha": "10.1.0",
"karma": "6.4.1",
"karma-chai": "0.1.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/user-agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,17 +74,17 @@
},
"devDependencies": {
"@playwright/test": "1.36.2",
"@types/chai": "4.3.0",
"@types/chai": "4.3.5",
"@types/chai-as-promised": "7.1.5",
"@types/eslint": "8.37.0",
"@types/eslint": "8.44.2",
"@types/mocha": "10.0.1",
"@typescript-eslint/eslint-plugin": "5.59.0",
"@typescript-eslint/parser": "5.59.0",
"@typescript-eslint/eslint-plugin": "6.4.0",
"@typescript-eslint/parser": "6.4.0",
"c8": "8.0.1",
"chai": "4.3.7",
"chai-as-promised": "7.1.1",
"esbuild": "0.16.17",
"eslint": "8.39.0",
"eslint": "8.47.0",
"eslint-plugin-mocha": "10.1.0",
"karma": "6.4.1",
"karma-chai": "0.1.0",
Expand Down

0 comments on commit ff3dd0a

Please sign in to comment.