Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade: Bump @rails/ujs from 7.0.5 to 7.0.8 (#4126)
Bumps [@rails/ujs](https://github.com/rails/rails) from 7.0.5 to 7.0.8. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rails/rails/releases"><code>@rails/ujs</code>'s releases</a>.</em></p> <blockquote> <h2>7.0.8</h2> <h2>Active Support</h2> <ul> <li> <p>Fix <code>TimeWithZone</code> still using deprecated <code>#to_s</code> when <code>ENV</code> or <code>config</code> to disable it are set.</p> <p><em>Hartley McGuire</em></p> </li> <li> <p>Fix CacheStore#write_multi when using a distributed Redis cache with a connection pool.</p> <p>Fixes <a href="https://redirect.github.com/rails/rails/issues/48938">#48938</a>.</p> <p><em>Jonathan del Strother</em></p> </li> </ul> <h2>Active Model</h2> <ul> <li>No changes.</li> </ul> <h2>Active Record</h2> <ul> <li> <p>Fix <code>change_column</code> not setting <code>precision: 6</code> on <code>datetime</code> columns when using 7.0+ Migrations and SQLite.</p> <p><em>Hartley McGuire</em></p> </li> <li> <p>Fix unscope is not working in specific case</p> <p>Before:</p> <pre lang="ruby"><code>Post.where(id: 1...3).unscope(where: :id).to_sql # "SELECT `posts`.* FROM `posts` WHERE `posts`.`id` >= 1 AND `posts`.`id` < 3" <p></code></pre></p> <p>After:</p> <pre lang="ruby"><code>Post.where(id: 1...3).unscope(where: :id).to_sql # "SELECT `posts`.* FROM `posts`" </code></pre> <p>Fixes <a href="https://redirect.github.com/rails/rails/issues/48094">#48094</a>.</p> <p><em>Kazuya Hatanaka</em></p> </li> <li> <p>Fix associations to a STI model including a <code>class_name</code> parameter</p> <pre lang="ruby"><code></code></pre> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rails/rails/commit/fc734f28e65ef8829a1a939ee6702c1f349a1d5a"><code>fc734f2</code></a> Preparing for 7.0.8 release</li> <li><a href="https://github.com/rails/rails/commit/af486bef9cce44718b05e044a623a1abc8928e32"><code>af486be</code></a> Merge pull request <a href="https://redirect.github.com/rails/rails/issues/44370">#44370</a> from mohits/patch-1</li> <li><a href="https://github.com/rails/rails/commit/72bad1af3a8fadf378daf84bab5e156b16cd09b6"><code>72bad1a</code></a> Upgrade stringio to 3.0.8 to make sure guides CI pass</li> <li><a href="https://github.com/rails/rails/commit/d230670d30de9b1a49b59af083edbe46a7901971"><code>d230670</code></a> Force upgrade bundler to invalidate Bundler cache on CI</li> <li><a href="https://github.com/rails/rails/commit/d84000dbe56affda584caaf13e361a717f9f3cb4"><code>d84000d</code></a> Require job used in this test file</li> <li><a href="https://github.com/rails/rails/commit/3c17dab3073d2bd77ecac430fd0593ba014d592a"><code>3c17dab</code></a> We expect queue adapters to be objects, no classes</li> <li><a href="https://github.com/rails/rails/commit/4bb599c70d010d2b1cc6b434eb92e4496b9976bf"><code>4bb599c</code></a> Upgrade gemfile to invalidate docker cache</li> <li><a href="https://github.com/rails/rails/commit/39eddbdf8a55b73df857242585dcf547f538e50e"><code>39eddbd</code></a> Merge pull request <a href="https://redirect.github.com/rails/rails/issues/49121">#49121</a> from skipkayhil/hm-backport-49090</li> <li><a href="https://github.com/rails/rails/commit/8db97a70460a42b12b61a3fe4cd57f26d3f95a3d"><code>8db97a7</code></a> Fix change_column not setting precision for sqlite</li> <li><a href="https://github.com/rails/rails/commit/ac441031b2a26260a9205ce4140df2c04c8301bb"><code>ac44103</code></a> Merge pull request <a href="https://redirect.github.com/rails/rails/issues/47865">#47865</a> from bensheldon/enqueue-error-message</li> <li>Additional commits viewable in <a href="https://github.com/rails/rails/compare/v7.0.5...v7.0.8">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@rails/ujs&package-manager=npm_and_yarn&previous-version=7.0.5&new-version=7.0.8)](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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information