eslint-plugin-yml 1.11.0 → 1.12.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.
package/lib/meta.d.ts CHANGED
@@ -1,2 +1,2 @@
1
1
  export declare const name: "eslint-plugin-yml";
2
- export declare const version: "1.11.0";
2
+ export declare const version: "1.12.0";
package/lib/meta.js CHANGED
@@ -2,4 +2,4 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.version = exports.name = void 0;
4
4
  exports.name = "eslint-plugin-yml";
5
- exports.version = "1.11.0";
5
+ exports.version = "1.12.0";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-plugin-yml",
3
- "version": "1.11.0",
3
+ "version": "1.12.0",
4
4
  "description": "This ESLint plugin provides linting rules for YAML.",
5
5
  "main": "lib/index.js",
6
6
  "files": [
@@ -57,7 +57,7 @@
57
57
  "homepage": "https://ota-meshi.github.io/eslint-plugin-yml/",
58
58
  "dependencies": {
59
59
  "debug": "^4.3.2",
60
- "eslint-compat-utils": "^0.1.1",
60
+ "eslint-compat-utils": "^0.2.1",
61
61
  "lodash": "^4.17.21",
62
62
  "natural-compare": "^1.4.0",
63
63
  "yaml-eslint-parser": "^1.2.1"
@@ -109,7 +109,7 @@
109
109
  "semver": "^7.3.2",
110
110
  "stylelint": "^16.0.0",
111
111
  "stylelint-config-recommended-vue": "^1.0.0",
112
- "stylelint-config-standard": "^35.0.0",
112
+ "stylelint-config-standard": "^36.0.0",
113
113
  "stylelint-config-standard-vue": "^1.0.0",
114
114
  "stylelint-stylus": "^1.0.0",
115
115
  "typescript": "~5.3.0",