Skip to content

Bump the minor-and-patch group across 1 directory with 5 updates#533

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bundler/minor-and-patch-8ddf9a7f6a
Closed

Bump the minor-and-patch group across 1 directory with 5 updates#533
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bundler/minor-and-patch-8ddf9a7f6a

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 2, 2026

Copy link
Copy Markdown
Contributor

Bumps the minor-and-patch group with 5 updates in the / directory:

Package From To
thruster 0.1.21 0.1.22
govuk-components 6.3.1 6.4.0
govuk_design_system_formbuilder 6.2.1 6.3.0
rspec-openapi 0.28.0 0.30.0
solargraph 0.60.1 0.60.2

Updates thruster from 0.1.21 to 0.1.22

Changelog

Sourced from thruster's changelog.

v0.1.22 / 2026-06-29

  • Build with Go 1.26.4
  • Exclude image types from compression (#137)
Commits

Updates govuk-components from 6.3.1 to 6.4.0

Release notes

Sourced from govuk-components's releases.

Version 6.4.0

  • Support govuk-frontend 6.3.0 #649
  • Add the generic header component #650
  • Allow attributes of the <header> element in GOV.UK Header to be set using header_html_attributes: #648
Commits
  • 50766ff Release version 6.4.0
  • 6e7be40 Generic header (#650)
  • 9ba5d34 Add the generic header component
  • fede242 Remove no-longer used params from regular header
  • 7cda3b6 Upgrade to govuk-frontend 6.3.0 (#649)
  • d96696a Upgrade to govuk-frontend 6.3.0
  • b4188da Allow header element to have custom attributes set (#648)
  • b8f390b Allow header element to have custom attributes set
  • 7026a99 Set ruby-version to 4.0.5 in quality checks
  • 7717d92 Set required ruby version to >= 3.3
  • See full diff in compare view

Updates govuk_design_system_formbuilder from 6.2.1 to 6.3.0

Release notes

Sourced from govuk_design_system_formbuilder's releases.

Version 6.3.0

  • Support govuk-frontend 6.3.0
  • Fix bug where custom HTML attributes were lost on the password input, thanks @​sfnelson. #630
  • Add config for localisation using data attributes, which makes building applications in languages other than English (or with defaults other than those set my govuk-frontend) much easier and less repetitive #631
Commits
  • b96913c Release version 6.3.0
  • 164f1ff Merge pull request #631 from x-govuk/add-config-for-data-i18n-localisation
  • dd1f628 Standardise data attribute i18n approach
  • 6afdcb5 Add new GOVUK_FRONTEND_DEFAULTS constant and values
  • 9d2c20e Merge pull request #632 from x-govuk/govuk-frontend-6.3.0
  • 41ef739 Upgrade to govuk-frontend 6.3.0
  • 4834b79 Fix multiple_files_chosen_text arg case in guide
  • d86e739 Fix typo in the gemspec summary
  • 8d368c2 Merge pull request #630 from x-govuk/ensure-no-custom-attributes-are-lost-on-...
  • 39047c1 Remove the options argument from FormGroup
  • Additional commits viewable in compare view

Updates rspec-openapi from 0.28.0 to 0.30.0

Release notes

Sourced from rspec-openapi's releases.

v0.30.0

[!IMPORTANT]

  • This version will be the final version that supports Ruby 2.7 (reached EOL at 2023-03-30) and Ruby 3.0 (reached EOL at 2024-04-26).
  • This version generates OpenAPI 3.2 by default. It can be configured via RSpec::OpenAPI.openapi_version = '3.0.3'

What's Changed

🎉 Exciting New Features

📦 Other Changes

Full Changelog: exoego/rspec-openapi@v0.29.0...v0.30.0

v0.29.0

What's Changed

🎉 Exciting New Features

🐞 Bugfixes

📦 Other Changes

New Contributors

Full Changelog: exoego/rspec-openapi@v0.28.0...v0.29.0

What's Changed

🎉 Exciting New Features

... (truncated)

Commits
  • e0e1802 Merge pull request #377 from exoego/release/v0.30.0
  • 4952f58 Bump version to 0.30.0
  • 496cb85 Merge pull request #376 from exoego/feat/explicit-request-selector
  • 11e82f9 feat: explicit request selector
  • 27d9bd7 Merge pull request #372 from exoego/feat/openapi-3.2-support
  • c2b85bd feat: default to OpenAPI 3.2 (configurable down to 3.1 and 3.0)
  • 1682267 Merge pull request #373 from exoego/renovate-exclude
  • d66a56d chore: exclude
  • b1b0871 Merge pull request #366 from exoego/renovate/redocly-cli-2.x
  • 0842541 Merge pull request #368 from exoego/renovate/node-24.x
  • Additional commits viewable in compare view

Updates solargraph from 0.60.1 to 0.60.2

Changelog

Sourced from solargraph's changelog.

0.60.2 - June 27, 2026

  • Extraneous debug output (#1214)
  • Pin rdoc to ~> 7.0 (#1216)
Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code labels Jul 2, 2026
Bumps the minor-and-patch group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [thruster](https://github.com/basecamp/thruster) | `0.1.21` | `0.1.22` |
| [govuk-components](https://github.com/x-govuk/govuk-components) | `6.3.1` | `6.4.0` |
| [govuk_design_system_formbuilder](https://github.com/x-govuk/govuk-form-builder) | `6.2.1` | `6.3.0` |
| [rspec-openapi](https://github.com/exoego/rspec-openapi) | `0.28.0` | `0.30.0` |
| [solargraph](https://github.com/castwide/solargraph) | `0.60.1` | `0.60.2` |



Updates `thruster` from 0.1.21 to 0.1.22
- [Changelog](https://github.com/basecamp/thruster/blob/main/CHANGELOG.md)
- [Commits](basecamp/thruster@v0.1.21...v0.1.22)

Updates `govuk-components` from 6.3.1 to 6.4.0
- [Release notes](https://github.com/x-govuk/govuk-components/releases)
- [Commits](x-govuk/govuk-components@v6.3.1...v6.4.0)

Updates `govuk_design_system_formbuilder` from 6.2.1 to 6.3.0
- [Release notes](https://github.com/x-govuk/govuk-form-builder/releases)
- [Commits](x-govuk/govuk-form-builder@v6.2.1...v6.3.0)

Updates `rspec-openapi` from 0.28.0 to 0.30.0
- [Release notes](https://github.com/exoego/rspec-openapi/releases)
- [Changelog](https://github.com/exoego/rspec-openapi/blob/master/CHANGELOG.md)
- [Commits](exoego/rspec-openapi@v0.28.0...v0.30.0)

Updates `solargraph` from 0.60.1 to 0.60.2
- [Changelog](https://github.com/castwide/solargraph/blob/master/CHANGELOG.md)
- [Commits](castwide/solargraph@v0.60.1...v0.60.2)

---
updated-dependencies:
- dependency-name: govuk-components
  dependency-version: 6.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: govuk_design_system_formbuilder
  dependency-version: 6.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: rspec-openapi
  dependency-version: 0.30.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: solargraph
  dependency-version: 0.60.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: thruster
  dependency-version: 0.1.22
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title Bump the minor-and-patch group with 5 updates Bump the minor-and-patch group across 1 directory with 5 updates Jul 9, 2026
@dependabot
dependabot Bot force-pushed the dependabot/bundler/minor-and-patch-8ddf9a7f6a branch from b42e204 to c265e71 Compare July 9, 2026 00:55
@dependabot @github

dependabot Bot commented on behalf of github Jul 16, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Jul 16, 2026
@dependabot
dependabot Bot deleted the dependabot/bundler/minor-and-patch-8ddf9a7f6a branch July 16, 2026 00:57
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.

0 participants