Skip to content

Commit

Permalink
Consolidate major dependabot PRs (#52)
Browse files Browse the repository at this point in the history
* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

* 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] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
mdonnalley and dependabot[bot] authored Jun 8, 2021
1 parent 581b05b commit f115256
Show file tree
Hide file tree
Showing 2 changed files with 218 additions and 375 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"devDependencies": {
"@oclif/dev-cli": "^1",
"@oclif/plugin-command-snapshot": "^2.1.1",
"@salesforce/cli-plugins-testkit": "^0.0.8",
"@salesforce/cli-plugins-testkit": "^1.1.5",
"@salesforce/dev-config": "^2.1.2",
"@salesforce/dev-scripts": "^0.9.14",
"@salesforce/plugin-command-reference": "^1.3.0",
Expand All @@ -22,23 +22,23 @@
"@typescript-eslint/parser": "^4.2.0",
"chai": "^4.2.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^6.8.0",
"eslint": "^7.28.0",
"eslint-config-prettier": "^6.11.0",
"eslint-config-salesforce": "^0.1.6",
"eslint-config-salesforce-license": "^0.1.6",
"eslint-config-salesforce-typescript": "^0.2.7",
"eslint-plugin-header": "^3.0.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsdoc": "^27.0.3",
"eslint-plugin-jsdoc": "^35.1.3",
"eslint-plugin-prettier": "^3.1.3",
"husky": "^4.3.8",
"lint-staged": "^10.2.2",
"lint-staged": "^11.0.0",
"mocha": "^8.3.0",
"nyc": "^15.1.0",
"prettier": "^2.0.5",
"pretty-quick": "^3.1.0",
"shx": "0.3.3",
"sinon": "10.0.0",
"sinon": "11.1.1",
"ts-node": "^10.0.0",
"typescript": "^4.1.3"
},
Expand Down
Loading

0 comments on commit f115256

Please sign in to comment.