Skip to content

Bump semver and pg-promise#22

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

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

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 7.5.4 to 12.6.0

Release notes

Sourced from pg-promise's releases.

12.6.0

Removing Legacy Inspections

All legacy (custom) object/class inspections have been removed, to rely on NodeJS's default inspection instead, which has evolved a lot since early days. Now for all class instances in the library you will see color output in the console, thanks to NodeJS support for colors.

See #979

Minor version incremented, because the console output format has changed, which may break some tests, if you are testing the output. Other than that, the change is compatible, i.e. not enough to justify major version change.

12.5.0

Improved duplicate columns handling

Class ColumnSet has been reworked for better flexibility in handling duplicate columns:

  • The constructor options now include duplicate?: 'error' | 'skip' | 'replace'
  • Method extend now accepts option skip, and relies on the ColumnSet constructor with duplicate option set to error or skip
  • Method merge now simply relies on ColumnSet constructor with duplicate = 'replace' option

This change though substantial, is only incremental, and should work the same without using those new options.

In addition, the underlying pg driver has been updated.

12.4.0

  • Updated all dependencies, including the pg driver.
  • Updated TypeScript declarations for ColumnSet, as per #PR-974
  • Updated docs, as per #976

12.3.0

  • Dependencies update for DEV + for spex, to allow for proper types resolution, see PR#19

12.2.0

  • Adding official support for PostgreSQL v18, including in GitHub CI.
  • Dev dependencies updated.

It is more of a landmark release, without any code changes.

12.1.3

  • Minor code refactoring
  • Documentation updates: Added automatic Dark-Mode to the API, if your OS is set to use a dark theme.

12.1.2

  • Improved Promise detection, and updated spex dependency with the same.
  • Minor error refactoring.

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by vitaly.tomilov, a new releaser for pg-promise since your current version.


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 7.5.4 to 12.6.0
- [Release notes](https://github.com/vitaly-t/pg-promise/releases)
- [Commits](vitaly-t/pg-promise@v.7.5.4...12.6.0)

---
updated-dependencies:
- dependency-name: semver
  dependency-version: 
  dependency-type: indirect
- dependency-name: pg-promise
  dependency-version: 12.6.0
  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
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