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

Bump ws and puppeteer in /packages/benchmarks/generator #4676

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 18, 2024

Bumps ws to 7.5.10 and updates ancestor dependency puppeteer. These dependencies need to be updated together.

Updates ws from 7.4.4 to 7.5.10

Release notes

Sourced from ws's releases.

7.5.10

Bug fixes

  • Backported e55e5106 to the 7.x release line (22c28763).

7.5.9

Bug fixes

  • Backported bc8bd34e to the 7.x release line (0435e6e1).

7.5.8

Bug fixes

  • Backported 0fdcc0af to the 7.x release line (2758ed35).
  • Backported d68ba9e1 to the 7.x release line (dc1781bc).

7.5.7

Bug fixes

  • Backported 6946f5fe to the 7.x release line (1f72e2e1).

7.5.6

Bug fixes

  • Backported b8186dd1 to the 7.x release line (73dec34b).
  • Backported ed2b8039 to the 7.x release line (22a26afb).

7.5.5

Bug fixes

  • Backported ec9377ca to the 7.x release line (0e274acd).

7.5.4

Bug fixes

  • Backported 6a72da3e to the 7.x release line (76087fbf).
  • Backported 869c9892 to the 7.x release line (27997933).

7.5.3

Bug fixes

  • The WebSocketServer constructor now throws an error if more than one of the noServer, server, and port options are specefied (66e58d27).
  • Fixed a bug where a 'close' event was emitted by a WebSocketServer before the internal HTTP/S server was actually closed (5a587304).
  • Fixed a bug that allowed WebSocket connections to be established after WebSocketServer.prototype.close() was called (772236a1).

7.5.2

Bug fixes

... (truncated)

Commits
  • d962d70 [dist] 7.5.10
  • 22c2876 [security] Fix crash when the Upgrade header cannot be read (#2231)
  • 8a78f87 [dist] 7.5.9
  • 0435e6e [security] Fix same host check for ws+unix: redirects
  • 4271f07 [dist] 7.5.8
  • dc1781b [security] Drop sensitive headers when following insecure redirects
  • 2758ed3 [fix] Abort the handshake if the Upgrade header is invalid
  • a370613 [dist] 7.5.7
  • 1f72e2e [security] Drop sensitive headers when following redirects (#2013)
  • 8ecd890 [dist] 7.5.6
  • Additional commits viewable in compare view

Updates puppeteer from 15.5.0 to 22.11.1

Release notes

Sourced from puppeteer's releases.

puppeteer-core: v22.11.1

22.11.1 (2024-06-17)

Bug Fixes

puppeteer: v22.11.1

22.11.1 (2024-06-17)

Miscellaneous Chores

  • puppeteer: Synchronize puppeteer versions

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 22.11.0 to 22.11.1

puppeteer-core: v22.11.0

22.11.0 (2024-06-12)

Features

  • allow creating ElementHandles from the accessibility tree snapshot (#12233) (0057f3f)
  • roll to Chrome 126.0.6478.55 (r1300313) (#12572) (f5bc2b5)

Bug Fixes

  • do not wait for extension page targets on connect (#12574) (5f2ee98)

puppeteer: v22.11.0

22.11.0 (2024-06-12)

Features

Dependencies

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by google-wombot, a new releaser for puppeteer since your current version.


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [ws](https://github.com/websockets/ws) to 7.5.10 and updates ancestor dependency [puppeteer](https://github.com/puppeteer/puppeteer). These dependencies need to be updated together.


Updates `ws` from 7.4.4 to 7.5.10
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@7.4.4...7.5.10)

Updates `puppeteer` from 15.5.0 to 22.11.1
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json)
- [Commits](puppeteer/puppeteer@v15.5.0...puppeteer-v22.11.1)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
- dependency-name: puppeteer
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from kevinpschaaf as a code owner June 18, 2024 00:21
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 18, 2024
Copy link

changeset-bot bot commented Jun 18, 2024

⚠️ No Changeset found

Latest commit: b02a796

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link
Contributor

github-actions bot commented Jun 18, 2024

📊 Tachometer Benchmark Results

Summary

nop-update

  • this-change, tip-of-tree, previous-release: unsure 🔍 -3% - +4% (-0.34ms - +0.45ms)
    this-change vs tip-of-tree

render

  • this-change: 48.94ms - 51.63ms
  • this-change, tip-of-tree, previous-release: unsure 🔍 -2% - +4% (-0.45ms - +0.74ms)
    this-change vs tip-of-tree
  • this-change, tip-of-tree, previous-release: unsure 🔍 -1% - +2% (-0.36ms - +0.56ms)
    this-change vs tip-of-tree
  • this-change, tip-of-tree, previous-release: unsure 🔍 -3% - +1% (-1.18ms - +0.31ms)
    this-change vs tip-of-tree

update

  • this-change: 497.86ms - 511.29ms
  • this-change, tip-of-tree, previous-release: unsure 🔍 -6% - +8% (-2.12ms - +2.82ms)
    this-change vs tip-of-tree
  • this-change, tip-of-tree, previous-release: unsure 🔍 -2% - +3% (-1.55ms - +2.11ms)
    this-change vs tip-of-tree
  • this-change, tip-of-tree, previous-release: unsure 🔍 -2% - +1% (-8.52ms - +5.83ms)
    this-change vs tip-of-tree

update-reflect

  • this-change: 507.04ms - 516.94ms
  • this-change, tip-of-tree, previous-release: unsure 🔍 -1% - +2% (-4.27ms - +10.76ms)
    this-change vs tip-of-tree

Results

this-change

render

VersionAvg timevs
48.94ms - 51.63ms-

update

VersionAvg timevs
497.86ms - 511.29ms-

update-reflect

VersionAvg timevs
507.04ms - 516.94ms-
this-change, tip-of-tree, previous-release

render

VersionAvg timevs this-change
vs tip-of-tree
tip-of-tree
vs previous-release
previous-release
this-change
18.64ms - 19.48ms-unsure 🔍
-2% - +4%
-0.45ms - +0.74ms
unsure 🔍
-2% - +4%
-0.39ms - +0.76ms
tip-of-tree
tip-of-tree
18.50ms - 19.34msunsure 🔍
-4% - +2%
-0.74ms - +0.45ms
-unsure 🔍
-3% - +3%
-0.53ms - +0.62ms
previous-release
previous-release
18.48ms - 19.27msunsure 🔍
-4% - +2%
-0.76ms - +0.39ms
unsure 🔍
-3% - +3%
-0.62ms - +0.53ms
-

update

VersionAvg timevs this-change
vs tip-of-tree
tip-of-tree
vs previous-release
previous-release
this-change
36.35ms - 39.89ms-unsure 🔍
-6% - +8%
-2.12ms - +2.82ms
unsure 🔍
-6% - +7%
-2.07ms - +2.79ms
tip-of-tree
tip-of-tree
36.04ms - 39.50msunsure 🔍
-7% - +6%
-2.82ms - +2.12ms
-unsure 🔍
-6% - +6%
-2.38ms - +2.41ms
previous-release
previous-release
36.09ms - 39.42msunsure 🔍
-7% - +5%
-2.79ms - +2.07ms
unsure 🔍
-6% - +6%
-2.41ms - +2.38ms
-

nop-update

VersionAvg timevs this-change
vs tip-of-tree
tip-of-tree
vs previous-release
previous-release
this-change
10.57ms - 11.09ms-unsure 🔍
-3% - +4%
-0.34ms - +0.45ms
unsure 🔍
-2% - +5%
-0.26ms - +0.51ms
tip-of-tree
tip-of-tree
10.48ms - 11.08msunsure 🔍
-4% - +3%
-0.45ms - +0.34ms
-unsure 🔍
-3% - +5%
-0.34ms - +0.49ms
previous-release
previous-release
10.42ms - 10.99msunsure 🔍
-5% - +2%
-0.51ms - +0.26ms
unsure 🔍
-4% - +3%
-0.49ms - +0.34ms
-
this-change, tip-of-tree, previous-release

render

VersionAvg timevs this-change
vs tip-of-tree
tip-of-tree
vs previous-release
previous-release
this-change
33.86ms - 34.54ms-unsure 🔍
-1% - +2%
-0.36ms - +0.56ms
unsure 🔍
-2% - +2%
-0.74ms - +0.57ms
tip-of-tree
tip-of-tree
33.80ms - 34.41msunsure 🔍
-2% - +1%
-0.56ms - +0.36ms
-unsure 🔍
-2% - +1%
-0.82ms - +0.46ms
previous-release
previous-release
33.73ms - 34.85msunsure 🔍
-2% - +2%
-0.57ms - +0.74ms
unsure 🔍
-1% - +2%
-0.46ms - +0.82ms
-

update

VersionAvg timevs this-change
vs tip-of-tree
tip-of-tree
vs previous-release
previous-release
this-change
70.05ms - 72.82ms-unsure 🔍
-2% - +3%
-1.55ms - +2.11ms
unsure 🔍
-4% - +2%
-2.60ms - +1.66ms
tip-of-tree
tip-of-tree
69.95ms - 72.35msunsure 🔍
-3% - +2%
-2.11ms - +1.55ms
-unsure 🔍
-4% - +2%
-2.76ms - +1.26ms
previous-release
previous-release
70.29ms - 73.51msunsure 🔍
-2% - +4%
-1.66ms - +2.60ms
unsure 🔍
-2% - +4%
-1.26ms - +2.76ms
-
this-change, tip-of-tree, previous-release

render

VersionAvg timevs this-change
vs tip-of-tree
tip-of-tree
vs previous-release
previous-release
this-change
33.07ms - 33.86ms-unsure 🔍
-3% - +1%
-1.18ms - +0.31ms
unsure 🔍
-2% - +1%
-0.69ms - +0.41ms
tip-of-tree
tip-of-tree
33.27ms - 34.52msunsure 🔍
-1% - +4%
-0.31ms - +1.18ms
-unsure 🔍
-1% - +3%
-0.44ms - +1.03ms
previous-release
previous-release
33.22ms - 33.99msunsure 🔍
-1% - +2%
-0.41ms - +0.69ms
unsure 🔍
-3% - +1%
-1.03ms - +0.44ms
-

update

VersionAvg timevs this-change
vs tip-of-tree
tip-of-tree
vs previous-release
previous-release
this-change
493.57ms - 503.44ms-unsure 🔍
-2% - +1%
-8.52ms - +5.83ms
unsure 🔍
-1% - +1%
-7.46ms - +6.43ms
tip-of-tree
tip-of-tree
494.65ms - 505.06msunsure 🔍
-1% - +2%
-5.83ms - +8.52ms
-unsure 🔍
-1% - +2%
-6.31ms - +7.97ms
previous-release
previous-release
494.14ms - 503.91msunsure 🔍
-1% - +1%
-6.43ms - +7.46ms
unsure 🔍
-2% - +1%
-7.97ms - +6.31ms
-

update-reflect

VersionAvg timevs this-change
vs tip-of-tree
tip-of-tree
vs previous-release
previous-release
this-change
542.35ms - 553.21ms-unsure 🔍
-1% - +2%
-4.27ms - +10.76ms
unsure 🔍
-1% - +2%
-6.41ms - +8.93ms
tip-of-tree
tip-of-tree
539.34ms - 549.73msunsure 🔍
-2% - +1%
-10.76ms - +4.27ms
-unsure 🔍
-2% - +1%
-9.49ms - +5.51ms
previous-release
previous-release
541.11ms - 551.93msunsure 🔍
-2% - +1%
-8.93ms - +6.41ms
unsure 🔍
-1% - +2%
-5.51ms - +9.49ms
-

tachometer-reporter-action v2 for Benchmarks

Copy link
Contributor

The size of lit-html.js and lit-core.min.js are as expected.

Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 19, 2024

Superseded by #4677.

@dependabot dependabot bot closed this Jun 19, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/packages/benchmarks/generator/multi-51c10585a7 branch June 19, 2024 16:13
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.

None yet

0 participants