@eslinted/core 16.2.1 → 16.2.3

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.
@@ -24,6 +24,9 @@ jobs:
24
24
  node-version: 22
25
25
  check-latest: true
26
26
  registry-url: "https://registry.npmjs.org"
27
+ - name: Update NPM
28
+ id: npm
29
+ run: npm i -g npm
27
30
  - name: Install Dependencies
28
31
  id: ci
29
32
  run: npm ci
@@ -24,6 +24,9 @@ jobs:
24
24
  node-version: 22
25
25
  check-latest: true
26
26
  registry-url: "https://registry.npmjs.org"
27
+ - name: Update NPM
28
+ id: npm
29
+ run: npm i -g npm
27
30
  - name: Install Dependencies
28
31
  id: ci
29
32
  run: npm ci
package/package.json CHANGED
@@ -1,24 +1,24 @@
1
1
  {
2
- "$template": "22.14.7",
2
+ "$template": "22.14.9",
3
3
  "$schema": "https://json.schemastore.org/package",
4
4
  "$help": "https://docs.npmjs.com/cli/configuring-npm/package-json",
5
5
  "name": "@eslinted/core",
6
- "version": "16.2.1",
6
+ "version": "16.2.3",
7
7
  "description": "Core ESLint flat config factory npm package `linted`.",
8
8
  "repository": "github:jimmy-zhening-luo/linted-core",
9
9
  "license": "MIT",
10
10
  "private": false,
11
11
  "engineStrict": true,
12
12
  "engines": {
13
- "node": ">=22.14.0",
14
- "npm": ">=10.9.2"
13
+ "node": ">=22.14.0 <23",
14
+ "npm": ">=11.2.0 <12"
15
15
  },
16
16
  "peerDependenciesMeta": {},
17
17
  "dependencies": {
18
18
  "globals": "^16.0.0"
19
19
  },
20
20
  "devDependencies": {
21
- "@types/chai": "^5.0.1",
21
+ "@types/chai": "^5.2.0",
22
22
  "@types/mocha": "^10.0.10",
23
23
  "@types/node": "^22.13.9",
24
24
  "chai": "^5.2.0",