Compare commits

..

2 Commits

Author SHA1 Message Date
20c0bf2770 chore(deps): update sibiraj-s/action-eslint action to v4 (#15)
All checks were successful
Lint / Lint (push) Successful in 32s
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

<details>
<summary>sibiraj-s/action-eslint (sibiraj-s/action-eslint)</summary>

### [`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))

</details>

---

### 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.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC40Ni4wIiwidXBkYXRlZEluVmVyIjoiNDAuNDYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Reviewed-on: #15
Co-authored-by: Renovate Bot <renovatebot@schulze.network>
Co-committed-by: Renovate Bot <renovatebot@schulze.network>
2025-07-12 11:38:37 +02:00
07475f7cb1 chore(deps): update dependency @types/node to v22.16.3
All checks were successful
Lint / Lint (push) Successful in 1m0s
2025-07-12 00:04:59 +00:00
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -23,7 +23,7 @@
},
"devDependencies": {
"@tailwindcss/postcss": "4.1.11",
"@types/node": "22.16.0",
"@types/node": "22.16.3",
"@types/react": "19.1.8",
"@types/react-dom": "19.1.6",
"eslint": "8.57.1",
@ -1951,9 +1951,9 @@
"dev": true
},
"node_modules/@types/node": {
"version": "22.16.0",
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.16.0.tgz",
"integrity": "sha512-B2egV9wALML1JCpv3VQoQ+yesQKAmNMBIAY7OteVrikcOcAkWm+dGL6qpeCktPjAv6N1JLnhbNiqS35UpFyBsQ==",
"version": "22.16.3",
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.16.3.tgz",
"integrity": "sha512-sr4Xz74KOUeYadexo1r8imhRtlVXcs+j3XK3TcoiYk7B1t3YRVJgtaD3cwX73NYb71pmVuMLNRhJ9XKdoDB74g==",
"dev": true,
"license": "MIT",
"dependencies": {

View File

@ -24,7 +24,7 @@
},
"devDependencies": {
"@tailwindcss/postcss": "4.1.11",
"@types/node": "22.16.0",
"@types/node": "22.16.3",
"@types/react": "19.1.8",
"@types/react-dom": "19.1.6",
"eslint": "8.57.1",