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 #4677

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 19, 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.2

Release notes

Sourced from puppeteer's releases.

puppeteer-core: v22.11.2

22.11.2 (2024-06-18)

Bug Fixes

puppeteer: v22.11.2

22.11.2 (2024-06-18)

Miscellaneous Chores

  • puppeteer: Synchronize puppeteer versions

Dependencies

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

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

... (truncated)

Commits
  • 92707ae chore: release main (#12606)
  • ac06674 Revert "chore(deps-dev): Bump @​swc/core from 1.5.25 to 1.6.0 in /website in t...
  • 49bcb25 fix(deps): bump ws to 8.17.1 (#12605)
  • fea43a9 chore(deps-dev): Bump the dev-dependencies group across 1 directory with 9 up...
  • a26dcfd chore(deps-dev): Bump @​swc/core from 1.5.25 to 1.6.0 in /website in the all g...
  • 0cba2b4 build: explicitly set typeRoots (#12599)
  • 9e12673 chore: release main (#12596)
  • 3874300 fix: implement nested selector parsing (#12587)
  • 80783fe fix: ensure selector parser falls back to CSS (#12585)
  • 772e088 fix: roll to Chrome 126.0.6478.61 (r1300313) (#12586)
  • Additional commits viewable in compare view
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.2
- [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.2)

---
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 19, 2024 16:12
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 19, 2024
Copy link

changeset-bot bot commented Jun 19, 2024

⚠️ No Changeset found

Latest commit: 486b953

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 19, 2024

📊 Tachometer Benchmark Results

Summary

nop-update

  • this-change, tip-of-tree, previous-release: slower ❌ 0% - 8% (0.01ms - 0.87ms)
    this-change vs tip-of-tree

render

  • this-change: 44.94ms - 46.41ms
  • this-change, tip-of-tree, previous-release: unsure 🔍 -1% - +5% (-0.16ms - +0.91ms)
    this-change vs tip-of-tree
  • this-change, tip-of-tree, previous-release: unsure 🔍 -1% - +1% (-0.35ms - +0.48ms)
    this-change vs tip-of-tree
  • this-change, tip-of-tree, previous-release: unsure 🔍 -4% - +0% (-1.14ms - +0.04ms)
    this-change vs tip-of-tree

update

  • this-change: 464.50ms - 474.58ms
  • this-change, tip-of-tree, previous-release: unsure 🔍 -2% - +10% (-0.56ms - +3.43ms)
    this-change vs tip-of-tree
  • this-change, tip-of-tree, previous-release: unsure 🔍 -1% - +4% (-0.50ms - +2.60ms)
    this-change vs tip-of-tree
  • this-change, tip-of-tree, previous-release: unsure 🔍 -1% - +3% (-6.49ms - +12.65ms)
    this-change vs tip-of-tree

update-reflect

  • this-change: 466.11ms - 473.89ms
  • this-change, tip-of-tree, previous-release: unsure 🔍 -1% - +2% (-7.37ms - +10.47ms)
    this-change vs tip-of-tree

Results

this-change

render

VersionAvg timevs
44.94ms - 46.41ms-

update

VersionAvg timevs
464.50ms - 474.58ms-

update-reflect

VersionAvg timevs
466.11ms - 473.89ms-
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.03ms - 18.85ms-unsure 🔍
-1% - +5%
-0.16ms - +0.91ms
unsure 🔍
-2% - +4%
-0.31ms - +0.79ms
tip-of-tree
tip-of-tree
17.73ms - 18.41msunsure 🔍
-5% - +1%
-0.91ms - +0.16ms
-unsure 🔍
-3% - +2%
-0.63ms - +0.36ms
previous-release
previous-release
17.84ms - 18.57msunsure 🔍
-4% - +2%
-0.79ms - +0.31ms
unsure 🔍
-2% - +4%
-0.36ms - +0.63ms
-

update

VersionAvg timevs this-change
vs tip-of-tree
tip-of-tree
vs previous-release
previous-release
this-change
34.66ms - 37.48ms-unsure 🔍
-2% - +10%
-0.56ms - +3.43ms
unsure 🔍
-5% - +6%
-1.80ms - +2.23ms
tip-of-tree
tip-of-tree
33.23ms - 36.05msunsure 🔍
-9% - +1%
-3.43ms - +0.56ms
-unsure 🔍
-9% - +2%
-3.24ms - +0.80ms
previous-release
previous-release
34.41ms - 37.30msunsure 🔍
-6% - +5%
-2.23ms - +1.80ms
unsure 🔍
-2% - +9%
-0.80ms - +3.24ms
-

nop-update

VersionAvg timevs this-change
vs tip-of-tree
tip-of-tree
vs previous-release
previous-release
this-change
11.03ms - 11.55ms-slower ❌
0% - 8%
0.01ms - 0.87ms
unsure 🔍
-2% - +5%
-0.20ms - +0.60ms
tip-of-tree
tip-of-tree
10.51ms - 11.19msfaster ✔
0% - 8%
0.01ms - 0.87ms
-unsure 🔍
-6% - +2%
-0.70ms - +0.22ms
previous-release
previous-release
10.78ms - 11.39msunsure 🔍
-5% - +2%
-0.60ms - +0.20ms
unsure 🔍
-2% - +6%
-0.22ms - +0.70ms
-
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.54ms - 34.12ms-unsure 🔍
-1% - +1%
-0.35ms - +0.48ms
unsure 🔍
-1% - +2%
-0.29ms - +0.53ms
tip-of-tree
tip-of-tree
33.46ms - 34.07msunsure 🔍
-1% - +1%
-0.48ms - +0.35ms
-unsure 🔍
-1% - +1%
-0.37ms - +0.48ms
previous-release
previous-release
33.41ms - 34.00msunsure 🔍
-2% - +1%
-0.53ms - +0.29ms
unsure 🔍
-1% - +1%
-0.48ms - +0.37ms
-

update

VersionAvg timevs this-change
vs tip-of-tree
tip-of-tree
vs previous-release
previous-release
this-change
67.04ms - 69.67ms-unsure 🔍
-1% - +4%
-0.50ms - +2.60ms
unsure 🔍
-1% - +4%
-0.46ms - +2.47ms
tip-of-tree
tip-of-tree
66.49ms - 68.11msunsure 🔍
-4% - +1%
-2.60ms - +0.50ms
-unsure 🔍
-2% - +1%
-1.08ms - +0.99ms
previous-release
previous-release
66.71ms - 67.99msunsure 🔍
-4% - +1%
-2.47ms - +0.46ms
unsure 🔍
-1% - +2%
-0.99ms - +1.08ms
-
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
30.48ms - 31.27ms-unsure 🔍
-4% - +0%
-1.14ms - +0.04ms
unsure 🔍
-4% - +0%
-1.23ms - +0.04ms
tip-of-tree
tip-of-tree
30.98ms - 31.87msunsure 🔍
-0% - +4%
-0.04ms - +1.14ms
-unsure 🔍
-2% - +2%
-0.71ms - +0.62ms
previous-release
previous-release
30.98ms - 31.97msunsure 🔍
-0% - +4%
-0.04ms - +1.23ms
unsure 🔍
-2% - +2%
-0.62ms - +0.71ms
-

update

VersionAvg timevs this-change
vs tip-of-tree
tip-of-tree
vs previous-release
previous-release
this-change
475.20ms - 488.87ms-unsure 🔍
-1% - +3%
-6.49ms - +12.65ms
unsure 🔍
-1% - +2%
-6.84ms - +11.78ms
tip-of-tree
tip-of-tree
472.26ms - 485.65msunsure 🔍
-3% - +1%
-12.65ms - +6.49ms
-unsure 🔍
-2% - +2%
-9.82ms - +8.59ms
previous-release
previous-release
473.25ms - 485.89msunsure 🔍
-2% - +1%
-11.78ms - +6.84ms
unsure 🔍
-2% - +2%
-8.59ms - +9.82ms
-

update-reflect

VersionAvg timevs this-change
vs tip-of-tree
tip-of-tree
vs previous-release
previous-release
this-change
514.13ms - 525.94ms-unsure 🔍
-1% - +2%
-7.37ms - +10.47ms
unsure 🔍
-2% - +2%
-9.74ms - +8.10ms
tip-of-tree
tip-of-tree
511.81ms - 525.17msunsure 🔍
-2% - +1%
-10.47ms - +7.37ms
-unsure 🔍
-2% - +1%
-11.81ms - +7.08ms
previous-release
previous-release
514.17ms - 527.53msunsure 🔍
-2% - +2%
-8.10ms - +9.74ms
unsure 🔍
-1% - +2%
-7.08ms - +11.81ms
-

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 27, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Jun 27, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/packages/benchmarks/generator/multi-e2295fd6a8 branch June 27, 2024 22:25
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