Skip to content

Bump semver and pg-promise#3

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/multi-b57b349128
Open

Bump semver and pg-promise#3
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/multi-b57b349128

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 5, 2026

Removes semver. It's no longer used after updating ancestor dependency pg-promise. These dependencies need to be updated together.

Removes semver

Updates pg-promise from 10.5.6 to 10.15.4

Release notes

Sourced from pg-promise's releases.

10.15.4

  • Fixes #854 TypeScript declaration issue.

10.15.3

10.15.2

  • Fixing #853 (crash in NodeJS v12)

10.15.1

  • Event error now reports query + params even for regular query errors (see pr #852)

10.15.0

  • Minimum version of NodeJS required is now v12.0.0 (was v8.0.0 previously). See the check.

10.14.2

  • Assertions were refactored internally, so now they can be overridden via global.pgPromiseAssert. See assert-options module.
  • Improved Buffer detection
  • Documentation updates

10.14.1

Fixes for TypeScript declarations:

  • Fixing declaration for method result
  • Fixing declaration for txMode namespace, so it is consistent with how the library works:

Example of correct txMode usage:

import {txMode} from 'pg-promise';
const {isolationLevel, TransactionMode} = txMode;
const mode = new TransactionMode({tiLevel: isolationLevel.none});

Or, you still can extract those from both uninitialized library:

import * as pgPromise from 'pg-promise';
const {isolationLevel, TransactionMode} = pgPromise.txMode; // from uninitialized library

... and from initialized library instance:

... (truncated)

Commits

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

Removes [semver](https://github.com/npm/node-semver). It's no longer used after updating ancestor dependency [pg-promise](https://github.com/vitaly-t/pg-promise). These dependencies need to be updated together.


Removes `semver`

Updates `pg-promise` from 10.5.6 to 10.15.4
- [Release notes](https://github.com/vitaly-t/pg-promise/releases)
- [Commits](vitaly-t/pg-promise@10.5.6...10.15.4)

---
updated-dependencies:
- dependency-name: semver
  dependency-version: 
  dependency-type: indirect
- dependency-name: pg-promise
  dependency-version: 10.15.4
  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 Feb 5, 2026
@socket-security
Copy link

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedpg-promise@​10.5.6 ⏵ 10.15.4919910094 +7100

View full report

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