Skip to content

Update view_component requirement from >= 3.18, < 3.22 to >= 3.18, < 3.23 #584

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

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2025

Updates the requirements on view_component to permit the latest version.

Release notes

Sourced from view_component's releases.

v3.22.0

  • Rewrite ViewComponents at GitHub documentation as more general Best practices.

    Phil Schalm, Joel Hawksley

  • Add unused mechanism for inheriting config from parent modules to enable future engine-local configuration.

    Simon Fish

  • Improve handling of malformed component edge case when mocking components in tests.

    Martin Meyerhoff, Joel Hawksley

  • Clarify error message about render-dependent logic.

    Error messages about render-dependent logic were sometimes inaccurate, saying during initialization despite also being raised after a component had been initialized but before it was rendered.

    Joel Hawksley

  • Remove JS and CSS docs as they proved difficult to maintain and lacked consensus.

    Joel Hawksley

  • Do not prefix release tags with v, per recommendation from @​bkuhlmann.

    Joel Hawksley

  • Add ruby 3.4 support to CI.

    Reegan Viljoen

  • Add HomeStyler AI to list of companies using ViewComponent.

    JP Balarini

  • Add Content Harmony & Learn To Be to list of companies using ViewComponent.

    Kane Jamison

Changelog

Sourced from view_component's changelog.

3.22.0

  • Rewrite ViewComponents at GitHub documentation as more general Best practices.

    Phil Schalm, Joel Hawksley

  • Add unused mechanism for inheriting config from parent modules to enable future engine-local configuration.

    Simon Fish

  • Improve handling of malformed component edge case when mocking components in tests.

    Martin Meyerhoff, Joel Hawksley

  • Add Content Harmony & Learn To Be to list of companies using ViewComponent.

    Kane Jamison

  • Clarify error message about render-dependent logic.

    Error messages about render-dependent logic were sometimes inaccurate, saying during initialization despite also being raised after a component had been initialized but before it was rendered.

    Joel Hawksley

  • Remove JS and CSS docs as they proved difficult to maintain and lacked consensus.

    Joel Hawksley

  • Do not prefix release tags with v, per recommendation from @​bkuhlmann.

    Joel Hawksley

  • Add ruby 3.4 support to CI.

    Reegan Viljoen

  • Add HomeStyler AI to list of companies using ViewComponent.

    JP Balarini

3.21.0

  • Updates testing docs to include an example of how to use with RSpec.

    Rylan Bowers

  • Add --skip-suffix option to component generator.

    KAWAKAMI Moeki

... (truncated)

Commits
  • 5dd1a97 release 3.22.0 (#2237)
  • 79c2c25 Add a new "general guidelines" page for View Component (#2234)
  • fd6f814 Bump actions/download-artifact from 4.1.9 to 4.2.1 (#2236)
  • 7538b59 Delegate config to parent modules (no-op) (#2231)
  • 6a35673 Add failing spec for mocked component without template (#2191)
  • b6aa218 Bump json from 2.10.1 to 2.10.2 in /docs (#2223)
  • 2f9c4ba update dependencies (#2221)
  • 37cf61f Clarify error message about render-dependent logic (#2217)
  • 78c09b2 Bump actions/download-artifact from 4.1.8 to 4.1.9 (#2214)
  • 439b665 Add Content Harmony & Learn To Be to list of companies using ViewComponent (#...
  • Additional commits viewable in compare view

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 Apr 1, 2025
Copy link

netlify bot commented Apr 1, 2025

Deploy Preview for govuk-components ready!

Name Link
🔨 Latest commit 8b1a16d
🔍 Latest deploy log https://app.netlify.com/projects/govuk-components/deploys/6834a42e015c7100083a9a4c
😎 Deploy Preview https://deploy-preview-584--govuk-components.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@dependabot dependabot bot force-pushed the dependabot/bundler/view_component-gte-3.18-and-lt-3.23 branch from 90eb0fc to 1b73dcf Compare April 24, 2025 12:19
…3.23

Updates the requirements on [view_component](https://github.com/viewcomponent/view_component) to permit the latest version.
- [Release notes](https://github.com/viewcomponent/view_component/releases)
- [Changelog](https://github.com/ViewComponent/view_component/blob/main/docs/CHANGELOG.md)
- [Commits](ViewComponent/view_component@v3.18.0...v3.22.0)

---
updated-dependencies:
- dependency-name: view_component
  dependency-version: 3.22.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@peteryates peteryates force-pushed the dependabot/bundler/view_component-gte-3.18-and-lt-3.23 branch from 1b73dcf to 8b1a16d Compare May 26, 2025 17:26
@peteryates peteryates enabled auto-merge May 26, 2025 17:26
@peteryates peteryates added this pull request to the merge queue May 26, 2025
Merged via the queue into main with commit b9c1d70 May 26, 2025
14 checks passed
@peteryates peteryates deleted the dependabot/bundler/view_component-gte-3.18-and-lt-3.23 branch May 26, 2025 17:31
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.

1 participant