ministryofjustice / laa-apply-for-legal-aid

The laa-apply-for-legal-aid system is a web service by use for solicitors providing legal aid services to enter applications for legal aid on-line. It asks for details of applicant means (income and assets), and the merits of a case, and gives a decision on whether legal aid can be granted or not, and if so, will push the application through to back-end processes for payment.
https://apply-for-legal-aid.service.justice.gov.uk/
MIT License
17 stars 7 forks source link

build(deps): bump the bundler group with 5 updates #7389

Closed dependabot[bot] closed 2 weeks ago

dependabot[bot] commented 2 weeks ago

Bumps the bundler group with 5 updates:

Package From To
webdack-uuid_migration 1.4.0 1.5.0
pagy 9.1.0 9.1.1
prometheus_exporter 2.0.8 2.1.1
view_component 3.14.0 3.16.0
rails-i18n 7.0.9 7.0.10

Updates webdack-uuid_migration from 1.4.0 to 1.5.0

Commits


Updates pagy from 9.1.0 to 9.1.1

Release notes

Sourced from pagy's releases.

Version 9.1.1

✴ What's new in 9.0+ ✴

  • Wicked-fast Keyset Pagination for big data! It works with ActiveRecord::Relation and Sequel::Dataset sets.
  • More Playground Apps to showcase, clone and develop pagy APPs without any setup on your side
  • Lots of refactorings and optimizations
  • See the Changelog for possible breaking changes

Changes in 9.1.1

  • Simplify calendar code

CHANGELOG

Changelog

Sourced from pagy's changelog.

Version 9.1.1

  • Simplify calendar code
Commits


Updates prometheus_exporter from 2.0.8 to 2.1.1

Changelog

Sourced from prometheus_exporter's changelog.

2.1.1 - 2024-06-19

  • FEATURE: improve good_job instrumentation
  • FIX: improve Ruby 3.X support
  • FEATURE: imstrumentation for malloc / oldmalloc increace in GC stats

2.1.0 - 2024-01-08

  • FEATURE: good_job instrumentation
  • PERF: improve performance of histogram
  • DEV: use new metric collector pattern so we reuse code between collectors
Commits
  • d631b4c version bump (#321)
  • 1d8e6b1 feat(delayed job): allow to select the modules as part of the jobs name (#314)
  • a70b082 DEV: update CI (#319)
  • 99760a7 Add exec_params to profiled pg methods (#317)
  • 3de69ad Update development dependencies (#318)
  • 66c1f39 Update README.md - Add metrics setup instructions for puma single mode (#311)
  • e23bac5 FIX: kwargs patching (#313)
  • d172482 Reuse exisint logger to log start banner instead of puts method (#304)
  • f54709a feat(process): support malloc / oldmalloc increase bytes limit GC stat (#305)
  • 239e2c6 Fix Github Actions workflow for publish_docker (#303)
  • Additional commits viewable in compare view


Updates view_component from 3.14.0 to 3.16.0

Release notes

Sourced from view_component's releases.

v3.16.0

  • Add template information to multiple template error messages.

    Joel Hawksley

  • Add ostruct to gemspec file to suppress stdlib removal warning.

    Jonathan Underwood

v3.15.1

  • Re-add @private, undocumented .identifier method that was only meant for internal framework use but was used by some downstream consumers. This method will be removed in a coming minor release.

    Joel Hawksley

v3.15.0

  • Add basic internal testing for memory allocations.

    Joel Hawksley

  • Add support for request formats.

    Joel Hawksley

  • Add rendered_json test helper.

    Joel Hawksley

  • Add with_format test helper.

    Joel Hawksley

  • Warn if using Ruby < 3.2 or Rails < 7.1, which won't be supported by ViewComponent v4, to be released no earlier than April 1, 2025.

    Joel Hawksley

  • Add Kicksite to list of companies using ViewComponent.

    Adil Lari

  • Allow overridden slot methods to use super.

    Andrew Schwartz

  • Add Rails engine support to generators.

    Tomasz Kowalewski

  • Register stats directories with Rails::CodeStatistics.register_directory to support rails stats in Rails 8.

    Petrik de Heus

... (truncated)

Changelog

Sourced from view_component's changelog.

3.16.0

  • Add template information to multiple template error messages.

    Joel Hawksley

  • Add ostruct to gemspec file to suppress stdlib removal warning.

    Jonathan Underwood

3.15.1

  • Re-add @private, undocumented .identifier method that was only meant for internal framework use but was used by some downstream consumers. This method will be removed in a coming minor release.

    Joel Hawksley

3.15.0

  • Add basic internal testing for memory allocations.

    Joel Hawksley

  • Add support for request formats.

    Joel Hawksley

  • Add rendered_json test helper.

    Joel Hawksley

  • Add with_format test helper.

    Joel Hawksley

  • Warn if using Ruby < 3.2 or Rails < 7.1, which won't be supported by ViewComponent v4, to be released no earlier than April 1, 2025.

    Joel Hawksley

  • Add Kicksite to list of companies using ViewComponent.

    Adil Lari

  • Allow overridden slot methods to use super.

    Andrew Schwartz

  • Add Rails engine support to generators.

    Tomasz Kowalewski

... (truncated)

Commits


Updates rails-i18n from 7.0.9 to 7.0.10

Changelog

Sourced from rails-i18n's changelog.

7.0.10 (2024-10-28)

  • Update following locales:
    • Lithuanian (lt): Add missing keys (x_years, in, model_invalid, required, round_mode, eb, pb)
    • Portuguese (pt): Fixed number.currency.format.format and helpers.submit.update #1122
    • Croatian (hr): use genitive case for month names and put a period after weekday and month abbreviations #1126
    • Korean (ko): Add missing keys (Storage units) #1118
  • Fix compatibility with frozen string literals. #1120
  • Refactor translations implemented in Ruby to avoid method redefinition warnings on reload. #1128
Commits
  • 9259183 7.0.10 release
  • 246b2fa Merge pull request #1114 from vfonic/patch-1
  • 9583e1f Merge pull request #1128 from Shopify/reloading-safe
  • 8b32b36 Fix method redefinition warnings when pluralizations are reloaded
  • ea08c7c Merge pull request #1126 from vipera/hr-month-abbreviation-improvements
  • 896ea6d Merge branch 'master' into hr-month-abbreviation-improvements
  • 68877ea Merge pull request #1124 from olleolleolle/patch-1
  • ba6412d Merge pull request #1127 from svenfuchs/digitalfrost-patch-91624
  • 84ba405 Merge pull request #1121 from jonas-jasas/master
  • 346b3a6 Merge pull request #1118 from kimdj2/add-missing-key-storage-units-ko
  • 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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
sonarcloud[bot] commented 2 weeks ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

dependabot[bot] commented 2 weeks ago

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