Skip to content

Commit 2c4b864

Browse files
chore(deps): update preactjs/compressed-size-action action to v2.9.1 (#8410)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [preactjs/compressed-size-action](https://redirect.github.com/preactjs/compressed-size-action) | action | patch | `2.9.0` → `2.9.1` | --- ### Release Notes <details> <summary>preactjs/compressed-size-action (preactjs/compressed-size-action)</summary> ### [`v2.9.1`](https://redirect.github.com/preactjs/compressed-size-action/releases/tag/2.9.1) [Compare Source](https://redirect.github.com/preactjs/compressed-size-action/compare/2.9.0...2.9.1) #### What's Changed - Fix typo in README for sorting option by [@&#8203;patjakubik](https://redirect.github.com/patjakubik) in [#&#8203;132](https://redirect.github.com/preactjs/compressed-size-action/pull/132) - feat: add expandable `<detail open>` section per row in `change table` by [@&#8203;RSS1102](https://redirect.github.com/RSS1102) in [#&#8203;134](https://redirect.github.com/preactjs/compressed-size-action/pull/134) - Make it clear that this is not suitable for forked PRs by [@&#8203;eoghanmurray](https://redirect.github.com/eoghanmurray) in [#&#8203;140](https://redirect.github.com/preactjs/compressed-size-action/pull/140) - fix: Ignore unchanged files when calculating delta by [@&#8203;rschristian](https://redirect.github.com/rschristian) in [#&#8203;142](https://redirect.github.com/preactjs/compressed-size-action/pull/142) - chore: Bump deps & replace `size-plugin-core` by [@&#8203;rschristian](https://redirect.github.com/rschristian) in [#&#8203;138](https://redirect.github.com/preactjs/compressed-size-action/pull/138) #### New Contributors - [@&#8203;patjakubik](https://redirect.github.com/patjakubik) made their first contribution in [#&#8203;132](https://redirect.github.com/preactjs/compressed-size-action/pull/132) - [@&#8203;RSS1102](https://redirect.github.com/RSS1102) made their first contribution in [#&#8203;134](https://redirect.github.com/preactjs/compressed-size-action/pull/134) - [@&#8203;eoghanmurray](https://redirect.github.com/eoghanmurray) made their first contribution in [#&#8203;140](https://redirect.github.com/preactjs/compressed-size-action/pull/140) **Full Changelog**: <preactjs/compressed-size-action@2.9.0...2.9.1> </details> --- ### Configuration 📅 **Schedule**: 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:eyJjcmVhdGVkSW5WZXIiOiI0My45NC4xIiwidXBkYXRlZEluVmVyIjoiNDMuOTQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2e3b0cd commit 2c4b864

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
@@ -29,7 +29,7 @@ jobs:
2929
steps:
3030
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3131

32-
- uses: preactjs/compressed-size-action@8518045ed95e94e971b83333085e1cb99aa18aa8 # 2.9.0
32+
- uses: preactjs/compressed-size-action@66325aad6443cb7cf89c4bfcd414aea2367cda94 # 2.9.1
3333
with:
3434
repo-token: '${{ secrets.GITHUB_TOKEN }}'
3535
pattern: 'packages/**/dist/**/*.{js,css}'

0 commit comments

Comments
 (0)