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

Bump pg_query from 4.2.0 to 4.2.1 #12855

Merged
merged 0 commits into from
Jun 1, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 1, 2023

Bumps pg_query from 4.2.0 to 4.2.1.

Changelog

Sourced from pg_query's changelog.

4.2.1 2023-05-19

  • Parse: Fix ALTER INDEX my_index_name to return tables=[] (#285)
  • Parse: Detect tables in a SELECT INTO clause as DDL tables (#281)
  • Add support for Ruby 3.2 (#283)
  • Bump up google-protobuf dependency to >= 3.22.3
    • 3.22.0 or newer is required for Ruby 3.2 support
  • Update to libpg_query 15-4.2.1
    • Deparser: Handle INTERVAL correctly when used in SET statements
    • Deparser: Ensure index names are quoted as identifiers
Commits
  • 66ac652 Release 4.2.1 + update libpg_query to 15-4.2.1 (#286)
  • f668c57 CI: Remove Ruby 2.5
  • 717cd8b Update google-protobuf gem to 3.22.3
  • dc48576 CI: Add Ruby 3.2
  • 6a7775e Parse: Fix ALTER INDEX my_index_name to return non-nil tables (#285)
  • 848c9b1 Parse: Detect tables in a SELECT INTO clause as DDL tables (#281)
  • f3c3c76 Fix years in CHANGELOG (#278)
  • acb89ee Update README to reflect Postgres 15 parser changes (#277)
  • See full diff in compare view

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 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)

@dependabot dependabot bot requested review from a team as code owners June 1, 2023 10:07
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 1, 2023
@va-vsp-bot va-vsp-bot requested a deployment to dependabot/bundler/pg_query-4.2.1/main/main June 1, 2023 10:08 In progress
Copy link
Contributor

@ryan-mcneil ryan-mcneil left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👌

@ryan-mcneil ryan-mcneil enabled auto-merge (squash) June 1, 2023 22:41
@va-vsp-bot va-vsp-bot requested a deployment to dependabot/bundler/pg_query-4.2.1/main/main June 1, 2023 22:42 In progress
@ryan-mcneil ryan-mcneil merged commit b077940 into master Jun 1, 2023
@ryan-mcneil ryan-mcneil deleted the dependabot/bundler/pg_query-4.2.1 branch June 1, 2023 22:50
ryan-mcneil added a commit that referenced this pull request Dec 11, 2023
Bumps [pg_query](https://github.com/pganalyze/pg_query) from 4.2.0 to 4.2.1.
- [Changelog](https://github.com/pganalyze/pg_query/blob/main/CHANGELOG.md)
- [Commits](pganalyze/pg_query@v4.2.0...v4.2.1)

---
updated-dependencies:
- dependency-name: pg_query
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ryan McNeil <ryan.mcneil@oddball.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
console-services-review dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants