Commit b250a43
authored
Bump mobility from 1.2.9 to 1.3.1 (#708)
Bumps [mobility](https://github.com/shioyama/mobility) from 1.2.9 to
1.3.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/shioyama/mobility/releases">mobility's
releases</a>.</em></p>
<blockquote>
<h2>1.3.1</h2>
<ul>
<li>Use classify to generate table name (<a
href="https://redirect.github.com/shioyama/mobility/pull/634">#634</a>),
thanks <a href="https://github.com/divanburger">divanburger</a>!</li>
<li>Fix select + count in ActiveRecord 8 (<a
href="https://redirect.github.com/shioyama/mobility/pull/659">#659</a>)</li>
</ul>
<h2>1.3.0</h2>
<p>NOTE: Includes potentially backwards-incompatible changes for
jsonb/hstore backends. See: <a
href="https://redirect.github.com/shioyama/mobility/issues/535">shioyama/mobility#535</a></p>
<p>Other changes since rc3:</p>
<ul>
<li>Only support ActiveRecord >= 7.0</li>
<li>Allow <code>I18n.available_locales</code> to contain Strings (<a
href="https://redirect.github.com/shioyama/mobility/pull/612">#612</a>)</li>
<li>Update CI config, add support for Rails 8 (<a
href="https://redirect.github.com/shioyama/mobility/pull/653">#653</a>),
thanks <a href="https://github.com/n-rodriguez">d-rodriguez</a>!</li>
<li>Fix broken count statements in Active Record 8.0 (<a
href="https://redirect.github.com/shioyama/mobility/pull/655">#655</a>),
thanks <a href="https://github.com/jukra">jukra</a>!</li>
</ul>
<h2>1.3.0.rc3</h2>
<ul>
<li>Don't try to load generators if Rails is loaded but AR is not (<a
href="https://redirect.github.com/shioyama/mobility/pull/627">#627</a>),
thanks <a href="https://github.com/flop">flop</a>!</li>
<li>Allow compound foreign keys (<a
href="https://redirect.github.com/shioyama/mobility/pull/632">#632</a>),
thanks <a href="https://github.com/mival">mival</a>!</li>
<li>Fix active model <code>*_previously_changed?</code> and active
record <code>will_save_change_to_*?</code> and
<code>saved_change_to_*?</code> dirty methods to accept kwargs (<a
href="https://redirect.github.com/shioyama/mobility/pull/639">#639</a>)
thanks <a href="https://github.com/doits">doits</a>!</li>
</ul>
<h2>1.3.0.rc2</h2>
<ul>
<li>Pass <code>coder</code> as keyword argument to
<code>serialize</code> (ActiveRecord version > 7.1) (<a
href="https://redirect.github.com/shioyama/mobility/pull/617">#617</a>)</li>
</ul>
<h2>1.3.0.rc1</h2>
<p>This version includes potentially breaking changes for jsonb and
hstore backends. See PRs below for details.</p>
<ul>
<li>Fix ActiveRecord JSONB blank values (<a
href="https://redirect.github.com/shioyama/mobility/pull/536">#536</a>)</li>
<li>Support primary keys other then :id on model classes (<a
href="https://redirect.github.com/shioyama/mobility/pull/542">#542</a>)</li>
<li>Clean up and refactor container backend (<a
href="https://redirect.github.com/shioyama/mobility/pull/543">#543</a>),
thanks <a href="https://github.com/doits">doits</a>!</li>
<li>Update fallthrough_accessor regex to allow for ISO 639-2 codes (<a
href="https://redirect.github.com/shioyama/mobility/pull/580">#580</a>)
thanks <a href="https://github.com/phil-allcock">phil-allcock</a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/shioyama/mobility/blob/master/CHANGELOG.md">mobility's
changelog</a>.</em></p>
<blockquote>
<h3>1.3.1</h3>
<ul>
<li>Use classify to generate table name
(<a
href="https://redirect.github.com/shioyama/mobility/pull/634">#634</a>),
thanks
<a href="https://github.com/divanburger">divanburger</a>!</li>
<li>Fix select + count in ActiveRecord
8 (<a
href="https://redirect.github.com/shioyama/mobility/pull/659">#659</a>)</li>
</ul>
<h3>1.3.0</h3>
<ul>
<li>Only support ActiveRecord >= 7.0</li>
<li>Allow <code>I18n.available_locales</code> to contain Strings
(<a
href="https://redirect.github.com/shioyama/mobility/pull/612">#612</a>)</li>
<li>Update CI config, add support for Rails 8
(<a
href="https://redirect.github.com/shioyama/mobility/pull/653">#653</a>),
thanks
<a href="https://github.com/n-rodriguez">d-rodriguez</a>!</li>
<li>Fix broken count statements in Active Record 8.0
(<a
href="https://redirect.github.com/shioyama/mobility/pull/655">#655</a>),
thanks
<a href="https://github.com/jukra">jukra</a>!</li>
</ul>
<h3>1.3.0.rc3</h3>
<ul>
<li>Don't try to load generators if Rails is loaded but AR is not
(<a
href="https://redirect.github.com/shioyama/mobility/pull/627">#627</a>),
thanks
<a href="https://github.com/flop">flop</a>!</li>
<li>Allow compound foreign keys
(<a
href="https://redirect.github.com/shioyama/mobility/pull/632">#632</a>),
thanks
<a href="https://github.com/mival">mival</a>!</li>
<li>Fix active model <code>*_previously_changed?</code> and active
record
<code>will_save_change_to_*?</code> and <code>saved_change_to_*?</code>
dirty methods to accept
kwargs (<a
href="https://redirect.github.com/shioyama/mobility/pull/639">#639</a>)
thanks
<a href="https://github.com/doits">doits</a>!</li>
</ul>
<h3>1.3.0.rc2</h3>
<ul>
<li>Pass <code>coder</code> as keyword argument to
<code>serialize</code> (ActiveRecord version > 7.1)
(<a
href="https://redirect.github.com/shioyama/mobility/pull/617">#617</a>)</li>
</ul>
<h3>1.3.0.rc1</h3>
<p>This version includes potentially breaking chnages for jsonb and
hstore
backends. See PRs below for details.</p>
<ul>
<li>Fix ActiveRecord JSONB blank values
(<a
href="https://redirect.github.com/shioyama/mobility/pull/536">#536</a>)</li>
<li>Support primary keys other then :id on model classes
(<a
href="https://redirect.github.com/shioyama/mobility/pull/542">#542</a>)</li>
<li>Clean up and refactor container backend
(<a
href="https://redirect.github.com/shioyama/mobility/pull/543">#543</a>),
thanks <a href="https://github.com/doits">doits</a>!</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/shioyama/mobility/commit/07fab4700705300f2f24bc4194508e7ba82a4d3e"><code>07fab47</code></a>
Release 1.3.1</li>
<li><a
href="https://github.com/shioyama/mobility/commit/c9fc68e34399fea1c93db911ca309864ea2de0cd"><code>c9fc68e</code></a>
Fix for Rails 8 issue with select + count</li>
<li><a
href="https://github.com/shioyama/mobility/commit/c89f7926e81179035303e4d44d6cc227940845d1"><code>c89f792</code></a>
Fix failing test</li>
<li><a
href="https://github.com/shioyama/mobility/commit/ac8c0121eb1a1ee3ada18b16926066e8047e0bf7"><code>ac8c012</code></a>
Add test on select without order clause</li>
<li><a
href="https://github.com/shioyama/mobility/commit/639825688c5b37d322fc4486f2f7a8dcc40f246f"><code>6398256</code></a>
Add test for handling schema name in table_name</li>
<li><a
href="https://github.com/shioyama/mobility/commit/fae227813f03199285949fbff0ea48c449a849ac"><code>fae2278</code></a>
Add changelog entry for <a
href="https://redirect.github.com/shioyama/mobility/issues/634">#634</a></li>
<li><a
href="https://github.com/shioyama/mobility/commit/5dfe11bca51ff3b797deb767086848aa807760e9"><code>5dfe11b</code></a>
Fix foreign_key containing the namespace in the active record table
backend</li>
<li><a
href="https://github.com/shioyama/mobility/commit/dd2fd9ed02bdb2e84fa2930a59e0c1a31bd05fec"><code>dd2fd9e</code></a>
Update readme to reference 1.3.0</li>
<li><a
href="https://github.com/shioyama/mobility/commit/6c2306085a98d7d316dfee4e10b6504d5dec522e"><code>6c23060</code></a>
Release 1.3.0</li>
<li><a
href="https://github.com/shioyama/mobility/commit/0a9149d53a6641e7f580e20dad56d5f0c285fa25"><code>0a9149d</code></a>
Stop running CI builds for Ruby < 3.1 & AR < 7.0</li>
<li>Additional commits viewable in <a
href="https://github.com/shioyama/mobility/compare/v1.2.9...v1.3.1">compare
view</a></li>
</ul>
</details>
<br />
[](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>1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
387 | 387 | | |
388 | 388 | | |
389 | 389 | | |
390 | | - | |
| 390 | + | |
391 | 391 | | |
392 | 392 | | |
393 | 393 | | |
| |||
0 commit comments