azure-sdk-for-js
azure-sdk-for-js copied to clipboard
Dependency package puppeteer has a new version available
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.
-
Understand the breaking changes between the version being used and the version you want to upgrade to.
-
Identify all packages that take a dependency on this package.
-
Go to the root folder for each such package (/sdk/service-name/package-name) and update package.json to have the new version.
-
Run rush update to ensure the new version is pulled in.
-
Make relevant changes to absorb the breaking changes.
-
Repeat steps 3 to 5 for each of the packages that have a dependency on this package.
Label prediction was below confidence level 0.6 for Model:ServiceLabels: 'Azure.Core:0.26351994,Service Bus:0.16688734,Azure.Identity:0.06095832'
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