Skip to content

Commit

Permalink
9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Aug 12, 2021
1 parent 13b1971 commit b9d3848
Show file tree
Hide file tree
Showing 72 changed files with 213 additions and 213 deletions.
4 changes: 2 additions & 2 deletions packages/remark-lint-blockquote-indentation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remark-lint-blockquote-indentation",
"version": "2.0.1",
"version": "3.0.0",
"description": "remark-lint rule to warn when block quotes are either indented too much or too little",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -34,7 +34,7 @@
"@types/mdast": "^3.0.0",
"pluralize": "^8.0.0",
"unified": "^10.0.0",
"unified-lint-rule": "^1.0.0",
"unified-lint-rule": "^2.0.0",
"unist-util-generated": "^2.0.0",
"unist-util-position": "^4.0.0",
"unist-util-visit": "^4.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/remark-lint-checkbox-character-style/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remark-lint-checkbox-character-style",
"version": "3.0.0",
"version": "4.0.0",
"description": "remark-lint rule to warn when list item checkboxes violate a given style",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -34,7 +34,7 @@
"dependencies": {
"@types/mdast": "^3.0.0",
"unified": "^10.0.0",
"unified-lint-rule": "^1.0.0",
"unified-lint-rule": "^2.0.0",
"unist-util-position": "^4.0.0",
"unist-util-visit": "^4.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/remark-lint-checkbox-content-indent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remark-lint-checkbox-content-indent",
"version": "3.0.0",
"version": "4.0.0",
"description": "remark-lint rule to warn when list item checkboxes are followed by too much whitespace",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -34,7 +34,7 @@
"dependencies": {
"@types/mdast": "^3.0.0",
"unified": "^10.0.0",
"unified-lint-rule": "^1.0.0",
"unified-lint-rule": "^2.0.0",
"unist-util-position": "^4.0.0",
"unist-util-visit": "^4.0.0",
"vfile-location": "^4.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/remark-lint-code-block-style/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remark-lint-code-block-style",
"version": "2.0.1",
"version": "3.0.0",
"description": "remark-lint rule to warn when code blocks do not adhere to a given style",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"@types/mdast": "^3.0.0",
"unified": "^10.0.0",
"unified-lint-rule": "^1.0.0",
"unified-lint-rule": "^2.0.0",
"unist-util-generated": "^2.0.0",
"unist-util-position": "^4.0.0",
"unist-util-visit": "^4.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/remark-lint-definition-case/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remark-lint-definition-case",
"version": "2.0.1",
"version": "3.0.0",
"description": "remark-lint rule to warn when definition labels are not lowercase",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"@types/mdast": "^3.0.0",
"unified": "^10.0.0",
"unified-lint-rule": "^1.0.0",
"unified-lint-rule": "^2.0.0",
"unist-util-position": "^4.0.0",
"unist-util-visit": "^4.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/remark-lint-definition-spacing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remark-lint-definition-spacing",
"version": "2.0.1",
"version": "3.0.0",
"description": "remark-lint rule to warn when consecutive whitespace is used in a definition",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"@types/mdast": "^3.0.0",
"unified": "^10.0.0",
"unified-lint-rule": "^1.0.0",
"unified-lint-rule": "^2.0.0",
"unist-util-position": "^4.0.0",
"unist-util-visit": "^4.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/remark-lint-emphasis-marker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remark-lint-emphasis-marker",
"version": "2.0.1",
"version": "3.0.0",
"description": "remark-lint rule to warn when emphasis markers violate the given style",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"@types/mdast": "^3.0.0",
"unified": "^10.0.0",
"unified-lint-rule": "^1.0.0",
"unified-lint-rule": "^2.0.0",
"unist-util-position": "^4.0.0",
"unist-util-visit": "^4.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/remark-lint-fenced-code-flag/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remark-lint-fenced-code-flag",
"version": "2.0.1",
"version": "3.0.0",
"description": "remark-lint rule to warn when fenced code blocks occur without language flag",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -34,7 +34,7 @@
"dependencies": {
"@types/mdast": "^3.0.0",
"unified": "^10.0.0",
"unified-lint-rule": "^1.0.0",
"unified-lint-rule": "^2.0.0",
"unist-util-generated": "^2.0.0",
"unist-util-position": "^4.0.0",
"unist-util-visit": "^4.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/remark-lint-fenced-code-marker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remark-lint-fenced-code-marker",
"version": "2.0.1",
"version": "3.0.0",
"description": "remark-lint rule to warn when fenced code markers violate the given style",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"@types/mdast": "^3.0.0",
"unified": "^10.0.0",
"unified-lint-rule": "^1.0.0",
"unified-lint-rule": "^2.0.0",
"unist-util-position": "^4.0.0",
"unist-util-visit": "^4.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/remark-lint-file-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remark-lint-file-extension",
"version": "1.0.5",
"version": "2.0.0",
"description": "remark-lint rule to warn when the file’s extension violates the given style",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"@types/mdast": "^3.0.0",
"unified": "^10.0.0",
"unified-lint-rule": "^1.0.0"
"unified-lint-rule": "^2.0.0"
},
"scripts": {
"build": "rimraf \"*.d.ts\" && tsc && type-coverage"
Expand Down
4 changes: 2 additions & 2 deletions packages/remark-lint-final-definition/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remark-lint-final-definition",
"version": "2.1.0",
"version": "3.0.0",
"description": "remark-lint rule to warn when definitions are not placed at the end of the file",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"@types/mdast": "^3.0.0",
"unified": "^10.0.0",
"unified-lint-rule": "^1.0.0",
"unified-lint-rule": "^2.0.0",
"unist-util-generated": "^2.0.0",
"unist-util-position": "^4.0.0",
"unist-util-visit": "^4.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/remark-lint-final-newline/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remark-lint-final-newline",
"version": "1.0.5",
"version": "2.0.0",
"description": "remark-lint rule to warn when a newline at the end of a file is missing",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"@types/mdast": "^3.0.0",
"unified": "^10.0.0",
"unified-lint-rule": "^1.0.0"
"unified-lint-rule": "^2.0.0"
},
"scripts": {
"build": "rimraf \"*.d.ts\" && tsc && type-coverage"
Expand Down
4 changes: 2 additions & 2 deletions packages/remark-lint-first-heading-level/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remark-lint-first-heading-level",
"version": "2.0.1",
"version": "3.0.0",
"description": "remark-lint rule to warn when the first heading has a level other than a specified value",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -34,7 +34,7 @@
"dependencies": {
"@types/mdast": "^3.0.0",
"unified": "^10.0.0",
"unified-lint-rule": "^1.0.0",
"unified-lint-rule": "^2.0.0",
"unist-util-generated": "^2.0.0",
"unist-util-visit": "^4.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/remark-lint-hard-break-spaces/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remark-lint-hard-break-spaces",
"version": "2.0.1",
"version": "3.0.0",
"description": "remark-lint rule to warn when too many spaces are used to create a hard break",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -34,7 +34,7 @@
"dependencies": {
"@types/mdast": "^3.0.0",
"unified": "^10.0.0",
"unified-lint-rule": "^1.0.0",
"unified-lint-rule": "^2.0.0",
"unist-util-generated": "^2.0.0",
"unist-util-position": "^4.0.0",
"unist-util-visit": "^4.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/remark-lint-heading-increment/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remark-lint-heading-increment",
"version": "2.0.1",
"version": "3.0.0",
"description": "remark-lint rule to warn when headings increment with more than 1 level at a time",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"@types/mdast": "^3.0.0",
"unified": "^10.0.0",
"unified-lint-rule": "^1.0.0",
"unified-lint-rule": "^2.0.0",
"unist-util-generated": "^2.0.0",
"unist-util-visit": "^4.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/remark-lint-heading-style/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remark-lint-heading-style",
"version": "2.0.1",
"version": "3.0.0",
"description": "remark-lint rule to warn when heading style violates the given style",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -35,7 +35,7 @@
"@types/mdast": "^3.0.0",
"mdast-util-heading-style": "^2.0.0",
"unified": "^10.0.0",
"unified-lint-rule": "^1.0.0",
"unified-lint-rule": "^2.0.0",
"unist-util-generated": "^2.0.0",
"unist-util-visit": "^4.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/remark-lint-linebreak-style/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remark-lint-linebreak-style",
"version": "2.0.1",
"version": "3.0.0",
"description": "remark-lint rule to warn when linebreaks violate a given or detected style",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -37,7 +37,7 @@
"dependencies": {
"@types/mdast": "^3.0.0",
"unified": "^10.0.0",
"unified-lint-rule": "^1.0.0",
"unified-lint-rule": "^2.0.0",
"vfile-location": "^4.0.0"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/remark-lint-link-title-style/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remark-lint-link-title-style",
"version": "2.0.1",
"version": "3.0.0",
"description": "remark-lint rule to warn when link and definition titles occur with incorrect quotes",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -34,7 +34,7 @@
"dependencies": {
"@types/mdast": "^3.0.0",
"unified": "^10.0.0",
"unified-lint-rule": "^1.0.0",
"unified-lint-rule": "^2.0.0",
"unist-util-position": "^4.0.0",
"unist-util-visit": "^4.0.0",
"vfile-location": "^4.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/remark-lint-list-item-bullet-indent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remark-lint-list-item-bullet-indent",
"version": "3.0.0",
"version": "4.0.0",
"description": "remark-lint rule to warn when list item bullets are indented",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -34,7 +34,7 @@
"@types/mdast": "^3.0.0",
"pluralize": "^8.0.0",
"unified": "^10.0.0",
"unified-lint-rule": "^1.0.0",
"unified-lint-rule": "^2.0.0",
"unist-util-visit": "^4.0.0"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/remark-lint-list-item-content-indent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remark-lint-list-item-content-indent",
"version": "2.0.1",
"version": "3.0.0",
"description": "remark-lint rule to warn when the content of a list item has mixed indentation",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -35,7 +35,7 @@
"@types/mdast": "^3.0.0",
"pluralize": "^8.0.0",
"unified": "^10.0.0",
"unified-lint-rule": "^1.0.0",
"unified-lint-rule": "^2.0.0",
"unist-util-position": "^4.0.0",
"unist-util-visit": "^4.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/remark-lint-list-item-indent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remark-lint-list-item-indent",
"version": "2.0.1",
"version": "3.0.0",
"description": "remark-lint rule to warn when the spacing between a list item’s bullet and its content violates a given style",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -34,7 +34,7 @@
"@types/mdast": "^3.0.0",
"pluralize": "^8.0.0",
"unified": "^10.0.0",
"unified-lint-rule": "^1.0.0",
"unified-lint-rule": "^2.0.0",
"unist-util-generated": "^2.0.0",
"unist-util-position": "^4.0.0",
"unist-util-visit": "^4.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/remark-lint-list-item-spacing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remark-lint-list-item-spacing",
"version": "3.0.0",
"version": "4.0.0",
"description": "remark-lint rule to warn when list looseness is incorrect",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -34,7 +34,7 @@
"dependencies": {
"@types/mdast": "^3.0.0",
"unified": "^10.0.0",
"unified-lint-rule": "^1.0.0",
"unified-lint-rule": "^2.0.0",
"unist-util-generated": "^2.0.0",
"unist-util-position": "^4.0.0",
"unist-util-visit": "^4.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/remark-lint-maximum-heading-length/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remark-lint-maximum-heading-length",
"version": "2.0.1",
"version": "3.0.0",
"description": "remark-lint rule to warn when headings are too long",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -33,7 +33,7 @@
"@types/mdast": "^3.0.0",
"mdast-util-to-string": "^3.0.0",
"unified": "^10.0.0",
"unified-lint-rule": "^1.0.0",
"unified-lint-rule": "^2.0.0",
"unist-util-generated": "^2.0.0",
"unist-util-visit": "^4.0.0"
},
Expand Down
Loading

0 comments on commit b9d3848

Please sign in to comment.