mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
fix(deps): update dependency db-migrate-pg to v1.4.2 (#4735)
[![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.3.2` ->
`1.4.2`](https://renovatebot.com/diffs/npm/db-migrate-pg/1.3.2/1.4.2) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/db-migrate-pg/1.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/db-migrate-pg/1.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/db-migrate-pg/1.3.2/1.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/db-migrate-pg/1.3.2/1.4.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>db-migrate/pg (db-migrate-pg)</summary>
###
[`v1.4.2`](https://togithub.com/db-migrate/pg/blob/HEAD/CHANGELOG.md#142-2023-09-07)
[Compare
Source](https://togithub.com/db-migrate/pg/compare/v1.4.1...v1.4.2)
###
[`v1.4.1`](https://togithub.com/db-migrate/pg/blob/HEAD/CHANGELOG.md#141-2023-09-07)
[Compare
Source](https://togithub.com/db-migrate/pg/compare/v1.4.0...v1.4.1)
###
[`v1.4.0`](https://togithub.com/db-migrate/pg/blob/HEAD/CHANGELOG.md#140-2023-09-07)
[Compare
Source](https://togithub.com/db-migrate/pg/compare/v1.3.2...v1.4.0)
##### Bug Fixes
- **switchDatabase:** scope configuration not working with schema
([d52cdcf](d52cdcf369
))
#### [1.3.2](https://togithub.com/db-migrate/pg/compare/v1.3.1...v1.3.2)
(2023-09-01)
#### [1.3.1](https://togithub.com/db-migrate/pg/compare/v1.3.0...v1.3.1)
(2023-09-01)
</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:eyJjcmVhdGVkSW5WZXIiOiIzNi44My4wIiwidXBkYXRlZEluVmVyIjoiMzYuODMuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
931213cde8
commit
53ea5dcaf6
@ -117,7 +117,7 @@
|
||||
"cors": "^2.8.5",
|
||||
"date-fns": "^2.25.0",
|
||||
"db-migrate": "0.11.14",
|
||||
"db-migrate-pg": "1.3.2",
|
||||
"db-migrate-pg": "1.4.2",
|
||||
"db-migrate-shared": "1.2.0",
|
||||
"deep-object-diff": "^1.1.9",
|
||||
"deepmerge": "^4.2.2",
|
||||
|
@ -2723,10 +2723,10 @@ db-migrate-base@^2.3.0:
|
||||
dependencies:
|
||||
bluebird "^3.1.1"
|
||||
|
||||
db-migrate-pg@1.3.2:
|
||||
version "1.3.2"
|
||||
resolved "https://registry.yarnpkg.com/db-migrate-pg/-/db-migrate-pg-1.3.2.tgz#85a51b21309e63e731cab1b0e7df16a04c21d3cf"
|
||||
integrity sha512-cExh2xcGup6BORyFSRYwEA/LjrIAEVSGgJ/V7VF4XT/Gwn50/oA1Ib41d0r/X5dpnvvvNiw59JQdT6XdIwqV8g==
|
||||
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==
|
||||
dependencies:
|
||||
bluebird "^3.1.1"
|
||||
db-migrate-base "^2.3.0"
|
||||
|
Loading…
Reference in New Issue
Block a user