Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

chore(deps): update dependency view_component to v3.12.1 #39

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 3, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
view_component (source, changelog) 3.2.0 -> 3.12.1 age adoption passing confidence

Release Notes

viewcomponent/view_component (view_component)

v3.12.1

Compare Source

  • Ensure content is rendered correctly for forwarded slots.

    Cameron Dutro

v3.12.0

Compare Source

  • Remove offline links from resources.

    Paulo Henrique Meneses

  • Fix templates not being correctly populated when caller location label has a prefix.

    On the upstream version of Ruby, method owners are now included in backtraces as prefixes. This caused the call stack filtering to not work as intended and thus source_location to be incorrect for child ViewComponents, consequently not populating templates correctly.

    Allan Pires, Jason Kim

  • Use component path for generating RSpec files.

    When generating new RSpec files for components, the generator will use the view_component_path value in the config to decide where to put the new spec file. For instance, if the view_component_path option has been changed to app/views/components, the generator will put the spec file in spec/views/components. If the view_component_path doesn't start with app/, then the generator will fall back to spec/components/.

    This feature is enabled via the config.view_component.generate.use_component_path_for_rspec_tests option, defaulting to false. The default will change to true in ViewComponent v4.

    William Mathewson

v3.11.0

Compare Source

  • Fix running non-integration tests under Rails main.

    Cameron Dutro

  • Better name and link for Avo.

    Adrian Marin

  • Document using rack-mini-profiler with ViewComponent.

    Thomas Carr

  • Move dependencies to gemspec.

    Joel Hawksley

  • Include ViewComponent::UseHelpers by default.

    *Reegan Viljoen*
    
  • Bump puma in Gemfile.lock.

    Cameron Dutro

  • Add Keenly to users list.

    Vinoth

v3.10.0

Compare Source

  • Fix html escaping in #call for non-strings.

    Reegan Viljoen, Cameron Dutro

  • Add output_preamble to match output_postamble, using the same safety checks.

    Kali Donovan, Michael Daross

  • Exclude html escaping of I18n reserved keys with I18n::RESERVED_KEYS rather than I18n.reserved_keys_pattern.

    Nick Coyne

  • Update CI configuration to use Appraisal.

    Hans Lemuet, Simon Fish

v3.9.0

Compare Source

  • Don’t break rails stats if ViewComponent path is missing.

    Claudio Baccigalupo

  • Add deprecation warnings for EOL ruby and Rails versions and patches associated with them.

    Reegan Viljoen

  • Add support for Ruby 3.3.

    *Reegan Viljoen*
    
  • Allow translations to be inherited and overridden in subclasses.

    Elia Schito

  • Resolve console warnings when running test suite.

    Joel Hawksley

  • Fix spelling in a local variable.

    Olle Jonsson

  • Avoid duplicating rendered string when output_postamble is blank.

    Mitchell Henke

  • Ensure HTML output safety.

    Cameron Dutro

v3.8.0

Compare Source

  • Use correct value for the config.action_dispatch.show_exceptions config option for edge Rails.

    Cameron Dutro

  • Remove unsupported versions of Rails & Ruby from CI matrix.

    Reegan Viljoen

  • Raise error when uncountable slot names are used in renders_many

    Hugo Chantelauze
    Reegan Viljoen

  • Replace usage of String#ends_with? with String#end_with? to reduce the dependency on ActiveSupport core extensions.

    halo

  • Don't add ActionDispatch::Static middleware unless public_file_server.enabled.

    Daniel Gonzalez
    Reegan Viljoen

  • Resolve an issue where slots starting with call would cause a NameError

    Blake Williams

  • Add use_helper API.

    Reegan Viljoen

  • Fix bug where the Rails module wasn't being searched from the root namespace.

    Zenéixe

  • Fix bug where #with_request_url, set the incorrect request.fullpath.

    Nachiket Pusalkar

  • Allow setting method when using the with_request_url test helper.

    Andrew Duthie

v3.7.0

Compare Source

  • Support Rails 7.1 in CI.

    Reegan Viljoen
    Cameron Dutro

  • Document the capture compatibility patch on the Known issues page.

    Simon Fish

  • Add Simundia to list of companies using ViewComponent.

    Alexandre Ignjatovic

  • Reduce UnboundMethod objects by memoizing initialize_parameters.

    Rainer Borene

  • Improve docs about inline templates interpolation.

    Hans Lemuet

  • Update generators.md to clarify the way of changing config.view_component.view_component_path.

    Shozo Hatta

  • Attempt to fix Ferrum timeout errors by creating driver with unique name.

    Cameron Dutro

v3.6.0

Compare Source

  • Refer to helpers in NameError message in development and test environments.

    Simon Fish

  • Fix API documentation and revert unnecessary change in preview.rb.

    Richard Macklin

  • Initialize ViewComponent::Config with defaults before framework load.

    Simon Fish

  • Add 3.2 to the list of Ruby CI versions

    Igor Drozdov

  • Stop running PVC's docs:preview rake task in CI, as the old docsite has been removed.

    Cameron Dutro

  • Minor testing documentation improvement.

    Travis Gaff

  • Add SearchApi to users list.

    Sebastjan Prachovskij

  • Fix #with_request_url to ensure request.query_parameters is an instance of ActiveSupport::HashWithIndifferentAccess.

    milk1000cc

  • Add PeopleForce to list of companies using ViewComponent.

    Volodymyr Khandiuk

v3.5.0

Compare Source

v3.4.0

Compare Source

  • Avoid including Rails url_helpers into Preview class when they're not defined.

    Richard Macklin

  • Allow instrumentation to be automatically included in Server-Timing headers generated by Rails. To enable this set the config config.use_deprecated_instrumentation_name = false. The old key !render.view_component is deprecated: update ActiveSupport::Notification subscriptions to render.view_component.

    Travis Gaff

v3.3.0

Compare Source

  • Include InlineTemplate by default in Base. Note: It's no longer necessary to include ViewComponent::InlineTemplate to use inline templates.

    Joel Hawksley

  • Allow Setting host when using the with_request_url test helper.

    Daniel Alfaro

  • Resolve ambiguous preview paths when using components without the Component suffix.

    Reed Law


Configuration

📅 Schedule: Branch creation - "every 2 weeks on Monday before 7am" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from dnsos as a code owner July 3, 2023 01:13
@renovate renovate bot force-pushed the renovate/view_component-3.x-lockfile branch from 2364ae3 to 47cf5ec Compare July 5, 2023 10:07
@renovate renovate bot changed the title chore(deps): update dependency view_component to v3.3.0 chore(deps): update dependency view_component to v3.4.0 Jul 11, 2023
@renovate renovate bot force-pushed the renovate/view_component-3.x-lockfile branch from 47cf5ec to b07f0f7 Compare July 11, 2023 21:53
@renovate renovate bot force-pushed the renovate/view_component-3.x-lockfile branch from b07f0f7 to b3c9d76 Compare July 24, 2023 21:39
@renovate renovate bot changed the title chore(deps): update dependency view_component to v3.4.0 chore(deps): update dependency view_component to v3.5.0 Jul 24, 2023
@renovate renovate bot force-pushed the renovate/view_component-3.x-lockfile branch 9 times, most recently from 7a754ed to ffd652f Compare August 8, 2023 14:31
@renovate renovate bot force-pushed the renovate/view_component-3.x-lockfile branch 3 times, most recently from ebc7c1d to 02317f6 Compare August 10, 2023 07:31
@renovate renovate bot force-pushed the renovate/view_component-3.x-lockfile branch from 02317f6 to cd59b74 Compare August 16, 2023 14:17
@renovate renovate bot force-pushed the renovate/view_component-3.x-lockfile branch 3 times, most recently from 880f342 to a18ce08 Compare September 4, 2023 07:22
@renovate renovate bot force-pushed the renovate/view_component-3.x-lockfile branch from a18ce08 to 326eb7e Compare September 14, 2023 23:19
@renovate renovate bot changed the title chore(deps): update dependency view_component to v3.5.0 chore(deps): update dependency view_component to v3.6.0 Sep 14, 2023
@renovate renovate bot force-pushed the renovate/view_component-3.x-lockfile branch 2 times, most recently from 607cd59 to 886270e Compare September 18, 2023 09:15
@renovate renovate bot force-pushed the renovate/view_component-3.x-lockfile branch 4 times, most recently from 2417905 to b8c84a4 Compare September 29, 2023 17:22
@renovate renovate bot force-pushed the renovate/view_component-3.x-lockfile branch from b8c84a4 to 84140df Compare October 9, 2023 11:07
@renovate renovate bot force-pushed the renovate/view_component-3.x-lockfile branch from 84140df to e02c5eb Compare November 6, 2023 06:17
@renovate renovate bot changed the title chore(deps): update dependency view_component to v3.6.0 chore(deps): update dependency view_component to v3.7.0 Nov 6, 2023
@renovate renovate bot force-pushed the renovate/view_component-3.x-lockfile branch from e02c5eb to a92bef4 Compare November 27, 2023 22:39
@renovate renovate bot changed the title chore(deps): update dependency view_component to v3.7.0 chore(deps): update dependency view_component to v3.8.0 Nov 27, 2023
@renovate renovate bot changed the title chore(deps): update dependency view_component to v3.8.0 chore(deps): update dependency view_component to v3.9.0 Jan 4, 2024
@renovate renovate bot force-pushed the renovate/view_component-3.x-lockfile branch from a92bef4 to a01cb7c Compare January 4, 2024 23:05
@renovate renovate bot changed the title chore(deps): update dependency view_component to v3.9.0 chore(deps): update dependency view_component to v3.10.0 Jan 9, 2024
@renovate renovate bot force-pushed the renovate/view_component-3.x-lockfile branch from a01cb7c to c0746c3 Compare January 9, 2024 19:09
@renovate renovate bot force-pushed the renovate/view_component-3.x-lockfile branch from c0746c3 to b068464 Compare February 21, 2024 22:20
@renovate renovate bot changed the title chore(deps): update dependency view_component to v3.10.0 chore(deps): update dependency view_component to v3.11.0 Feb 21, 2024
@renovate renovate bot force-pushed the renovate/view_component-3.x-lockfile branch from b068464 to 059691a Compare April 13, 2024 01:46
@renovate renovate bot changed the title chore(deps): update dependency view_component to v3.11.0 chore(deps): update dependency view_component to v3.12.0 Apr 13, 2024
@renovate renovate bot force-pushed the renovate/view_component-3.x-lockfile branch from 059691a to 9238229 Compare April 17, 2024 22:24
@renovate renovate bot changed the title chore(deps): update dependency view_component to v3.12.0 chore(deps): update dependency view_component to v3.12.1 Apr 17, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants