@travetto/eslint 5.0.13 → 5.0.15

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@travetto/eslint",
3
- "version": "5.0.13",
3
+ "version": "5.0.15",
4
4
  "description": "ES Linting Rules",
5
5
  "keywords": [
6
6
  "eslint",
@@ -25,16 +25,16 @@
25
25
  },
26
26
  "dependencies": {
27
27
  "@eslint/js": "^9.13.0",
28
- "@stylistic/eslint-plugin": "^2.9.0",
29
- "@travetto/runtime": "^5.0.12",
28
+ "@stylistic/eslint-plugin": "^2.12.1",
29
+ "@travetto/runtime": "^5.0.14",
30
30
  "@types/eslint": "^9.6.1",
31
31
  "@types/eslint__js": "^8.42.3",
32
- "@typescript-eslint/eslint-plugin": "^8.11.0",
33
- "@typescript-eslint/parser": "^8.11.0",
34
- "eslint": "^9.13.0"
32
+ "@typescript-eslint/eslint-plugin": "^8.18.1",
33
+ "@typescript-eslint/parser": "^8.18.1",
34
+ "eslint": "^9.17.0"
35
35
  },
36
36
  "peerDependencies": {
37
- "@travetto/cli": "^5.0.15"
37
+ "@travetto/cli": "^5.0.17"
38
38
  },
39
39
  "peerDependenciesMeta": {
40
40
  "@travetto/cli": {
@@ -98,7 +98,7 @@ export const IGNORES = [
98
98
  '**/*.d.ts',
99
99
  '**/fixtures/**/*',
100
100
  '**/resources/**/*',
101
- '**/compiler/bin/manifest-context.mjs'
101
+ '**/compiler/bin/gen.*'
102
102
  ];
103
103
 
104
104
  export const TS_OPTIONS = {