adobe / aem-spa-page-model-manager

Interface between Adobe Experience Manager and Single Page Application framework.
Apache License 2.0
34 stars 24 forks source link

chore(deps): update jamesives/github-pages-deploy-action action to v3.7.1 #35

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

This PR contains the following updates:

Package Type Update Change
JamesIves/github-pages-deploy-action action minor 3.5.9 -> 3.7.1

Release Notes

JamesIves/github-pages-deploy-action ### [`v3.7.1`](https://togithub.com/JamesIves/github-pages-deploy-action/releases/3.7.1) [Compare Source](https://togithub.com/JamesIves/github-pages-deploy-action/compare/3.7.0...3.7.1) #### Major Changes - You can now use absolute folder paths in your workflow. These can be used using the `~` syntax, for example: `~/a/folder/based/on/root`. For most use cases placing just the folder name in this parameter will still be sufficient. - Adds an initial check to ensure that the folder you're trying to deploy exists before it gets further down in the workflow. If it doesn't exist the action will exit with a helpful error message. Due some structural differences related to this change you should now only call `run` if you're using this as a node module in your own action. Running the individual deploy methods are now error prone and the direct use of them will eventually be deprecated. The [README has been updated to reflect this](https://togithub.com/JamesIves/github-pages-deploy-action#install-as-a-node-module-). #### Minor Changes - The action is now built using Node 12. - Adds additional type for users running as a node module called `NodeActionInterface`, this allows you to see the required parameters without all of the additional runtime data for GitHub Actions. - Upgrades numerous dependencies and added a `dependabot.yml` file. - Re-structured some of the unit tests so they now properly mock error returns. - Added `rimraf` so Windows users can run the build script. - Fixed numerous eslint issues presented by eslint-plugin-github. - Changed the links in the startup job as some of them are now out of date. #### Community Special thanks to [@​subhashissuara](https://togithub.com/subhashissuara) [@​koooge](https://togithub.com/koooge) [@​pheeel](https://togithub.com/pheeel) and [@​exuanbo](https://togithub.com/exuanbo) for their contributions to this update. If you have any questions please reach out on our new [GitHub Discussions board](https://togithub.com/JamesIves/github-pages-deploy-action/discussions). ##### Sponsors If you'd like to sponsor the maintenance of this project you can do so via [GitHub Sponsors](https://togithub.com/sponsors/JamesIves)! ### [`v3.7.0`](https://togithub.com/JamesIves/github-pages-deploy-action/compare/3.6.2...3.7.0) [Compare Source](https://togithub.com/JamesIves/github-pages-deploy-action/compare/3.6.2...3.7.0) ### [`v3.6.2`](https://togithub.com/JamesIves/github-pages-deploy-action/releases/3.6.2) [Compare Source](https://togithub.com/JamesIves/github-pages-deploy-action/compare/3.6.1...3.6.2) #### Major Changes - Adds a new option called `PRESERVE` which allows any changes made before the deployment step to be stashed/applied right before the commits are made. This allows you to make changes to files which are tracked as part of Git prior to running the deployment step. Please refer to the README for more information about this option. This option is still experimental, please create an issue if you encounter any problems. In a later release this option will likely be toggled on by default. #### Minor Changes - Fixed an issue that caused `git remote rm origin` from failing workflows when origin doesn't exist. The action will now tolerate the error and move onto the next step. - Dependency updates. - Minor README adjustments. #### Community I was recently interviewed by GitHub about this action! [You can read all about it here](https://github.blog/2020-09-25-github-action-hero-james-ives-and-github-pages-deploy/). ![github](https://user-images.githubusercontent.com/10888441/94373403-55a66600-00d3-11eb-92df-409d57cbd0e3.png) ### [`v3.6.1`](https://togithub.com/JamesIves/github-pages-deploy-action/releases/3.6.1) [Compare Source](https://togithub.com/JamesIves/github-pages-deploy-action/compare/3.6.0...3.6.1) #### Minor Changes - Aligns version numbers on the registry. ### [`v3.6.0`](https://togithub.com/JamesIves/github-pages-deploy-action/releases/3.6.0) [Compare Source](https://togithub.com/JamesIves/github-pages-deploy-action/compare/3.5.9...3.6.0) #### Major Changes - The `CLEAN` option is now toggled on by default. If you wish to turn it off you must set `CLEAN: false` in your workflow configuration. This change was made as it confused a lot of people and it seemed to be the expected behavior from most users anyway. - Added an option to migrate all files from Git LFS so they can be committed to the deployment branch. To turn this on you can set `LFS: true` in your workflow configuration. #### Minor Changes - Plenty of dependency updates from Dependabot.

Renovate configuration

:date: Schedule: "after 1pm on Monday" in timezone Europe/Zurich.

:vertical_traffic_light: Automerge: Enabled.

:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

:no_bell: Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by WhiteSource Renovate. View repository job log here.

codecov[bot] commented 3 years ago

Codecov Report

Merging #35 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #35   +/-   ##
=======================================
  Coverage   92.38%   92.38%           
=======================================
  Files          11       11           
  Lines         709      709           
  Branches      191      191           
=======================================
  Hits          655      655           
  Misses         53       53           
  Partials        1        1           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update feba652...a336a23. Read the comment docs.

sonarcloud[bot] commented 3 years ago

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

github-actions[bot] commented 3 years ago

:tada: This PR is included in version 1.2.4 :tada:

The release is available on:

Your semantic-release bot :package::rocket: