Skip to content

Commit 2a5f2ac

Browse files
dependabot[bot]fisker
authored andcommitted
Build(deps): Bump html-element-attributes from 2.3.0 to 3.0.0 (#10617)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: fisker Cheung <lionkay@gmail.com>
1 parent e88adfb commit 2a5f2ac

File tree

6 files changed

+607
-6
lines changed

6 files changed

+607
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"flow-parser": "0.174.1",
5252
"get-stdin": "8.0.0",
5353
"graphql": "15.6.1",
54-
"html-element-attributes": "2.3.0",
54+
"html-element-attributes": "3.1.0",
5555
"html-styles": "1.0.0",
5656
"html-tag-names": "1.1.5",
5757
"html-void-elements": "2.0.1",

scripts/vendors/vendor-meta.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1514,6 +1514,29 @@
15141514
"url": "https://wooorm.com"
15151515
}
15161516
]
1517+
},
1518+
{
1519+
"name": "html-element-attributes",
1520+
"maintainers": [],
1521+
"version": "3.1.0",
1522+
"description": "Map of HTML elements to allowed attributes",
1523+
"repository": "wooorm/html-element-attributes",
1524+
"homepage": null,
1525+
"private": false,
1526+
"license": "MIT",
1527+
"licenseText": "(The MIT License)\n\nCopyright (c) 2016 Titus Wormer <tituswormer@gmail.com>\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n'Software'), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n",
1528+
"author": {
1529+
"name": "Titus Wormer",
1530+
"email": "tituswormer@gmail.com",
1531+
"url": "https://wooorm.com"
1532+
},
1533+
"contributors": [
1534+
{
1535+
"name": "Titus Wormer",
1536+
"email": "tituswormer@gmail.com",
1537+
"url": "https://wooorm.com"
1538+
}
1539+
]
15171540
}
15181541
]
15191542
}

scripts/vendors/vendors.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ const vendors = [
55
"tempy",
66
"chalk",
77
"html-void-elements",
8+
"html-element-attributes",
89
];
910

1011
export default vendors;

src/language-html/utils/html-elements-attributes.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
"use strict";
22

3-
const htmlElementAttributes = require("html-element-attributes");
3+
const {
4+
htmlElementAttributes,
5+
} = require("../../../vendors/html-element-attributes.json");
46
const mapObject = require("./map-object.js");
57
const arrayToMap = require("./array-to-map.js");
68

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy