-
Notifications
You must be signed in to change notification settings - Fork 78
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
Update sourceApiVersion of sfdx-project.json to 53.0 #1278
Comments
Thank you for filing this issue. We appreciate your feedback and will review the issue as soon as possible. Remember, however, that GitHub isn't a mechanism for receiving support under any agreement or SLA. If you require immediate assistance, contact Salesforce Customer Support. |
Hi, I can confirm I was able to reproduce this bug, we'll investigate why the generator is picking the wrong version, I've however tried a workaround: setting env var: |
This issue has been linked to a new work item: W-10169144 |
The fix for this issue is now in SFDX CLI v7.134.0 published today. |
Summary
Update sourceApiVersion of sfdx-project.json to 53.0
The current generated version is 52.0.
Steps To Reproduce:
Repository to reproduce: N/A
NOTE: If your issue is not reproducable by dreamhouse-lwc, i.e. requires specific metadata or files, we require a link to a simple Salesforce project repository with a script to setup a scratch org that reproduces your problem.
Expected result
Actual result
System Information
Windows 10 Version 1909 (OS Build 18363.1854)
sfdx version --verbose --json
{
"cliVersion": "sfdx-cli/7.125.0",
"architecture": "win32-x64",
"nodeVersion": "node-v14.18.1",
"pluginVersions": [
"@dx-cli-toolbox/sfdx-toolbox-package-utils 0.7.1",
"@oclif/plugin-autocomplete 0.3.0 (core)",
"@oclif/plugin-commands 1.3.0 (core)",
"@oclif/plugin-help 3.2.3 (core)",
"@oclif/plugin-not-found 1.2.4 (core)",
"@oclif/plugin-plugins 1.10.1 (core)",
"@oclif/plugin-update 1.5.0 (core)",
"@oclif/plugin-warn-if-update-available 1.7.0 (core)",
"@oclif/plugin-which 1.0.3 (core)",
"@provartesting/provardx 0.3.1",
"@salesforce/sfdx-plugin-lwc-test 0.1.7 (core)",
"alias 1.1.22 (core)",
"apex 0.3.0 (core)",
"auth 1.7.5 (core)",
"config 1.2.41 (core)",
"custom-metadata 1.0.12 (core)",
"data 0.6.4 (core)",
"generator 1.2.1 (core)",
"limits 1.2.2 (core)",
"org 1.9.0 (core)",
"salesforce-alm 53.1.2 (core)",
"schema 1.0.10 (core)",
"sfdmu 4.9.5",
"sfdx-cli 7.125.0 (core)",
"sfpowerkit 3.3.2",
"shane-sfdx-plugins 4.43.0",
"├─ @mshanemc/sfdx-sosl 1.1.0",
"└─ @mshanemc/plugin-streaming 1.1.7",
"source 1.3.1 (core)",
"telemetry 1.2.8 (core)",
"templates 52.4.0 (core)",
"texei-sfdx-plugin 1.11.1",
"trust 1.0.11 (core)",
"user 1.5.2 (core)"
],
"osVersion": "Windows_NT 10.0.18363"
}
Additional information
Feel free to attach a screenshot.
The text was updated successfully, but these errors were encountered: