From 20c0bf27702d134e9777398ae34a8abd2e298cc8 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 12 Jul 2025 11:38:37 +0200 Subject: [PATCH] chore(deps): update sibiraj-s/action-eslint action to v4 (#15) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [sibiraj-s/action-eslint](https://github.com/sibiraj-s/action-eslint) | action | major | `v3.0.1` -> `v4.0.1` | --- ### Release Notes
sibiraj-s/action-eslint (sibiraj-s/action-eslint) ### [`v4.0.1`](https://github.com/sibiraj-s/action-eslint/blob/HEAD/CHANGELOG.md#v401-2025-07-08) [Compare Source](https://github.com/sibiraj-s/action-eslint/compare/v4.0.0...v4.0.1) ##### Bug Fixes - fix usage of logger ([502aee5](https://github.com/sibiraj-s/action-eslint/commit/502aee5)) - fix GitHub rest API usage ([6ab9fd68](https://github.com/sibiraj-s/action-eslint/commit/6ab9fd68)) ### [`v4.0.0`](https://github.com/sibiraj-s/action-eslint/blob/HEAD/CHANGELOG.md#v400-2025-07-08) [Compare Source](https://github.com/sibiraj-s/action-eslint/compare/v3.0.1...v4.0.0) ##### Breaking Changes - The action is now ESM ([d9543bd](https://github.com/sibiraj-s/action-eslint/commit/d9543bd)) - Action runtime updated to Node.js 20 ([5580b04](https://github.com/sibiraj-s/action-eslint/commit/5580b04)) - Drop `use-npx` option, by default it uses `npx` for `npm` and `pnpm dlx` for `pnpm` ([f7b0bf2](https://github.com/sibiraj-s/action-eslint/commit/f7b0bf2)) ##### Features - Add pnpm support ([f7b0bf2](https://github.com/sibiraj-s/action-eslint/commit/f7b0bf2)) ##### Bug Fixes - Fix exec working directory ([548a14a](https://github.com/sibiraj-s/action-eslint/commit/548a14a))
--- ### Configuration 📅 **Schedule**: Branch creation - "every weekend" (UTC), 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://git.schulze.network/schulze/trackevery-day/pulls/15 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- .gitea/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/lint.yml b/.gitea/workflows/lint.yml index 79a1dd8..9dfec41 100644 --- a/.gitea/workflows/lint.yml +++ b/.gitea/workflows/lint.yml @@ -19,7 +19,7 @@ jobs: node-version: 20 cache: "npm" - run: npm i - - uses: sibiraj-s/action-eslint@bcf41bb9abce43cdbad51ab9b3da2eddaa17eab3 # v3.0.1 + - uses: sibiraj-s/action-eslint@c24ff92cabb3ad38994c99f5583c59125ea040b0 # v4.0.1 with: eslint-args: "--ignore-path=.gitignore --quiet" extensions: "js,jsx,ts,tsx"