Skip to content

Bump semver, ava, nock and pg in /services/payment-service-api#1439

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/services/payment-service-api/semver-and-ava-and-nock-and-pg-7.5.2
Closed

Bump semver, ava, nock and pg in /services/payment-service-api#1439
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/services/payment-service-api/semver-and-ava-and-nock-and-pg-7.5.2

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 22, 2023

Bumps semver to 7.5.2 and updates ancestor dependencies semver, ava, nock and pg. These dependencies need to be updated together.

Updates semver from 4.3.2 to 7.5.2

Release notes

Sourced from semver's releases.

v7.5.2

7.5.2 (2023-06-15)

Bug Fixes

v7.5.1

7.5.1 (2023-05-12)

Bug Fixes

v7.5.0

7.5.0 (2023-04-17)

Features

Bug Fixes

v7.4.0

7.4.0 (2023-04-10)

Features

Bug Fixes

Documentation

... (truncated)

Changelog

Sourced from semver's changelog.

7.5.2 (2023-06-15)

Bug Fixes

7.5.1 (2023-05-12)

Bug Fixes

7.5.0 (2023-04-17)

Features

Bug Fixes

7.4.0 (2023-04-10)

Features

Bug Fixes

Documentation

7.3.8 (2022-10-04)

Bug Fixes

... (truncated)

Commits
  • e7b78de chore: release 7.5.2
  • 58c791f fix: diff when detecting major change from prerelease (#566)
  • 5c8efbc fix: preserve build in raw after inc (#565)
  • 717534e fix: better handling of whitespace (#564)
  • 2f738e9 chore: bump @​npmcli/template-oss from 4.14.1 to 4.15.1 (#558)
  • aa016a6 chore: release 7.5.1
  • d30d25a fix: show type on invalid semver error (#559)
  • 09c69e2 chore: bump @​npmcli/template-oss from 4.13.0 to 4.14.1 (#555)
  • 5b02ad7 chore: release 7.5.0
  • e219bb4 fix: throw on bad version with correct error message (#552)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by npm-cli-ops, a new releaser for semver since your current version.


Updates ava from 1.0.0-rc.2 to 5.3.1

Release notes

Sourced from ava's releases.

v5.3.1

What's Changed

Full Changelog: avajs/ava@v5.3.0...v5.3.1

v5.3.0

What's Changed

New Contributors

Full Changelog: avajs/ava@v5.2.0...v5.3.0

v5.2.0

What's Changed

New Contributors

Full Changelog: avajs/ava@v5.1.1...v5.2.0

v5.1.1

What's Changed

Full Changelog: avajs/ava@v5.1.0...v5.1.1

v5.1.0

What's Changed

New Contributors

... (truncated)

Commits
  • 306e37c 5.3.1
  • 6398772 Fix circular selector detection in t.like()
  • c988e27 Support Symbol keys and ignore non-enumerable properties in t.like()
  • 568fe40 5.3.0
  • 784ca4c Dependency updates and so forth
  • 5558367 Recognize typical assertion errors and use their formatting
  • faa9654 Replace 'del' dependency by built-in recursive fs.rm (#3198)
  • d7c6120 Support arrays in t.like() assertion
  • 49e5582 Update TypeScript recipe to remove ts-node recommendation (#3192)
  • 5bf01a3 Add Node.js 20 to test matrix
  • Additional commits viewable in compare view

Updates nock from 9.1.6 to 13.3.1

Release notes

Sourced from nock's releases.

v13.3.1

13.3.1 (2023-04-27)

Bug Fixes

v13.3.0

13.3.0 (2023-01-10)

Features

v13.2.9

13.2.9 (2022-07-19)

Bug Fixes

  • README: Add notes about Scope vs Interceptor matchHeader calls (#2382) (d9bab65)

v13.2.8

13.2.8 (2022-06-30)

Bug Fixes

  • types: allow regexp on Definition#scope and Definition#path (#2374) (2edf341)

v13.2.7

13.2.7 (2022-06-15)

Bug Fixes

  • InterceptedRequestRouter.handleWrite arity issue (#2371) (7f21d0c)

v13.2.6

13.2.6 (2022-06-03)

Reverts

  • Revert "chore(deps-dev): bump got from 11.8.3 to 12.1.0" (#2366) (f46b808), closes #2366

v13.2.5

13.2.5 (2022-06-03)

... (truncated)

Commits
  • f904406 fix: update Socket for Node 18 compat (#2467)
  • cf86e1b chore(deps-dev): bump sinon from 15.0.1 to 15.0.4
  • b6b0f61 chore(deps-dev): bump @​definitelytyped/dtslint from 0.0.112 to 0.0.159 (#2459)
  • 7726385 chore(deps): bump tar and @​definitelytyped/dtslint (#2439)
  • 3feef40 docs(README): Update Axios example (#2464)
  • 3a7c7c3 doc: axios adapter docs (#2469)
  • 7d22513 chore(deps-dev): bump eslint-plugin-import from 2.26.0 to 2.27.5
  • e15205e chore(deps-dev): bump eslint from 8.29.0 to 8.35.0
  • 6404ab0 chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1
  • e67c33b chore(deps-dev): bump eslint-config-prettier from 8.5.0 to 8.6.0
  • Additional commits viewable in compare view

Updates pg from 7.4.0 to 8.11.0

Changelog

Sourced from pg's changelog.

All major and minor releases are briefly explained below.

For richer information consult the commit log on github with referenced pull requests.

We do not include break-fix version release in this file.

pg-pool@8.10.0

  • Emit release event when client is returned to the pool.

pg@8.9.0

pg@8.8.0

pg-pool@3.5.0

pg@8.7.0

  • Add optional config to pool to allow process to exit if pool is idle.

pg-cursor@2.7.0

pg@8.6.0

pg-query-stream@4.0.0

  • Library has been converted to Typescript. The behavior is identical, but there could be subtle breaking changes due to class names changing or other small inconsistencies introduced by the conversion.

pg@8.5.0

... (truncated)

Commits
  • 14b840e Publish
  • f206293 Clean up pg-native in Makefile better
  • 7152d4d Add example Cloudflare Worker and test
  • 0755342 Add Cloudflare Worker compatible socket
  • 5532ca5 Use WebCrypto APIs where possible
  • 2b469d0 avoid accessing Node specific requires when not needed
  • f305419 Use URL rather than url.parse() in pg-connection-string
  • 26f7504 fix invalid connection string test
  • 249182e Document client.escapeIdentifier and client.escapeLiteral (#2954)
  • ee302cb Publish
  • 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 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 [semver](https://github.com/npm/node-semver) to 7.5.2 and updates ancestor dependencies [semver](https://github.com/npm/node-semver), [ava](https://github.com/avajs/ava), [nock](https://github.com/nock/nock) and [pg](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg). These dependencies need to be updated together.


Updates `semver` from 4.3.2 to 7.5.2
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
- [Commits](npm/node-semver@v4.3.2...v7.5.2)

Updates `ava` from 1.0.0-rc.2 to 5.3.1
- [Release notes](https://github.com/avajs/ava/releases)
- [Commits](avajs/ava@v1.0.0-rc.2...v5.3.1)

Updates `nock` from 9.1.6 to 13.3.1
- [Release notes](https://github.com/nock/nock/releases)
- [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md)
- [Commits](nock/nock@v9.1.6...v13.3.1)

Updates `pg` from 7.4.0 to 8.11.0
- [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md)
- [Commits](https://github.com/brianc/node-postgres/commits/pg@8.11.0/packages/pg)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
- dependency-name: ava
  dependency-type: direct:production
- dependency-name: nock
  dependency-type: direct:production
- dependency-name: pg
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 22, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 10, 2023

Superseded by #1444.

@dependabot dependabot bot closed this Jul 10, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/services/payment-service-api/semver-and-ava-and-nock-and-pg-7.5.2 branch July 10, 2023 22: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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants