Skip to content
This repository has been archived by the owner on Jun 2, 2023. It is now read-only.

Update dependency soupsieve to v1.9.6 #23

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Aug 31, 2019

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
soupsieve ==1.9.1 -> ==1.9.6 age adoption passing confidence

Release Notes

facelessuser/soupsieve

v1.9.6

Compare Source

1.9.6

Note: Last version for Python 2.7

  • FIX: Prune dead code.
  • FIX: Corner case with splitting namespace and tag name that that have an escaped |.

v1.9.5

Compare Source

1.9.5

  • FIX: :placeholder-shown should not match if the element has content that overrides the placeholder.

v1.9.4

Compare Source

1.9.4

  • FIX: :checked rule was too strict with option elements. The specification for :checked does not require an
    option element to be under a select element.
  • FIX: Fix level 4 :lang() wildcard match handling with singletons. Implicit wildcard matching should not
    match any singleton. Explicit wildcard matching (* in the language range: *-US) is allowed to match singletons.

v1.9.3

Compare Source

1.9.3

  • FIX: [attr!=value] pattern was mistakenly using :not([attr|=value]) logic instead of :not([attr=value]).
  • FIX: Remove undocumented _QUIRKS mode flag. Beautiful Soup was meant to use it to help with transition to Soup Sieve, but never released with it. Help with transition at this point is no longer needed.

v1.9.2

Compare Source

1.9.2

  • FIX: Shortcut last descendant calculation if possible for performance.
  • FIX: Fix issue where Doctype strings can be mistaken for a normal text node in some cases.
  • FIX: A top level tag is not a :root tag if it has sibling text nodes or tag nodes. This is an issue that mostly manifests when using html.parser as the parser will allow multiple root nodes.

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title Update dependency soupsieve to v1.9.3 Update dependency soupsieve to v1.9.4 Sep 26, 2019
@renovate renovate bot changed the title Update dependency soupsieve to v1.9.4 Update dependency soupsieve to v1.9.5 Nov 11, 2019
@renovate renovate bot force-pushed the renovate/soupsieve-1.x branch from 22d9490 to aadfa22 Compare July 1, 2020 22:55
@renovate renovate bot changed the title Update dependency soupsieve to v1.9.5 Update dependency soupsieve to v1.9.6 Jul 1, 2020
@renovate
Copy link
Author

renovate bot commented Mar 24, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant