surveyjs-nodejs
surveyjs-nodejs copied to clipboard
Bump semver and pg-promise
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 11.5.0
Release notes
Sourced from pg-promise's releases.
11.5.0
- Many dependencies updated, including Postgres driver.
- Minor documentation updates.
Please note that at the time of publishing this, GitHub CI started showing problems again, unrelated to the project. All tests pass locally fine, disregard Failed Build status for the time being.
11.4.3
- Updated dependencies
- Marked method batch as deprecated.
11.4.2
- Dev dependencies updated
- Semantic refactoring of the code
11.4.1
- Corrected TypeScript signature for the Pool's property
log.11.4.0
- Updated dependencies:
"pg" -> "8.10.0"and"pg-query-stream" -> "4.4.0"- Extended
IPoolTypeScript declaration with propertiesexpiredCount+log. The latter in case you want to log what the pool is doing:db.$pool.log = (msg: string, err?: any) => { console.log('Pool:', msg, err); // report what the pool is doing }11.3.0
- Following #867, amended missed connection + default properties within TypeScript declarations:
lock_timeout- abort any statement that waits longer than the specified durationidle_in_transaction_session_timeout- terminate any session with an open transaction that has been idle for longer11.2.0
Quick follow up on issues within the previous release:
- Corrected type of
streamproperty toSocket- Temporarily disabled CI for PG v14 and v15, until the integration issue is resolved.
11.1.0
- Upgraded the underlying driver; see its changes.
- Added property stream to the connection parameters in TypeScript declarations.
Please ignore CI errors that are due to this issue, which can be addressed later.
11.0.2
CI integration added, thanks to
@dplewis11.0.1
Removed use of operator
??=, which was causing error under NodeJS version < 15.
... (truncated)
Commits
9f1930fMerge branch 'master' of https://github.com/vitaly-t/pg-promisea4c3f4fupdate deps710e079replace http to https in API links (#875)5516603docs87ebf5fupdate package706ae78deprecating batchfc0c4cbminor refactoring156c850refactor string styles612579brefactoring testsf8f771fupdate the package- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.