Closed renovate[bot] closed 1 year ago
The latest updates on your projects. Learn more about Vercel for Git βοΈ
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
nervos-official-website | β Ready (Inspect) | Visit Preview | π¬ Add feedback | Jun 26, 2023 6:08pm |
This PR has 2
quantified lines of changes. In general, a change size of upto 200
lines is ideal for the best PR experience!
Was this comment helpful? :thumbsup: :ok_hand: :thumbsdown: (Email) Customize PullRequestQuantifier for this repository.
This PR contains the following updates:
v36
->v37
Release Notes
tj-actions/changed-files (tj-actions/changed-files)
### [`v37`](https://togithub.com/tj-actions/changed-files/releases/tag/v37) [Compare Source](https://togithub.com/tj-actions/changed-files/compare/v36...v37) ### Changes in v37.0.3 #### What's Changed - Upgraded to v37.0.2 by [@tj-actions-bot](https://togithub.com/tj-actions-bot) in [https://github.com/tj-actions/changed-files/pull/1305](https://togithub.com/tj-actions/changed-files/pull/1305) - chore(deps): lock file maintenance by [@renovate](https://togithub.com/renovate) in [https://github.com/tj-actions/changed-files/pull/1306](https://togithub.com/tj-actions/changed-files/pull/1306) - fix: bug listing submodule paths by [@jackton1](https://togithub.com/jackton1) in [https://github.com/tj-actions/changed-files/pull/1308](https://togithub.com/tj-actions/changed-files/pull/1308) - chore(deps): lock file maintenance by [@renovate](https://togithub.com/renovate) in [https://github.com/tj-actions/changed-files/pull/1309](https://togithub.com/tj-actions/changed-files/pull/1309) **Full Changelog**: https://github.com/tj-actions/changed-files/compare/v37...v37.0.3 *** ### Changes in v37.0.2 #### What's Changed - Upgraded to v37.0.1 by [@tj-actions-bot](https://togithub.com/tj-actions-bot) in [https://github.com/tj-actions/changed-files/pull/1300](https://togithub.com/tj-actions/changed-files/pull/1300) - chore(deps): update tj-actions/eslint-changed-files action to v20 by [@renovate](https://togithub.com/renovate) in [https://github.com/tj-actions/changed-files/pull/1301](https://togithub.com/tj-actions/changed-files/pull/1301) - chore(deps): update dependency [@types/node](https://togithub.com/types/node) to v20.3.1 by [@renovate](https://togithub.com/renovate) in [https://github.com/tj-actions/changed-files/pull/1303](https://togithub.com/tj-actions/changed-files/pull/1303) - fix: add warning message when unable to list submodules by [@jackton1](https://togithub.com/jackton1) in [https://github.com/tj-actions/changed-files/pull/1304](https://togithub.com/tj-actions/changed-files/pull/1304) **Full Changelog**: https://github.com/tj-actions/changed-files/compare/v37...v37.0.2 *** ### Changes in v37.0.1 #### What's Changed - Upgraded to v37 by [@tj-actions-bot](https://togithub.com/tj-actions-bot) in [https://github.com/tj-actions/changed-files/pull/1298](https://togithub.com/tj-actions/changed-files/pull/1298) - fix: error using current path to determine the .git dir location by [@jackton1](https://togithub.com/jackton1) in [https://github.com/tj-actions/changed-files/pull/1299](https://togithub.com/tj-actions/changed-files/pull/1299) **Full Changelog**: https://github.com/tj-actions/changed-files/compare/v37...v37.0.1 *** ### Changes in v37.0.0 #### π New Feature - This version introduces support for using Github's REST API to retrieve the list of changed files without requiring the checkout action. ##### Example ```yml name: CI on: pull_request: branches: - main jobs: ### ------------------------------------------------------------- ### Event `pull_request`: Returns all changed pull request files. ### -------------------------------------------------------------- job: # Example - Using GitHub's API ### NOTE: ### - This is limited to pull_request* events and would raise an error for other events. ### - A maximum of 3000 files can be returned. runs-on: ubuntu-latest name: Test changed-files permissions: pull-requests: read steps: - name: Get changed files id: changed-files uses: tj-actions/changed-files@v37 - name: List all changed files run: | for file in ${{ steps.changed-files.outputs.all_changed_files }}; do echo "$file was changed" done ``` #### π₯ Breaking Change - Removes the deprecated `dir_names_exclude_root` input which has been replaced by ` dir_names_exclude_current_dir ` #### What's Changed - Upgraded to v36.4.1 by [@tj-actions-bot](https://togithub.com/tj-actions-bot) in [https://github.com/tj-actions/changed-files/pull/1283](https://togithub.com/tj-actions/changed-files/pull/1283) - chore(deps): lock file maintenance by [@renovate](https://togithub.com/renovate) in [https://github.com/tj-actions/changed-files/pull/1284](https://togithub.com/tj-actions/changed-files/pull/1284) - chore(deps): lock file maintenance by [@renovate](https://togithub.com/renovate) in [https://github.com/tj-actions/changed-files/pull/1285](https://togithub.com/tj-actions/changed-files/pull/1285) - chore(deps): lock file maintenance by [@renovate](https://togithub.com/renovate) in [https://github.com/tj-actions/changed-files/pull/1287](https://togithub.com/tj-actions/changed-files/pull/1287) - chore(deps): update tj-actions/verify-changed-files action to v16 by [@renovate](https://togithub.com/renovate) in [https://github.com/tj-actions/changed-files/pull/1288](https://togithub.com/tj-actions/changed-files/pull/1288) - chore(deps): lock file maintenance by [@renovate](https://togithub.com/renovate) in [https://github.com/tj-actions/changed-files/pull/1290](https://togithub.com/tj-actions/changed-files/pull/1290) - feat: add support for retrieving changed files via github rest api by [@jackton1](https://togithub.com/jackton1) in [https://github.com/tj-actions/changed-files/pull/1289](https://togithub.com/tj-actions/changed-files/pull/1289) - Updated README.md by [@tj-actions-bot](https://togithub.com/tj-actions-bot) in [https://github.com/tj-actions/changed-files/pull/1292](https://togithub.com/tj-actions/changed-files/pull/1292) - remove: deprecated dir_names_exclude_root by [@jackton1](https://togithub.com/jackton1) in [https://github.com/tj-actions/changed-files/pull/1291](https://togithub.com/tj-actions/changed-files/pull/1291) - Updated README.md by [@tj-actions-bot](https://togithub.com/tj-actions-bot) in [https://github.com/tj-actions/changed-files/pull/1295](https://togithub.com/tj-actions/changed-files/pull/1295) - chore: use input api url by [@jackton1](https://togithub.com/jackton1) in [https://github.com/tj-actions/changed-files/pull/1293](https://togithub.com/tj-actions/changed-files/pull/1293) - chore(deps): lock file maintenance by [@renovate](https://togithub.com/renovate) in [https://github.com/tj-actions/changed-files/pull/1297](https://togithub.com/tj-actions/changed-files/pull/1297) **Full Changelog**: https://github.com/tj-actions/changed-files/compare/v36...v37.0.0 ***Configuration
π Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
π¦ Automerge: Disabled by config. Please merge this manually once you are satisfied.
β» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
π Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.