linted 40.5.1 → 40.5.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.
@@ -18,10 +18,10 @@ jobs:
18
18
  steps:
19
19
  - name: Checkout
20
20
  id: checkout
21
- uses: actions/checkout@v4
21
+ uses: actions/checkout@v6
22
22
  - name: Install Node
23
23
  id: node
24
- uses: actions/setup-node@v4
24
+ uses: actions/setup-node@v6
25
25
  with:
26
26
  node-version: 24
27
27
  registry-url: https://registry.npmjs.org
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "$help": "https://docs.npmjs.com/cli/configuring-npm/package-json",
4
4
  "$schema": "https://json.schemastore.org/package",
5
5
  "name": "linted",
6
- "version": "40.5.1",
6
+ "version": "40.5.3",
7
7
  "repository": "github:jimmy-zhening-luo/linted",
8
8
  "description": "ESLint mono-plugin bundler with strict, opinionated defaults for JavaScript, TypeScript, Svelte, HTML, CSS, JSON, JSONC, and YAML.",
9
9
  "keywords": [
@@ -57,13 +57,13 @@
57
57
  "dependencies": {
58
58
  "@eslint/css": "1.0.0",
59
59
  "@eslint/json": "1.1.0",
60
- "@eslinted/core": "33.1.2",
61
- "@eslinted/defaults": "21.1.1",
60
+ "@eslinted/core": "33.1.3",
61
+ "@eslinted/defaults": "21.1.2",
62
62
  "@html-eslint/eslint-plugin": "0.58.1",
63
63
  "@stylistic/eslint-plugin": "5.10.0",
64
64
  "eslint-plugin-jsonc": "3.1.2",
65
65
  "eslint-plugin-yml": "3.3.1",
66
- "typescript-eslint": "8.57.0"
66
+ "typescript-eslint": "8.57.1"
67
67
  },
68
68
  "devDependencies": {
69
69
  "ts-add-js-extension": "^1.6.6",