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

Update govuk_schemas requirement from ~> 4.4 to ~> 5.0 #1249

Merged
merged 1 commit into from Apr 11, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Updates the requirements on govuk_schemas to permit the latest version.

Changelog

Sourced from govuk_schemas's changelog.

5.0.0

  • BREAKING: Drop support for Ruby 3.0. The minimum required Ruby version is now 3.1.4.
  • Add support for Ruby 3.3.
  • Add support for json-schema 3.3.

4.7.0

  • Update json-schema dependency.

4.6.0

  • Drop support for Ruby 2.7.
  • Fix guidance on fixing a regex issue to reference correct filename.
  • Add support for ^[1-9][0-9]{3}$ regex to resolve exceptions randomly generating specialist_documents.

4.5.0

General support for content schemas in publishing api:

  • Update default content schemas url to point to publishing api rather than govuk-content-schemas. This is because we are merging schemas into publishing api.
  • Update path of allowed_document_types.yml to reflect new location in publishing api, allowing us to remove a symlink.
  • Introduce a setter method for manually configuring the path to schemas, outside of an env variable

4.4.1

  • Fix Validator module to handle JSON or other object types being passed as the payload (#68)

4.4.0

  • Adds support for applications that use Minitest by adding an AssertMatchers module (#66)

4.3.0

  • Generate unique items for arrays with the "uniqueItems" property. (#63)

4.2.0

  • Add support for generating random HH:MM time strings that match a regex. (#62)

4.1.1

  • Fix RandomSchemaGenerator.new always returning equivalent generators (#60)

4.1.0

  • Add seed parameter to GovukSchemas::RandomExample to make the random behaviour deterministic. Given the same seed, the same randomised outputs will be returned (#56).

4.0.1

  • Bump the required Ruby version to >= 2.6.x.

... (truncated)

Commits
  • 7b51d2a Merge pull request #108 from alphagov/release-5.0.0
  • 68d0aa1 Release version 5.0.0
  • dcf627f Merge pull request #104 from alphagov/dependabot/bundler/json-schema-gte-2.8-...
  • b420a4f Merge pull request #106 from alphagov/dependabot/bundler/rubocop-govuk-eq-4.16.1
  • 2cb3d42 Update rubocop-govuk requirement from = 4.16.0 to = 4.16.1
  • 8f49411 Merge pull request #105 from alphagov/dependabot/bundler/rubocop-govuk-eq-4.16.0
  • d9984b7 Update rubocop-govuk requirement from = 4.15.0 to = 4.16.0
  • c25e919 Update json-schema requirement from >= 2.8, < 4.3 to >= 2.8, < 4.4
  • b3af560 Merge pull request #103 from alphagov/dependabot/bundler/rubocop-govuk-eq-4.15.0
  • 4a679aa Update rubocop-govuk requirement from = 4.14.0 to = 4.15.0
  • Additional commits viewable in compare view

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)

Updates the requirements on [govuk_schemas](https://github.com/alphagov/govuk_schemas_gem) to permit the latest version.
- [Changelog](https://github.com/alphagov/govuk_schemas/blob/main/CHANGELOG.md)
- [Commits](alphagov/govuk_schemas@v4.4.0...v5.0.0)

---
updated-dependencies:
- dependency-name: govuk_schemas
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Apr 10, 2024
@jkempster34 jkempster34 merged commit 25ffb1a into main Apr 11, 2024
44 checks passed
@jkempster34 jkempster34 deleted the dependabot/bundler/govuk_schemas-tw-5.0 branch April 11, 2024 10:29
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 ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant