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 build-system devDependencies #39343

Merged
merged 2 commits into from
Aug 14, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 7, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) 7.22.9 -> 7.22.10 age adoption passing confidence
@puppeteer/browsers (source) 1.5.0 -> 1.6.0 age adoption passing confidence
@storybook/addon-a11y (source) 7.2.1 -> 7.2.3 age adoption passing confidence
@storybook/addon-controls (source) 7.2.1 -> 7.2.3 age adoption passing confidence
@storybook/addon-viewport (source) 7.2.1 -> 7.2.3 age adoption passing confidence
geckodriver 4.1.3 -> 4.2.0 age adoption passing confidence
preact (source) 10.16.0 -> 10.17.0 age adoption passing confidence

See all other Renovate PRs on the Dependency Dashboard

How to resolve breaking changes

This PR may introduce breaking changes that require manual intervention. In such cases, you will need to check out this branch, fix the cause of the breakage, and commit the fix to ensure a green CI build. To check out and update this PR, follow the steps below:

# Check out the PR branch
git checkout -b renovate/build-system-devdependencies main
git pull https://github.com/ampproject/amphtml.git renovate/build-system-devdependencies

# Directly make fixes and commit them
amp lint --fix # For lint errors in JS files
amp prettify --fix # For prettier errors in non-JS files
# Edit source code in case of new compiler warnings / errors

# Push the changes to the branch
git push git@github.com:ampproject/amphtml.git renovate/build-system-devdependencies:renovate/build-system-devdependencies

Release Notes

babel/babel (@​babel/core)

v7.22.10

Compare Source

🐛 Bug Fix
  • babel-plugin-transform-typescript
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-proposal-destructuring-private, babel-plugin-transform-class-properties, babel-plugin-transform-class-static-block, babel-plugin-transform-new-target, babel-plugin-transform-private-methods, babel-preset-env
💅 Polish
🏠 Internal
  • Other
  • babel-cli, babel-core, babel-generator, babel-helper-builder-react-jsx, babel-preset-env, babel-standalone
  • babel-helper-compilation-targets
  • babel-parser
  • babel-plugin-transform-runtime, babel-traverse, babel-types
🔬 Output optimization
  • babel-plugin-transform-block-scoping, babel-plugin-transform-parameters, babel-plugin-transform-regenerator
puppeteer/puppeteer (@​puppeteer/browsers)

v1.6.0

Compare Source

Big Changes

API Changes

Changed:
Added:

Bug Fixes

  • #​1247 - SVG element causes DOM.getBoxModel error
  • #​1300 - Tracing: allow adding custom tracing categories
  • #​1325 - When would an error "Cannot find context with specified id undefined" happen?
  • #​2362 - [Feature] Add page.waitForRequest() and page.waitForResponse()
  • #​2438 - Add target.evaluate and target.evaluateHandle
  • #​2629 - Method to show if element is displayed
  • #​2653 - Can the error message be more specific?
  • #​2685 - Page.pdf - Colors rendering
  • #​2708 - $$eval call causes error if no elements found
  • #​2709 - In mixed-content page page.exposeFunction is stuck indefinitely
  • #​2730 - DeviceDescriptors: Chrome userAgent is missing version number
  • #​2761 - Web Worker errors are not collected by page.on('pageerror'...
  • #​2765 - Getting URLs that differs only in hashes make next responses to be null
  • #​2777 - Can't collect coverage of anonymous scripts
  • #​2798 - Possible bug in click using visible center
  • #​2804 - click does not fire.

Raw Notes

e1a2140 - chore: mark version v1.6.0
66fa0d3 - test: cleanup page.waitForRequest/page.waitForResponse tests (#​2880)
726c8dc - feat(page): introduce waitForRequest and waitForResponse methods (#​2776)
3ebbf12 - fix(coverage): report anonymous scripts with debugger:// urls (#​2875)
254bc80 - chore: cleanup ElementHandle.isIntersectingViewport (#​2874)
12bc1e1 - feat(coverage): add an option to collect coverage of anonymous scripts (#​2796)
96c558d - feat(elementhandle): introduce elementHandle.isIntersectingViewport() method. (#​2673)
4f8d00e - docs(readme): Update README.md (#​2863)
e445e1c - chore(ci): disable brew auto-update (#​2861)
88362f7 - docs(readme.md): Fix typo (#​2858)
9313c83 - docs(readme): update FAQ (#​2826)
eb53a8f - docs(api.md): Fix selector description for pages & frames (#​2841)
cfc0571 - feat: better timeout stack trace (#​2843)
22fa00a - fix: wait for the chromeProcess to exit, not close (#​2838)
fb7c4e0 - docs(readme): minor nits (#​2827)
5955aff - fix(page.click): teach puppeteer click wrapped links (#​2822)
59e7f7e - feat(chromium): roll Chromium to r571375 (#​2817)
acb89dd - docs(api.md): add note on page.pdf() color rendering behavior (#​2821)
871b204 - refactor: simplify EmulationManager (#​2816)
c4acc63 - feat(chromium): roll Chromium to r571040 (#​2814)
d6741ec - test: add test that verifies pptr works with SVG nodes (#​2805)
f55d005 - fix(page): teach page.click() to click partially offscreen buttons (#​2806)
6ca43cf - docs(api.md): clarify docs about waitForNavigation (#​2788)
aae73f5 - feat(worker): implement pageerror event from a worker (#​2795)
811415b - docs(api.md): fix a typo (#​2789)
3b20839 - docs(api.md): update note about page.goto() returned value (#​2787)
a460114 - test: fix appveyour flakiness (#​2779)
4178b98 - test: add test that breaks subsequent page.goto (#​2775)
dcae6bc - feat(chromium): roll Chromium to r568432 (#​2769)
ea8ec1e - chore(ci): Configure OSX on Cirrus CI (#​2774)
1064aa4 - feat(request): add new error reasons for request.abort() (#​2771)
37dbfc2 - test: fix random tests flakiness (#​2770)
f197d2e - fix: don't pass a reference to the page into frames (#​2766)
b20cde6 - fix(page): migrate exposeFunction from console.debug to Runtime.installBinding #​2631
af0bd15 - test: split out ignoreHTTPSErrors tests (#​2745)
c430138 - test: drop PDF tests (#​2744)
861f070 - feat(chromium): roll Chromium to r567388 (#​2743)
73f9c48 - feat: nicer protocol error messages (#​2742)
9a650c8 - feat(element-handle): remove throw in case of empty elementHandle (#​2740)
38f112f - feat(target): add support for target.page for 'backgroud_page' (#​2600)
cd8d750 - fix(devicedescriptors): fix UA in DeviceDescriptors (#​2741)
ddfdaf9 - fix(page): fix race condition in WaitTask (#​2739)
ed7a26c - feat(tracing): enable high resolution JavaScript sampling (#​2702)
eca6610 - docs(api.md): fix keyboard.press note about modifier keys (#​2711)
9498b10 - fix(helpers): support thrown strings and numbers in getExceptionMessage (#​2715)
93e1289 - test: make tests work on non-English locales (#​2736)
1875cb4 - docs(api.md): fix return type docs of ElementHandle.$x (#​2723)
d481fd5 - fix(types): type FrameManager in Page.js (#​2718)
147f98d - chore: bump version to v1.5.0-post (#​2699)

v1.5.1

Compare Source

storybookjs/storybook (@​storybook/addon-a11y)

v7.2.3

Compare Source

v7.2.2

Compare Source

webdriverio-community/node-geckodriver (geckodriver)

v4.2.0: Release 4.2.0

Compare Source

preactjs/preact (preact)

v10.17.0

Compare Source

Features

Types

Fixes

Maintenance


Configuration

📅 Schedule: Branch creation - "after 12am every weekday" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Never, 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 WG: infra label Aug 7, 2023
@renovate renovate bot enabled auto-merge (squash) August 7, 2023 17:45
@amp-owners-bot
Copy link

amp-owners-bot bot commented Aug 7, 2023

Hey @estherkim! These files were changed:

build-system/tasks/e2e/package-lock.json
build-system/tasks/e2e/package.json

Hey @alanorozco! These files were changed:

build-system/tasks/storybook/env/amp/package-lock.json
build-system/tasks/storybook/env/amp/package.json
build-system/tasks/storybook/env/preact/package-lock.json
build-system/tasks/storybook/env/preact/package.json
build-system/tasks/storybook/package-lock.json
build-system/tasks/storybook/package.json

Hey @danielrozenberg! These files were changed:

build-system/tasks/visual-diff/package-lock.json
build-system/tasks/visual-diff/package.json

@renovate renovate bot changed the title 📦 Update dependency @babel/core to v7.22.10 📦 Update build-system devDependencies Aug 8, 2023
@renovate renovate bot force-pushed the renovate/build-system-devdependencies branch from d17f480 to 98eb424 Compare August 8, 2023 17:56
@powerivq powerivq closed this Aug 9, 2023
auto-merge was automatically disabled August 9, 2023 18:07

Pull request was closed

@renovate renovate bot force-pushed the renovate/build-system-devdependencies branch from 98eb424 to 5334af9 Compare August 9, 2023 18:15
@renovate renovate bot force-pushed the renovate/build-system-devdependencies branch from 5334af9 to 9bf6ced Compare August 14, 2023 19:31
@danielrozenberg danielrozenberg enabled auto-merge (squash) August 14, 2023 19:46
@danielrozenberg danielrozenberg merged commit 413457c into main Aug 14, 2023
@danielrozenberg danielrozenberg deleted the renovate/build-system-devdependencies branch August 14, 2023 20:02
eszponder pushed a commit to krzysztofequativ/amphtml that referenced this pull request Apr 22, 2024
* 📦 Update build-system devDependencies

* Update build-system/tasks/storybook/package-lock.json because renovate didn't

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Rozenberg <rodaniel@google.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants