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 #47

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Apr 10, 2018

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@webcomponents/shadydom (source) 1.0.13 -> 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

v1.0.14

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 force-pushed the renovate/webcomponents-shadydom-1.x branch from 45267f1 to 516cd03 Compare June 14, 2018 01:39
@renovate renovate bot changed the title Update dependency @webcomponents/shadydom to v1.0.14 Update dependency @webcomponents/shadydom to v1.1.0 Jun 14, 2018
@renovate renovate bot force-pushed the renovate/webcomponents-shadydom-1.x branch from 516cd03 to 8887774 Compare July 17, 2018 21:13
@renovate renovate bot changed the title Update dependency @webcomponents/shadydom to v1.1.0 Update dependency @webcomponents/shadydom to v1.1.1 Jul 17, 2018
@renovate renovate bot force-pushed the renovate/webcomponents-shadydom-1.x branch from 8887774 to cb03a1f Compare July 17, 2018 22:58
@renovate renovate bot changed the title Update dependency @webcomponents/shadydom to v1.1.1 Update dependency @webcomponents/shadydom to v1.1.0 Jul 17, 2018
@renovate renovate bot force-pushed the renovate/webcomponents-shadydom-1.x branch from cb03a1f to a0b6715 Compare July 18, 2018 00:09
@renovate renovate bot changed the title Update dependency @webcomponents/shadydom to v1.1.0 Update dependency @webcomponents/shadydom to v1.1.2 Jul 18, 2018
@renovate renovate bot force-pushed the renovate/webcomponents-shadydom-1.x branch from a0b6715 to b6fa191 Compare August 1, 2018 18:12
@renovate renovate bot changed the title Update dependency @webcomponents/shadydom to v1.1.2 Update dependency @webcomponents/shadydom to v1.1.3 Aug 1, 2018
@renovate renovate bot force-pushed the renovate/webcomponents-shadydom-1.x branch from b6fa191 to a4fb146 Compare August 18, 2018 00:16
@renovate renovate bot changed the title Update dependency @webcomponents/shadydom to v1.1.3 Update dependency @webcomponents/shadydom to v1.2.0 Aug 18, 2018
@renovate renovate bot force-pushed the renovate/webcomponents-shadydom-1.x branch from a4fb146 to 2ff81bb Compare August 21, 2018 06:49
@renovate renovate bot force-pushed the renovate/webcomponents-shadydom-1.x branch from 2ff81bb to 6bc5f89 Compare September 19, 2018 06:05
@renovate renovate bot force-pushed the renovate/webcomponents-shadydom-1.x branch from 6bc5f89 to 046284c Compare November 17, 2018 00:39
@renovate renovate bot changed the title Update dependency @webcomponents/shadydom to v1.2.0 Update dependency @webcomponents/shadydom to v1.3.0 Nov 17, 2018
@renovate renovate bot force-pushed the renovate/webcomponents-shadydom-1.x branch from 046284c to d2524d3 Compare November 17, 2018 01:55
@renovate renovate bot changed the title Update dependency @webcomponents/shadydom to v1.3.0 Update dependency @webcomponents/shadydom to v1.3.1 Nov 17, 2018
@renovate renovate bot force-pushed the renovate/webcomponents-shadydom-1.x branch from d2524d3 to 32721c5 Compare January 9, 2019 01:45
@renovate renovate bot changed the title Update dependency @webcomponents/shadydom to v1.3.1 Update dependency @webcomponents/shadydom to v1.4.0 Jan 9, 2019
@renovate renovate bot changed the title Update dependency @webcomponents/shadydom to v1.4.0 Update dependency @webcomponents/shadydom to v1.4.1 Jan 10, 2019
@renovate renovate bot force-pushed the renovate/webcomponents-shadydom-1.x branch from 32721c5 to c192cf5 Compare January 10, 2019 02:24
@renovate renovate bot changed the title Update dependency @webcomponents/shadydom to v1.4.1 Update dependency @webcomponents/shadydom to v1.4.2 Jan 16, 2019
@renovate renovate bot force-pushed the renovate/webcomponents-shadydom-1.x branch from c192cf5 to ba7e095 Compare January 16, 2019 23:15
@renovate renovate bot changed the title Update dependency @webcomponents/shadydom to v1.4.2 Update dependency @webcomponents/shadydom to v1.4.3 Feb 1, 2019
@renovate renovate bot force-pushed the renovate/webcomponents-shadydom-1.x branch 2 times, most recently from bfd1c8d to 0884cbf Compare February 6, 2019 22:34
@renovate renovate bot changed the title Update dependency @webcomponents/shadydom to v1.4.3 Update dependency @webcomponents/shadydom to v1.5.0 Feb 6, 2019
@renovate renovate bot force-pushed the renovate/webcomponents-shadydom-1.x branch from 0884cbf to 8669e67 Compare April 9, 2019 18:49
@renovate renovate bot changed the title Update dependency @webcomponents/shadydom to v1.5.0 Update dependency @webcomponents/shadydom to v1.5.1 Apr 9, 2019
@renovate renovate bot force-pushed the renovate/webcomponents-shadydom-1.x branch from 8669e67 to 5073aa5 Compare April 23, 2019 10:54
@renovate renovate bot changed the title Update dependency @webcomponents/shadydom to v1.5.1 Update dependency @webcomponents/shadydom to v1.6.0 Apr 23, 2019
@renovate renovate bot force-pushed the renovate/webcomponents-shadydom-1.x branch from 5073aa5 to 6df4a3b Compare October 3, 2019 04:59
@renovate renovate bot changed the title Update dependency @webcomponents/shadydom to v1.6.0 Update dependency @webcomponents/shadydom to v1.6.1 Oct 3, 2019
@renovate renovate bot force-pushed the renovate/webcomponents-shadydom-1.x branch from 6df4a3b to 2f6c696 Compare November 21, 2019 10:08
@renovate renovate bot changed the title Update dependency @webcomponents/shadydom to v1.6.1 Update dependency @webcomponents/shadydom to v1.7.0 Nov 21, 2019
@renovate renovate bot force-pushed the renovate/webcomponents-shadydom-1.x branch from 2f6c696 to e564081 Compare January 18, 2020 20:59
@renovate renovate bot changed the title Update dependency @webcomponents/shadydom to v1.7.0 Update dependency @webcomponents/shadydom to v1.7.1 Jan 18, 2020
@renovate renovate bot force-pushed the renovate/webcomponents-shadydom-1.x branch from e564081 to 21d3ded Compare March 14, 2020 06:58
@renovate renovate bot changed the title Update dependency @webcomponents/shadydom to v1.7.1 Update dependency @webcomponents/shadydom to v1.7.2 Mar 14, 2020
@renovate renovate bot force-pushed the renovate/webcomponents-shadydom-1.x branch from 21d3ded to 189ff2e Compare April 28, 2020 04:56
@renovate renovate bot changed the title Update dependency @webcomponents/shadydom to v1.7.2 Update dependency @webcomponents/shadydom to v1.7.3 Apr 28, 2020
@renovate renovate bot force-pushed the renovate/webcomponents-shadydom-1.x branch from 189ff2e to 67e9354 Compare August 22, 2020 02:01
@renovate renovate bot changed the title Update dependency @webcomponents/shadydom to v1.7.3 Update dependency @webcomponents/shadydom to v1.7.4 Aug 22, 2020
@renovate renovate bot force-pushed the renovate/webcomponents-shadydom-1.x branch from 67e9354 to 9388efe Compare October 26, 2020 08:54
@renovate renovate bot changed the title Update dependency @webcomponents/shadydom to v1.7.4 Update dependency @webcomponents/shadydom to v1.8.0 Oct 26, 2020
@renovate renovate bot force-pushed the renovate/webcomponents-shadydom-1.x branch from 9388efe to fb92db9 Compare October 19, 2021 00:16
@renovate renovate bot changed the title Update dependency @webcomponents/shadydom to v1.8.0 Update dependency @webcomponents/shadydom to v1.9.0 Oct 19, 2021
@renovate renovate bot force-pushed the renovate/webcomponents-shadydom-1.x branch from fb92db9 to 7ee68bd Compare November 20, 2022 13:43
@renovate renovate bot changed the title Update dependency @webcomponents/shadydom to v1.9.0 Update dependency @webcomponents/shadydom to v1.10.0 Nov 20, 2022
@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 branch from 7ee68bd to e606387 Compare March 30, 2023 22:07
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