linted 33.3.6 → 33.4.0

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.
@@ -23,11 +23,8 @@ jobs:
23
23
  id: node
24
24
  uses: actions/setup-node@v4
25
25
  with:
26
- node-version: 22
26
+ node-version: 24
27
27
  registry-url: https://registry.npmjs.org
28
- - name: Install NPM
29
- id: npm
30
- run: npm install -g npm@latest
31
28
  - name: Install Dependencies
32
29
  id: ci
33
30
  run: npm ci --loglevel=error --fund=false
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
- "$pkg": "2211.7.0",
2
+ "$pkg": "2411.0.0",
3
3
  "$schema": "https://json.schemastore.org/package",
4
4
  "$help": "https://docs.npmjs.com/cli/configuring-npm/package-json",
5
5
  "name": "linted",
6
- "version": "33.3.6",
6
+ "version": "33.4.0",
7
7
  "repository": "github:jimmy-zhening-luo/linted",
8
8
  "description": "ESLint mono-plugin bundler with strict, opinionated defaults for (Stylistic) JavaScript, TypeScript, Svelte, HTML, Tailwind/CSS, JSON, JSONC, YAML, and Mocha.",
9
9
  "keywords": [
@@ -29,13 +29,13 @@
29
29
  "private": false,
30
30
  "engineStrict": true,
31
31
  "engines": {
32
- "node": "^22",
33
- "npm": "^10 || ^11"
32
+ "node": "^24",
33
+ "npm": "^11"
34
34
  },
35
35
  "type": "module",
36
36
  "peerDependencies": {
37
37
  "eslint": "~9.38.0",
38
- "eslint-plugin-svelte": "~3.12.5",
38
+ "eslint-plugin-svelte": "~3.13.0",
39
39
  "mocha": "^11.7.4",
40
40
  "typescript": "^5.9.3"
41
41
  },
@@ -51,10 +51,10 @@
51
51
  }
52
52
  },
53
53
  "dependencies": {
54
- "@eslint/css": "0.13.0",
54
+ "@eslint/css": "0.14.0",
55
55
  "@eslint/json": "0.13.2",
56
- "@eslinted/core": "29.3.0",
57
- "@eslinted/defaults": "17.1.1",
56
+ "@eslinted/core": "29.4.0",
57
+ "@eslinted/defaults": "17.2.0",
58
58
  "@html-eslint/eslint-plugin": "0.47.0",
59
59
  "@stylistic/eslint-plugin": "5.5.0",
60
60
  "eslint-plugin-chai-expect": "3.1.0",