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

fix: change deprecation messages to avoid undefined command id #779

Merged
merged 2 commits into from
Mar 23, 2023

Conversation

WillieRuemmele
Copy link
Contributor

What does this PR do?

fixes
Warning: The '<%= command.id %>' command will be deprecated. Try using the project deploy start command instead.

to

Warning: This command will be deprecated. Try using the 'project deploy start' command instead.

What issues does this PR fix or reference?

[skip-validate-pr]

@WillieRuemmele WillieRuemmele merged commit e8e0aca into prerelease/wr-sfify Mar 23, 2023
@WillieRuemmele WillieRuemmele deleted the wr/fixDeprecationMessage branch March 23, 2023 15:13
WillieRuemmele added a commit that referenced this pull request Mar 29, 2023
* Wr/sf command (#775)

* feat: remove force:source:open command, now in plugin-org

* chore: move mdapi:describemetadata and mdapi:listmetadata to plugin-org

* feat: move commands to SfCommand, first pass through src

* chore: only table errors preventing building

* chore: src/ building

* chore: revert commits to create a clean src PR

* docs: convert json to md

* chore: bump testkit

* chore: restore test GHA

* test: working through UTs

* test: working through UTs

* test: all UTs passing when run individually

* test: attempt to remove sandbox - before

* test: move TestContext setup into describes

* chore: renable UTs in GHA

* test: remove sinon.createSandbox calls

* test: use 3762.stubConfig instead of push -o

* test: convert 1 ut to new style

* feat: deprecate and remove migrated commands

* refactor: devScripts update (#747)

* chore: updates from devScripts

* test: cheaper ci

* fix(deps): bump all the deps

* chore: lockfile dedupe

---------

Co-authored-by: mshanemc <[email protected]>

* fix(deps): bump jsforce from 2.0.0-beta.19 to 2.0.0-beta.20 (#745)

Bumps [jsforce](https://github.com/jsforce/jsforce) from 2.0.0-beta.19 to 2.0.0-beta.20.
- [Release notes](https://github.com/jsforce/jsforce/releases)
- [Changelog](https://github.com/jsforce/jsforce/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jsforce/jsforce/commits)

---
updated-dependencies:
- dependency-name: jsforce
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(release): 2.5.5 [skip ci]

* chore(dev-deps): bump @typescript-eslint/parser from 5.49.0 to 5.54.0 (#753)

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.49.0 to 5.54.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.54.0/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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(dev-deps): bump prettier from 2.8.3 to 2.8.4 (#752)

Bumps [prettier](https://github.com/prettier/prettier) from 2.8.3 to 2.8.4.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@2.8.3...2.8.4)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(dev-deps): bump @oclif/plugin-help from 5.2.2 to 5.2.6 (#751)

Bumps [@oclif/plugin-help](https://github.com/oclif/plugin-help) from 5.2.2 to 5.2.6.
- [Release notes](https://github.com/oclif/plugin-help/releases)
- [Changelog](https://github.com/oclif/plugin-help/blob/main/CHANGELOG.md)
- [Commits](oclif/plugin-help@5.2.2...5.2.6)

---
updated-dependencies:
- dependency-name: "@oclif/plugin-help"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* test: update tracking nuts for e-bikes changes

* test: update tracking nuts for e-bikes changes

* chore(dev-deps): bump @salesforce/plugin-templates from 55.1.0 to 55.4.4 (#750)

Bumps [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates) from 55.1.0 to 55.4.4.
- [Release notes](https://github.com/salesforcecli/plugin-templates/releases)
- [Changelog](https://github.com/salesforcecli/plugin-templates/blob/main/CHANGELOG.md)
- [Commits](https://github.com/salesforcecli/plugin-templates/commits/55.4.4)

---
updated-dependencies:
- dependency-name: "@salesforce/plugin-templates"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore: delete everything that's been moved to PDR

* chore: deprecate commands, remove ones moved to PDR

* feat: get types from sdr registry

* feat: get types from sdr registry

* test: only assert require properties

* chore(release): 2.6.0 [skip ci]

* chore(dev-deps): bump @salesforce/cli-plugins-testkit (#761)

Bumps [@salesforce/cli-plugins-testkit](https://github.com/salesforcecli/cli-plugins-testkit) from 3.2.23 to 3.2.24.
- [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@3.2.23...3.2.24)

---
updated-dependencies:
- dependency-name: "@salesforce/cli-plugins-testkit"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump @sideway/formula in /test/nuts/nestedLWCProject (#763)

Bumps [@sideway/formula](https://github.com/sideway/formula) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/sideway/formula/releases)
- [Commits](hapijs/formula@v3.0.0...v3.0.1)

---
updated-dependencies:
- dependency-name: "@sideway/formula"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(dev-deps): bump @salesforce/plugin-info from 2.4.2 to 2.5.1 (#760)

Bumps [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info) from 2.4.2 to 2.5.1.
- [Release notes](https://github.com/salesforcecli/plugin-info/releases)
- [Changelog](https://github.com/salesforcecli/plugin-info/blob/main/CHANGELOG.md)
- [Commits](salesforcecli/plugin-info@2.4.2...2.5.1)

---
updated-dependencies:
- dependency-name: "@salesforce/plugin-info"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix(deps): bump @salesforce/source-deploy-retrieve from 7.11.0 to 7.11.3 (#759)

Bumps [@salesforce/source-deploy-retrieve](https://github.com/forcedotcom/source-deploy-retrieve) from 7.11.0 to 7.11.3.
- [Release notes](https://github.com/forcedotcom/source-deploy-retrieve/releases)
- [Changelog](https://github.com/forcedotcom/source-deploy-retrieve/blob/main/CHANGELOG.md)
- [Commits](forcedotcom/source-deploy-retrieve@7.11.0...7.11.3)

---
updated-dependencies:
- dependency-name: "@salesforce/source-deploy-retrieve"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(release): 2.6.1 [skip ci]

* fix(deps): bump @salesforce/source-tracking from 2.2.22 to 2.2.24 (#764)

Bumps [@salesforce/source-tracking](https://github.com/forcedotcom/source-tracking) from 2.2.22 to 2.2.24.
- [Release notes](https://github.com/forcedotcom/source-tracking/releases)
- [Changelog](https://github.com/forcedotcom/source-tracking/blob/main/CHANGELOG.md)
- [Commits](forcedotcom/source-tracking@2.2.22...2.2.24)

---
updated-dependencies:
- dependency-name: "@salesforce/source-tracking"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(release): 2.6.2 [skip ci]

* feat: verbose deploys without progress bar update with each poll (#757)

* chore(release): 2.7.0 [skip ci]

* feat: remove force:source:open command, now in plugin-org

* feat: remove force:source:open command, now in plugin-org

* chore: move mdapi:describemetadata and mdapi:listmetadata to plugin-org

---------

Co-authored-by: mshanemc <[email protected]>

* chore(release): 2.8.0 [skip ci]

* test: align tests with pjson

* test: there are no delete nuts

* test: specify cli for manifest generation

* test: unskip a test

* test: use sfdx for convert

* test: mock project because cwd

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: svc-cli-bot <[email protected]>
Co-authored-by: mshanemc <[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: Steve Hetzel <[email protected]>

* refactor: move deprecation warnings to messages

* feat: remove beta aliases

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: mshanemc <[email protected]>
Co-authored-by: svc-cli-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: Steve Hetzel <[email protected]>

* Wr/remove plugin config (#772)

* chore: remove plugin-config dep

* chore: fix NUT

* chore: replace config with settings

* chore: set pjson version to -beta

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: mshanemc <[email protected]>
Co-authored-by: svc-cli-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: Steve Hetzel <[email protected]>

* chore: empty

* fix: publish empty

* chore(release): 2.8.0-beta.1 [skip ci]

* fix: change deprecation messages to avoid undefined command id (#779)

* fix: change deprecation messages to avoid undefined command id

* chore: deprecate source:push

* chore(release): 2.8.0-beta.2 [skip ci]

* fix: regen yarn.lock, cherry-pick Juliet's messages (#780)

* chore(release): 2.8.0-beta.3 [skip ci]

* fix: remove force:source:ignored:list command, in PDR

* fix: remove force:source:ignored:list command, in PDR

* fix: delete schema

* test: remove ignored:list NUT call

* chore(release): 2.8.0-beta.4 [skip ci]

* test: add e2e tests (NUTs) for deb and de md types

* feat: add e2e tests (NUTs) for deb and de md types

deb - DigitalExperienceBundle
de - DigitalExperience

* chore: fix network meta xmls

* chore: add site page delete tests

* chore: fix incorrect manifest file name

* chore: remove unnecessary assertion

* chore: add french variant to de_view_home

* chore: add helper function to assert de count of single deb

* chore: rename constants and helper function

* test: run deb nut tests

* test: skip tests until manifest create migrates

* test: deb nut only on linux

---------

Co-authored-by: Santhosh Emmadoju <[email protected]>

* fix: change "deprecate soon" to "in the future" (#788)

* chore(release): 2.8.0-beta.5 [skip ci]

* chore: lockfile build

* chore: snapshot

* chore: swc back to good version

* chore: rerun GHAs

* test: fullnames are forward-slash

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: mshanemc <[email protected]>
Co-authored-by: svc-cli-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: Steve Hetzel <[email protected]>
Co-authored-by: Santhosh Emmadoju <[email protected]>
Co-authored-by: Juliet Shackell <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant