forked from dxatscale/sfpowerscripts
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(deps): update to v6 of salesforce dependencies (#3)
Update to v6 of salesforce dependencies
- Loading branch information
1 parent
45a73ed
commit 9e71429
Showing
13 changed files
with
11,954 additions
and
15,806 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,12 @@ | ||
|
||
reviewpad:summary | ||
|
||
|
||
|
||
#### Checklist | ||
All items have to be completed before a PR is merged | ||
|
||
- [x] Adhere to [Contribution Guidelines](https://docs.dxatscale.io/about-us/contributing-to-dx-scale) | ||
- [x] Adhere to [Contribution Guidelines](https://docs.flxbl.io/about-us/contributing-to-fxlbl) | ||
- [ ] Updates to Decision Records considered? | ||
- [ ] Updates to documentation at [DX@Scale Guide](https://github.com/dxatscale/dxatscale-guide) considered? | ||
- [ ] Updates to documentation at [flxbl-sfp Guide](https://github.com/flxbl-io/sfp-docs) considered? | ||
- [ ] Tested changes? | ||
- [ ] Unit Tests new and existing passing locally? | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,9 +2,9 @@ FROM ubuntu:22.04 | |
|
||
|
||
ARG SFPOWERSCRIPTS_VERSION=alpha | ||
ARG SF_CLI_VERSION=2.17.14 | ||
ARG BROWSERFORCE_VERSION=0.0.3 | ||
ARG SFDMU_VERSION=4.18.2 | ||
ARG SF_CLI_VERSION=2.25.7 | ||
ARG BROWSERFORCE_VERSION=4.0.0 | ||
ARG SFDMU_VERSION=4.32.2 | ||
ARG GIT_COMMIT | ||
ARG NODE_MAJOR=18 | ||
|
||
|
@@ -13,9 +13,9 @@ LABEL org.opencontainers.image.licenses "MIT" | |
LABEL org.opencontainers.image.url "https://github.com/flxbl-io/sfp" | ||
LABEL org.opencontainers.image.documentation "https://docs.flxbl.io" | ||
LABEL org.opencontainers.image.revision $GIT_COMMIT | ||
LABEL org.opencontainers.image.vendor "DX@Scale" | ||
LABEL org.opencontainers.image.vendor "Flxbl" | ||
LABEL org.opencontainers.image.source "https://github.com/flxbl-io/sfp" | ||
LABEL org.opencontainers.image.title "DX@Scale sfpowercripts docker image - January 24" | ||
LABEL org.opencontainers.image.title "Flxbl sfp docker image - January 24" | ||
|
||
|
||
ENV DEBIAN_FRONTEND=noninteractive | ||
|
@@ -103,7 +103,7 @@ RUN mkdir -p $XDG_DATA_HOME && \ | |
|
||
|
||
# Install sfdx plugins | ||
RUN echo 'y' | sf plugins:install @dxatscale/browserforce@${BROWSERFORCE_VERSION} \ | ||
RUN echo 'y' | sf plugins:install sfdx-browserforce-plugin@${BROWSERFORCE_VERSION} \ | ||
&& echo 'y' | sf plugins:install sfdmu@${SFDMU_VERSION} \ | ||
&& echo 'y' | sf plugins:install @salesforce/[email protected] \ | ||
&& echo 'y' | sf plugins:install @salesforce/[email protected] \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.