Skip to content

Commit 87a018b

Browse files
chore(deps): update preactjs/compressed-size-action action to v2.10.0 (#8712)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [preactjs/compressed-size-action](https://redirect.github.com/preactjs/compressed-size-action) | action | minor | `2.9.1` → `2.10.0` | --- ### Release Notes <details> <summary>preactjs/compressed-size-action (preactjs/compressed-size-action)</summary> ### [`v2.10.0`](https://redirect.github.com/preactjs/compressed-size-action/releases/tag/2.10.0) [Compare Source](https://redirect.github.com/preactjs/compressed-size-action/compare/2.9.1...2.10.0) #### What's Changed - Add support for Deno by [@&#8203;Hajime-san](https://redirect.github.com/Hajime-san) in [#&#8203;144](https://redirect.github.com/preactjs/compressed-size-action/pull/144) - feat: add base-ref input to override PR base branch by [@&#8203;jimhigson](https://redirect.github.com/jimhigson) in [#&#8203;146](https://redirect.github.com/preactjs/compressed-size-action/pull/146) - feat: add `comment-body` output by [@&#8203;rzzf](https://redirect.github.com/rzzf) in [#&#8203;148](https://redirect.github.com/preactjs/compressed-size-action/pull/148) - docs: update README to include `comment-body` output by [@&#8203;rzzf](https://redirect.github.com/rzzf) in [#&#8203;150](https://redirect.github.com/preactjs/compressed-size-action/pull/150) #### New Contributors - [@&#8203;Hajime-san](https://redirect.github.com/Hajime-san) made their first contribution in [#&#8203;144](https://redirect.github.com/preactjs/compressed-size-action/pull/144) - [@&#8203;jimhigson](https://redirect.github.com/jimhigson) made their first contribution in [#&#8203;146](https://redirect.github.com/preactjs/compressed-size-action/pull/146) - [@&#8203;rzzf](https://redirect.github.com/rzzf) made their first contribution in [#&#8203;148](https://redirect.github.com/preactjs/compressed-size-action/pull/148) **Full Changelog**: <preactjs/compressed-size-action@2.9.1...2.10.0> </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/UI5/webcomponents-react). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMzEuMSIsInVwZGF0ZWRJblZlciI6IjQzLjIzMS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c584efe commit 87a018b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
steps:
3535
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3636

37-
- uses: preactjs/compressed-size-action@66325aad6443cb7cf89c4bfcd414aea2367cda94 # 2.9.1
37+
- uses: preactjs/compressed-size-action@f322c295dde06a1cb7ccaef105732dd8a726d1d9 # 2.10.0
3838
with:
3939
repo-token: '${{ secrets.GITHUB_TOKEN }}'
4040
pattern: 'packages/**/dist/**/*.{js,css}'

0 commit comments

Comments
 (0)