linted 28.40.0 → 28.41.0-rc.1

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.
@@ -33,4 +33,5 @@ jobs:
33
33
  - name: Publish to NPM
34
34
  id: publish
35
35
  run: npm publish
36
- env: { NODE_AUTH_TOKEN: "${{ secrets.NPM_TOKEN }}" }
36
+ env:
37
+ NODE_AUTH_TOKEN: "${{ secrets.NPM_TOKEN }}"
@@ -33,4 +33,5 @@ jobs:
33
33
  - name: Publish to NPM
34
34
  id: publish
35
35
  run: npm publish
36
- env: { NODE_AUTH_TOKEN: "${{ secrets.NPM_TOKEN }}" }
36
+ env:
37
+ NODE_AUTH_TOKEN: "${{ secrets.NPM_TOKEN }}"
package/package.json CHANGED
@@ -3,7 +3,7 @@
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": "28.40.0",
6
+ "version": "28.41.0-rc.1",
7
7
  "repository": "github:jimmy-zhening-luo/linted",
8
8
  "private": false,
9
9
  "engineStrict": true,
@@ -15,7 +15,7 @@
15
15
  "peerDependencies": {
16
16
  "eslint": "~9.28.0",
17
17
  "mocha": "^11.5.0",
18
- "svelte": "^5.33.10",
18
+ "svelte": "^5.33.13",
19
19
  "typescript": "^5.8.3"
20
20
  },
21
21
  "peerDependenciesMeta": {
@@ -32,17 +32,17 @@
32
32
  "dependencies": {
33
33
  "@eslint/css": "0.8.1",
34
34
  "@eslint/json": "0.12.0",
35
- "@eslinted/core": "18.10.4",
36
- "@eslinted/defaults": "10.25.0",
35
+ "@eslinted/core": "18.10.5",
36
+ "@eslinted/defaults": "10.26.2",
37
37
  "@html-eslint/eslint-plugin": "0.41.0",
38
38
  "@stylistic/eslint-plugin": "4.4.0",
39
39
  "eslint-plugin-chai-expect": "3.1.0",
40
40
  "eslint-plugin-chai-friendly": "1.0.1",
41
41
  "eslint-plugin-jsonc": "2.20.1",
42
42
  "eslint-plugin-mocha": "11.1.0",
43
- "eslint-plugin-svelte": "3.9.0",
43
+ "eslint-plugin-svelte": "3.9.1",
44
44
  "eslint-plugin-yml": "1.18.0",
45
- "svelte": "^5.33.10",
45
+ "svelte": "^5.33.13",
46
46
  "typescript-eslint": "8.33.0"
47
47
  },
48
48
  "devDependencies": {