@eienjs/eslint-config 1.0.0 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/cli/index.js +3 -3
  2. package/package.json +10 -10
package/dist/cli/index.js CHANGED
@@ -9,7 +9,7 @@ import parse from "parse-gitignore";
9
9
  import { execSync } from "node:child_process";
10
10
 
11
11
  //#region package.json
12
- var version = "1.0.0";
12
+ var version = "1.0.2";
13
13
 
14
14
  //#endregion
15
15
  //#region src/cli/constants.ts
@@ -138,8 +138,8 @@ async function updateEslintFiles(result) {
138
138
  //#endregion
139
139
  //#region src/cli/constants_generated.ts
140
140
  const versionsMap = {
141
- "@adonisjs/eslint-plugin": "^2.0.0",
142
- "@nuxt/eslint-plugin": "^1.7.1",
141
+ "@adonisjs/eslint-plugin": "^2.0.1",
142
+ "@nuxt/eslint-plugin": "^1.8.0",
143
143
  "astro-eslint-parser": "^1.2.2",
144
144
  "eslint": "^9.32.0",
145
145
  "eslint-plugin-astro": "^1.3.1",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@eienjs/eslint-config",
3
3
  "type": "module",
4
- "version": "1.0.0",
4
+ "version": "1.0.2",
5
5
  "description": "EienJS ESLint Config",
6
6
  "author": "Fernando Isidro <luffynando@gmail.com> (https://github.com/luffynando/)",
7
7
  "license": "MIT",
@@ -33,8 +33,8 @@
33
33
  "node": ">=20.11"
34
34
  },
35
35
  "peerDependencies": {
36
- "@adonisjs/eslint-plugin": "^2.0.0",
37
- "@nuxt/eslint-plugin": " ^1.7.1",
36
+ "@adonisjs/eslint-plugin": "^2.0.1",
37
+ "@nuxt/eslint-plugin": "^1.8.0",
38
38
  "@prettier/plugin-xml": "^3.4.2",
39
39
  "astro-eslint-parser": "^1.2.2",
40
40
  "eslint": "^9.32.0",
@@ -71,8 +71,8 @@
71
71
  "@eslint-community/eslint-plugin-eslint-comments": "^4.5.0",
72
72
  "@eslint/markdown": "^7.1.0",
73
73
  "@stylistic/eslint-plugin": "^5.2.2",
74
- "@typescript-eslint/eslint-plugin": "^8.38.0",
75
- "@typescript-eslint/parser": "^8.38.0",
74
+ "@typescript-eslint/eslint-plugin": "^8.39.0",
75
+ "@typescript-eslint/parser": "^8.39.0",
76
76
  "@vitest/eslint-plugin": "^1.3.4",
77
77
  "ansis": "^4.1.0",
78
78
  "cac": "^6.7.14",
@@ -82,7 +82,7 @@
82
82
  "eslint-plugin-antfu": "^3.1.1",
83
83
  "eslint-plugin-command": "^3.3.1",
84
84
  "eslint-plugin-import-lite": "^0.3.0",
85
- "eslint-plugin-jsdoc": "^52.0.2",
85
+ "eslint-plugin-jsdoc": "^52.0.4",
86
86
  "eslint-plugin-jsonc": "^2.20.1",
87
87
  "eslint-plugin-n": "^17.21.3",
88
88
  "eslint-plugin-no-only-tests": "^3.3.0",
@@ -105,11 +105,11 @@
105
105
  "yaml-eslint-parser": "^1.3.0"
106
106
  },
107
107
  "devDependencies": {
108
- "@adonisjs/eslint-plugin": "^2.0.0",
108
+ "@adonisjs/eslint-plugin": "^2.0.1",
109
109
  "@commitlint/cli": "^19.8.1",
110
110
  "@commitlint/config-conventional": "^19.8.1",
111
111
  "@eslint/config-inspector": "^1.1.0",
112
- "@nuxt/eslint-plugin": "^1.7.1",
112
+ "@nuxt/eslint-plugin": "^1.8.0",
113
113
  "@prettier/plugin-xml": "^3.4.2",
114
114
  "@types/node": "^22.17.0",
115
115
  "astro-eslint-parser": "^1.2.2",
@@ -121,9 +121,9 @@
121
121
  "husky": "^9.1.7",
122
122
  "np": "^10.2.0",
123
123
  "prettier-plugin-astro": "^0.14.1",
124
- "tsdown": "^0.13.2",
124
+ "tsdown": "^0.13.3",
125
125
  "tsx": "^4.20.3",
126
- "typescript": ">=4.8.4 <5.9.0"
126
+ "typescript": "^5.9.2"
127
127
  },
128
128
  "resolutions": {
129
129
  "eslint": "catalog:peer"