@valkyrjaio/ci-eslint 26.1.21 → 26.1.22

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.
@@ -1,5 +1,5 @@
1
1
  export declare class EslintInfo {
2
- static readonly VERSION: "26.1.21";
3
- static readonly VERSION_BUILD_DATE_TIME: "August 30 2026 08:08:24 MST";
2
+ static readonly VERSION: "26.1.22";
3
+ static readonly VERSION_BUILD_DATE_TIME: "September 1 2026 08:21:39 MST";
4
4
  }
5
5
  //# sourceMappingURL=EslintInfo.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"EslintInfo.d.ts","sourceRoot":"","sources":["../../../src/Eslint/Constant/EslintInfo.ts"],"names":[],"mappings":"AAQA,qBAAa,UAAU;IACnB,MAAM,CAAC,QAAQ,CAAC,OAAO,EAAG,SAAS,CAAU;IAC7C,MAAM,CAAC,QAAQ,CAAC,uBAAuB,EAAG,6BAA6B,CAAU;CACpF"}
1
+ {"version":3,"file":"EslintInfo.d.ts","sourceRoot":"","sources":["../../../src/Eslint/Constant/EslintInfo.ts"],"names":[],"mappings":"AAQA,qBAAa,UAAU;IACnB,MAAM,CAAC,QAAQ,CAAC,OAAO,EAAG,SAAS,CAAU;IAC7C,MAAM,CAAC,QAAQ,CAAC,uBAAuB,EAAG,+BAA+B,CAAU;CACtF"}
@@ -6,7 +6,7 @@
6
6
  * Released under the MIT License. See LICENSE.md for details.
7
7
  */
8
8
  export class EslintInfo {
9
- static VERSION = '26.1.21';
10
- static VERSION_BUILD_DATE_TIME = 'August 30 2026 08:08:24 MST';
9
+ static VERSION = '26.1.22';
10
+ static VERSION_BUILD_DATE_TIME = 'September 1 2026 08:21:39 MST';
11
11
  }
12
12
  //# sourceMappingURL=EslintInfo.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"EslintInfo.js","sourceRoot":"","sources":["../../../src/Eslint/Constant/EslintInfo.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,MAAM,OAAO,UAAU;IACnB,MAAM,CAAU,OAAO,GAAG,SAAkB,CAAC;IAC7C,MAAM,CAAU,uBAAuB,GAAG,6BAAsC,CAAC"}
1
+ {"version":3,"file":"EslintInfo.js","sourceRoot":"","sources":["../../../src/Eslint/Constant/EslintInfo.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,MAAM,OAAO,UAAU;IACnB,MAAM,CAAU,OAAO,GAAG,SAAkB,CAAC;IAC7C,MAAM,CAAU,uBAAuB,GAAG,+BAAwC,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@valkyrjaio/ci-eslint",
3
- "version": "26.1.21",
3
+ "version": "26.1.22",
4
4
  "description": "Shared ESLint configuration for Valkyrja TypeScript repositories",
5
5
  "homepage": "https://www.valkyrja.io",
6
6
  "bugs": {
@@ -67,6 +67,6 @@
67
67
  },
68
68
  "dependencies": {
69
69
  "@eslint/js": "^10.0.1",
70
- "typescript-eslint": "^8.68.0"
70
+ "typescript-eslint": "^8.69.0"
71
71
  }
72
72
  }
@@ -7,6 +7,6 @@
7
7
  */
8
8
 
9
9
  export class EslintInfo {
10
- static readonly VERSION = '26.1.21' as const;
11
- static readonly VERSION_BUILD_DATE_TIME = 'August 30 2026 08:08:24 MST' as const;
10
+ static readonly VERSION = '26.1.22' as const;
11
+ static readonly VERSION_BUILD_DATE_TIME = 'September 1 2026 08:21:39 MST' as const;
12
12
  }