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: 5.0.5
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.0
Choose a head ref
  • 15 commits
  • 22 files changed
  • 1 contributor

Commits on Aug 6, 2023

  1. Update dev-dependencies

    wooorm committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    ecb93c0 View commit details
    Browse the repository at this point in the history
  2. Update @types/hast, utilities

    wooorm committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    11e66c0 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Update to match CSS selectors 4

    This commit updates `css-selector-parser`, which is completely different.
    You’ll get some different errors if you do weird things.
    
    Otherwise, this changes:
    
    * change to throw on empty selector
    * change to on invalid attribute selectors such as `[a=b,c]`, use `[a="b,c"]` instead
    * remove `any`, `matches`: use `:is()` instead
    wooorm committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    daf8770 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    131fd16 View commit details
    Browse the repository at this point in the history
  3. Refactor .npmrc

    wooorm committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    d1a0e1b View commit details
    Browse the repository at this point in the history
  4. Refactor code-style

    wooorm committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    9a17e77 View commit details
    Browse the repository at this point in the history
  5. Refactor docs

    wooorm committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    87996c8 View commit details
    Browse the repository at this point in the history
  6. Change to yield undefined

    wooorm committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    db5ea46 View commit details
    Browse the repository at this point in the history
  7. Change to use exports

    wooorm committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    1a7cb9f View commit details
    Browse the repository at this point in the history
  8. Change to require Node.js 16

    wooorm committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    2b1144c View commit details
    Browse the repository at this point in the history
  9. Add support for a:has(> b)

    wooorm committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    0c47af3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    56ae734 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3592016 View commit details
    Browse the repository at this point in the history
  12. Change to never match multiple ids

    This matches CSS.
    wooorm committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    e1e821c View commit details
    Browse the repository at this point in the history
  13. 6.0.0

    wooorm committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    5028753 View commit details
    Browse the repository at this point in the history
Loading