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(deps-dev): bump @serenity-js/rest from 2.19.10 to 3.4.0 #353

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 Jun 12, 2023

Bumps @serenity-js/rest from 2.19.10 to 3.4.0.

Release notes

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

v3.4.0

3.4.0 (2023-06-10)

Bug Fixes

  • deps: update playwright dependencies to ^1.35.0 (fb4359f)
  • webdriverio: support for WebdriverIO 8.11 APIs (cebbeec), closes #1739

Features

  • core: compile Serenity/JS against ES2021 (6b31184)

v3.3.1

3.3.1 (2023-06-08)

Bug Fixes

  • deps: update dependency @​paralleldrive/cuid2 to ^2.2.1 (2aaa656)
  • deps: update dependency @​paralleldrive/cuid2 to ^2.2.1 (e7ce99f)
  • deps: update dependency @​paralleldrive/cuid2 to ^2.2.1 (dd2148a)
  • deps: update dependency @​paralleldrive/cuid2 to ^2.2.1 (eb37932)
  • deps: update dependency @​paralleldrive/cuid2 to ^2.2.1 (1fa40c2)
  • deps: update dependency @​paralleldrive/cuid2 to ^2.2.1 (1ccc3e4)
  • deps: update dependency @​paralleldrive/cuid2 to ^2.2.1 (03a92d3)
  • deps: update dependency @​paralleldrive/cuid2 to ^2.2.1 (e01b642)
  • deps: update dependency https-proxy-agent to v7 (d2a033b)
  • deps: update dependency https-proxy-agent to v7 (ed8a659)
  • deps: update dependency https-proxy-agent to v7 (2a7935c)
  • deps: update dependency https-proxy-agent to v7 (beb95a3)
  • deps: update dependency https-proxy-agent to v7 (546e6e0)
  • deps: update dependency https-proxy-agent to v7 (d52ecf6)
  • deps: update dependency https-proxy-agent to v7 (42bdd19)
  • deps: update dependency https-proxy-agent to v7 (dba90e4)
  • deps: update dependency https-proxy-agent to v7 (479d25a)
  • deps: update dependency https-proxy-agent to v7 (2c3043d)
  • deps: update dependency https-proxy-agent to v7 (2b8f775)
  • deps: update dependency https-proxy-agent to v7 (243e7de)
  • deps: update dependency typedoc to ^0.24.8 (4170d13)

v3.3.0

3.3.0 (2023-06-01)

Bug Fixes

  • core: ability to ScheduleWork preserves stack traces for better reporting (c2ce5f7), closes #1717
  • deps: update website dependencies to v2.4.1 (6e4d17b)

... (truncated)

Changelog

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

3.4.0 (2023-06-10)

Note: Version bump only for package @​serenity-js/rest

3.3.1 (2023-06-08)

Note: Version bump only for package @​serenity-js/rest

3.3.0 (2023-06-01)

Note: Version bump only for package @​serenity-js/rest

3.2.1 (2023-05-15)

Note: Version bump only for package @​serenity-js/rest

3.2.0 (2023-05-05)

Bug Fixes

  • core: use "types" instead of "typings" in package.json files (b83d922), closes #1682

Features

  • core: introduced support for Node.js 20, dropped support for Node.js 14 (491fef8), closes #1678

3.1.6 (2023-04-18)

... (truncated)

Commits
  • e69967f chore(release): v3.4.0
  • d036ce7 chore(release): v3.3.1
  • e4f185a chore(deps): update dependency c8 to v7.14.0
  • c4a2bb6 chore(release): v3.3.0
  • 9a5a77e chore(release): v3.2.1
  • 7468bf6 Merge branch 'renovate/axios-1.x'
  • e7cc072 chore(deps): update dependency axios to ^1.4.0
  • fea9751 chore(deps): update dependency @​types/chai to ^4.3.5
  • e69cea7 chore(release): v3.2.0
  • 4abf6d8 docs(website): updated examples and links in readme files
  • 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)

Bumps [@serenity-js/rest](https://github.com/serenity-js/serenity-js/tree/HEAD/packages/rest) from 2.19.10 to 3.4.0.
- [Release notes](https://github.com/serenity-js/serenity-js/releases)
- [Changelog](https://github.com/serenity-js/serenity-js/blob/main/packages/rest/CHANGELOG.md)
- [Commits](https://github.com/serenity-js/serenity-js/commits/v3.4.0/packages/rest)

---
updated-dependencies:
- dependency-name: "@serenity-js/rest"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 12, 2023
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