linted 16.14.0 → 16.14.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -25,6 +25,7 @@ jobs:
25
25
  uses: actions/setup-node@v4
26
26
  with:
27
27
  node-version: 20
28
+ check-latest: true
28
29
  registry-url: "https://registry.npmjs.org"
29
30
  - name: Install Dependencies
30
31
  id: ci
@@ -25,6 +25,7 @@ jobs:
25
25
  uses: actions/setup-node@v4
26
26
  with:
27
27
  node-version: 20
28
+ check-latest: true
28
29
  registry-url: "https://registry.npmjs.org"
29
30
  - name: Install Dependencies
30
31
  id: ci
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
- "_schemaVersion": "20.17.10",
2
+ "_schemaVersion": "20.18.0",
3
3
  "name": "linted",
4
- "version": "16.14.0",
4
+ "version": "16.14.1",
5
5
  "description": "ESLint mono-plugin bundler with strict, opinionated defaults for (Stylistic) JavaScript, TypeScript, Svelte, HTML, Tailwind/CSS, JSON, JSONC, YAML, and Mocha.",
6
6
  "keywords": [
7
7
  "eslint",
@@ -40,7 +40,7 @@
40
40
  },
41
41
  "engineStrict": true,
42
42
  "engines": {
43
- "node": ">=20.17.0",
43
+ "node": ">=20.18.0",
44
44
  "npm": ">=10.8.2"
45
45
  },
46
46
  "peerDependencies": {