Bump propshaft from 0.9.1 to 1.0.0 #1187

Merged
dependabot[bot] merged 1 commits from dependabot/bundler/propshaft-1.0.0 into main 2024-09-16 23:17:16 +08:00
dependabot[bot] commented 2024-09-16 15:31:42 +08:00 (Migrated from github.com)

Bumps propshaft from 0.9.1 to 1.0.0.

Release notes

Sourced from propshaft's releases.

v1.0.0

What's Changed

Full Changelog: https://github.com/rails/propshaft/compare/v0.9.1...v1.0.0

Commits
  • a901417 Bump version for 1.0.0
  • 779284c Update to latest Rails
  • f1761f2 Ensure manifest_path is read from config properly by Assembly (#203)
  • f06b3f9 Merge pull request #195 from fabiormoura/manifest_path_configuration
  • e7b4c17 Merge pull request #180 from denzelem/ed/add-enconding-option-176
  • 6c924e2 Merge PR #201
  • d707fe8 Extract common logic to a shared method
  • 312d8ee Extract common logic to a shared method
  • 8750853 Clean old sourcemap assets
  • fb52297 Use headers with anchors in UPGRADING.md (#200)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)
Bumps [propshaft](https://github.com/rails/propshaft) from 0.9.1 to 1.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rails/propshaft/releases">propshaft's releases</a>.</em></p> <blockquote> <h2>v1.0.0</h2> <h2>What's Changed</h2> <ul> <li>Clean old sourcemap assets by <a href="https://github.com/marcelolx"><code>@​marcelolx</code></a> in <a href="https://redirect.github.com/rails/propshaft/pull/201">rails/propshaft#201</a></li> <li>Add encoding options to Resolver::Static#read and Resolver::Dynamic#read by <a href="https://github.com/denzelem"><code>@​denzelem</code></a> in <a href="https://redirect.github.com/rails/propshaft/pull/180">rails/propshaft#180</a></li> <li>Add support to override manifest_path as a configuration by <a href="https://github.com/fabiormoura"><code>@​fabiormoura</code></a> in <a href="https://redirect.github.com/rails/propshaft/pull/195">rails/propshaft#195</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/rails/propshaft/compare/v0.9.1...v1.0.0">https://github.com/rails/propshaft/compare/v0.9.1...v1.0.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rails/propshaft/commit/a901417933c568fc97b6ec6228dfd21d3f2a6c00"><code>a901417</code></a> Bump version for 1.0.0</li> <li><a href="https://github.com/rails/propshaft/commit/779284c3d608481e9a4279202a7c5f2dfa6f5911"><code>779284c</code></a> Update to latest Rails</li> <li><a href="https://github.com/rails/propshaft/commit/f1761f21f2cf248fcb74beb7237fd2eb64edd02b"><code>f1761f2</code></a> Ensure manifest_path is read from config properly by Assembly (<a href="https://redirect.github.com/rails/propshaft/issues/203">#203</a>)</li> <li><a href="https://github.com/rails/propshaft/commit/f06b3f9fc92decc027ff64216cfeb11e4314d264"><code>f06b3f9</code></a> Merge pull request <a href="https://redirect.github.com/rails/propshaft/issues/195">#195</a> from fabiormoura/manifest_path_configuration</li> <li><a href="https://github.com/rails/propshaft/commit/e7b4c17c26405a2afee6ef06bf6dfecbdf30cec9"><code>e7b4c17</code></a> Merge pull request <a href="https://redirect.github.com/rails/propshaft/issues/180">#180</a> from denzelem/ed/add-enconding-option-176</li> <li><a href="https://github.com/rails/propshaft/commit/6c924e2db2865b469c45957c8c040f7f0c78ec34"><code>6c924e2</code></a> Merge PR <a href="https://redirect.github.com/rails/propshaft/issues/201">#201</a></li> <li><a href="https://github.com/rails/propshaft/commit/d707fe8f6d7367f36231168d0220f17413a61df5"><code>d707fe8</code></a> Extract common logic to a shared method</li> <li><a href="https://github.com/rails/propshaft/commit/312d8eeebe50cb42c54a1379ff1861df4ecd351a"><code>312d8ee</code></a> Extract common logic to a shared method</li> <li><a href="https://github.com/rails/propshaft/commit/875085306bc87a25be8c944872afcf11560cab6e"><code>8750853</code></a> Clean old sourcemap assets</li> <li><a href="https://github.com/rails/propshaft/commit/fb5229781b0b34a2fcab14e27b6e3757b76e94e7"><code>fb52297</code></a> Use headers with anchors in UPGRADING.md (<a href="https://redirect.github.com/rails/propshaft/issues/200">#200</a>)</li> <li>Additional commits viewable in <a href="https://github.com/rails/propshaft/compare/v0.9.1...v1.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=propshaft&package-manager=bundler&previous-version=0.9.1&new-version=1.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details>
Sign in to join this conversation.