1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-03-04 00:18:40 +01:00

fix(deps): update dependency db-migrate-pg to v1.5.2 (#4894)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [db-migrate-pg](https://togithub.com/db-migrate/pg) | [`1.4.2` ->
`1.5.2`](https://renovatebot.com/diffs/npm/db-migrate-pg/1.4.2/1.5.2) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/db-migrate-pg/1.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/db-migrate-pg/1.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/db-migrate-pg/1.4.2/1.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/db-migrate-pg/1.4.2/1.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>db-migrate/pg (db-migrate-pg)</summary>

###
[`v1.5.2`](https://togithub.com/db-migrate/pg/blob/HEAD/CHANGELOG.md#152-2023-09-12)

[Compare
Source](https://togithub.com/db-migrate/pg/compare/v1.5.1...v1.5.2)

##### Bug Fixes

- **\_getKV:** error: type "string" does not exist due to ::STRING cast
([ec66452](ec66452e9e)),
closes [#&#8203;83](https://togithub.com/db-migrate/pg/issues/83)

###
[`v1.5.1`](https://togithub.com/db-migrate/pg/blob/HEAD/CHANGELOG.md#151-2023-09-11)

[Compare
Source](https://togithub.com/db-migrate/pg/compare/v1.5.0...v1.5.1)

##### Bug Fixes

- **createMigrationsTable:** Fix bug where already-quoted search path
components could get double-quoted when creating the mirations table.
([79436f3](79436f3d26))
- **searchPath:** escaping of search
([13e956b](13e956bf61)),
closes [#&#8203;46](https://togithub.com/db-migrate/pg/issues/46)

##### Features

- support ifNotExists when creating a postgres db
([b554d2b](b554d2bb67))

###
[`v1.5.0`](https://togithub.com/db-migrate/pg/blob/HEAD/CHANGELOG.md#150-2023-09-10)

[Compare
Source](https://togithub.com/db-migrate/pg/compare/v1.4.2...v1.5.0)

##### Bug Fixes

- Add check for rules object
([54ed736](54ed736bbc))
- **deps:** upgrade semver because of vulnerability
([de3c2ce](de3c2ceb9d))

##### Features

- **bigserial:** support BIGSERIAL when using autoIncrement with bigint
type
([6fcd36d](6fcd36d6dc))

#### [1.4.2](https://togithub.com/db-migrate/pg/compare/v1.4.1...v1.4.2)
(2023-09-07)

#### [1.4.1](https://togithub.com/db-migrate/pg/compare/v1.4.0...v1.4.1)
(2023-09-07)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/Unleash/unleash).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4wLjMiLCJ1cGRhdGVkSW5WZXIiOiIzNy4wLjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-10-01 04:33:03 +00:00 committed by GitHub
parent 457b8f5857
commit 27fd62a81d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 9 deletions

View File

@ -117,7 +117,7 @@
"cors": "^2.8.5",
"date-fns": "^2.25.0",
"db-migrate": "0.11.14",
"db-migrate-pg": "1.4.2",
"db-migrate-pg": "1.5.2",
"db-migrate-shared": "1.2.0",
"deep-object-diff": "^1.1.9",
"deepmerge": "^4.2.2",

View File

@ -2592,15 +2592,15 @@ db-migrate-base@^2.3.0:
dependencies:
bluebird "^3.1.1"
db-migrate-pg@1.4.2:
version "1.4.2"
resolved "https://registry.yarnpkg.com/db-migrate-pg/-/db-migrate-pg-1.4.2.tgz#af1f40fdbe89405e6ee4b476c1e3e4aeb71144e7"
integrity sha512-OqZMM74A74+1w1MpjTGKAelI6bVjjvFWJcdd9z3VADH+NTKocmcX20qFBmnWJrzIyCyBcUiYf4/akJebyB39zQ==
db-migrate-pg@1.5.2:
version "1.5.2"
resolved "https://registry.yarnpkg.com/db-migrate-pg/-/db-migrate-pg-1.5.2.tgz#43f0fe8ccf6aaf777959d84ed43897ae4695b011"
integrity sha512-agbT9biJi43E7wld9JgnpMKadYgIobMlRXdtRO8JLRWHI1Jc7mObl9pM7iv4AQ4UTLDgjtkqUqtXlfeWtRuRbA==
dependencies:
bluebird "^3.1.1"
db-migrate-base "^2.3.0"
pg "^8.0.3"
semver "^5.0.3"
pg "^8.11.2"
semver "^7.5.4"
db-migrate-shared@1.2.0, db-migrate-shared@^1.2.0:
version "1.2.0"
@ -5484,7 +5484,7 @@ pg-types@^4.0.1:
postgres-interval "^3.0.0"
postgres-range "^1.1.1"
pg@^8.0.3, pg@^8.7.3:
pg@^8.11.2, pg@^8.7.3:
version "8.11.3"
resolved "https://registry.yarnpkg.com/pg/-/pg-8.11.3.tgz#d7db6e3fe268fcedd65b8e4599cda0b8b4bf76cb"
integrity sha512-+9iuvG8QfaaUrrph+kpF24cXkH1YOOUeArRNYIxq1viYHZagBxrTno7cecY1Fa44tJeZvaoG+Djpkc3JwehN5g==
@ -6032,7 +6032,7 @@ sanitize-filename@^1.6.3:
dependencies:
truncate-utf8-bytes "^1.0.0"
semver@^5.0.3, semver@^5.3.0, semver@^6.0.0, semver@^6.3.0, semver@^6.3.1, semver@^7.3.4, semver@^7.3.5, semver@^7.3.8, semver@^7.5.3, semver@^7.5.4:
semver@^5.3.0, semver@^6.0.0, semver@^6.3.0, semver@^6.3.1, semver@^7.3.4, semver@^7.3.5, semver@^7.3.8, semver@^7.5.3, semver@^7.5.4:
version "7.5.4"
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e"
integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==