Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
21.5.0
21.6.2
672 changes: 336 additions & 336 deletions .yarn/releases/yarn-4.0.2.cjs → .yarn/releases/yarn-4.1.0.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ plugins:
path: .yarn/plugins/@yarnpkg/plugin-engines.cjs
spec: "https://raw.githubusercontent.com/devoto13/yarn-plugin-engines/main/bundles/%40yarnpkg/plugin-engines.js"

yarnPath: .yarn/releases/yarn-4.0.2.cjs
yarnPath: .yarn/releases/yarn-4.1.0.cjs
6 changes: 3 additions & 3 deletions examples/jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"devDependencies": {
"@assertive-ts/core": "workspace:^",
"@examples/symbol-plugin": "workspace:^",
"@types/jest": "^29.5.11",
"@types/node": "^20.10.6",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.19",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/mocha/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"@assertive-ts/core": "workspace:^",
"@examples/symbol-plugin": "workspace:^",
"@types/mocha": "^10.0.6",
"@types/node": "^20.10.6",
"mocha": "^10.2.0",
"@types/node": "^20.11.19",
"mocha": "^10.3.0",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
}
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"engines": {
"node": ">=18"
},
"packageManager": "yarn@4.0.2",
"packageManager": "yarn@4.1.0",
"workspaces": [
"packages/*",
"examples/*"
Expand All @@ -23,15 +23,15 @@
"test": "turbo run test"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"eslint": "^8.56.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-etc": "^2.0.3",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsdoc": "^48.0.2",
"eslint-plugin-sonarjs": "^0.23.0",
"turbo": "^1.11.2",
"eslint-plugin-jsdoc": "^48.1.0",
"eslint-plugin-sonarjs": "^0.24.0",
"turbo": "^1.12.4",
"typescript": "^5.3.3"
}
}
11 changes: 5 additions & 6 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"engines": {
"node": ">=16"
},
"packageManager": "yarn@3.6.1",
"scripts": {
"build": "tsc -p tsconfig.prod.json",
"check": "yarn compile && yarn test --forbid-only",
Expand All @@ -37,15 +36,15 @@
},
"devDependencies": {
"@types/mocha": "^10.0.6",
"@types/node": "^20.10.6",
"@types/sinon": "^17.0.2",
"@types/node": "^20.11.19",
"@types/sinon": "^17.0.3",
"all-contributors-cli": "^6.26.1",
"mocha": "^10.2.0",
"semantic-release": "^22.0.12",
"mocha": "^10.3.0",
"semantic-release": "^23.0.2",
"semantic-release-yarn": "^3.0.2",
"sinon": "^17.0.1",
"ts-node": "^10.9.2",
"typedoc": "^0.25.6",
"typedoc": "^0.25.8",
"typedoc-plugin-markdown": "^3.17.1",
"typedoc-plugin-merge-modules": "^5.1.0",
"typescript": "^5.3.3"
Expand Down
11 changes: 5 additions & 6 deletions packages/sinon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"engines": {
"node": ">=16"
},
"packageManager": "yarn@3.6.1",
"scripts": {
"build": "tsc -p tsconfig.prod.json",
"check": "yarn compile && yarn test --forbid-only",
Expand All @@ -40,14 +39,14 @@
"devDependencies": {
"@assertive-ts/core": "workspace:^",
"@types/mocha": "^10.0.6",
"@types/node": "^20.10.6",
"@types/sinon": "^17.0.2",
"mocha": "^10.2.0",
"semantic-release": "^22.0.12",
"@types/node": "^20.11.19",
"@types/sinon": "^17.0.3",
"mocha": "^10.3.0",
"semantic-release": "^23.0.2",
"semantic-release-yarn": "^3.0.2",
"sinon": "^17.0.1",
"ts-node": "^10.9.2",
"typedoc": "^0.25.7",
"typedoc": "^0.25.8",
"typedoc-plugin-markdown": "^3.17.1",
"typedoc-plugin-merge-modules": "^5.1.0",
"typescript": "^5.3.3"
Expand Down
Loading