📦 Update build-system devDependencies #39343
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
7.22.9
->7.22.10
1.5.0
->1.6.0
7.2.1
->7.2.3
7.2.1
->7.2.3
7.2.1
->7.2.3
4.1.3
->4.2.0
10.16.0
->10.17.0
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:
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
babel-cli
meta
object to@babel/eslint-plugin
(@JLHwung)babel-traverse
,babel-types
path.isX
(@liuxingbaoyu)babel-generator
,babel-types
🏠 Internal
babel-cli
,babel-core
,babel-generator
,babel-helper-builder-react-jsx
,babel-preset-env
,babel-standalone
@typescript-eslint/no-redundant-type-constituents
rule (@JLHwung)babel-helper-compilation-targets
@babel/core
peerDep fromhelper-compilation-targets
(@nicolo-ribaudo)babel-parser
babel-plugin-transform-runtime
,babel-traverse
,babel-types
typescript-eslint@v6
with reworked configs (@JoshuaKGoldberg)🔬 Output optimization
babel-plugin-transform-block-scoping
,babel-plugin-transform-parameters
,babel-plugin-transform-regenerator
transform-block-scoping
loops output size (@liuxingbaoyu)puppeteer/puppeteer (@puppeteer/browsers)
v1.6.0
Compare Source
Big Changes
page.click
andelementHandle.click
.target.page()
.API Changes
Changed:
target.page()
now can be used to attach to extension background pages (38f112f
)coverage.startJSCoverage
accepts a new optionreportAnonymousScripts
(12bc1e1
)Added:
page.waitForRequest
(726c8dc
)page.waitForResponse
(726c8dc
)elementHandle.isIntersectingViewport
(96c558d
)Bug Fixes
page.on('pageerror'...
Raw Notes
e1a2140
- chore: mark version v1.6.066fa0d3
- 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 #2631af0bd15
- 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.0Compare Source
0abe390
)21fd29b
)f0d8ee6
)bb3d568
)3c0ca31
)a785e82
)96f1c3d
)0485df1
)cdbbc4b
)43f0870
)7adc3dc
)caf8f1e
)6bf8db0
)bc99d93
)2a1392b
)preactjs/preact (preact)
v10.17.0
Compare Source
Features
isElement
function in preact/compat (#4041, thanks @cbbfcd)isFragment
function in preact/compat (#4042, thanks @cbbfcd)Types
ComponentChild
asReactNode
in the preact/compat types (#4077, thanks @rschristian)Fixes
Maintenance
main
(#4069, thanks @marvinhagemeister)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.
This PR has been generated by Mend Renovate. View repository job log here.