Skip to content

@W-2256867@ chore: bump @salesforce/templates to ^66.9.0#949

Merged
iowillhoit merged 1 commit into
salesforcecli:mainfrom
k-j-kim:kj-kim/bump-templates-to-66.9.0
May 29, 2026
Merged

@W-2256867@ chore: bump @salesforce/templates to ^66.9.0#949
iowillhoit merged 1 commit into
salesforcecli:mainfrom
k-j-kim:kj-kim/bump-templates-to-66.9.0

Conversation

@k-j-kim
Copy link
Copy Markdown
Collaborator

@k-j-kim k-j-kim commented May 29, 2026

@W-2256867@

Bumps @salesforce/templates from ^66.7.13 to ^66.9.0.

Why

@salesforce/templates@66.9.0 picks up the new @salesforce/ui-bundle-template-*@9.x content, which adds:

  • force-app/main/default/applications/<name>.app-meta.xml<CustomApplication> metadata
  • force-app/main/default/permissionsets/<name>_Access.permissionset-meta.xml
  • <target>CustomApplication</target> in <name>.uibundle-meta.xml

Without this bump, sf template generate project --template reactinternalapp (or --template reactexternalapp) produces a project missing those files. End users have to add the customApplication metadata by hand.

Test

sf template generate project --template reactinternalapp --name myapp -d /tmp
ls /tmp/myapp/force-app/main/default/applications/   # expect: myapp.app-meta.xml

@salesforce-cla
Copy link
Copy Markdown

Thanks for the contribution! Unfortunately we can't verify the commit author(s): KJ Kim <k***@s***.com>. One possible solution is to add that email to your GitHub account. Alternatively you can change your commits to another email and force push the change. After getting your commits associated with your GitHub account, refresh the status of this Pull Request.

@k-j-kim k-j-kim force-pushed the kj-kim/bump-templates-to-66.9.0 branch from d395cec to 9027a70 Compare May 29, 2026 20:12
Picks up the customApplication metadata, permissionsets, and the
<target>CustomApplication</target> field added in
@salesforce/templates 66.9.0 (via @salesforce/ui-bundle-template-*
9.x).

Without this bump, projects generated via
'sf template generate project --template reactinternalapp' are
missing applications/<name>.app-meta.xml and
permissionsets/<name>_Access.permissionset-meta.xml.
@k-j-kim k-j-kim force-pushed the kj-kim/bump-templates-to-66.9.0 branch from 9027a70 to 9251845 Compare May 29, 2026 20:22
@iowillhoit iowillhoit merged commit 09a2da6 into salesforcecli:main May 29, 2026
13 checks passed
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.

2 participants