Skip to content

Commit

Permalink
fix(deps): update dependency db-migrate-pg to v1.3.0 (#3744)
Browse files Browse the repository at this point in the history
[![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.2.2` ->
`1.3.0`](https://renovatebot.com/diffs/npm/db-migrate-pg/1.2.2/1.3.0) |
[![age](https://badges.renovateapi.com/packages/npm/db-migrate-pg/1.3.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/db-migrate-pg/1.3.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/db-migrate-pg/1.3.0/compatibility-slim/1.2.2)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/db-migrate-pg/1.3.0/confidence-slim/1.2.2)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v1.3.0`](https://togithub.com/db-migrate/pg/compare/v1.2.4...v1.3.0)

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

###
[`v1.2.4`](https://togithub.com/db-migrate/pg/compare/v1.2.3...v1.2.4)

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

###
[`v1.2.3`](https://togithub.com/db-migrate/pg/compare/v1.2.2...v1.2.3)

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

</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://app.renovatebot.com/dashboard#github/Unleash/unleash).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed May 12, 2023
1 parent a9f489e commit 341d7a8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -104,7 +104,7 @@
"cors": "^2.8.5",
"date-fns": "^2.25.0",
"db-migrate": "0.11.13",
"db-migrate-pg": "1.2.2",
"db-migrate-pg": "1.3.0",
"db-migrate-shared": "1.2.0",
"deep-object-diff": "^1.1.9",
"deepmerge": "^4.2.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -2505,10 +2505,10 @@ db-migrate-base@^2.3.0:
dependencies:
bluebird "^3.1.1"

db-migrate-pg@1.2.2:
version "1.2.2"
resolved "https://registry.yarnpkg.com/db-migrate-pg/-/db-migrate-pg-1.2.2.tgz#66436dbad0ba398c05851d200f768db6b2e5bc1a"
integrity sha512-+rgrhGNWC2SzcfweopyZqOQ1Igz1RVFMUZwUs6SviHpOUzFwb0NZWkG0pw1GaO+JxTxS7VJjckUWkOwZbVYVag==
db-migrate-pg@1.3.0:
version "1.3.0"
resolved "https://registry.yarnpkg.com/db-migrate-pg/-/db-migrate-pg-1.3.0.tgz#b2e81fbf727e62e7b17dc1aa27a4c7d411468786"
integrity sha512-WBf1CTpQUkkoqb+c2dOe3mvuCM8OMpUtC6zFqRqdvccdqqCsDyqOTMT4islRiCuzn1G1BQdrfVnB8OuVsddWRQ==
dependencies:
bluebird "^3.1.1"
db-migrate-base "^2.3.0"
Expand Down

0 comments on commit 341d7a8

Please sign in to comment.