Skip to content
New issue

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

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

Already on GitHub? # to your account

Bump openapi3_parser from 0.9.2 to 0.10.0 #9394

Merged
merged 4 commits into from
Jul 22, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 22, 2024

Bumps openapi3_parser from 0.9.2 to 0.10.0.

Changelog

Sourced from openapi3_parser's changelog.

0.10.0

  • Support JSON pointer tokens of ~0 and ~1, thanks @​kuboon
  • Require Commonmarker > 1, fixing warnings in Ruby > 3.1
  • Drop support for Ruby < 3.1
Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file Ruby Pull requests that update Ruby code labels May 22, 2024
@tomas-stefano
Copy link
Collaborator

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/bundler/openapi3_parser-0.10.0 branch from a25642f to 9eca33c Compare May 23, 2024 09:55
@dependabot dependabot bot force-pushed the dependabot/bundler/openapi3_parser-0.10.0 branch from 9eca33c to 9973fec Compare June 4, 2024 23:10
@dcyoung-dev
Copy link
Contributor

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/bundler/openapi3_parser-0.10.0 branch from 9973fec to c4a4854 Compare June 7, 2024 12:29
@dependabot dependabot bot force-pushed the dependabot/bundler/openapi3_parser-0.10.0 branch from c4a4854 to 1a0eacb Compare June 10, 2024 02:54
@elceebee elceebee self-assigned this Jun 11, 2024
@elceebee elceebee force-pushed the dependabot/bundler/openapi3_parser-0.10.0 branch from 1a0eacb to d7977e6 Compare June 11, 2024 11:25
@elceebee elceebee force-pushed the dependabot/bundler/openapi3_parser-0.10.0 branch from d7977e6 to 62a0121 Compare June 11, 2024 13:22
@elceebee elceebee force-pushed the dependabot/bundler/openapi3_parser-0.10.0 branch from 62a0121 to 833d96d Compare June 11, 2024 15:15
@elceebee elceebee removed their assignment Jun 24, 2024
@inulty-dfe
Copy link
Collaborator

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 12, 2024

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

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

Signed-off-by: dependabot[bot] <support@github.com>
@inulty-dfe inulty-dfe force-pushed the dependabot/bundler/openapi3_parser-0.10.0 branch from 6a1e775 to 6a702a7 Compare July 12, 2024 08:09
  Upgrading openapi3_parser means upgrading Commonmarker. Commonmarker
  only supports glibc linking and not musl.

  Alpine linux recommend using gcompat to allow for compiling libararies
  that do not support musl
@github-actions github-actions bot temporarily deployed to review_aks-9394 July 12, 2024 09:47 Destroyed
  LINKER_PATH=/lib/ld-musl-x86_64.so.1 LOADER_NAME=ld-linux-x86-64.so.2
@inulty-dfe inulty-dfe force-pushed the dependabot/bundler/openapi3_parser-0.10.0 branch from 98b1b97 to 2bcef7c Compare July 12, 2024 10:02
@github-actions github-actions bot temporarily deployed to review_aks-9394 July 12, 2024 10:08 Destroyed
@github-actions github-actions bot temporarily deployed to review_aks-9394 July 12, 2024 10:37 Destroyed
@inulty-dfe inulty-dfe force-pushed the dependabot/bundler/openapi3_parser-0.10.0 branch from ef51cd0 to bc8cb31 Compare July 12, 2024 11:15
@github-actions github-actions bot temporarily deployed to review_aks-9394 July 12, 2024 11:23 Destroyed
@inulty-dfe
Copy link
Collaborator

I've add gcompat to the Docker image becuase Commonmarker ~>1.0 (a dependency of openapi3_parser only builds against glibc and not musl. musl is used by Alpine linux, the base OS of our containers.

Waiting on some input / advice from infra on this change

@inulty-dfe
Copy link
Collaborator

This is an issue raised in Commonmark related to our problems

gjtorikian/commonmarker#272

@avinhurry
Copy link
Collaborator

Proposed solution has been approved by devops: https://ukgovernmentdfe.slack.com/archives/C011EM7HU85/p1720783746601039

@avinhurry avinhurry merged commit 9991109 into main Jul 22, 2024
23 checks passed
@avinhurry avinhurry deleted the dependabot/bundler/openapi3_parser-0.10.0 branch July 22, 2024 10:45
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
dependencies Pull requests that update a dependency file Ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants