Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump pg from 8.11.5 to 8.12.0 #27

Merged
merged 1 commit into from
Jun 13, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 10, 2024

Bumps pg from 8.11.5 to 8.12.0.

Changelog

Sourced from pg's changelog.

[email protected]

[email protected]

  • Emit release event when client is returned to the pool.

[email protected]

[email protected]

[email protected]

[email protected]

  • Add optional config to pool to allow process to exit if pool is idle.

[email protected]

[email protected]

[email protected]

  • Library has been converted to Typescript. The behavior is identical, but there could be subtle breaking changes due to class names changing or other small inconsistencies introduced by the conversion.

[email protected]

... (truncated)

Commits

Dependabot compatibility score

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Bumps [pg](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg) from 8.11.5 to 8.12.0.
- [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md)
- [Commits](https://github.com/brianc/node-postgres/commits/[email protected]/packages/pg)

---
updated-dependencies:
- dependency-name: pg
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 10, 2024
@josephpage josephpage closed this Jun 13, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 13, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

Copy link

Simulation des changements d'infrastruture Terraform sur scalingo

Format et Style du code Terraform 🖌 : ❌

Validation de la configuration de Terraform (validate) 🤖 : ✅

Montrer le résultat de la validation

Success! The configuration is valid.


Terraform Plan 📖 : ✅

Montrer les modifications prévues par Terraform

terraform
data.statuscake_contact_group.default_contact_group: Reading...
module.lighthouse_app.data.environment_variables.scalingo_region_env: Reading...
module.lighthouse_app.data.environment_variables.scalingo_region_env: Read complete after 0s [id=412921a2-28db-f794-1519-b059e3fe623c]
data.statuscake_contact_group.default_contact_group: Read complete after 1s [id=289192]
module.lighthouse_app.data.scalingo_stack.stack: Reading...
module.lighthouse_app.data.scalingo_scm_integration.scm_integration["github"]: Reading...
module.lighthouse_app.data.scalingo_scm_integration.scm_integration["github"]: Read complete after 1s [id=8abb0726-3707-456b-823c-f119d20740aa]
module.lighthouse_app.data.scalingo_stack.stack: Read complete after 1s [id=st-7ccbf8e6-04d3-4e2c-98e3-604a4700cebc]
module.lighthouse_app.scalingo_app.app: Refreshing state... [id=62b5668c61d7b2000f75f75c]
module.lighthouse_app.scalingo_log_drain.app["elk"]: Refreshing state... [id=7dfcf475dbf8bfa62e079a0214de8ff2528ca285e0a11a523b1e5281ffad526e]
module.lighthouse_app.scalingo_addon.addons["postgresql"]: Refreshing state... [id=ad-9fb054af-d065-4552-9392-42ab4026d610]
module.lighthouse_app.scalingo_container_type.containers["web"]: Refreshing state... [id=62b5668c61d7b2000f75f75c:web]
module.lighthouse_app.scalingo_scm_repo_link.scm_repo_link["github"]: Refreshing state... [id=62b5668c61d7b2000f75f75c]
statuscake_uptime_check.http_check: Refreshing state... [id=6898859]
module.lighthouse_app.scalingo_log_drain.addons["postgresql-elk"]: Refreshing state... [id=ba3e82ac5177501202bc2deba4ab1b28ab7693210231d0ca6ad07c8969b818c0]

Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
  ~ update in-place

Terraform will perform the following actions:

  # statuscake_uptime_check.http_check will be updated in-place
  ~ resource "statuscake_uptime_check" "http_check" {
        id             = "6898859"
        name           = "1j1s-front-lighthouse-report (outils)"
      ~ paused         = true -> false
        tags           = [
            "app:lighthouse-server",
            "env:outils",
        ]
        # (5 unchanged attributes hidden)

        # (2 unchanged blocks hidden)
    }

  # module.lighthouse_app.scalingo_container_type.containers["web"] will be updated in-place
  ~ resource "scalingo_container_type" "containers" {
      ~ amount = 0 -> 1
        id     = "62b5668c61d7b2000f75f75c:web"
        name   = "web"
        # (2 unchanged attributes hidden)
    }

Plan: 0 to add, 2 to change, 0 to destroy.

─────────────────────────────────────────────────────────────────────────────

Note: You didn't use the -out option to save this plan, so Terraform can't
guarantee to take exactly these actions if you run "terraform apply" now.

Pour appliquer les changements proposés par ce plan :

  • en recette : il suffit de merger cette PR
  • en production : il faut merger la PR de release (créée par release-please)

Environnement: scalingo, Auteur: @josephpage, Répertoire: ./terraform

@josephpage josephpage merged commit 6276a53 into main Jun 13, 2024
2 of 3 checks passed
@josephpage josephpage deleted the dependabot/npm_and_yarn/pg-8.12.0 branch June 13, 2024 07:26
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.

1 participant