Compare commits

...

2 Commits

Author SHA1 Message Date
11d07f3ce3 chore(deps): update sibiraj-s/action-eslint action to v4
All checks were successful
Lint / Lint (push) Successful in 29s
Lint / Lint (pull_request) Successful in 29s
2025-07-12 11:37:24 +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
3 changed files with 6 additions and 6 deletions

View File

@ -19,7 +19,7 @@ jobs:
node-version: 20 node-version: 20
cache: "npm" cache: "npm"
- run: npm i - run: npm i
- uses: sibiraj-s/action-eslint@bcf41bb9abce43cdbad51ab9b3da2eddaa17eab3 # v3.0.1 - uses: sibiraj-s/action-eslint@c24ff92cabb3ad38994c99f5583c59125ea040b0 # v4.0.1
with: with:
eslint-args: "--ignore-path=.gitignore --quiet" eslint-args: "--ignore-path=.gitignore --quiet"
extensions: "js,jsx,ts,tsx" extensions: "js,jsx,ts,tsx"

8
package-lock.json generated
View File

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

View File

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