Skip to content

Commit f115256

Browse files
Consolidate major dependabot PRs (#52)
* chore(deps-dev): bump mocha from 8.3.2 to 9.0.0 Bumps [mocha](https://github.com/mochajs/mocha) from 8.3.2 to 9.0.0. - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md) - [Commits](mochajs/mocha@v8.3.2...v9.0.0) --- updated-dependencies: - dependency-name: mocha dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * chore(deps-dev): bump eslint from 6.8.0 to 7.28.0 Bumps [eslint](https://github.com/eslint/eslint) from 6.8.0 to 7.28.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](eslint/eslint@v6.8.0...v7.28.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * chore(deps-dev): bump eslint-plugin-jsdoc from 27.1.2 to 35.1.3 Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 27.1.2 to 35.1.3. - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Commits](gajus/eslint-plugin-jsdoc@v27.1.2...v35.1.3) --- updated-dependencies: - dependency-name: eslint-plugin-jsdoc dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * chore(deps-dev): bump @salesforce/cli-plugins-testkit Bumps [@salesforce/cli-plugins-testkit](https://github.com/salesforcecli/cli-plugins-testkit) from 0.0.8 to 1.1.5. - [Release notes](https://github.com/salesforcecli/cli-plugins-testkit/releases) - [Changelog](https://github.com/salesforcecli/cli-plugins-testkit/blob/main/CHANGELOG.md) - [Commits](salesforcecli/cli-plugins-testkit@v0.0.8...v1.1.5) Signed-off-by: dependabot[bot] <[email protected]> * chore(deps-dev): bump sinon from 9.2.4 to 11.1.1 Bumps [sinon](https://github.com/sinonjs/sinon) from 9.2.4 to 11.1.1. - [Release notes](https://github.com/sinonjs/sinon/releases) - [Changelog](https://github.com/sinonjs/sinon/blob/master/CHANGELOG.md) - [Commits](sinonjs/sinon@v9.2.4...v11.1.1) Signed-off-by: dependabot[bot] <[email protected]> * chore(deps-dev): bump lint-staged from 10.5.4 to 11.0.0 Bumps [lint-staged](https://github.com/okonet/lint-staged) from 10.5.4 to 11.0.0. - [Release notes](https://github.com/okonet/lint-staged/releases) - [Commits](lint-staged/lint-staged@v10.5.4...v11.0.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 581b05b commit f115256

File tree

2 files changed

+218
-375
lines changed

2 files changed

+218
-375
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"devDependencies": {
1313
"@oclif/dev-cli": "^1",
1414
"@oclif/plugin-command-snapshot": "^2.1.1",
15-
"@salesforce/cli-plugins-testkit": "^0.0.8",
15+
"@salesforce/cli-plugins-testkit": "^1.1.5",
1616
"@salesforce/dev-config": "^2.1.2",
1717
"@salesforce/dev-scripts": "^0.9.14",
1818
"@salesforce/plugin-command-reference": "^1.3.0",
@@ -22,23 +22,23 @@
2222
"@typescript-eslint/parser": "^4.2.0",
2323
"chai": "^4.2.0",
2424
"cz-conventional-changelog": "^3.3.0",
25-
"eslint": "^6.8.0",
25+
"eslint": "^7.28.0",
2626
"eslint-config-prettier": "^6.11.0",
2727
"eslint-config-salesforce": "^0.1.6",
2828
"eslint-config-salesforce-license": "^0.1.6",
2929
"eslint-config-salesforce-typescript": "^0.2.7",
3030
"eslint-plugin-header": "^3.0.0",
3131
"eslint-plugin-import": "^2.20.2",
32-
"eslint-plugin-jsdoc": "^27.0.3",
32+
"eslint-plugin-jsdoc": "^35.1.3",
3333
"eslint-plugin-prettier": "^3.1.3",
3434
"husky": "^4.3.8",
35-
"lint-staged": "^10.2.2",
35+
"lint-staged": "^11.0.0",
3636
"mocha": "^8.3.0",
3737
"nyc": "^15.1.0",
3838
"prettier": "^2.0.5",
3939
"pretty-quick": "^3.1.0",
4040
"shx": "0.3.3",
41-
"sinon": "10.0.0",
41+
"sinon": "11.1.1",
4242
"ts-node": "^10.0.0",
4343
"typescript": "^4.1.3"
4444
},

0 commit comments

Comments
 (0)