Skip to content

Commit

Permalink
10.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Apr 9, 2024
1 parent 943a574 commit 6b6ea9c
Show file tree
Hide file tree
Showing 140 changed files with 416 additions and 416 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": "3.1.2",
"version": "4.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 @@ -35,7 +35,7 @@
"@types/mdast": "^4.0.0",
"mdast-util-phrasing": "^4.0.0",
"pluralize": "^8.0.0",
"unified-lint-rule": "^2.0.0",
"unified-lint-rule": "^3.0.0",
"unist-util-position": "^5.0.0",
"unist-util-visit-parents": "^6.0.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/remark-lint-blockquote-indentation/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,14 @@ npm install remark-lint-blockquote-indentation
In Deno with [`esm.sh`][esm-sh]:

```js
import remarkLintBlockquoteIndentation from 'https://esm.sh/remark-lint-blockquote-indentation@3'
import remarkLintBlockquoteIndentation from 'https://esm.sh/remark-lint-blockquote-indentation@4'
```

In browsers with [`esm.sh`][esm-sh]:

```html
<script type="module">
import remarkLintBlockquoteIndentation from 'https://esm.sh/remark-lint-blockquote-indentation@3?bundle'
import remarkLintBlockquoteIndentation from 'https://esm.sh/remark-lint-blockquote-indentation@4?bundle'
</script>
```

Expand Down Expand Up @@ -260,7 +260,7 @@ versions of Node.js.
When we cut a new major release, we drop support for unmaintained versions of
Node.
This means we try to keep the current release line,
`remark-lint-blockquote-indentation@3`,
`remark-lint-blockquote-indentation@4`,
compatible with Node.js 16.

## Contribute
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": "4.1.2",
"version": "5.0.0",
"description": "remark-lint rule to warn when list item checkboxes violate a given style",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -35,7 +35,7 @@
"dependencies": {
"@types/mdast": "^4.0.0",
"mdast-util-phrasing": "^4.0.0",
"unified-lint-rule": "^2.0.0",
"unified-lint-rule": "^3.0.0",
"unist-util-position": "^5.0.0",
"unist-util-visit-parents": "^6.0.0",
"vfile-message": "^4.0.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/remark-lint-checkbox-character-style/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,14 @@ npm install remark-lint-checkbox-character-style
In Deno with [`esm.sh`][esm-sh]:

```js
import remarkLintCheckboxCharacterStyle from 'https://esm.sh/remark-lint-checkbox-character-style@4'
import remarkLintCheckboxCharacterStyle from 'https://esm.sh/remark-lint-checkbox-character-style@5'
```

In browsers with [`esm.sh`][esm-sh]:

```html
<script type="module">
import remarkLintCheckboxCharacterStyle from 'https://esm.sh/remark-lint-checkbox-character-style@4?bundle'
import remarkLintCheckboxCharacterStyle from 'https://esm.sh/remark-lint-checkbox-character-style@5?bundle'
</script>
```

Expand Down Expand Up @@ -311,7 +311,7 @@ versions of Node.js.
When we cut a new major release, we drop support for unmaintained versions of
Node.
This means we try to keep the current release line,
`remark-lint-checkbox-character-style@4`,
`remark-lint-checkbox-character-style@5`,
compatible with Node.js 16.
## Contribute
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": "4.1.2",
"version": "5.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 @@ -36,7 +36,7 @@
"@types/mdast": "^4.0.0",
"mdast-util-phrasing": "^4.0.0",
"pluralize": "^8.0.0",
"unified-lint-rule": "^2.0.0",
"unified-lint-rule": "^3.0.0",
"unist-util-position": "^5.0.0",
"unist-util-visit-parents": "^6.0.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/remark-lint-checkbox-content-indent/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,14 @@ npm install remark-lint-checkbox-content-indent
In Deno with [`esm.sh`][esm-sh]:

```js
import remarkLintCheckboxContentIndent from 'https://esm.sh/remark-lint-checkbox-content-indent@4'
import remarkLintCheckboxContentIndent from 'https://esm.sh/remark-lint-checkbox-content-indent@5'
```

In browsers with [`esm.sh`][esm-sh]:

```html
<script type="module">
import remarkLintCheckboxContentIndent from 'https://esm.sh/remark-lint-checkbox-content-indent@4?bundle'
import remarkLintCheckboxContentIndent from 'https://esm.sh/remark-lint-checkbox-content-indent@5?bundle'
</script>
```

Expand Down Expand Up @@ -221,7 +221,7 @@ versions of Node.js.
When we cut a new major release, we drop support for unmaintained versions of
Node.
This means we try to keep the current release line,
`remark-lint-checkbox-content-indent@4`,
`remark-lint-checkbox-content-indent@5`,
compatible with Node.js 16.

## Contribute
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": "3.1.2",
"version": "4.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 @@ -33,7 +33,7 @@
"dependencies": {
"@types/mdast": "^4.0.0",
"mdast-util-phrasing": "^4.0.0",
"unified-lint-rule": "^2.0.0",
"unified-lint-rule": "^3.0.0",
"unist-util-position": "^5.0.0",
"unist-util-visit-parents": "^6.0.0",
"vfile-message": "^4.0.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/remark-lint-code-block-style/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,14 @@ npm install remark-lint-code-block-style
In Deno with [`esm.sh`][esm-sh]:

```js
import remarkLintCodeBlockStyle from 'https://esm.sh/remark-lint-code-block-style@3'
import remarkLintCodeBlockStyle from 'https://esm.sh/remark-lint-code-block-style@4'
```

In browsers with [`esm.sh`][esm-sh]:

```html
<script type="module">
import remarkLintCodeBlockStyle from 'https://esm.sh/remark-lint-code-block-style@3?bundle'
import remarkLintCodeBlockStyle from 'https://esm.sh/remark-lint-code-block-style@4?bundle'
</script>
```

Expand Down Expand Up @@ -304,7 +304,7 @@ versions of Node.js.
When we cut a new major release, we drop support for unmaintained versions of
Node.
This means we try to keep the current release line,
`remark-lint-code-block-style@3`,
`remark-lint-code-block-style@4`,
compatible with Node.js 16.

## Contribute
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": "3.1.2",
"version": "4.0.0",
"description": "remark-lint rule to warn when definition labels are not lowercase",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"@types/mdast": "^4.0.0",
"mdast-util-phrasing": "^4.0.0",
"unified-lint-rule": "^2.0.0",
"unified-lint-rule": "^3.0.0",
"unist-util-visit-parents": "^6.0.0"
},
"scripts": {},
Expand Down
6 changes: 3 additions & 3 deletions packages/remark-lint-definition-case/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@ npm install remark-lint-definition-case
In Deno with [`esm.sh`][esm-sh]:

```js
import remarkLintDefinitionCase from 'https://esm.sh/remark-lint-definition-case@3'
import remarkLintDefinitionCase from 'https://esm.sh/remark-lint-definition-case@4'
```

In browsers with [`esm.sh`][esm-sh]:

```html
<script type="module">
import remarkLintDefinitionCase from 'https://esm.sh/remark-lint-definition-case@3?bundle'
import remarkLintDefinitionCase from 'https://esm.sh/remark-lint-definition-case@4?bundle'
</script>
```

Expand Down Expand Up @@ -194,7 +194,7 @@ versions of Node.js.
When we cut a new major release, we drop support for unmaintained versions of
Node.
This means we try to keep the current release line,
`remark-lint-definition-case@3`,
`remark-lint-definition-case@4`,
compatible with Node.js 16.

## Contribute
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": "3.1.2",
"version": "4.0.0",
"description": "remark-lint rule to warn when consecutive whitespace is used in a definition",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -35,7 +35,7 @@
"longest-streak": "^3.0.0",
"mdast-util-phrasing": "^4.0.0",
"pluralize": "^8.0.0",
"unified-lint-rule": "^2.0.0",
"unified-lint-rule": "^3.0.0",
"unist-util-visit-parents": "^6.0.0"
},
"scripts": {},
Expand Down
6 changes: 3 additions & 3 deletions packages/remark-lint-definition-spacing/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,14 @@ npm install remark-lint-definition-spacing
In Deno with [`esm.sh`][esm-sh]:

```js
import remarkLintDefinitionSpacing from 'https://esm.sh/remark-lint-definition-spacing@3'
import remarkLintDefinitionSpacing from 'https://esm.sh/remark-lint-definition-spacing@4'
```

In browsers with [`esm.sh`][esm-sh]:

```html
<script type="module">
import remarkLintDefinitionSpacing from 'https://esm.sh/remark-lint-definition-spacing@3?bundle'
import remarkLintDefinitionSpacing from 'https://esm.sh/remark-lint-definition-spacing@4?bundle'
</script>
```

Expand Down Expand Up @@ -197,7 +197,7 @@ versions of Node.js.
When we cut a new major release, we drop support for unmaintained versions of
Node.
This means we try to keep the current release line,
`remark-lint-definition-spacing@3`,
`remark-lint-definition-spacing@4`,
compatible with Node.js 16.

## Contribute
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": "3.1.2",
"version": "4.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": "^4.0.0",
"unified-lint-rule": "^2.0.0",
"unified-lint-rule": "^3.0.0",
"unist-util-position": "^5.0.0",
"unist-util-visit-parents": "^6.0.0",
"vfile-message": "^4.0.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/remark-lint-emphasis-marker/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,14 @@ npm install remark-lint-emphasis-marker
In Deno with [`esm.sh`][esm-sh]:

```js
import remarkLintEmphasisMarker from 'https://esm.sh/remark-lint-emphasis-marker@3'
import remarkLintEmphasisMarker from 'https://esm.sh/remark-lint-emphasis-marker@4'
```

In browsers with [`esm.sh`][esm-sh]:

```html
<script type="module">
import remarkLintEmphasisMarker from 'https://esm.sh/remark-lint-emphasis-marker@3?bundle'
import remarkLintEmphasisMarker from 'https://esm.sh/remark-lint-emphasis-marker@4?bundle'
</script>
```

Expand Down Expand Up @@ -276,7 +276,7 @@ versions of Node.js.
When we cut a new major release, we drop support for unmaintained versions of
Node.
This means we try to keep the current release line,
`remark-lint-emphasis-marker@3`,
`remark-lint-emphasis-marker@4`,
compatible with Node.js 16.
## Contribute
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": "3.1.2",
"version": "4.0.0",
"description": "remark-lint rule to warn when fenced code blocks occur without language flag",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -36,7 +36,7 @@
"@types/mdast": "^4.0.0",
"mdast-util-phrasing": "^4.0.0",
"quotation": "^2.0.0",
"unified-lint-rule": "^2.0.0",
"unified-lint-rule": "^3.0.0",
"unist-util-position": "^5.0.0",
"unist-util-visit-parents": "^6.0.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/remark-lint-fenced-code-flag/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,14 @@ npm install remark-lint-fenced-code-flag
In Deno with [`esm.sh`][esm-sh]:

```js
import remarkLintFencedCodeFlag from 'https://esm.sh/remark-lint-fenced-code-flag@3'
import remarkLintFencedCodeFlag from 'https://esm.sh/remark-lint-fenced-code-flag@4'
```

In browsers with [`esm.sh`][esm-sh]:

```html
<script type="module">
import remarkLintFencedCodeFlag from 'https://esm.sh/remark-lint-fenced-code-flag@3?bundle'
import remarkLintFencedCodeFlag from 'https://esm.sh/remark-lint-fenced-code-flag@4?bundle'
</script>
```

Expand Down Expand Up @@ -312,7 +312,7 @@ versions of Node.js.
When we cut a new major release, we drop support for unmaintained versions of
Node.
This means we try to keep the current release line,
`remark-lint-fenced-code-flag@3`,
`remark-lint-fenced-code-flag@4`,
compatible with Node.js 16.

## Contribute
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": "3.1.2",
"version": "4.0.0",
"description": "remark-lint rule to warn when fenced code markers violate the given style",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -34,7 +34,7 @@
"dependencies": {
"@types/mdast": "^4.0.0",
"mdast-util-phrasing": "^4.0.0",
"unified-lint-rule": "^2.0.0",
"unified-lint-rule": "^3.0.0",
"unist-util-position": "^5.0.0",
"unist-util-visit-parents": "^6.0.0",
"vfile-message": "^4.0.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/remark-lint-fenced-code-marker/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,14 @@ npm install remark-lint-fenced-code-marker
In Deno with [`esm.sh`][esm-sh]:

```js
import remarkLintFencedCodeMarker from 'https://esm.sh/remark-lint-fenced-code-marker@3'
import remarkLintFencedCodeMarker from 'https://esm.sh/remark-lint-fenced-code-marker@4'
```

In browsers with [`esm.sh`][esm-sh]:

```html
<script type="module">
import remarkLintFencedCodeMarker from 'https://esm.sh/remark-lint-fenced-code-marker@3?bundle'
import remarkLintFencedCodeMarker from 'https://esm.sh/remark-lint-fenced-code-marker@4?bundle'
</script>
```

Expand Down Expand Up @@ -287,7 +287,7 @@ versions of Node.js.
When we cut a new major release, we drop support for unmaintained versions of
Node.
This means we try to keep the current release line,
`remark-lint-fenced-code-marker@3`,
`remark-lint-fenced-code-marker@4`,
compatible with Node.js 16.

## Contribute
Expand Down
Loading

0 comments on commit 6b6ea9c

Please sign in to comment.