Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency @webcomponents/shadydom to v1.11.0 #69

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 16, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@webcomponents/shadydom (source) 1.0.14 -> 1.11.0 age adoption passing confidence

Release Notes

webcomponents/polyfills (@​webcomponents/shadydom)

v1.11.0

Compare Source

  • Add support for Element.toggleAttribute() (#​541)
  • Update dependencies (#​542)

v1.10.0

Compare Source

  • Fix focus/blur events to be usable without wrapped addEventListener in
    noPatch mode. (#​502)
  • Add type annotations for JSCompiler to eventPhase property descriptor.
    (#​473)
  • Allow event listener options to be specified using a function in addition to
    an object. (#​469)
  • The eventPhase property of events is now properly set to Event.AT_TARGET
    when events are re-targeted to hosts of shadowRoots.
    (#​469)
  • Adds an opt-out for polyfilling element(s)FromPoint on document via
    setting ShadyDOM.useNativeDocumentEFP to true.
    (#​472)
  • In browsers where EventTarget doesn't exist, XMLHttpRequest.prototype's
    EventTarget-like properties are now patched. In browsers where events'
    currentTarget is an own value property and Shady DOM needs to manually
    dispatch an event, Shady DOM will instead dispatch a new object having the
    original event as its prototype so that it can update currentTarget without
    modifying the built-in property descriptor.
    (#​519)
  • Add ShadyDOM.querySelectorImplementation setting.
    (#​517)
  • Fix Closure types of querySelector{,All} patches for internal conformance
    checks. (#​526)

v1.9.0

Compare Source

  • Add @this annotation to new elementFromPoint wrappers.
    (#​464)
  • Adds element(s)FromPoint to document and shadowRoot
    (#​463)
  • Add TS externs. (#​457)
  • When EventTarget.prototype exists but is not in the prototype chain of
    window, polyfill installation breaks.
    (#​416)

v1.8.0

Compare Source

  • Implicitly coerce values passed to createTextNode to a string.
    (#​401)
  • Add support for ChildNode APIs.
    (#​390)
  • Add support for select ParentNode APIs.
    (#​389)

v1.7.4

Compare Source

  • Manually dispatch events for connected, unassigned targets, if
    preferPerformance is not enabled.
    (#​332)
  • Remove outdated references to customElements.nativeHTMLElement
    (#​234)
  • Add README warning about polyfill ordering when using noPatch
    (#​179)

v1.7.3

Compare Source

  • Maintenance release (no user-facing changes)

v1.7.2

Compare Source

  • Correctly detect slot.insertBefore as requiring shadowRoot distribution
    (#​267)
  • Gather event properties from the correct prototypes
    (#​263)

v1.7.1

Compare Source

  • Fix case where user creates a global customElements object for the sake of
    passing flags to the polyfill by only modify customElements at load if it's
    a CustomElementRegistry
    (#​235)

v1.7.0

Compare Source

  • Add on-demand patching mode
    (#​189)
  • Avoid IE11 bug that breaks Closure's WeakMap polyfill
    (#​228)

v1.6.1

Compare Source

v1.6.0

Compare Source

v1.5.1

Compare Source

v1.5.0

Compare Source

v1.4.3

Compare Source

v1.4.2

Compare Source

v1.4.1

Compare Source

v1.4.0

Compare Source

v1.3.1

Compare Source

v1.3.0

Compare Source

v1.2.0

Compare Source

v1.1.3

Compare Source

v1.1.2

Compare Source

v1.1.1

Compare Source

v1.1.0

Compare Source


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 @webcomponents/shadydom to v1.10.0 Update dependency @webcomponents/shadydom to v1.11.0 Mar 30, 2023
@renovate renovate bot force-pushed the renovate/webcomponents-shadydom-1.x-lockfile branch from a4632b3 to d4d3c23 Compare March 30, 2023 22:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants