Skip to content

Commit 1a722ab

Browse files
authored
feat(deps): Updated dependencies 2024.02.19 (#121)
1 parent 4181a57 commit 1a722ab

File tree

9 files changed

+1961
-1943
lines changed

9 files changed

+1961
-1943
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
21.5.0
1+
21.6.2

.yarn/releases/yarn-4.0.2.cjs renamed to .yarn/releases/yarn-4.1.0.cjs

Lines changed: 336 additions & 336 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ plugins:
99
path: .yarn/plugins/@yarnpkg/plugin-engines.cjs
1010
spec: "https://raw.githubusercontent.com/devoto13/yarn-plugin-engines/main/bundles/%40yarnpkg/plugin-engines.js"
1111

12-
yarnPath: .yarn/releases/yarn-4.0.2.cjs
12+
yarnPath: .yarn/releases/yarn-4.1.0.cjs

examples/jest/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
"devDependencies": {
99
"@assertive-ts/core": "workspace:^",
1010
"@examples/symbol-plugin": "workspace:^",
11-
"@types/jest": "^29.5.11",
12-
"@types/node": "^20.10.6",
11+
"@types/jest": "^29.5.12",
12+
"@types/node": "^20.11.19",
1313
"jest": "^29.7.0",
14-
"ts-jest": "^29.1.1",
14+
"ts-jest": "^29.1.2",
1515
"ts-node": "^10.9.2",
1616
"typescript": "^5.3.3"
1717
}

examples/mocha/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"@assertive-ts/core": "workspace:^",
1010
"@examples/symbol-plugin": "workspace:^",
1111
"@types/mocha": "^10.0.6",
12-
"@types/node": "^20.10.6",
13-
"mocha": "^10.2.0",
12+
"@types/node": "^20.11.19",
13+
"mocha": "^10.3.0",
1414
"ts-node": "^10.9.2",
1515
"typescript": "^5.3.3"
1616
}

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"engines": {
99
"node": ">=18"
1010
},
11-
"packageManager": "yarn@4.0.2",
11+
"packageManager": "yarn@4.1.0",
1212
"workspaces": [
1313
"packages/*",
1414
"examples/*"
@@ -23,15 +23,15 @@
2323
"test": "turbo run test"
2424
},
2525
"devDependencies": {
26-
"@typescript-eslint/eslint-plugin": "^6.17.0",
27-
"@typescript-eslint/parser": "^6.17.0",
26+
"@typescript-eslint/eslint-plugin": "^7.0.1",
27+
"@typescript-eslint/parser": "^7.0.1",
2828
"eslint": "^8.56.0",
2929
"eslint-import-resolver-typescript": "^3.6.1",
3030
"eslint-plugin-etc": "^2.0.3",
3131
"eslint-plugin-import": "^2.29.1",
32-
"eslint-plugin-jsdoc": "^48.0.2",
33-
"eslint-plugin-sonarjs": "^0.23.0",
34-
"turbo": "^1.11.2",
32+
"eslint-plugin-jsdoc": "^48.1.0",
33+
"eslint-plugin-sonarjs": "^0.24.0",
34+
"turbo": "^1.12.4",
3535
"typescript": "^5.3.3"
3636
}
3737
}

packages/core/package.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
"engines": {
2323
"node": ">=16"
2424
},
25-
"packageManager": "yarn@3.6.1",
2625
"scripts": {
2726
"build": "tsc -p tsconfig.prod.json",
2827
"check": "yarn compile && yarn test --forbid-only",
@@ -37,15 +36,15 @@
3736
},
3837
"devDependencies": {
3938
"@types/mocha": "^10.0.6",
40-
"@types/node": "^20.10.6",
41-
"@types/sinon": "^17.0.2",
39+
"@types/node": "^20.11.19",
40+
"@types/sinon": "^17.0.3",
4241
"all-contributors-cli": "^6.26.1",
43-
"mocha": "^10.2.0",
44-
"semantic-release": "^22.0.12",
42+
"mocha": "^10.3.0",
43+
"semantic-release": "^23.0.2",
4544
"semantic-release-yarn": "^3.0.2",
4645
"sinon": "^17.0.1",
4746
"ts-node": "^10.9.2",
48-
"typedoc": "^0.25.6",
47+
"typedoc": "^0.25.8",
4948
"typedoc-plugin-markdown": "^3.17.1",
5049
"typedoc-plugin-merge-modules": "^5.1.0",
5150
"typescript": "^5.3.3"

packages/sinon/package.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
"engines": {
2626
"node": ">=16"
2727
},
28-
"packageManager": "yarn@3.6.1",
2928
"scripts": {
3029
"build": "tsc -p tsconfig.prod.json",
3130
"check": "yarn compile && yarn test --forbid-only",
@@ -40,14 +39,14 @@
4039
"devDependencies": {
4140
"@assertive-ts/core": "workspace:^",
4241
"@types/mocha": "^10.0.6",
43-
"@types/node": "^20.10.6",
44-
"@types/sinon": "^17.0.2",
45-
"mocha": "^10.2.0",
46-
"semantic-release": "^22.0.12",
42+
"@types/node": "^20.11.19",
43+
"@types/sinon": "^17.0.3",
44+
"mocha": "^10.3.0",
45+
"semantic-release": "^23.0.2",
4746
"semantic-release-yarn": "^3.0.2",
4847
"sinon": "^17.0.1",
4948
"ts-node": "^10.9.2",
50-
"typedoc": "^0.25.7",
49+
"typedoc": "^0.25.8",
5150
"typedoc-plugin-markdown": "^3.17.1",
5251
"typedoc-plugin-merge-modules": "^5.1.0",
5352
"typescript": "^5.3.3"

0 commit comments

Comments
 (0)