Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore(dev-deps): bump @salesforce/ts-sinon from 1.4.1 to 1.4.2 Bumps [@salesforce/ts-sinon](https://github.com/forcedotcom/ts-sinon) from 1.4.1 to 1.4.2. - [Release notes](https://github.com/forcedotcom/ts-sinon/releases) - [Changelog](https://github.com/forcedotcom/ts-sinon/blob/main/CHANGELOG.md) - [Commits](forcedotcom/ts-sinon@1.4.1...1.4.2) --- updated-dependencies: - dependency-name: "@salesforce/ts-sinon" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * fix(deps): bump @salesforce/command from 5.2.20 to 5.2.25 Bumps [@salesforce/command](https://github.com/salesforcecli/command) from 5.2.20 to 5.2.25. - [Release notes](https://github.com/salesforcecli/command/releases) - [Changelog](https://github.com/salesforcecli/command/blob/main/CHANGELOG.md) - [Commits](salesforcecli/command@5.2.20...5.2.25) --- updated-dependencies: - dependency-name: "@salesforce/command" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * chore(release): 2.1.12 [skip ci] * chore(dev-deps): bump @oclif/plugin-command-snapshot Bumps [@oclif/plugin-command-snapshot](https://github.com/oclif/plugin-command-snapshot) from 3.1.3 to 3.2.10. - [Release notes](https://github.com/oclif/plugin-command-snapshot/releases) - [Changelog](https://github.com/oclif/plugin-command-snapshot/blob/main/CHANGELOG.md) - [Commits](oclif/plugin-command-snapshot@v3.1.3...3.2.10) --- updated-dependencies: - dependency-name: "@oclif/plugin-command-snapshot" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * chore: parking orbit cleanup (#413) * chore(dev-deps): bump @salesforce/plugin-command-reference Bumps [@salesforce/plugin-command-reference](https://github.com/forcedotcom/plugin-command-reference) from 1.5.0 to 1.5.2. - [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]> * fix(deps): bump @salesforce/command from 5.2.25 to 5.2.27 Bumps [@salesforce/command](https://github.com/salesforcecli/command) from 5.2.25 to 5.2.27. - [Release notes](https://github.com/salesforcecli/command/releases) - [Changelog](https://github.com/salesforcecli/command/blob/main/CHANGELOG.md) - [Commits](salesforcecli/command@5.2.25...5.2.27) --- updated-dependencies: - dependency-name: "@salesforce/command" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * chore(release): 2.1.13 [skip ci] * chore(dev-deps): bump typescript from 4.8.4 to 4.9.3 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.8.4 to 4.9.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v4.8.4...v4.9.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * chore(dev-deps): bump prettier from 2.7.1 to 2.8.0 Bumps [prettier](https://github.com/prettier/prettier) from 2.7.1 to 2.8.0. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@2.7.1...2.8.0) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * chore(dev-deps): bump @salesforce/plugin-command-reference Bumps [@salesforce/plugin-command-reference](https://github.com/forcedotcom/plugin-command-reference) from 1.5.2 to 1.5.3. - [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]> * fix(deps): bump @salesforce/command from 5.2.27 to 5.2.28 Bumps [@salesforce/command](https://github.com/salesforcecli/command) from 5.2.27 to 5.2.28. - [Release notes](https://github.com/salesforcecli/command/releases) - [Changelog](https://github.com/salesforcecli/command/blob/main/CHANGELOG.md) - [Commits](salesforcecli/command@5.2.27...5.2.28) --- updated-dependencies: - dependency-name: "@salesforce/command" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * chore(release): 2.1.14 [skip ci] * chore: add some unit tests for dataCommand class (#428) * chore: add some unit tests for dataCommand class * chore: whoops, remove .only * fix: edit messages for "data query" * fix: allow single quotes in key=value pairs (#427) * fix: allow single quotes in key=value pairs This lets you use force:data:record:create and force:data:record:update with values that have single quotes * fix: check if key=value pairs have a quoted string vs just a quote in the value * chore: change regex exec() to test() Co-authored-by: peternhale <[email protected]> Co-authored-by: peternhale <[email protected]> * chore(release): 2.1.15 [skip ci] * fix: edit "data record" messages * fix: edit messages for "data import/export tree" commands and other error files. * fix: edit messages for "data bulk upsert" * fix(deps): bump @salesforce/core from 3.32.6 to 3.32.9 Bumps [@salesforce/core](https://github.com/forcedotcom/sfdx-core) from 3.32.6 to 3.32.9. - [Release notes](https://github.com/forcedotcom/sfdx-core/releases) - [Changelog](https://github.com/forcedotcom/sfdx-core/blob/main/CHANGELOG.md) - [Commits](forcedotcom/sfdx-core@3.32.6...3.32.9) --- updated-dependencies: - dependency-name: "@salesforce/core" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * chore(release): 2.1.16 [skip ci] * fix(deps): bump @salesforce/command from 5.2.28 to 5.2.30 Bumps [@salesforce/command](https://github.com/salesforcecli/command) from 5.2.28 to 5.2.30. - [Release notes](https://github.com/salesforcecli/command/releases) - [Changelog](https://github.com/salesforcecli/command/blob/main/CHANGELOG.md) - [Commits](salesforcecli/command@5.2.28...5.2.30) --- updated-dependencies: - dependency-name: "@salesforce/command" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * chore(dev-deps): bump oclif from 3.2.28 to 3.4.2 Bumps [oclif](https://github.com/oclif/oclif) from 3.2.28 to 3.4.2. - [Release notes](https://github.com/oclif/oclif/releases) - [Changelog](https://github.com/oclif/oclif/blob/main/CHANGELOG.md) - [Commits](oclif/oclif@3.2.28...3.4.2) --- updated-dependencies: - dependency-name: oclif dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * chore(dev-deps): bump @swc/core from 1.3.16 to 1.3.22 Bumps [@swc/core](https://github.com/swc-project/swc) from 1.3.16 to 1.3.22. - [Release notes](https://github.com/swc-project/swc/releases) - [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md) - [Commits](swc-project/swc@v1.3.16...v1.3.22) --- updated-dependencies: - dependency-name: "@swc/core" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * chore(release): 2.1.17 [skip ci] * fix: edit messages for "data bulk upsert" * fix: edit "data bulk" messages * fix: edit "data query resume" messages * fix: fix tests that hard-code error messages * chore(dev-deps): bump @swc/core from 1.3.22 to 1.3.23 Bumps [@swc/core](https://github.com/swc-project/swc) from 1.3.22 to 1.3.23. - [Release notes](https://github.com/swc-project/swc/releases) - [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md) - [Commits](swc-project/swc@v1.3.22...v1.3.23) --- updated-dependencies: - dependency-name: "@swc/core" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * chore: cleanup from messages audit * test: avoid hardcoding messages in tests * chore: remove unused flag * fix: edit based on Shane's feedback * fix: input Shane's feedback * fix: update --sobject flag description to say "api name..." * chore: deprecate cmd aliases * chore: dependency bumps and strict null checks * refactor: test null exceptions * chore: bump linter * test: nuts don't hardcode command name * chore: bump csv-stringify * chore: lockfile and snapshot * chore: bump testkit * test: nut with more generic command message * refactor: make flags readonly * chore: bump linter * test: fix regex output validation Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: svc-cli-bot <[email protected]> Co-authored-by: svc-cli-bot <[email protected]> Co-authored-by: Willhoit <[email protected]> Co-authored-by: Rodrigo Espinosa de los Monteros <[email protected]> Co-authored-by: peternhale <[email protected]> Co-authored-by: mshanemc <[email protected]>
- Loading branch information