chore: update dependency css-select to v5 #223
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^2.1.0
->^5.0.0
Release Notes
fb55/css-select
v5.1.0
Compare Source
1c1f7f2
context
, which means that no parent elements of the context will be matched. (Eg.a b c
with contextb
will never give any results.)If the
relativeSelector
option is set tofalse
, selectors won't be absolutized and selectors can test for parent elements outside of thecontext
.v5.0.1
Compare Source
:is(...)
or:not(...)
. (#758)77945c4
v5.0.0
Compare Source
Breaking
domhandler
's node types have changed. Some of these changes were inherited bycss-select
#754css-select
is now a dual CJS and ESM package #756:host-context
#755Features
pseudos
option #757filters
,pseudos
andaliases
is now deprecated.v4.3.0
Compare Source
What's Changed
.class
and#id
selectors are case-insensitive.prevElementSibling
adapter method by @fb55 in78776e8
255e965
*|div
,[foo|bar]
already caused errors before this release. We now parse them properly and throw errors with better descriptions.Full Changelog: fb55/css-select@v4.2.1...v4.3.0
v4.2.1
Compare Source
appendNextSiblings
(#656)726f51b
e8974a3
v4.2.0
Compare Source
What's Changed
:where
pseudo class as alias for:is
by @jannispl in https://github.com/fb55/css-select/pull/582New Contributors
Full Changelog: fb55/css-select@v4.1.3...v4.2.0
v4.1.3
Compare Source
Fixes:
compile
's return value type was updated toNode
, instead of anElement
(more types can now be passed).1419455
Dependencies:
css-what
from 5.0.0 to 5.0.1, fixing potentially expensive regex (#451)e3f4cf1
@types/boolbase
636c238
v4.1.2
Compare Source
context
typese15cc53
v4.1.1
Compare Source
context
types not being updated everywhered2b0409
v4.1.0
Compare Source
Added support for additional parameter types:
58109d6
01afada
v4.0.0
Compare Source
New features:
206535e
[email protected]
s
flag in attribute selectors.Fixes:
!=
ignoring elements without attribute (#402)4484259
Other:
strict
option9329fb8
v3.1.2
Compare Source
efcfcdb
b141d76
v3.1.1
Compare Source
Fixes:
root
in the:root
pseudo-selectorc4d2b7b
Dependency upgrades:
c4d2b7b
187c9cd
4241106
v3.1.0
Compare Source
prepareContext
functionf997165
cacheResults
option6db3de6
0c0a8ff
b8ae895
v3.0.4
Compare Source
cbb7187
8bd03e8
3242963
v3.0.3
Compare Source
types
entry inpackage.json
v3.0.2
Compare Source
v3.0.1
Compare Source
default
property. If you used the exported function before, you will have to update your code.adapter.equals
across the codebaseoptions
object, not the adapter anymore. To update your code, extract the adapter from the options object, eg.pseudos.custom = (elem, adapter) => {}
is nowpseudos.custom = (elem, {adapter}) => {}
.:any-link
:has
(fixes #111)v3.0.0
Compare Source
Released with a breaking bug, please ignore.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.