linted 28.20.0 → 28.22.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.
@@ -1,9 +1,10 @@
1
1
  {
2
- "$meta": {
3
- "template": "37.0.0",
4
- "rules": "https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/Rules.md",
5
- },
2
+ // #region Meta
3
+ // "$md": "37.2.0",
4
+ // "$help": "https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/Rules.md",
6
5
  // "$schema": "https://raw.githubusercontent.com/DavidAnson/markdownlint/v0.37.4/schema/markdownlint-config-schema.json",
6
+ // #endregion
7
+ // #region Rules
7
8
  "heading-increment": true /* MD001 */,
8
9
  "heading-style": {
9
10
  "style": "atx",
@@ -123,4 +124,5 @@
123
124
  } /* MD055 */,
124
125
  "table-column-count": true /* MD056 */,
125
126
  "blanks-around-tables": false /* MD058 */,
127
+ // #endregion
126
128
  }
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.20.0",
6
+ "version": "28.22.0",
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.23.0",
17
17
  "mocha": "^11.1.0",
18
- "svelte": "^5.25.5",
18
+ "svelte": "^5.25.6",
19
19
  "typescript": "^5.8.2"
20
20
  },
21
21
  "peerDependenciesMeta": {
@@ -31,8 +31,8 @@
31
31
  },
32
32
  "dependencies": {
33
33
  "@eslint/css": "0.6.0",
34
- "@eslinted/core": "18.4.2",
35
- "@eslinted/defaults": "10.5.0",
34
+ "@eslinted/core": "18.4.3",
35
+ "@eslinted/defaults": "10.7.0",
36
36
  "@html-eslint/eslint-plugin": "0.37.0",
37
37
  "@html-eslint/parser": "0.37.0",
38
38
  "@stylistic/eslint-plugin": "4.2.0",
@@ -40,10 +40,10 @@
40
40
  "eslint-plugin-chai-friendly": "1.0.1",
41
41
  "eslint-plugin-jsonc": "2.20.0",
42
42
  "eslint-plugin-mocha": "10.5.0",
43
- "eslint-plugin-svelte": "3.4.1",
43
+ "eslint-plugin-svelte": "3.5.0",
44
44
  "eslint-plugin-yml": "1.17.0",
45
45
  "jsonc-eslint-parser": "2.4.0",
46
- "svelte": "^5.25.5",
46
+ "svelte": "^5.25.6",
47
47
  "svelte-eslint-parser": "1.1.1",
48
48
  "typescript-eslint": "8.29.0",
49
49
  "yaml-eslint-parser": "1.3.0"