azure-sdk-for-js icon indicating copy to clipboard operation
azure-sdk-for-js copied to clipboard

Dependency package puppeteer has a new version available

Open azure-sdk opened this issue 3 years ago • 1 comments
trafficstars

We have identified a dependency on version 14.4.1 of puppeteer. A new version (19.0.0) is available for upgrade.

Following are the steps to upgrade package dependency.

  1. Understand the breaking changes between the version being used and the version you want to upgrade to.

  2. Identify all packages that take a dependency on this package.

  3. Go to the root folder for each such package (/sdk/service-name/package-name) and update package.json to have the new version.

  4. Run rush update to ensure the new version is pulled in.

  5. Make relevant changes to absorb the breaking changes.

  6. Repeat steps 3 to 5 for each of the packages that have a dependency on this package.

azure-sdk avatar Jun 27 '22 13:06 azure-sdk

Label prediction was below confidence level 0.6 for Model:ServiceLabels: 'Azure.Core:0.26351994,Service Bus:0.16688734,Azure.Identity:0.06095832'

azure-sdk avatar Jun 27 '22 13:06 azure-sdk

Look that none of the breaking changes affect us.

https://github.com/puppeteer/puppeteer/blob/main/packages/puppeteer/CHANGELOG.md

v19

  • use ~/.cache/puppeteer for browser downloads
  • deprecate createBrowserFetcher in favor of BrowserFetcher
  • refactor custom query handler API
  • remove puppeteer.devices in favor of KnownDevices
  • deprecate indirect network condition imports

v18

  • fix bounding box visibility conditions

v17

  • remove root from WaitForSelectorOptions
  • internalize execution context

v16

  • With Chromium, Puppeteer will now attach to page/iframe targets immediately to allow reliable configuration of targets.

v15

  • type inference for evaluation types

jeremymeng avatar Dec 06 '22 22:12 jeremymeng