Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: syntax-tree/hast-util-select
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6.0.0
Choose a base ref
...
head repository: syntax-tree/hast-util-select
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6.0.1
Choose a head ref
  • 3 commits
  • 2 files changed
  • 1 contributor

Commits on Aug 30, 2023

  1. Update dev-dependencies

    wooorm committed Aug 30, 2023

    Verified

    This commit was signed with the committer’s verified signature.
    wooorm Titus
    Copy the full SHA
    6f5bbea View commit details
  2. Update dependency

    wooorm committed Aug 30, 2023

    Verified

    This commit was signed with the committer’s verified signature.
    wooorm Titus
    Copy the full SHA
    6448c6a View commit details
  3. 6.0.1

    wooorm committed Aug 30, 2023

    Verified

    This commit was signed with the committer’s verified signature.
    wooorm Titus
    Copy the full SHA
    3032a27 View commit details
Showing with 3 additions and 4 deletions.
  1. +0 −1 lib/enter-state.js
  2. +3 −3 package.json
1 change: 0 additions & 1 deletion lib/enter-state.js
Original file line number Diff line number Diff line change
@@ -71,7 +71,6 @@ export function enterState(state, node) {
} else if (dir === 'auto' || node.tagName === 'bdi') {
if (node.tagName === 'textarea') {
// Check contents of `<textarea>`.
// @ts-expect-error: to do: remove when `rehype-minify` is updated.
dirInferred = dirBidi(toString(node))
} else if (
node.tagName === 'input' &&
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hast-util-select",
"version": "6.0.0",
"version": "6.0.1",
"description": "hast utility for `querySelector`, `querySelectorAll`, and `matches`",
"license": "MIT",
"keywords": [
@@ -45,7 +45,7 @@
"devlop": "^1.0.0",
"direction": "^2.0.0",
"hast-util-has-property": "^3.0.0",
"hast-util-to-string": "^2.0.0",
"hast-util-to-string": "^3.0.0",
"hast-util-whitespace": "^3.0.0",
"not": "^0.1.0",
"nth-check": "^2.0.0",
@@ -64,7 +64,7 @@
"type-coverage": "^2.0.0",
"typescript": "^5.0.0",
"unist-builder": "^4.0.0",
"xo": "^0.55.0"
"xo": "^0.56.0"
},
"scripts": {
"prepack": "npm run build && npm run format",