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

chore: bump bl and gemini #627

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 25, 2024

Bumps bl to 4.1.0 and updates ancestor dependency gemini. These dependencies need to be updated together.

Updates bl from 0.9.5 to 4.1.0

Release notes

Sourced from bl's releases.

v4.0.3

Fix unintialized memory access

v4.0.1

  • Remove false-positive Apache-exploit (Fixes #79). #80

v3.0.1

Fix unintialized memory access

v3.0.0

  • readable-stream@3 #57

v2.2.1

Fix unintialized memory access

v2.2.0

  • Add indexOf docs #60
  • fix empty shallowSlice return #65

v2.1.2

  • use ES3 only #62

v2.1.1

  • Use native indexOf whenever possible #61

v2.1.0

  • Added indexOf #59

v2.0.1

  • Use require('readable-stream').Duplex #56

v2.0.0

  • Added support for readUIntLE and companions #55

v1.2.2

  • use safe-buffer #51

v1.2.1

  • Fix shallowSlice when the offset are not at the beginning of an internal buffer #44
Commits
Maintainer changes

This version was pushed to npm by matteo.collina, a new releaser for bl since your current version.


Updates gemini from 4.19.3 to 7.5.2

Release notes

Sourced from gemini's releases.

v5.8.1

Bug Fixes

  • 'changeOrientation' action waits for screen rotate (4e42d7e)

v5.8.0

Features

  • set default browser orientation before each test (8348d7a)

v5.7.1

Bug Fixes

  • verbose reporter (vflat) does not show session id (187f8e8)

v5.6.1

Bug Fixes

  • child suites retries not called (a141462)

v5.6.0

Features

  • Add skip.in, skip.notIn, only.in and only.notIn methods for tests API (7b1853a)

v5.5.2

Bug Fixes

  • suite clone does not clone fullUrl (4d9bc62)

v5.5.1

Bug Fixes

  • child suite retries not called if value of sessionsPerBrowser option is low (6268b62)

v5.4.1

Bug Fixes

  • ignoreElements fail if some elements outside of viewport (0f8b2c7)

v5.4.0

Features

  • stats: move part of the logic to the gemini-core (99e7e0c)

v5.2.1

Bug Fixes

  • update gemini-core to 2.3.2 (d74403d)

... (truncated)

Changelog

Sourced from gemini's changelog.

7.5.2 (2019-11-25)

7.5.1 (2019-07-29)

Bug Fixes

  • make executeJS method work properly with arrow function (514fc1b)

7.5.0 (2019-07-25)

Features

  • config: add support for workers config option (d7b7710)

7.4.1 (2019-03-20)

Bug Fixes

  • error maximum call stack size exceeded from looks-same (0e18704)

7.4.0 (2019-03-13)

Bug Fixes

  • notice about deprecated option replacement (b066b16)

Features

... (truncated)

Commits
  • ee5b190 chore(release): 7.5.2
  • 8749344 Merge pull request #980 from gemini-testing/dd.gemini_core_strict_version
  • ae15b22 chore: use strict version 3.8.3 of gemini-core
  • 742f0d8 chore(release): 7.5.1
  • 8ac8c1e Merge pull request #969 from htmlhero/master
  • acedfc7 chore(release): 7.5.0
  • 6596b8b Merge pull request #970 from thers/feature/parallel-workers-limit
  • d7b7710 feat(config): add support for workers config option
  • 514fc1b fix: make executeJS method work properly with arrow function
  • a5e8aef chore(release): 7.4.1
  • Additional commits viewable in compare view

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.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 25, 2024
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/multi-20870a1557 branch 2 times, most recently from d8a8de9 to a22386c Compare October 25, 2024 12:28
Bumps [bl](https://github.com/rvagg/bl) to 4.1.0 and updates ancestor dependency [gemini](https://github.com/gemini-testing/gemini). These dependencies need to be updated together.


Updates `bl` from 0.9.5 to 4.1.0
- [Release notes](https://github.com/rvagg/bl/releases)
- [Changelog](https://github.com/rvagg/bl/blob/master/CHANGELOG.md)
- [Commits](rvagg/bl@v0.9.5...v4.1.0)

Updates `gemini` from 4.19.3 to 7.5.2
- [Release notes](https://github.com/gemini-testing/gemini/releases)
- [Changelog](https://github.com/gemini-testing/gemini/blob/master/CHANGELOG.md)
- [Commits](gemini-testing/gemini@v4.19.3...v7.5.2)

---
updated-dependencies:
- dependency-name: bl
  dependency-type: indirect
- dependency-name: gemini
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/multi-20870a1557 branch from a22386c to f87771f Compare October 31, 2024 08:02
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.

0 participants