Skip to content

Commit abec4c2

Browse files
authored
chore(package): Bump versions to 7.0.0 (#509)
1 parent 8168960 commit abec4c2

File tree

7 files changed

+209
-218
lines changed

7 files changed

+209
-218
lines changed

package-lock.json

Lines changed: 196 additions & 205 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/parse5-html-rewriting-stream/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "parse5-html-rewriting-stream",
33
"type": "module",
44
"description": "Streaming HTML rewriter.",
5-
"version": "6.0.1",
5+
"version": "7.0.0",
66
"author": "Ivan Nikulin <[email protected]> (https://github.com/inikulin)",
77
"contributors": "https://github.com/inikulin/parse5/graphs/contributors",
88
"homepage": "https://github.com/inikulin/parse5",
@@ -23,8 +23,8 @@
2323
"exports": "./dist/index.js",
2424
"dependencies": {
2525
"entities": "^4.3.0",
26-
"parse5": "^6.0.1",
27-
"parse5-sax-parser": "^6.0.1"
26+
"parse5": "^7.0.0",
27+
"parse5-sax-parser": "^7.0.0"
2828
},
2929
"repository": {
3030
"type": "git",

packages/parse5-htmlparser2-tree-adapter/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "parse5-htmlparser2-tree-adapter",
33
"type": "module",
44
"description": "htmlparser2 tree adapter for parse5.",
5-
"version": "6.0.1",
5+
"version": "7.0.0",
66
"author": "Ivan Nikulin <[email protected]> (https://github.com/inikulin)",
77
"contributors": "https://github.com/inikulin/parse5/graphs/contributors",
88
"homepage": "https://github.com/inikulin/parse5",
@@ -23,7 +23,7 @@
2323
},
2424
"dependencies": {
2525
"domhandler": "^5.0.2",
26-
"parse5": "^6.0.1"
26+
"parse5": "^7.0.0"
2727
},
2828
"scripts": {
2929
"build:cjs": "tsc --module CommonJS --target ES6 --outDir dist/cjs && echo '{\"type\":\"commonjs\"}' > dist/cjs/package.json"

packages/parse5-parser-stream/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "parse5-parser-stream",
33
"type": "module",
44
"description": "Streaming HTML parser with scripting support.",
5-
"version": "6.0.1",
5+
"version": "7.0.0",
66
"author": "Ivan Nikulin <[email protected]> (https://github.com/inikulin)",
77
"contributors": "https://github.com/inikulin/parse5/graphs/contributors",
88
"homepage": "https://github.com/inikulin/parse5",
@@ -19,7 +19,7 @@
1919
"types": "dist/index.d.ts",
2020
"exports": "./dist/index.js",
2121
"dependencies": {
22-
"parse5": "^6.0.1"
22+
"parse5": "^7.0.0"
2323
},
2424
"repository": {
2525
"type": "git",

packages/parse5-plain-text-conversion-stream/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "parse5-plain-text-conversion-stream",
33
"type": "module",
44
"description": "Stream that converts plain text files into HTML document.",
5-
"version": "6.0.1",
5+
"version": "7.0.0",
66
"author": "Ivan Nikulin <[email protected]> (https://github.com/inikulin)",
77
"contributors": "https://github.com/inikulin/parse5/graphs/contributors",
88
"homepage": "https://github.com/inikulin/parse5",
@@ -22,8 +22,8 @@
2222
"types": "dist/index.d.ts",
2323
"exports": "./dist/index.js",
2424
"dependencies": {
25-
"parse5": "^6.0.1",
26-
"parse5-parser-stream": "^6.0.1"
25+
"parse5": "^7.0.0",
26+
"parse5-parser-stream": "^7.0.0"
2727
},
2828
"repository": {
2929
"type": "git",

packages/parse5-sax-parser/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "parse5-sax-parser",
33
"type": "module",
44
"description": "Streaming SAX-style HTML parser.",
5-
"version": "6.0.1",
5+
"version": "7.0.0",
66
"author": "Ivan Nikulin <[email protected]> (https://github.com/inikulin)",
77
"contributors": "https://github.com/inikulin/parse5/graphs/contributors",
88
"homepage": "https://github.com/inikulin/parse5",
@@ -20,7 +20,7 @@
2020
"types": "dist/index.d.ts",
2121
"exports": "./dist/index.js",
2222
"dependencies": {
23-
"parse5": "^6.0.1"
23+
"parse5": "^7.0.0"
2424
},
2525
"repository": {
2626
"type": "git",

packages/parse5/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "parse5",
33
"type": "module",
44
"description": "HTML parser and serializer.",
5-
"version": "6.0.1",
5+
"version": "7.0.0",
66
"author": "Ivan Nikulin <[email protected]> (https://github.com/inikulin)",
77
"contributors": "https://github.com/inikulin/parse5/graphs/contributors",
88
"homepage": "https://github.com/inikulin/parse5",

0 commit comments

Comments
 (0)