ignore-lint-errors 0.10.1 → 0.10.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/README.md +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -9,7 +9,7 @@ _Codemod to ignore lint errors per line_
9
9
 
10
10
  In large production projects, ignoring lint errors for existing code is the most pragmatic, quickest approach to complete these tasks:
11
11
 
12
- - Introduce a new lint rule.
12
+ - Introduce a lint rule.
13
13
  - Update a linter to the next minor or major version.
14
14
  - Migrate code to a different format, e.g. convert `*.{gjs,js}` (JavaScript) to `*.{gts,ts}` (TypeScript).
15
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ignore-lint-errors",
3
- "version": "0.10.1",
3
+ "version": "0.10.2",
4
4
  "description": "Codemod to ignore lint errors per line",
5
5
  "keywords": [
6
6
  "codemod",
@@ -26,7 +26,7 @@
26
26
  "dependencies": {
27
27
  "@codemod-utils/ast-javascript": "^3.0.2",
28
28
  "@codemod-utils/ast-template": "^3.1.0",
29
- "@codemod-utils/ast-template-tag": "^2.3.0",
29
+ "@codemod-utils/ast-template-tag": "^2.4.0",
30
30
  "@codemod-utils/files": "^4.0.1",
31
31
  "@codemod-utils/package-json": "^4.0.2",
32
32
  "yargs": "^18.0.0"
@@ -35,12 +35,12 @@
35
35
  "@changesets/cli": "^2.31.0",
36
36
  "@codemod-utils/tests": "^3.0.2",
37
37
  "@ijlee2-frontend-configs/changesets": "^2.1.1",
38
- "@ijlee2-frontend-configs/eslint-config-node": "^3.3.0",
38
+ "@ijlee2-frontend-configs/eslint-config-node": "^3.4.0",
39
39
  "@ijlee2-frontend-configs/prettier": "^3.1.0",
40
40
  "@sondr3/minitest": "^0.1.2",
41
41
  "@tsconfig/node22": "^22.0.5",
42
42
  "@tsconfig/strictest": "^2.0.8",
43
- "@types/node": "^22.19.17",
43
+ "@types/node": "^22.19.18",
44
44
  "@types/yargs": "^17.0.35",
45
45
  "concurrently": "^9.2.1",
46
46
  "eslint": "^9.39.4",