Skip to content

[dependabot:bundler] bump the regular-updates group across 1 directory with 3 updates - #601

Merged
stringiest merged 1 commit into
mainfrom
dependabot/bundler/regular-updates-05e6e3d7f7
Jul 22, 2025
Merged

[dependabot:bundler] bump the regular-updates group across 1 directory with 3 updates#601
stringiest merged 1 commit into
mainfrom
dependabot/bundler/regular-updates-05e6e3d7f7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 21, 2025

Copy link
Copy Markdown
Contributor

Bumps the regular-updates group with 3 updates in the / directory: propshaft, faraday and brakeman.

Updates propshaft from 1.1.0 to 1.2.1

Release notes

Sourced from propshaft's releases.

v1.2.1

What's Changed

• Only sweep the cache if cache sweeping is enabled by @​gaffneyc in #245 • Change stylesheet_link_tag and javascript_include_tag to extract options from sources
• Add a method to delete manifest entries

New Contributors

@​gaffneyc made their first contribution in #245

Full Changelog: rails/propshaft@v1.2.0...v1.2.1

v1.2.0

📝 Manifest Format Update

The manifest format has been enhanced in v1.2.0 to support Subresource Integrity. While this change is backwards compatible and doesn't affect regular usage, if you or any libraries/tools you use were manually parsing the .manifest.json file, you should be aware of the new format.

Previous format:

{ "logical_path.js": "logical_path-digest123.js" }

New format:

{ "logical_path.js": { "digested_path": "logical_path-digest123.js", "integrity": "sha384-hash..." } }

What you need to know:

  • No action required for most users - Propshaft helper methods continue to work unchanged
  • If you or your tools manually parse the manifest: Update code to access manifest[logical_path]["digested_path"] instead of manifest[logical_path] directly
  • Third-party libraries: Check if any gems or tools in your stack parse the manifest directly and may need updates
  • Backwards compatibility: Propshaft can still read manifests in the old format
  • New feature: The integrity field provides Subresource Integrity hashes when enabled

What's Changed

New Contributors

... (truncated)

Commits
  • e49a9de Prepare for 1.2.1 release
  • 5aa907a Add a method to delete manifest entries
  • b17c7fc Change stylesheet_link_tag and javascript_include_tag to extract options from...
  • 83437cf Add unit test for Propshaft::Helper
  • 4af2f12 Merge pull request #245 from gaffneyc/main
  • cdf2b96 Only attempt to sweep the cache when cache sweeping is enabled
  • 74a0705 Prepare for release 1.2.0
  • 9bcad5f Merge pull request #238 from zcei/feat/integrity
  • 6c47eb2 Document Propshaft::Manifest as part of the public API
  • 90e6592 Add transform_values method to Propshaft::Manifest
  • Additional commits viewable in compare view

Updates faraday from 2.13.1 to 2.13.2

Release notes

Sourced from faraday's releases.

v2.13.2

What's Changed

New Contributors

Full Changelog: lostisland/faraday@v2.13.1...v2.13.2

Commits
  • da86eba Version bump to 2.13.2
  • ad8fe1e Include HTTP method and URL in Faraday::Error messages for improved exception...
  • 1ddd281 CONTRIBUTING: update socials links to Mastodon
  • 9763698 Add migrating from rest-client docs section. (#1625)
  • 64e8a2b Lint rack_builder.rb: avoid naming a method (#1626)
  • bbaa093 Only load what is required from cgi (#1623)
  • fa9424b CI against Ruby 3.4
  • See full diff in compare view

Updates brakeman from 7.0.2 to 7.1.0

Release notes

Sourced from brakeman's releases.

7.1.0

  • Add Haml 6.x support (#1914, #1841, etc.)
  • Support render model shortcut (#959, #1940, etc.)
  • Add --ensure-no-obsolete-config-entries option (viralpraxis)
  • Update JUnit report for CircleCI (Philippe Bernery)
  • Improve ignored warnings layout in HTML report (Sebastien Savater)
  • Only load escape functionality from cgi library (Earlopain)
  • Add EOL dates for Rails 8.0 and Ruby 3.4
  • Use lazy file lists for AppTree
Changelog

Sourced from brakeman's changelog.

7.1.0 - 2025-07-18

  • Add EOL dates for Rails 8.0 and Ruby 3.4
  • Support render model shortcut
  • Use lazy file lists for AppTree
  • Add Haml 6.x support
  • Improve ignored warnings layout in HTML report (Sebastien Savater)
  • Update JUnit report for CircleCI (Philippe Bernery)
  • Only load escape functionality from cgi library (Earlopain)
  • Add --ensure-no-obsolete-config-entries option (viralpraxis)
Commits
  • 3bc2154 Exclude thor from bundled gems
  • eba9c07 Bump to 7.1.0
  • 4f56b08 Merge pull request #1949 from presidentbeef/latest_eol_dates
  • fd3475f Update CHANGES
  • b0f63c6 Add EOL date for Ruby 3.4
  • dc29682 Add EOL date for Rails 8.0
  • 8ec21e8 Merge pull request #1948 from presidentbeef/handle_render_model
  • 48627b5 Support render model shortcut
  • e0f5312 Merge pull request #1913 from presidentbeef/lazy_file_lists
  • 6d0eedf Merge pull request #1941 from inkstak/enhanced_ignored_notes_reading
  • 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 <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…y with 3 updates

Bumps the regular-updates group with 3 updates in the / directory: [propshaft](https://github.com/rails/propshaft), [faraday](https://github.com/lostisland/faraday) and [brakeman](https://github.com/presidentbeef/brakeman).


Updates `propshaft` from 1.1.0 to 1.2.1
- [Release notes](https://github.com/rails/propshaft/releases)
- [Commits](rails/propshaft@v1.1.0...v1.2.1)

Updates `faraday` from 2.13.1 to 2.13.2
- [Release notes](https://github.com/lostisland/faraday/releases)
- [Changelog](https://github.com/lostisland/faraday/blob/main/CHANGELOG.md)
- [Commits](lostisland/faraday@v2.13.1...v2.13.2)

Updates `brakeman` from 7.0.2 to 7.1.0
- [Release notes](https://github.com/presidentbeef/brakeman/releases)
- [Changelog](https://github.com/presidentbeef/brakeman/blob/main/CHANGES.md)
- [Commits](presidentbeef/brakeman@v7.0.2...v7.1.0)

---
updated-dependencies:
- dependency-name: propshaft
  dependency-version: 1.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: regular-updates
- dependency-name: faraday
  dependency-version: 2.13.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: regular-updates
- dependency-name: brakeman
  dependency-version: 7.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: regular-updates
...

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 Jul 21, 2025
@stringiest
stringiest merged commit 07eba9c into main Jul 22, 2025
12 of 13 checks passed
@stringiest
stringiest deleted the dependabot/bundler/regular-updates-05e6e3d7f7 branch July 22, 2025 08:41
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