eslint-plugin-yml 3.2.0 → 3.2.2
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.
- package/lib/index.mjs +1 -1
- package/package.json +4 -4
package/lib/index.mjs
CHANGED
|
@@ -5255,7 +5255,7 @@ var prettier_default = [...base_default, { rules: {
|
|
|
5255
5255
|
//#endregion
|
|
5256
5256
|
//#region package.json
|
|
5257
5257
|
var name$1 = "eslint-plugin-yml";
|
|
5258
|
-
var version$1 = "3.2.
|
|
5258
|
+
var version$1 = "3.2.2";
|
|
5259
5259
|
|
|
5260
5260
|
//#endregion
|
|
5261
5261
|
//#region src/meta.ts
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eslint-plugin-yml",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.2",
|
|
4
4
|
"description": "This ESLint plugin provides linting rules for YAML.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "lib/index.mjs",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"dependencies": {
|
|
67
67
|
"@eslint/core": "^1.0.1",
|
|
68
68
|
"@eslint/plugin-kit": "^0.6.0",
|
|
69
|
-
"@ota-meshi/ast-token-store": "^0.
|
|
69
|
+
"@ota-meshi/ast-token-store": "^0.3.0",
|
|
70
70
|
"debug": "^4.3.2",
|
|
71
71
|
"diff-sequences": "^29.0.0",
|
|
72
72
|
"escape-string-regexp": "5.0.0",
|
|
@@ -101,10 +101,10 @@
|
|
|
101
101
|
"eslint-plugin-eslint-rule-tester": "^0.6.0",
|
|
102
102
|
"eslint-plugin-jsdoc": "^62.0.0",
|
|
103
103
|
"eslint-plugin-json-schema-validator": "^6.0.0",
|
|
104
|
-
"eslint-plugin-jsonc": "^
|
|
104
|
+
"eslint-plugin-jsonc": "^3.0.0",
|
|
105
105
|
"eslint-plugin-markdown": "^5.0.0",
|
|
106
106
|
"eslint-plugin-n": "^17.0.0",
|
|
107
|
-
"eslint-plugin-node-dependencies": "^
|
|
107
|
+
"eslint-plugin-node-dependencies": "^2.0.0",
|
|
108
108
|
"eslint-plugin-prettier": "^5.0.0",
|
|
109
109
|
"eslint-plugin-regexp": "^3.0.0",
|
|
110
110
|
"eslint-plugin-vue": "^10.0.0",
|