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:
^0.74.0
->^0.79.0
^0.64.8
->^0.65.0
^0.74.0
->^0.79.0
^0.64.8
->^0.65.0
^0.74.0
->^0.79.0
^0.64.8
->^0.65.0
^0.64.8
->^0.65.0
^0.74.0
->^0.79.0
^0.64.8
->^0.65.0
^0.74.0
->^0.79.0
^0.64.8
->^0.65.0
^0.64.8
->^0.65.0
^0.64.8
->^0.65.0
^0.64.8
->^0.65.0
^0.74.0
->^0.79.0
^0.74.0
->^0.79.0
^0.74.0
->^0.79.0
^0.64.8
->^0.65.0
^0.74.0
->^0.79.0
^0.74.0
->^0.79.0
^0.74.0
->^0.79.0
^0.64.8
->^0.65.0
^0.64.8
->^0.65.0
^0.74.0
->^0.79.0
^0.74.0
->^0.79.0
^0.74.0
->^0.79.0
^0.64.8
->^0.65.0
^0.74.0
->^0.79.0
^0.64.8
->^0.65.0
^0.74.0
->^0.79.0
^0.74.0
->^0.79.0
^0.64.8
->^0.65.0
Release Notes
siteimprove/alfa (@siteimprove/alfa-act)
v0.79.1
Compare Source
v0.79.0
Compare Source
v0.78.2
Compare Source
v0.78.1
Compare Source
v0.78.0
Compare Source
Patch Changes
Added:
Ouctome
can now be produced with aMode.Manual
. (#1587)This is intended to merge manual testing results into Alfa ones seamlessly.
v0.77.0
Compare Source
v0.76.0
Compare Source
v0.75.2
Compare Source
v0.75.1
Compare Source
v0.75.0
Compare Source
siteimprove/alfa-integrations (@siteimprove/alfa-angular)
v0.65.0
Compare Source
Minor Changes
toPage
is nowasync
. (#40)Patch Changes
v0.64.11
Compare Source
Patch Changes
Changed: Update Alfa to ^0.77.0 (#38)
Changed: Updated Alfa. (#39)
v0.64.10
Compare Source
Patch Changes
v0.64.9
Compare Source
Patch Changes
siteimprove/alfa (@siteimprove/alfa-aria)
v0.79.1
Compare Source
v0.79.0
Compare Source
v0.78.2
Compare Source
v0.78.1
Compare Source
v0.78.0
Compare Source
v0.77.0
Compare Source
v0.76.0
Compare Source
v0.75.2
Compare Source
v0.75.1
Compare Source
v0.75.0
Compare Source
siteimprove/alfa-integrations (@siteimprove/alfa-assert)
v0.65.0
Compare Source
Patch Changes
v0.64.11
Compare Source
Patch Changes
Changed: Update Alfa to ^0.77.0 (#38)
Changed: Updated Alfa. (#39)
v0.64.10
Compare Source
Patch Changes
v0.64.9
Compare Source
Patch Changes
siteimprove/alfa (@siteimprove/alfa-cascade)
v0.79.1
Compare Source
v0.79.0
Compare Source
Minor Changes
import
rules now supportlayer
, andsupports
condition. (#1603)v0.78.2
Compare Source
v0.78.1
Compare Source
v0.78.0
Compare Source
v0.77.0
Compare Source
v0.76.0
Compare Source
v0.75.2
Compare Source
Patch Changes
Fixed:
!important
declarations in rules with normal declarations are not dropped anymore. (#1585)While moving handling of
!important
fromalfa-style
toalfa-cascade
, a regression was introduced that effectively dropped!important
declarations from rules having both normal and important ones (e.g.div {color: blue; background: red !important }
); this is now fixed.Added: An
isImportant
predicate is available onOrigin
andPrecedence
. (#1585)v0.75.1
Compare Source
v0.75.0
Compare Source
Minor Changes
@layer
rules are now handled when building cascades. (#1574)Patch Changes
::slotted
selectors within a compound selector are now correctly handled. (#1575)siteimprove/alfa-integrations (@siteimprove/alfa-chai)
v0.65.0
Compare Source
Patch Changes
v0.64.11
Compare Source
Patch Changes
Changed: Update Alfa to ^0.77.0 (#38)
Changed: Updated Alfa. (#39)
v0.64.10
Compare Source
Patch Changes
v0.64.9
Compare Source
Patch Changes
siteimprove/alfa-integrations (@siteimprove/alfa-crawler)
v0.65.0
Compare Source
Patch Changes
v0.64.11
Compare Source
Patch Changes
Changed: Update Alfa to ^0.77.0 (#38)
Changed: Updated Alfa. (#39)
v0.64.10
Compare Source
Patch Changes
v0.64.9
Compare Source
Patch Changes
siteimprove/alfa (@siteimprove/alfa-css)
v0.79.1
Compare Source
v0.79.0
Compare Source
v0.78.2
Compare Source
v0.78.1
Compare Source
v0.78.0
Compare Source
v0.77.0
Compare Source
v0.76.0
Compare Source
v0.75.2
Compare Source
v0.75.1
Compare Source
v0.75.0
Compare Source
siteimprove/alfa-integrations (@siteimprove/alfa-cypress)
v0.65.0
Compare Source
Minor Changes
toPage
is nowasync
. (#40)Patch Changes
v0.64.11
Compare Source
Patch Changes
Changed: Update Alfa to ^0.77.0 (#38)
Changed: Updated Alfa. (#39)
v0.64.10
Compare Source
Patch Changes
v0.64.9
Compare Source
Patch Changes
siteimprove/alfa (@siteimprove/alfa-dom)
v0.79.1
Compare Source
Patch Changes
Native.fromNode
. (#1606)v0.79.0
Compare Source
Minor Changes
Breaking:
ImportRule.queries
has been renamedImportRule.mediaQueries
. (#1603)This allows support queries in import rules in a unified naming scheme.
Breaking:
Native.fromNode()
is now asynchronous. (#1600)This allows to perform asynchronous operations on the page being scraped.
Added: CSS
import
rules now supportlayer
, andsupports
condition. (#1603)Patch Changes
Added:
Native.fromNode()
now includes an option to enforcecrossorigin: anonymous
on<link>
elements missing a CORS. (#1600)This can help solve some problems encountered during scraping, when they are tied to missing CORS policy.
Fixed:
Native.fromNode()
now correctly handles CSS shorthands whose value is avar(…)
. (#1600)Fixed: Bug where boxes where not being serialized due to device not being passed down when recursing has been fixed. (#1605)
Fixed:
Node.tabOrder()
now correctly inserts shadow tree content in its place, instead of at the start. (#1599)Added:
Native.fromNode
now parses@layer
rules. (#1600)v0.78.2
Compare Source
v0.78.1
Compare Source
v0.78.0
Compare Source
v0.77.0
Compare Source
v0.76.0
Compare Source
v0.75.2
Compare Source
v0.75.1
Compare Source
v0.75.0
Compare Source
Minor Changes
Added: Most CSS conditional rules now have a
.matches(device)
helper, checking against the parsed queries. (#1581)Added: CSS
@layer
rules are now handled when building cascades. (#1574)siteimprove/alfa-integrations (@siteimprove/alfa-enzyme)
v0.65.0
Compare Source
Patch Changes
v0.64.11
Compare Source
Patch Changes
Changed: Update Alfa to ^0.77.0 (#38)
Changed: Updated Alfa. (#39)
v0.64.10
Compare Source
Patch Changes
v0.64.9
Compare Source
Patch Changes
siteimprove/alfa-integrations (@siteimprove/alfa-formatter)
v0.65.0
Compare Source
Patch Changes
v0.64.11
Compare Source
Patch Changes
Changed: Update Alfa to ^0.77.0 (#38)
Changed: Updated Alfa. (#39)
v0.64.10
Compare Source
Patch Changes
v0.64.9
Compare Source
Patch Changes
siteimprove/alfa-integrations (@siteimprove/alfa-formatter-earl)
v0.65.0
Compare Source
Patch Changes
v0.64.11
Compare Source
Patch Changes
Changed: Update Alfa to ^0.77.0 (#38)
Changed: Updated Alfa. (#39)
v0.64.10
Compare Source
Patch Changes
v0.64.9
Compare Source
Patch Changes
siteimprove/alfa-integrations (@siteimprove/alfa-frontier)
v0.65.0
Compare Source
Patch Changes
v0.64.11
Compare Source
Patch Changes
Changed: Update Alfa to ^0.77.0 (#38)
Changed: Updated Alfa. (#39)
v0.64.10
Compare Source
Patch Changes
v0.64.9
Compare Source
Patch Changes
siteimprove/alfa (@siteimprove/alfa-future)
v0.79.1
Compare Source
v0.79.0
Compare Source
v0.78.2
Compare Source
v0.78.1
Compare Source
v0.78.0
Compare Source
v0.77.0
Compare Source
v0.76.0
Compare Source
[
v0.75.2
](hConfiguration
📅 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.