Skip to content

Commit ca21215

Browse files
Consolidate minor dependabot PRs (#51)
* chore(deps-dev): bump @salesforce/ts-sinon from 1.3.5 to 1.3.18 Bumps [@salesforce/ts-sinon](https://github.com/forcedotcom/sfdx-dev-packages) from 1.3.5 to 1.3.18. - [Release notes](https://github.com/forcedotcom/sfdx-dev-packages/releases) - [Commits](https://github.com/forcedotcom/sfdx-dev-packages/compare/@salesforce/[email protected]...@salesforce/[email protected]) --- updated-dependencies: - dependency-name: "@salesforce/ts-sinon" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * chore(deps-dev): bump @typescript-eslint/eslint-plugin Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.22.0 to 4.26.1. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.26.1/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * chore(deps-dev): bump prettier from 2.2.1 to 2.3.1 Bumps [prettier](https://github.com/prettier/prettier) from 2.2.1 to 2.3.1. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@2.2.1...2.3.1) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * chore(deps-dev): bump @salesforce/plugin-command-reference Bumps [@salesforce/plugin-command-reference](https://github.com/forcedotcom/plugin-command-reference) from 1.3.0 to 1.3.4. - [Release notes](https://github.com/forcedotcom/plugin-command-reference/releases) - [Commits](https://github.com/forcedotcom/plugin-command-reference/commits) --- updated-dependencies: - dependency-name: "@salesforce/plugin-command-reference" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * chore(deps-dev): bump @typescript-eslint/parser from 4.22.0 to 4.26.1 Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.22.0 to 4.26.1. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.26.1/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * chore(deps): bump @oclif/core from 0.5.0 to 0.5.10 Bumps [@oclif/core](https://github.com/oclif/core) from 0.5.0 to 0.5.10. - [Release notes](https://github.com/oclif/core/releases) - [Changelog](https://github.com/oclif/core/blob/master/CHANGELOG.md) - [Commits](oclif/core@v0.5.0...v0.5.10) Signed-off-by: dependabot[bot] <[email protected]> * chore(deps): bump @salesforce/core from 2.20.10 to 2.23.1 Bumps [@salesforce/core](https://github.com/forcedotcom/sfdx-core) from 2.20.10 to 2.23.1. - [Release notes](https://github.com/forcedotcom/sfdx-core/releases) - [Changelog](https://github.com/forcedotcom/sfdx-core/blob/main/CHANGELOG.md) - [Commits](forcedotcom/sfdx-core@v2.20.10...v2.23.1) Signed-off-by: dependabot[bot] <[email protected]> * chore(deps-dev): bump eslint-plugin-prettier from 3.3.1 to 3.4.0 Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) from 3.3.1 to 3.4.0. - [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases) - [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md) - [Commits](https://github.com/prettier/eslint-plugin-prettier/commits) Signed-off-by: dependabot[bot] <[email protected]> * Bump shx from 0.2.2 to 0.3.3 Bumps [shx](https://github.com/shelljs/shx) from 0.2.2 to 0.3.3. - [Release notes](https://github.com/shelljs/shx/releases) - [Changelog](https://github.com/shelljs/shx/blob/master/CHANGELOG.md) - [Commits](shelljs/shx@v0.2.2...v0.3.3) Signed-off-by: dependabot[bot] <[email protected]> * Bump tslib from 2.1.0 to 2.2.0 Bumps [tslib](https://github.com/Microsoft/tslib) from 2.1.0 to 2.2.0. - [Release notes](https://github.com/Microsoft/tslib/releases) - [Commits](microsoft/tslib@2.1.0...2.2.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fb95dad commit ca21215

File tree

2 files changed

+146
-191
lines changed

2 files changed

+146
-191
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {
88
"@oclif/core": "^0.5.0",
9-
"@salesforce/core": "^2.20.10",
9+
"@salesforce/core": "^2.23.1",
1010
"tslib": "^2"
1111
},
1212
"devDependencies": {
@@ -17,7 +17,7 @@
1717
"@salesforce/dev-scripts": "^0.9.14",
1818
"@salesforce/plugin-command-reference": "^1.3.0",
1919
"@salesforce/prettier-config": "^0.0.2",
20-
"@salesforce/ts-sinon": "1.3.5",
20+
"@salesforce/ts-sinon": "1.3.18",
2121
"@typescript-eslint/eslint-plugin": "^4.2.0",
2222
"@typescript-eslint/parser": "^4.2.0",
2323
"chai": "^4.2.0",
@@ -37,7 +37,7 @@
3737
"nyc": "^15.1.0",
3838
"prettier": "^2.0.5",
3939
"pretty-quick": "^3.1.0",
40-
"shx": "0.2.2",
40+
"shx": "0.3.3",
4141
"sinon": "10.0.0",
4242
"ts-node": "^10.0.0",
4343
"typescript": "^4.1.3"

0 commit comments

Comments
 (0)