Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 6, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
jsdom ^21.1.0 -> ^22.1.0 age adoption passing confidence
puppeteer (source) ~19.6.0 -> ~21.1.1 age adoption passing confidence

Release Notes

jsdom/jsdom (jsdom)

v22.1.0

Compare Source

  • Added crypto.randomUUID(). (jamesbvaughan)
  • Added DOMRect and DOMRectReadOnly.
  • Added AbortSignal.timeout().
  • Added abortSignal.throwIfAborted().
  • Added support for the submitter argument to the FormData constructor. (jenseng)
  • Improved getComputedStyle()'s results for color-based properties, to resolve named colors and attempt to provide initial inheritance support. (hoekz-wwt)
  • Updated Window's event handler properties (e.g. oncopy, ontouchstart, etc.) to reflect the latest list from the standard.
  • Fixed DOMParser-created documents to inherit their URL from the creating document.

v22.0.0

Compare Source

v21.1.2

Compare Source

  • Fixed setRangeText() used on <input> and <textarea> elements to calculate the new end index correctly. (pmstss)
  • Fixed pageX, pageY, offsetX, and offsetY on MouseEvents during dispatch. (jenseng)
  • Upgraded nwsapi to v2.2.4, bringing along various fixes to our selector engine.

v21.1.1

Compare Source

  • Fixed jsdom.reconfigure() to also adjust the URL as seen by the history API, so that e.g. history.replaceState(null, "") would not mess up the URL. (jdufresne)
  • Fixed location.hash = "" to leave any # in location.href.
  • Fixes a few bugs with CSS parsing by replacing cssom with rweb-cssom, since the latter is maintained. (seanparmelee)
puppeteer/puppeteer (puppeteer)

v21.1.1: puppeteer: v21.1.1

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 21.1.0 to 21.1.1

v21.1.0: puppeteer-core: v21.1.0

Compare Source

Features
Bug Fixes
Dependencies
  • The following workspace dependencies were updated

v21.0.3: puppeteer: v21.0.3

Compare Source

Dependencies
  • The following workspace dependencies were updated

v21.0.2: puppeteer: v21.0.2

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated

v21.0.1: puppeteer-core: v21.0.1

Compare Source

Bug Fixes

v21.0.0: puppeteer: v21.0.0

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated

v20.9.0: puppeteer: v20.9.0

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated

v20.8.3: puppeteer: v20.8.3

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 20.8.2 to 20.8.3

v20.8.2: puppeteer: v20.8.2

Compare Source

Dependencies
  • The following workspace dependencies were updated

v20.8.1: puppeteer: v20.8.1

Compare Source

Bug Fixes
Dependencies
  • The following workspace dependencies were updated

v20.8.0: puppeteer: v20.8.0

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 20.7.4 to 20.8.0

v20.7.4: puppeteer: v20.7.4

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated

v20.7.3: puppeteer: v20.7.3

Compare Source

Bug Fixes
Dependencies
  • The following workspace dependencies were updated

v20.7.2: puppeteer: v20.7.2

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 20.7.1 to 20.7.2

v20.7.1: puppeteer: v20.7.1

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 20.7.0 to 20.7.1

v20.7.0: puppeteer: v20.7.0

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 20.6.0 to 20.7.0

v20.6.0: puppeteer: v20.6.0

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 20.5.0 to 20.6.0

v20.5.0: puppeteer: v20.5.0

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated

v20.4.0: puppeteer: v20.4.0

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated

v20.3.0: puppeteer: v20.3.0

Compare Source

Features
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 20.2.1 to 20.3.0

v20.2.1: puppeteer: v20.2.1

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated

v20.2.0: puppeteer: v20.2.0

Compare Source

Bug Fixes
Dependencies
  • The following workspace dependencies were updated

v20.1.2: puppeteer: v20.1.2

Compare Source

Dependencies
  • The following workspace dependencies were updated

v20.1.1: puppeteer: v20.1.1

Compare Source

Bug Fixes
  • rename PUPPETEER_DOWNLOAD_HOST to PUPPETEER_DOWNLOAD_BASE_URL (#​10130) (9758cae)
Dependencies
  • The following workspace dependencies were updated

v20.1.0: puppeteer: v20.1.0

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 20.0.0 to 20.1.0

v20.0.0: puppeteer: v20.0.0

Compare Source

⚠ BREAKING CHANGES
  • switch to Chrome for Testing instead of Chromium (#​10054)
Features
Dependencies
  • The following workspace dependencies were updated

v19.11.1: puppeteer: v19.11.1

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 19.11.0 to 19.11.1

v19.11.0: puppeteer: v19.11.0

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 19.10.1 to 19.11.0

v19.10.1: puppeteer: v19.10.1

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
    • dependencies

v19.10.0: puppeteer: v19.10.0

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 19.9.1 to 19.10.0

v19.9.1: puppeteer: v19.9.1

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 19.9.0 to 19.9.1

v19.9.0: puppeteer: v19.9.0

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated

v19.8.5: puppeteer: v19.8.5

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated

v19.8.4: puppeteer: v19.8.4

Compare Source

Bug Fixes
Dependencies
  • The following workspace dependencies were updated

v19.8.3: puppeteer: v19.8.3

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated

v19.8.2: puppeteer: v19.8.2

Compare Source

Dependencies
  • The following workspace dependencies were updated

v19.8.1: puppeteer: v19.8.1

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 19.8.0 to 19.8.1

v19.8.0: puppeteer: v19.8.0

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 19.7.5 to 19.8.0

v19.7.5: puppeteer: v19.7.5

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 19.7.4 to 19.7.5

v19.7.4: puppeteer: v19.7.4

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 19.7.3 to 19.7.4

v19.7.3: puppeteer: v19.7.3

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 19.7.2 to 19.7.3

v19.7.2: puppeteer-core: v19.7.2

Compare Source

Bug Fixes
  • bump chromium-bidi to a version that does not declare mitt as a peer dependency (#​9701) (82916c1)

v19.7.1: puppeteer: v19.7.1

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 19.7.0 to 19.7.1

v19.7.0: puppeteer: v19.7.0

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 19.6.3 to 19.7.0

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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.


  • 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 added the dependencies Pull requests that update a dependency file label Sep 6, 2023
@github-actions
Copy link

github-actions bot commented Sep 6, 2023

Size Report

Bundles

File Size Gzip Brotli
runtime-dom.global.prod.js 85.9 kB 32.6 kB 29.5 kB
vue.global.prod.js 132 kB 49.3 kB 44.4 kB

Usages

Name Size Gzip Brotli
createApp 47.9 kB 18.8 kB 17.2 kB
createSSRApp 50.6 kB 19.9 kB 18.2 kB
defineCustomElement 50.3 kB 19.6 kB 17.9 kB
overall 61.2 kB 23.7 kB 21.6 kB

@renovate renovate bot force-pushed the renovate/major-test branch from 722e69b to 1c4793d Compare September 6, 2023 10:37
@renovate renovate bot force-pushed the renovate/major-test branch from 1c4793d to 08166f5 Compare September 6, 2023 10:42
@renovate
Copy link
Contributor Author

renovate bot commented Sep 6, 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.

@sxzz sxzz merged commit ca00cf2 into main Sep 6, 2023
@sxzz sxzz deleted the renovate/major-test branch September 6, 2023 17:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant