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 poltergeist from 1.6.0 to 1.18.0 #750

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 19, 2023

Bumps poltergeist from 1.6.0 to 1.18.0.

Changelog

Sourced from poltergeist's changelog.

1.18.0

Features

  • User agent and other headers persist across windows (Tony Novak)[Issue #915]
  • Capybara 3 support (Thomas Walpole)
  • Support configuring PhantomJS page setting when initializing driver (Thomas Walpole)
  • Support for mouse click with offset and button presses (Thomas Walpole)

Bug Fixes

  • Fixed page source potentially blank based on page load timing (Thomas Walpole)

1.17.0

Features

  • Support Capybara Session#evaluate_async_script (Thomas Walpole)

Bug Fixes

  • Fixed system modals in a second window (Shunichi Ikegami)
  • Fixed hang due to stdin input being processed by Poltergeist::Client (Fumiaki Matsushima)

1.16.0

Features

  • Support Capybara Session#refresh (Thomas Walpole)

Bug Fixes

  • Fixed key alias spelling for "multiply"
  • Fix hangs while waiting for PhantomJS to die (Thomas Walpole)[Issue #747]

1.15.0

Features

  • Driver now supports specifying a custom IP address (host) with the :host option (Arturo Castro)
  • Support for Capybara's "threadsafe" mode introduced in Capybara 2.14.0 (Thomas Walpole)

Bug Fixes

  • Make STDOUT redirection threadsafe on MRI (Tony Novak)
  • Fixed hang when go_back/forward triggered history state changes rather than page loads (Thomas Walpole)

1.14.0

Features

  • Driver#network_traffic will return blocked page requests if passed :blocked (Kyle Rippey)
  • Driver#evaluate_script can return page elements from JS (Thomas Walpole)
  • Driver#add_header can now accept ":no_redirect" for the "permanent" option which removes the header on redirects or subsequent requests. (Stefan Hoffmann)

Bug Fixes

  • Node#== takes page_id into account

... (truncated)

Commits
  • d3e0d8b Prepare for 1.18.0 release
  • e555ccd Merge pull request #925 from teampoltergeist/datalist_tests
  • c9b34bc Merge pull request #924 from teampoltergeist/page_settings
  • 8cb7210 Skip datalist tests because PJS doesn't support datalist
  • 1d07fa4 Support overriding the PJS page settings when initializing driver - http://ph...
  • 895c90e Merge pull request #916 from afn/master
  • c0f6660 Merge pull request #923 from teampoltergeist/travis_defaults_pjs_211
  • 1831153 Travis provides PJS 2.1.1 by default now - testing 1.9.8 doesn't make sense a...
  • f822d3a Test Capybara 2 and 3
  • 17db174 Merge pull request #920 from teampoltergeist/title_changes
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [poltergeist](https://github.com/teampoltergeist/poltergeist) from 1.6.0 to 1.18.0.
- [Changelog](https://github.com/teampoltergeist/poltergeist/blob/master/CHANGELOG.md)
- [Commits](teampoltergeist/poltergeist@v1.6.0...v1.18.0)

---
updated-dependencies:
- dependency-name: poltergeist
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
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.

0 participants