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 @serenity-js/assertions from 2.19.9 to 2.25.0 #84

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 16, 2021

Bumps @serenity-js/assertions from 2.19.9 to 2.25.0.

Release notes

Sourced from @​serenity-js/assertions's releases.

v2.25.0

2.25.0 (2021-03-15)

Bug Fixes

  • core: moved RelativeQuestion interface to core and renamed to MetaQuestion (fdc9500)
  • protractor: added an explicit dependency on @serenity-js/assertions (0d0dda3)
  • protractor: deprecated experimental Pick; use Target.all().located().where(...) instead (81b9c36)

Features

  • assertions: re-exported Expectation and Check from core to avoid breaking tests using Serenity/JS 2.24.1 and older (5ef1096)
  • core: moved Check from @serenity-js/assertions to @serenity-js/core (1f36581)
  • core: moved Expectation from @serenity-js/assertions to @serenity-js/core (208391e)
  • core: new question List to help retrieve a specific item from a collection (2de991a)
  • core: new questions Property.of and Property.at help retrieve properties of Answerable (a807df9)
  • protractor: new APIs to make it easier to pick a specific element from Target.all (f697d39)

v2.24.1

2.24.1 (2021-02-28)

Bug Fixes

  • core: corrected package.json to mention all the Node and NPM versions supported by Serenity/JS (9fff39a)

v2.24.0

2.24.0 (2021-02-26)

Bug Fixes

  • cucumber: corrected min version of Cucumber 3 peer dependency (3.2.2 => 3.2.1) (77425c0)

Features

v2.23.2

2.23.2 (2021-02-23)

Bug Fixes

  • protractor: optional Serenity/JS modules are marked as peerDependencies to avoid NPM installing them by default (433afa1), closes npm/npm#3066

... (truncated)

Changelog

Sourced from @​serenity-js/assertions's changelog.

2.25.0 (2021-03-15)

Bug Fixes

  • core: moved RelativeQuestion interface to core and renamed to MetaQuestion (fdc9500)
  • protractor: added an explicit dependency on @serenity-js/assertions (0d0dda3)
  • protractor: deprecated experimental Pick; use Target.all().located().where(...) instead (81b9c36)

Features

  • assertions: re-exported Expectation and Check from core to avoid breaking tests using Serenity/JS 2.24.1 and older (5ef1096)
  • core: moved Check from @serenity-js/assertions to @serenity-js/core (1f36581)
  • core: moved Expectation from @serenity-js/assertions to @serenity-js/core (208391e)
  • core: new question List to help retrieve a specific item from a collection (2de991a)
  • core: new questions Property.of and Property.at help retrieve properties of Answerable (a807df9)
  • protractor: new APIs to make it easier to pick a specific element from Target.all (f697d39)

2.24.1 (2021-02-28)

Bug Fixes

  • core: corrected package.json to mention all the Node and NPM versions supported by Serenity/JS (9fff39a)

2.24.0 (2021-02-26)

Bug Fixes

  • cucumber: corrected min version of Cucumber 3 peer dependency (3.2.2 => 3.2.1) (77425c0)

Features

... (truncated)

Commits
  • 453ecc1 chore(release): v2.25.0
  • 9f9841e Merge branch 'manuelfidalgo-chore/add_jasmine_dependency'
  • 653f479 Merge branch 'chore/add_jasmine_dependency' of https://github.com/manuelfidal...
  • 99b49cc chore(deps-dev): aligned versions of internal dev dependencies
  • 7cdeb67 docs(rest): examples of how to use Property.of with LastResponse.body()
  • a807df9 feat(core): new questions Property.of and Property.at help retrieve propertie...
  • 3358424 chore: add needed jasmine dependency
  • cc03865 docs(core): documented MetaQuestion and its implementations
  • e4d53d0 style(protractor): re-formatted test code
  • 05092ce chore(deps-dev): updated chromedriver
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 16, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 18, 2021

Superseded by #86.

@dependabot dependabot bot closed this Mar 18, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/serenity-js/assertions-2.25.0 branch March 18, 2021 06:40
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.

The strict mode should be enabled by default MAINTAINER NEEDED Optional peer dependencies
0 participants