Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 1, 2025

Bumps the github-actions group with 1 update: calibreapp/image-actions.

Updates calibreapp/image-actions from 1.3.0 to 1.4.0

Release notes

Sourced from calibreapp/image-actions's releases.

1.4.0: AVIF

In this release:

  • Process & compress AVIF images

[!NOTE] Add avif extension to the paths stanza in your actions configuration yml:

on:
  pull_request:
    paths:
      - '**.jpg'
      - '**.jpeg'
      - '**.png'
      - '**.webp'
      - '**.avif'

If you have AVIF images in your repository, they will be processed by image-actions.

Commits
  • f72c7c4 Merge pull request #347 from calibreapp/avif
  • 565df05 Remove dist directory handling
  • b63aaf1 Add support for AVIF
  • 3eb3192 Merge pull request #346 from calibreapp/dependabot/npm_and_yarn/typescript-es...
  • 960b27b Bump @​typescript-eslint/eslint-plugin from 8.40.0 to 8.41.0
  • a755de1 Merge pull request #343 from calibreapp/dependabot/npm_and_yarn/typescript-es...
  • 90c64b5 Merge pull request #345 from calibreapp/dependabot/github_actions/actions/che...
  • 22eab5f Merge pull request #344 from calibreapp/dependabot/npm_and_yarn/types/sharp-0...
  • 6d6e7ba Bump actions/checkout from 4 to 5
  • 3d0902f Bump @​types/sharp from 0.31.1 to 0.32.0
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the github-actions group with 1 update: [calibreapp/image-actions](https://github.com/calibreapp/image-actions).


Updates `calibreapp/image-actions` from 1.3.0 to 1.4.0
- [Release notes](https://github.com/calibreapp/image-actions/releases)
- [Commits](calibreapp/image-actions@51921e2...f72c7c4)

---
updated-dependencies:
- dependency-name: calibreapp/image-actions
  dependency-version: 1.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
@julien-deramond julien-deramond merged commit e9d29b7 into main Sep 2, 2025
8 checks passed
@julien-deramond julien-deramond deleted the dependabot/github_actions/github-actions-931b5c6500 branch September 2, 2025 19:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants