Skip to content

Commit

Permalink
refactor(package)!: bumped minimum node version to maintained
Browse files Browse the repository at this point in the history
BREAKING: end-of-life node versions (14 and 16) are no longer supported
BREAKING: these packages are only guaranteed to work with the _latest_ remark/unified packages
  • Loading branch information
Xunnamius committed Nov 30, 2023
1 parent 838c596 commit 364aced
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 12 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "unified-utils-monorepo",
"version": "monorepo",
"private": true,
"homepage": "https://github.com/Xunnamius/unified-utils",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/mdast-util-hidden/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"unist-util-visit": "^5.0.0"
},
"engines": {
"node": "^14.19.0 || ^16.13.0 || >=17.4.0"
"node": "^18.16.0 || >=20.4.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/mdast-util-tight-comments/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"mdast-util-to-markdown": "^2.1.0"
},
"engines": {
"node": "^14.19.0 || ^16.13.0 || >=17.4.0"
"node": "^18.16.0 || >=20.4.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/remark-capitalize-headings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"unist-util-visit": "^5.0.0"
},
"engines": {
"node": "^14.19.0 || ^16.13.0 || >=17.4.0"
"node": "^18.16.0 || >=20.4.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/remark-ignore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"unist-util-visit": "^5.0.0"
},
"engines": {
"node": "^14.19.0 || ^16.13.0 || >=17.4.0"
"node": "^18.16.0 || >=20.4.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/remark-lint-fenced-code-flag-case/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"unist-util-visit": "^5.0.0"
},
"engines": {
"node": "^14.19.0 || ^16.13.0 || >=17.4.0"
"node": "^18.16.0 || >=20.4.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/remark-lint-heading-word-length/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"unist-util-visit": "^5.0.0"
},
"engines": {
"node": "^14.19.0 || ^16.13.0 || >=17.4.0"
"node": "^18.16.0 || >=20.4.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/remark-lint-list-item-style/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"unist-util-visit": "^5.0.0"
},
"engines": {
"node": "^14.19.0 || ^16.13.0 || >=17.4.0"
"node": "^18.16.0 || >=20.4.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/remark-remove-unused-definitions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"unist-util-visit": "^5.0.0"
},
"engines": {
"node": "^14.19.0 || ^16.13.0 || >=17.4.0"
"node": "^18.16.0 || >=20.4.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/remark-remove-url-trailing-slash/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"unist-util-visit": "^5.0.0"
},
"engines": {
"node": "^14.19.0 || ^16.13.0 || >=17.4.0"
"node": "^18.16.0 || >=20.4.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/remark-renumber-references/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"unist-util-visit": "^5.0.0"
},
"engines": {
"node": "^14.19.0 || ^16.13.0 || >=17.4.0"
"node": "^18.16.0 || >=20.4.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/remark-sort-definitions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"unist-util-visit": "^5.0.0"
},
"engines": {
"node": "^14.19.0 || ^16.13.0 || >=17.4.0"
"node": "^18.16.0 || >=20.4.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/remark-tight-comments/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"unified": "^11.0.4"
},
"engines": {
"node": "^14.19.0 || ^16.13.0 || >=17.4.0"
"node": "^18.16.0 || >=20.4.0"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 364aced

Please sign in to comment.