@markuplint/ml-core 2.2.1 → 2.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.
@@ -92,7 +92,7 @@
92
92
  }
93
93
  },
94
94
  {
95
- "selector": ":where(script[src])",
95
+ "selector": ":where(script[src]:not([type=module]))",
96
96
  "rules": {
97
97
  "required-attr": ["defer"]
98
98
  }
@@ -142,7 +142,7 @@
142
142
  "value": "/(?<![^\\s]+)noreferrer(?![^\\s]+)/"
143
143
  }
144
144
  ],
145
- "reason": "The \"rel\" attribute should be required with \"noreferrer\" if the \"a\" element has the \"target=_black\""
145
+ "reason": "The \"rel\" attribute should be required with \"noreferrer\" if the \"a\" element has the \"target=_blank\""
146
146
  }
147
147
  }
148
148
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@markuplint/ml-core",
3
- "version": "2.2.1",
3
+ "version": "2.2.2",
4
4
  "description": "The core module of markuplint",
5
5
  "repository": "git@github.com:markuplint/markuplint.git",
6
6
  "author": "Yusuke Hirao <yusukehirao@me.com>",
@@ -31,5 +31,5 @@
31
31
  "@markuplint/html-parser": "2.1.0",
32
32
  "@types/debug": "^4.1.7"
33
33
  },
34
- "gitHead": "e2a296de704fffd5a3f955dc436abeea4b769418"
34
+ "gitHead": "78a216ef647c416996835244b9d3258342522dd6"
35
35
  }