Skip to content

Commits on Source 3

## [3.1.49](https://gitlab.kilic.dev/config/eslint-config/compare/v3.1.48...v3.1.49) (2025-07-01)
### Bug Fixes
* **deps:** update dependency @eslint/js to ^9.30.1 ([1231729](https://gitlab.kilic.dev/config/eslint-config/commit/123172979e13268386aa67b587d3a3bb0a4d738f))
## [3.1.48](https://gitlab.kilic.dev/config/eslint-config/compare/v3.1.47...v3.1.48) (2025-07-01)
......
{
"name": "@cenk1cenk2/eslint-config",
"version": "3.1.48",
"version": "3.1.49",
"description": "Eslint configuration for my taste.",
"main": "index.js",
"repository": "git@gitlab.kilic.dev:config/eslint-config.git",
......@@ -60,7 +60,7 @@
}
},
"dependencies": {
"@eslint/js": "^9.30.0",
"@eslint/js": "^9.30.1",
"@stylistic/eslint-plugin": "^2.13.0",
"@typescript-eslint/eslint-plugin": "^8.35.1",
"@typescript-eslint/parser": "^8.35.1",
......
......@@ -9,8 +9,8 @@ importers:
.:
dependencies:
'@eslint/js':
specifier: ^9.30.0
version: 9.30.0
specifier: ^9.30.1
version: 9.30.1
'@stylistic/eslint-plugin':
specifier: ^2.13.0
version: 2.13.0(eslint@9.30.1(jiti@2.4.2))(typescript@5.8.3)
......@@ -138,10 +138,6 @@ packages:
resolution: {integrity: sha512-gtF186CXhIl1p4pJNGZw8Yc6RlshoePRvE0X91oPGb3vZ8pM3qOS9W9NGPat9LziaBV7XrJWGylNQXkGcnM3IQ==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
'@eslint/js@9.30.0':
resolution: {integrity: sha512-Wzw3wQwPvc9sHM+NjakWTcPx11mbZyiYHuwWa/QfZ7cIRX7WK54PSk7bdyXDaoaopUcMatv1zaQvOAAO8hCdww==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
'@eslint/js@9.30.1':
resolution: {integrity: sha512-zXhuECFlyep42KZUhWjfvsmXGX39W8K8LFb8AWXM9gSV9dQB+MrJGLKvW6Zw0Ggnbpw0VHTtrhFXYe3Gym18jg==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
......@@ -2004,8 +2000,6 @@ snapshots:
transitivePeerDependencies:
- supports-color
'@eslint/js@9.30.0': {}
'@eslint/js@9.30.1': {}
'@eslint/object-schema@2.1.6': {}
......