Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump @types/mocha from 5.2.7 to 10.0.0 #4471

Open
wants to merge 9 commits into
base: develop
Choose a base branch
from
Open
2 changes: 1 addition & 1 deletion packages/salesforcedx-apex-debugger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@types/async-lock": "0.0.20",
"@types/chai": "4.3.3",
"@types/jest": "28.1.7",
"@types/mocha": "^5",
"@types/mocha": "^10",
"@types/node": "12.0.12",
"@types/rimraf": "^3.0.2",
"@types/sinon": "^2.3.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/salesforcedx-apex-replay-debugger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"devDependencies": {
"@types/chai": "4.3.3",
"@types/jest": "28.1.8",
"@types/mocha": "^5",
"@types/mocha": "^10",
"@types/node": "12.0.12",
"@types/sinon": "^2.3.7",
"chai": "^4.0.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"devDependencies": {
"@types/chai": "4.3.3",
"@types/jest": "28.1.7",
"@types/mocha": "^5",
"@types/mocha": "^10",
"@types/node": "12.0.12",
"@types/rimraf": "^3.0.2",
"@types/shelljs": "0.7.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/salesforcedx-test-utils-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"devDependencies": {
"@types/chai": "4.3.3",
"@types/glob": "^7.2.0",
"@types/mocha": "^2.2.38",
"@types/mocha": "^10.0.0",
"@types/node": "12.0.12",
"@types/shelljs": "0.7.9",
"@types/sinon": "^2.3.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/salesforcedx-utils-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@types/cross-spawn": "6.0.0",
"@types/jest": "28.1.7",
"@types/mkdirp": "0.5.2",
"@types/mocha": "^5",
"@types/mocha": "^10",
"@types/node": "12.0.12",
"@types/proxyquire": "1.3.28",
"@types/shelljs": "0.7.9",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"vscode-uri": "1.0.1"
},
"devDependencies": {
"@types/mocha": "^5",
"@types/mocha": "^10",
"@types/node": "12.0.12",
"mocha": "^10",
"mocha-junit-reporter": "^1.23.3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"typings": "./out/src/htmlLanguageService",
"devDependencies": {
"@types/chai": "4.3.3",
"@types/mocha": "^2.2.38",
"@types/mocha": "^10.0.0",
"@types/node": "12.0.12",
"chai": "^4.0.2",
"mocha": "^10",
Expand Down
2 changes: 1 addition & 1 deletion packages/salesforcedx-vscode-apex-debugger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"devDependencies": {
"@salesforce/salesforcedx-test-utils-vscode": "57.2.1",
"@types/chai": "4.3.3",
"@types/mocha": "^5",
"@types/mocha": "^10",
"@types/node": "12.0.12",
"@types/sinon": "^2.3.7",
"@types/vscode": "^1.61.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@types/async-lock": "0.0.20",
"@types/chai": "4.3.3",
"@types/mkdirp": "0.5.2",
"@types/mocha": "^5",
"@types/mocha": "^10",
"@types/node": "12.0.12",
"@types/path-exists": "^1.0.29",
"@types/sinon": "^2.3.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/salesforcedx-vscode-apex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@salesforce/ts-sinon": "1.4.0",
"@types/chai": "4.3.3",
"@types/mkdirp": "0.5.2",
"@types/mocha": "^5",
"@types/mocha": "^10",
"@types/node": "12.0.12",
"@types/path-exists": "^1.0.29",
"@types/shelljs": "^0.7.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/salesforcedx-vscode-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@types/chai": "4.3.3",
"@types/glob": "^7.2.0",
"@types/mkdirp": "0.5.2",
"@types/mocha": "^5",
"@types/mocha": "^10",
"@types/node": "12.0.12",
"@types/proxyquire": "1.3.28",
"@types/sanitize-filename": "^1.1.28",
Expand Down
2 changes: 1 addition & 1 deletion packages/salesforcedx-vscode-lightning/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@salesforce/salesforcedx-test-utils-vscode": "57.2.1",
"@types/chai": "4.3.3",
"@types/mkdirp": "0.5.2",
"@types/mocha": "^5",
"@types/mocha": "^10",
"@types/node": "12.0.12",
"@types/open": "6.2.1",
"@types/sinon": "^7.5.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/salesforcedx-vscode-lwc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@salesforce/salesforcedx-test-utils-vscode": "57.2.1",
"@types/chai": "4.3.3",
"@types/mkdirp": "0.5.2",
"@types/mocha": "^5",
"@types/mocha": "^10",
"@types/node": "12.0.12",
"@types/sinon": "^7.5.2",
"@types/uuid": "^3.4.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/salesforcedx-vscode-soql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@types/debounce": "^1.2.0",
"@types/fs-extra": "^8.1.0",
"@types/mkdirp": "0.5.2",
"@types/mocha": "^5",
"@types/mocha": "^10",
"@types/node": "12.0.12",
"@types/papaparse": "^5.2.3",
"@types/sinon": "7.5.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/salesforcedx-vscode-visualforce/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"devDependencies": {
"@salesforce/salesforcedx-test-utils-vscode": "57.2.1",
"@types/chai": "4.3.3",
"@types/mocha": "^5",
"@types/mocha": "^10",
"@types/node": "12.0.12",
"@types/sinon": "^2.3.7",
"@types/vscode": "^1.61.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/system-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@salesforce/salesforcedx-utils-vscode": "57.2.1",
"@types/chai": "4.3.3",
"@types/mkdirp": "0.5.2",
"@types/mocha": "^5",
"@types/mocha": "^10",
"@types/node": "12.0.12",
"@types/rimraf": "3.0.2",
"@types/shelljs": "^0.7.4",
Expand Down