catppuccin / userstyles

🖌 Soothing pastel userstyles
MIT License
471 stars 137 forks source link

chore(deps): update actions/labeler action to v4.3.0 #983

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
actions/labeler action minor v4.0.3 -> v4.3.0

Release Notes

actions/labeler (actions/labeler) ### [`v4.3.0`](https://togithub.com/actions/labeler/releases/tag/v4.3.0) [Compare Source](https://togithub.com/actions/labeler/compare/v4.2.0...v4.3.0) #### What's Changed In scope of this release, the ability to specify pull request number(s) was added by [@​credfeto](https://togithub.com/credfeto) in [https://github.com/actions/labeler/pull/349](https://togithub.com/actions/labeler/pull/349). Support for reading from the configuration file presented on the runner was added by [@​lrstanley](https://togithub.com/lrstanley) in [https://github.com/actions/labeler/pull/394](https://togithub.com/actions/labeler/pull/394). It allows you to use a configuration file generated during workflow run or uploaded from a separate repository. Please refer to the [action documentation](https://togithub.com/actions/labeler#inputs) for more information. This release also includes the following changes: - Improved Error message for missing config file by [@​Gornoka](https://togithub.com/Gornoka) in [https://github.com/actions/labeler/pull/475](https://togithub.com/actions/labeler/pull/475) - Early exit when no files are changed by [@​nathanhammond](https://togithub.com/nathanhammond) in [https://github.com/actions/labeler/pull/456](https://togithub.com/actions/labeler/pull/456) - Add examples to match all repo files by [@​MaksimZhukov](https://togithub.com/MaksimZhukov) in [https://github.com/actions/labeler/pull/600](https://togithub.com/actions/labeler/pull/600) - Fix a typo in the example about using the action outputs by [@​MaksimZhukov](https://togithub.com/MaksimZhukov) in [https://github.com/actions/labeler/pull/606](https://togithub.com/actions/labeler/pull/606) - Bump eslint from 8.43.0 to 8.44.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/actions/labeler/pull/601](https://togithub.com/actions/labeler/pull/601) - Bump [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 5.60.1 to 5.61.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/actions/labeler/pull/602](https://togithub.com/actions/labeler/pull/602) - Bump [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) from 5.60.1 to 5.61.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/actions/labeler/pull/604](https://togithub.com/actions/labeler/pull/604) - Bump tough-cookie from 4.1.2 to 4.1.3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/actions/labeler/pull/609](https://togithub.com/actions/labeler/pull/609) - Bump [@​octokit/plugin-retry](https://togithub.com/octokit/plugin-retry) from 5.0.4 to 5.0.5 by [@​MaksimZhukov](https://togithub.com/MaksimZhukov) in [https://github.com/actions/labeler/pull/610](https://togithub.com/actions/labeler/pull/610) #### New Contributors - [@​credfeto](https://togithub.com/credfeto) made their first contribution in [https://github.com/actions/labeler/pull/349](https://togithub.com/actions/labeler/pull/349) - [@​lrstanley](https://togithub.com/lrstanley) made their first contribution in [https://github.com/actions/labeler/pull/394](https://togithub.com/actions/labeler/pull/394) - [@​nathanhammond](https://togithub.com/nathanhammond) made their first contribution in [https://github.com/actions/labeler/pull/456](https://togithub.com/actions/labeler/pull/456) **Full Changelog**: https://github.com/actions/labeler/compare/v4...v4.3.0 ### [`v4.2.0`](https://togithub.com/actions/labeler/releases/tag/v4.2.0) [Compare Source](https://togithub.com/actions/labeler/compare/v4.1.0...v4.2.0) #### What's Changed In the scope of this release, the following outputs were added by [@​danielsht86](https://togithub.com/danielsht86) in [#​60](https://togithub.com/actions/labeler/issues/60): - `new-labels` - a comma-separated string that contains all newly added labels. - `all-labels` - a comma-separated string that contains all labels currently assigned to the PR. For detailed information, please refer to our [updated documentation](https://togithub.com/actions/labeler#outputs). The issue of encountering an `HttpError: Server Error` when adding more than 50 labels has been successfully resolved by [@​markmssd](https://togithub.com/markmssd) in [#​497](https://togithub.com/actions/labeler/issues/497). However, it's important to note that the GitHub API imposes a limit of 100 labels. To ensure smooth operation, a warning message that will alert you if the number of labels exceeds this limit was implemented. From this point forward, if more than 100 labels are specified, only the first 100 will be assigned. The error handling for the `Resource not accessible by integration` error was added by [@​jsoref](https://togithub.com/jsoref) in [#​405](https://togithub.com/actions/labeler/issues/405). Now, if the workflow is misconfigured, the labeler provides a clear warning and guidance for correction. This release also includes the following changes: - Warn about the limitations of GitHub tokens by [@​dfandrich](https://togithub.com/dfandrich) in [https://github.com/actions/labeler/pull/491](https://togithub.com/actions/labeler/pull/491) - Improve readme by [@​jsoref](https://togithub.com/jsoref) in [https://github.com/actions/labeler/pull/589](https://togithub.com/actions/labeler/pull/589) - Bump eslint-plugin-jest from 27.2.1 to 27.2.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/actions/labeler/pull/591](https://togithub.com/actions/labeler/pull/591) - Bump eslint from 8.42.0 to 8.43.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/actions/labeler/pull/592](https://togithub.com/actions/labeler/pull/592) - Bump [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) from 5.60.0 to 5.60.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/actions/labeler/pull/598](https://togithub.com/actions/labeler/pull/598) - Bump [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 5.60.0 to 5.60.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/actions/labeler/pull/597](https://togithub.com/actions/labeler/pull/597) - Bump [@​octokit/plugin-retry](https://togithub.com/octokit/plugin-retry) from 5.0.2 to 5.0.4 by [@​MaksimZhukov](https://togithub.com/MaksimZhukov) in [https://github.com/actions/labeler/pull/599](https://togithub.com/actions/labeler/pull/599) #### New Contributors - [@​dfandrich](https://togithub.com/dfandrich) made their first contribution in [https://github.com/actions/labeler/pull/491](https://togithub.com/actions/labeler/pull/491) - [@​markmssd](https://togithub.com/markmssd) made their first contribution in [https://github.com/actions/labeler/pull/497](https://togithub.com/actions/labeler/pull/497) - [@​danielsht86](https://togithub.com/danielsht86) made their first contribution in [https://github.com/actions/labeler/pull/60](https://togithub.com/actions/labeler/pull/60) **Full Changelog**: https://github.com/actions/labeler/compare/v4...v4.2.0 ### [`v4.1.0`](https://togithub.com/actions/labeler/releases/tag/v4.1.0) [Compare Source](https://togithub.com/actions/labeler/compare/v4.0.4...v4.1.0) #### What's Changed In scope of this release, the `dot` input was added by [@​kachkaev](https://togithub.com/kachkaev) in [https://github.com/actions/labeler/pull/316](https://togithub.com/actions/labeler/pull/316). It allows patterns to match paths starting with a period. This input is set to `false` by default. ##### Usage ```yml name: "Pull Request Labeler" on: - pull_request_target jobs: triage: permissions: contents: read pull-requests: write runs-on: ubuntu-latest steps: - uses: actions/labeler@v4 with: dot: true ``` This release also includes the following changes: - Simplify globbing examples in README by [@​Youssef1313](https://togithub.com/Youssef1313) in [https://github.com/actions/labeler/pull/451](https://togithub.com/actions/labeler/pull/451) - Bump [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 5.59.7 to 5.59.8 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/actions/labeler/pull/577](https://togithub.com/actions/labeler/pull/577) - Bump [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) from 5.59.7 to 5.59.8 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/actions/labeler/pull/578](https://togithub.com/actions/labeler/pull/578) #### New Contributors - [@​Youssef1313](https://togithub.com/Youssef1313) made their first contribution in [https://github.com/actions/labeler/pull/451](https://togithub.com/actions/labeler/pull/451) - [@​kachkaev](https://togithub.com/kachkaev) made their first contribution in [https://github.com/actions/labeler/pull/316](https://togithub.com/actions/labeler/pull/316) **Full Changelog**: https://github.com/actions/labeler/compare/v4...v4.1.0 ### [`v4.0.4`](https://togithub.com/actions/labeler/releases/tag/v4.0.4) [Compare Source](https://togithub.com/actions/labeler/compare/v4.0.3...v4.0.4) #### What's Changed - Add and configure ESLint and update configuration for Prettier by [@​IvanZosimov](https://togithub.com/IvanZosimov) in [https://github.com/actions/labeler/pull/508](https://togithub.com/actions/labeler/pull/508) - Turn on automatic update of ESLint and Prettier configuration files by [@​IvanZosimov](https://togithub.com/IvanZosimov) in [https://github.com/actions/labeler/pull/509](https://togithub.com/actions/labeler/pull/509) - Automatic update of configuration files from 03/12/2023 by [@​github-actions](https://togithub.com/github-actions) in [https://github.com/actions/labeler/pull/513](https://togithub.com/actions/labeler/pull/513) - Bump eslint-config-prettier from 8.6.0 to 8.8.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/actions/labeler/pull/520](https://togithub.com/actions/labeler/pull/520) - Rebuild minimatch by [@​panticmilos](https://togithub.com/panticmilos) in [https://github.com/actions/labeler/pull/522](https://togithub.com/actions/labeler/pull/522) - Bump license version by [@​panticmilos](https://togithub.com/panticmilos) in [https://github.com/actions/labeler/pull/525](https://togithub.com/actions/labeler/pull/525) - Fix glob bug in package.json scripts section by [@​IvanZosimov](https://togithub.com/IvanZosimov) in [https://github.com/actions/labeler/pull/528](https://togithub.com/actions/labeler/pull/528) - Bump prettier from 2.8.7 to 2.8.8 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/actions/labeler/pull/544](https://togithub.com/actions/labeler/pull/544) - Bump eslint from 8.40.0 to 8.41.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/actions/labeler/pull/569](https://togithub.com/actions/labeler/pull/569) - Bump [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 5.59.6 to 5.59.7 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/actions/labeler/pull/573](https://togithub.com/actions/labeler/pull/573) - Bump [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) from 5.59.6 to 5.59.7 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/actions/labeler/pull/572](https://togithub.com/actions/labeler/pull/572) - Remove implicit dependencies by [@​nikolai-laevskii](https://togithub.com/nikolai-laevskii) in [https://github.com/actions/labeler/pull/571](https://togithub.com/actions/labeler/pull/571) - Automatic update of configuration files from 05/23/2023 by [@​github-actions](https://togithub.com/github-actions) in [https://github.com/actions/labeler/pull/570](https://togithub.com/actions/labeler/pull/570) #### New Contributors - [@​github-actions](https://togithub.com/github-actions) made their first contribution in [https://github.com/actions/labeler/pull/513](https://togithub.com/actions/labeler/pull/513) - [@​panticmilos](https://togithub.com/panticmilos) made their first contribution in [https://github.com/actions/labeler/pull/522](https://togithub.com/actions/labeler/pull/522) - [@​nikolai-laevskii](https://togithub.com/nikolai-laevskii) made their first contribution in [https://github.com/actions/labeler/pull/571](https://togithub.com/actions/labeler/pull/571) **Full Changelog**: https://github.com/actions/labeler/compare/v4...v4.0.4

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.