Skip to content
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

chore(deps): update actions (main) #196

Merged
merged 1 commit into from
Feb 18, 2022
Merged

Conversation

ivankatliarchuk
Copy link
Owner

This PR contains the following updates:

Package Type Update Change
anothrNick/github-tag-action action minor 1.37.0 -> 1.38.0
lycheeverse/lychee-action action minor v1.2.0 -> v1.3.0
renovatebot/github-action action minor v31.68.0 -> v31.81.3

Release Notes

anothrNick/github-tag-action

v1.38.0

Compare Source

lycheeverse/lychee-action

v1.3.0

Compare Source

Update lychee bin to 0.8.2, with directory support.

This will be the default in the next major version, but can already be tested with the following config:

- name: Link Checker
  uses: lycheeverse/lychee-action@v1.3.0
  with:
##### Recursively check all supported files (html, markdown for now) in repo
    args: --verbose --no-progress .

lychee supports plaintext files as well as many other formats, but as of now lychee . is conservative and
will only check HTML and Markdown files. So it should be a safe replacement for the current default:
'./**/*.md' './**/*.html'. It should also be faster and will use less file-handles than glob patterns.

Other highlights of lychee 0.8.2:

Especially the .lycheeignore part should be helpful for folks that used workarounds like custom ignore files before.
This is now a native feature of lychee. See https://github.com/lycheeverse/lychee/issues/308 for more info.

Full lychee 0.8.2 changelog here.

v1.2.1

Compare Source

Fix evaluating glob patterns

Glob patterns were not properly evaluated for three reasons:

  1. Quotes around globs were not preserved. As a result, unquoted wildcards were evaluated by bash instead of lychee
  2. ** patterns handled by the glob crate need to be prefixed with a separator, e.g. ./. See code here and here. We should probably switch to globset at some point, which doesn't have that limitation.
  3. The lychee command itself needs to be executed with eval to make it find links. Otherwise it interprets the input argument (${ARGS[@​]}) as a string and tries to find links within that string. (String input is supported by lychee). We want to interpret it as individual (whitespace-separated) arguments however. (Note that Github Actions doesn't support arrays as inputs, which prevents us from using array splitting.)

Recommended usage inside pipelines: Surround glob patterns with single quotes and prefix them with ./.

- name: Link Checker
  uses: lycheeverse/lychee-action@v1.1.1
  with:
### Check all Markdown and HTML files
    args: --verbose --no-progress './**/*.md' './**/*.html'

For more context, see #​67 and #​68.
The examples have been updated accordingly.

renovatebot/github-action

v31.81.3

Compare Source

See the the changelog for changes in all releases.

31.81.3 (2022-02-14)
Bug Fixes
  • deps: update renovate/renovate docker tag to v31.81.3 (8b73ecf)

v31.81.2

Compare Source

See the the changelog for changes in all releases.

31.81.2 (2022-02-13)
Bug Fixes
  • deps: update renovate/renovate docker tag to v31.81.2 (2efa1de)

v31.81.0

Compare Source

See the the changelog for changes in all releases.

31.81.0 (2022-02-13)

Bug Fixes
  • deps: update renovate/renovate docker tag to v31.81.0 (a210bfc)

v31.80.1

Compare Source

See the the changelog for changes in all releases.

31.80.1 (2022-02-12)
Bug Fixes
  • deps: update renovate/renovate docker tag to v31.80.1 (9b4f066)

v31.80.0

Compare Source

See the the changelog for changes in all releases.

31.80.0 (2022-02-11)

Bug Fixes
  • deps: update renovate/renovate docker tag to v31.80.0 (59d4433)

v31.79.0

Compare Source

See the the changelog for changes in all releases.

31.79.0 (2022-02-11)

Bug Fixes
  • deps: update renovate/renovate docker tag to v31.79.0 (e787275)

v31.78.1

Compare Source

See the the changelog for changes in all releases.

31.78.1 (2022-02-11)
Bug Fixes
  • deps: update renovate/renovate docker tag to v31.78.1 (32922f4)

v31.77.1

Compare Source

See the the changelog for changes in all releases.

31.77.1 (2022-02-11)
Bug Fixes
  • deps: update renovate/renovate docker tag to v31.77.1 (3e17990)

v31.74.1

Compare Source

See the the changelog for changes in all releases.

31.74.1 (2022-02-10)
Bug Fixes
  • deps: update renovate/renovate docker tag to v31.74.1 (6526ba6)

v31.73.0

Compare Source

See the the changelog for changes in all releases.

31.73.0 (2022-02-10)

Bug Fixes
  • deps: update renovate/renovate docker tag to v31.73.0 (7967b37)

v31.72.2

Compare Source

See the the changelog for changes in all releases.

31.72.2 (2022-02-10)
Bug Fixes
  • deps: update renovate/renovate docker tag to v31.72.2 (96fbe16)

v31.71.1

Compare Source

See the the changelog for changes in all releases.

31.71.1 (2022-02-09)
Bug Fixes
  • deps: update renovate/renovate docker tag to v31.71.1 (884aac4)

v31.70.0

Compare Source

See the the changelog for changes in all releases.

31.70.0 (2022-02-09)

Bug Fixes
  • deps: update renovate/renovate docker tag to v31.70.0 (90bca47)

v31.69.0

Compare Source

See the the changelog for changes in all releases.

31.69.0 (2022-02-08)

Bug Fixes
  • deps: update renovate/renovate docker tag to v31.69.0 (ddfdd7d)

v31.68.6

Compare Source

See the the changelog for changes in all releases.

31.68.6 (2022-02-08)
Bug Fixes
  • deps: update renovate/renovate docker tag to v31.68.6 (b5898dd)

v31.68.4

Compare Source

See the the changelog for changes in all releases.

31.68.4 (2022-02-07)
Bug Fixes
  • deps: update renovate/renovate docker tag to v31.68.4 (c90808c)

v31.68.3

Compare Source

See the the changelog for changes in all releases.

31.68.3 (2022-02-07)
Bug Fixes
  • deps: update renovate/renovate docker tag to v31.68.3 (ff3f298)

v31.68.1

Compare Source

See the the changelog for changes in all releases.

31.68.1 (2022-02-07)
Bug Fixes
  • deps: update renovate/renovate docker tag to v31.68.1 (6a0078d)

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Renovate Bot.

@ivankatliarchuk ivankatliarchuk added dependencies A PR that updates dependencies - used by Release Drafter github-tags minor when you add functionality in a backwards compatible manner renovate Universal dependency update tool that fits into your workflows labels Feb 18, 2022
@ivankatliarchuk ivankatliarchuk self-assigned this Feb 18, 2022
@trafico-bot trafico-bot bot added the 🔍 Ready for Review Pull Request is not reviewed yet label Feb 18, 2022
@trafico-bot trafico-bot bot added ✅ Approved Pull Request has been approved and can be merged and removed 🔍 Ready for Review Pull Request is not reviewed yet labels Feb 18, 2022
@ivankatliarchuk ivankatliarchuk merged commit aa3b9ac into main Feb 18, 2022
@ivankatliarchuk ivankatliarchuk deleted the renovate/main-actions branch February 18, 2022 08:56
@trafico-bot trafico-bot bot added ✨ Merged Pull Request has been merged successfully and removed ✅ Approved Pull Request has been approved and can be merged labels Feb 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies A PR that updates dependencies - used by Release Drafter github-tags ✨ Merged Pull Request has been merged successfully minor when you add functionality in a backwards compatible manner renovate Universal dependency update tool that fits into your workflows
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants