@eslint-sukka/yaml 7.2.1 → 7.3.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/dist/index.cjs CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("eslint-plugin-yml");exports.yaml=function(){let n=[{name:"sukka/yaml disable spaced-comment",files:["*.yaml","**/*.yaml","*.yml","**/*.yml"],rules:{"@stylistic/js/spaced-comment":"off"}},{files:["pnpm-workspace.yaml"],name:"sukka/yaml/pnpm-workspace",rules:{"yml/sort-keys":["error",{order:["packages","overrides","patchedDependencies","hoistPattern","catalog","catalogs","allowedDeprecatedVersions","allowNonAppliedPatches","configDependencies","ignoredBuiltDependencies","ignoredOptionalDependencies","neverBuiltDependencies","onlyBuiltDependencies","onlyBuiltDependenciesFile","packageExtensions","peerDependencyRules","supportedArchitectures"],pathPattern:"^$"}]}},{}],s=e.configs["flat/recommended"];return Array.isArray(s)?[...s,...n]:[s,...n]};
1
+ "use strict";var e=require("eslint-plugin-yml"),n=require("foxts/append-array-in-place");exports.yaml=function(){let s=[{name:"sukka/yaml disable spaced-comment",files:["*.yaml","*.yml"],rules:{"@stylistic/js/spaced-comment":"off"}},{files:["pnpm-workspace.yaml"],name:"sukka/yaml/pnpm-workspace",rules:{"yml/sort-keys":["error",{order:["packages","overrides","patchedDependencies","hoistPattern","catalog","catalogs","allowedDeprecatedVersions","allowNonAppliedPatches","configDependencies","ignoredBuiltDependencies","ignoredOptionalDependencies","neverBuiltDependencies","onlyBuiltDependencies","onlyBuiltDependenciesFile","packageExtensions","peerDependencyRules","supportedArchitectures"],pathPattern:"^$"}]}},{}],a=e.configs["flat/recommended"];return n.appendArrayInPlace(s,a)};
package/dist/index.mjs CHANGED
@@ -1 +1 @@
1
- import e from"eslint-plugin-yml";function n(){let n=[{name:"sukka/yaml disable spaced-comment",files:["*.yaml","**/*.yaml","*.yml","**/*.yml"],rules:{"@stylistic/js/spaced-comment":"off"}},{files:["pnpm-workspace.yaml"],name:"sukka/yaml/pnpm-workspace",rules:{"yml/sort-keys":["error",{order:["packages","overrides","patchedDependencies","hoistPattern","catalog","catalogs","allowedDeprecatedVersions","allowNonAppliedPatches","configDependencies","ignoredBuiltDependencies","ignoredOptionalDependencies","neverBuiltDependencies","onlyBuiltDependencies","onlyBuiltDependenciesFile","packageExtensions","peerDependencyRules","supportedArchitectures"],pathPattern:"^$"}]}},{}],s=e.configs["flat/recommended"];return Array.isArray(s)?[...s,...n]:[s,...n]}export{n as yaml};
1
+ import e from"eslint-plugin-yml";import{appendArrayInPlace as n}from"foxts/append-array-in-place";function s(){return n([{name:"sukka/yaml disable spaced-comment",files:["*.yaml","*.yml"],rules:{"@stylistic/js/spaced-comment":"off"}},{files:["pnpm-workspace.yaml"],name:"sukka/yaml/pnpm-workspace",rules:{"yml/sort-keys":["error",{order:["packages","overrides","patchedDependencies","hoistPattern","catalog","catalogs","allowedDeprecatedVersions","allowNonAppliedPatches","configDependencies","ignoredBuiltDependencies","ignoredOptionalDependencies","neverBuiltDependencies","onlyBuiltDependencies","onlyBuiltDependenciesFile","packageExtensions","peerDependencyRules","supportedArchitectures"],pathPattern:"^$"}]}},{}],e.configs["flat/recommended"])}export{s as yaml};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eslint-sukka/yaml",
3
- "version": "7.2.1",
3
+ "version": "7.3.0",
4
4
  "description": "Sukka's ESLint config",
5
5
  "homepage": "https://github.com/SukkaW/eslint-config-sukka",
6
6
  "repository": {
@@ -28,12 +28,13 @@
28
28
  "author": "Sukka <https://skk.moe>",
29
29
  "license": "MIT",
30
30
  "dependencies": {
31
- "eslint-plugin-yml": "^1.18.0",
31
+ "eslint-plugin-yml": "^1.19.0",
32
+ "foxts": "^4.3.1",
32
33
  "yaml-eslint-parser": "^1.3.0",
33
- "@eslint-sukka/shared": "7.2.1"
34
+ "@eslint-sukka/shared": "7.3.0"
34
35
  },
35
36
  "devDependencies": {
36
- "@eslint-sukka/rollup-config": "7.2.1"
37
+ "@eslint-sukka/rollup-config": "7.3.0"
37
38
  },
38
39
  "scripts": {
39
40
  "build": "rollup -c rollup.config.ts --configPlugin swc3"