Skip to content

Commit

Permalink
7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Aug 30, 2023
1 parent 142a16c commit aba138b
Show file tree
Hide file tree
Showing 82 changed files with 214 additions and 214 deletions.
2 changes: 1 addition & 1 deletion packages/hast-util-from-string/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hast-util-from-string",
"version": "2.0.0",
"version": "3.0.0",
"description": "hast utility to set the plain-text value of a node",
"license": "MIT",
"keywords": [
Expand Down
6 changes: 3 additions & 3 deletions packages/hast-util-from-string/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@ npm install hast-util-from-string
In Deno with [`esm.sh`][esm-sh]:

```js
import {fromString} from 'https://esm.sh/hast-util-from-string@2'
import {fromString} from 'https://esm.sh/hast-util-from-string@3'
```

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

```html
<script type="module">
import {fromString} from 'https://esm.sh/hast-util-from-string@2?bundle'
import {fromString} from 'https://esm.sh/hast-util-from-string@3?bundle'
</script>
```

Expand Down Expand Up @@ -136,7 +136,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,
`hast-util-from-string@^2`,
`hast-util-from-string@^3`,
compatible with Node.js 16.

## Security
Expand Down
2 changes: 1 addition & 1 deletion packages/hast-util-is-body-ok-link/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hast-util-is-body-ok-link",
"version": "2.0.0",
"version": "3.0.0",
"description": "hast utility to check if a link element is “Body OK”",
"license": "MIT",
"keywords": [
Expand Down
6 changes: 3 additions & 3 deletions packages/hast-util-is-body-ok-link/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@ npm install hast-util-is-body-ok-link
In Deno with [`esm.sh`][esm-sh]:

```js
import {isBodyOkLink} from 'https://esm.sh/hast-util-is-body-ok-link@2'
import {isBodyOkLink} from 'https://esm.sh/hast-util-is-body-ok-link@3'
```

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

```html
<script type="module">
import {isBodyOkLink} from 'https://esm.sh/hast-util-is-body-ok-link@2?bundle'
import {isBodyOkLink} from 'https://esm.sh/hast-util-is-body-ok-link@3?bundle'
</script>
```

Expand Down Expand Up @@ -117,7 +117,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,
`hast-util-is-body-ok-link@^2`,
`hast-util-is-body-ok-link@^3`,
compatible with Node.js 16.

## Security
Expand Down
2 changes: 1 addition & 1 deletion packages/hast-util-is-conditional-comment/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hast-util-is-conditional-comment",
"version": "2.0.0",
"version": "3.0.0",
"description": "hast utility to check if a node is a conditional comment",
"license": "MIT",
"keywords": [
Expand Down
6 changes: 3 additions & 3 deletions packages/hast-util-is-conditional-comment/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,14 @@ npm install hast-util-is-conditional-comment
In Deno with [`esm.sh`][esm-sh]:

```js
import {isConditionalComment} from 'https://esm.sh/hast-util-is-conditional-comment@2'
import {isConditionalComment} from 'https://esm.sh/hast-util-is-conditional-comment@3'
```

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

```html
<script type="module">
import {isConditionalComment} from 'https://esm.sh/hast-util-is-conditional-comment@2?bundle'
import {isConditionalComment} from 'https://esm.sh/hast-util-is-conditional-comment@3?bundle'
</script>
```

Expand Down Expand Up @@ -114,7 +114,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,
`hast-util-is-conditional-comment@^2`,
`hast-util-is-conditional-comment@^3`,
compatible with Node.js 16.

## Security
Expand Down
2 changes: 1 addition & 1 deletion packages/hast-util-is-css-link/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hast-util-is-css-link",
"version": "2.0.0",
"version": "3.0.0",
"description": "hast utility to check if an element is a css link",
"license": "MIT",
"keywords": [
Expand Down
6 changes: 3 additions & 3 deletions packages/hast-util-is-css-link/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@ npm install hast-util-is-css-link
In Deno with [`esm.sh`][esm-sh]:

```js
import {isCssLink} from 'https://esm.sh/hast-util-is-css-link@2'
import {isCssLink} from 'https://esm.sh/hast-util-is-css-link@3'
```

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

```html
<script type="module">
import {isCssLink} from 'https://esm.sh/hast-util-is-css-link@2?bundle'
import {isCssLink} from 'https://esm.sh/hast-util-is-css-link@3?bundle'
</script>
```

Expand Down Expand Up @@ -115,7 +115,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,
`hast-util-is-css-link@^2`,
`hast-util-is-css-link@^3`,
compatible with Node.js 16.

## Security
Expand Down
2 changes: 1 addition & 1 deletion packages/hast-util-is-css-style/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hast-util-is-css-style",
"version": "2.0.0",
"version": "3.0.0",
"description": "hast utility to check if an element is a css style",
"license": "MIT",
"keywords": [
Expand Down
6 changes: 3 additions & 3 deletions packages/hast-util-is-css-style/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@ npm install hast-util-is-css-style
In Deno with [`esm.sh`][esm-sh]:

```js
import {isCssStyle} from 'https://esm.sh/hast-util-is-css-style@2'
import {isCssStyle} from 'https://esm.sh/hast-util-is-css-style@3'
```

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

```html
<script type="module">
import {isCssStyle} from 'https://esm.sh/hast-util-is-css-style@2?bundle'
import {isCssStyle} from 'https://esm.sh/hast-util-is-css-style@3?bundle'
</script>
```

Expand Down Expand Up @@ -114,7 +114,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,
`hast-util-is-css-style@^2`,
`hast-util-is-css-style@^3`,
compatible with Node.js 16.

## Security
Expand Down
2 changes: 1 addition & 1 deletion packages/hast-util-is-event-handler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hast-util-is-event-handler",
"version": "2.0.0",
"version": "3.0.0",
"description": "hast utility to check if a property is an event handler",
"license": "MIT",
"keywords": [
Expand Down
6 changes: 3 additions & 3 deletions packages/hast-util-is-event-handler/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,14 @@ npm install hast-util-is-event-handler
In Deno with [`esm.sh`][esm-sh]:

```js
import {isEventHandler} from 'https://esm.sh/hast-util-is-event-handler@2'
import {isEventHandler} from 'https://esm.sh/hast-util-is-event-handler@3'
```

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

```html
<script type="module">
import {isEventHandler} from 'https://esm.sh/hast-util-is-event-handler@2?bundle'
import {isEventHandler} from 'https://esm.sh/hast-util-is-event-handler@3?bundle'
</script>
```

Expand Down Expand Up @@ -115,7 +115,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,
`hast-util-is-event-handler@^2`,
`hast-util-is-event-handler@^3`,
compatible with Node.js 16.

## Security
Expand Down
2 changes: 1 addition & 1 deletion packages/hast-util-is-javascript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hast-util-is-javascript",
"version": "2.0.0",
"version": "3.0.0",
"description": "hast utility to check if an element is a JavaScript script",
"license": "MIT",
"keywords": [
Expand Down
6 changes: 3 additions & 3 deletions packages/hast-util-is-javascript/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@ npm install hast-util-is-javascript
In Deno with [`esm.sh`][esm-sh]:

```js
import {isJavaScript} from 'https://esm.sh/hast-util-is-javascript@2'
import {isJavaScript} from 'https://esm.sh/hast-util-is-javascript@3'
```

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

```html
<script type="module">
import {isJavaScript} from 'https://esm.sh/hast-util-is-javascript@2?bundle'
import {isJavaScript} from 'https://esm.sh/hast-util-is-javascript@3?bundle'
</script>
```

Expand Down Expand Up @@ -117,7 +117,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,
`hast-util-is-javascript@^2`,
`hast-util-is-javascript@^3`,
compatible with Node.js 16.

## Security
Expand Down
2 changes: 1 addition & 1 deletion packages/hast-util-to-string/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hast-util-to-string",
"version": "2.0.0",
"version": "3.0.0",
"description": "hast utility to get the plain-text value of a node",
"license": "MIT",
"keywords": [
Expand Down
6 changes: 3 additions & 3 deletions packages/hast-util-to-string/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,14 @@ npm install hast-util-to-string
In Deno with [`esm.sh`][esm-sh]:

```js
import {toString} from 'https://esm.sh/hast-util-to-string@2'
import {toString} from 'https://esm.sh/hast-util-to-string@3'
```

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

```html
<script type="module">
import {toString} from 'https://esm.sh/hast-util-to-string@2?bundle'
import {toString} from 'https://esm.sh/hast-util-to-string@3?bundle'
</script>
```

Expand Down Expand Up @@ -117,7 +117,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,
`hast-util-to-string@^2`,
`hast-util-to-string@^3`,
compatible with Node.js 16.

## Security
Expand Down
2 changes: 1 addition & 1 deletion packages/html-enumerated-attributes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "html-enumerated-attributes",
"version": "0.1.0",
"version": "1.0.0",
"description": "Map of info on enumerated attributes in HTML",
"license": "MIT",
"keywords": [
Expand Down
6 changes: 3 additions & 3 deletions packages/html-enumerated-attributes/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@ npm install html-enumerated-attributes
In Deno with [`esm.sh`][esm-sh]:

```js
import {enumeratedAttributes} from 'https://esm.sh/html-enumerated-attributes@0'
import {enumeratedAttributes} from 'https://esm.sh/html-enumerated-attributes@1'
```

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

```html
<script type="module">
import {enumeratedAttributes} from 'https://esm.sh/html-enumerated-attributes@0?bundle'
import {enumeratedAttributes} from 'https://esm.sh/html-enumerated-attributes@1?bundle'
</script>
```

Expand Down Expand Up @@ -122,7 +122,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,
`html-enumerated-attributes@^0`,
`html-enumerated-attributes@^1`,
compatible with Node.js 16.

## Security
Expand Down
2 changes: 1 addition & 1 deletion packages/html-url-attributes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "html-url-attributes",
"version": "2.0.0",
"version": "3.0.0",
"description": "Map of URL attributes in HTML",
"license": "MIT",
"keywords": [
Expand Down
6 changes: 3 additions & 3 deletions packages/html-url-attributes/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@ npm install html-url-attributes
In Deno with [`esm.sh`][esm-sh]:

```js
import {urlAttributes} from 'https://esm.sh/html-url-attributes@2'
import {urlAttributes} from 'https://esm.sh/html-url-attributes@3'
```

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

```html
<script type="module">
import {urlAttributes} from 'https://esm.sh/html-url-attributes@2?bundle'
import {urlAttributes} from 'https://esm.sh/html-url-attributes@3?bundle'
</script>
```

Expand Down Expand Up @@ -104,7 +104,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,
`html-url-attributes@^2`,
`html-url-attributes@^3`,
compatible with Node.js 16.

## Security
Expand Down
2 changes: 1 addition & 1 deletion packages/html-whitespace-sensitive-tag-names/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "html-whitespace-sensitive-tag-names",
"version": "2.0.0",
"version": "3.0.0",
"description": "List of whitespace sensitive HTML tag names",
"license": "MIT",
"keywords": [
Expand Down
6 changes: 3 additions & 3 deletions packages/html-whitespace-sensitive-tag-names/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@ npm install html-whitespace-sensitive-tag-names
In Deno with [`esm.sh`][esm-sh]:

```js
import {whitespaceSensitiveTagNames} from 'https://esm.sh/html-whitespace-sensitive-tag-names@2'
import {whitespaceSensitiveTagNames} from 'https://esm.sh/html-whitespace-sensitive-tag-names@3'
```

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

```html
<script type="module">
import {whitespaceSensitiveTagNames} from 'https://esm.sh/html-whitespace-sensitive-tag-names@2?bundle'
import {whitespaceSensitiveTagNames} from 'https://esm.sh/html-whitespace-sensitive-tag-names@3?bundle'
</script>
```

Expand Down Expand Up @@ -99,7 +99,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,
`html-whitespace-sensitive-tag-names@^2`,
`html-whitespace-sensitive-tag-names@^3`,
compatible with Node.js 16.

## Security
Expand Down
8 changes: 4 additions & 4 deletions packages/rehype-concat-css-style/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rehype-concat-css-style",
"version": "3.0.0",
"version": "4.0.0",
"description": "rehype plugin to concatenate CSS `<style>` elements together",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -36,9 +36,9 @@
],
"dependencies": {
"@types/hast": "^3.0.0",
"hast-util-is-css-style": "^2.0.0",
"hast-util-from-string": "^2.0.0",
"hast-util-to-string": "^2.0.0",
"hast-util-is-css-style": "^3.0.0",
"hast-util-from-string": "^3.0.0",
"hast-util-to-string": "^3.0.0",
"unist-util-visit": "^5.0.0"
},
"scripts": {},
Expand Down

0 comments on commit aba138b

Please sign in to comment.