Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build(deps): Bump activerecord-import from 1.8.1 to 2.0.0 (#715)
Bumps [activerecord-import](https://github.com/zdennis/activerecord-import) from 1.8.1 to 2.0.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/zdennis/activerecord-import/blob/master/CHANGELOG.md">activerecord-import's changelog</a>.</em></p> <blockquote> <h2>Changes in 2.0.0</h2> <h3>Breaking Changes</h3> <ul> <li>Fix <code>recursive_on_duplicate_key_update</code> doesn't work with non-standard association name. Thanks to <a href="https://github.com/jacob-carlborg-apoex"><code>@jacob-carlborg-apoex</code></a> via <a href="https://redirect.github.com/zdennis/activerecord-import/issues/852">#852</a>. The documentation for the <code>:recursive_on_duplicate_key_update</code> option specifies that the hash key is the association name. But previously the name of associated table was used to look up the options. Now the behavior matches the documentation and the name of the association is used instead. This only affects associations that uses a name that doesn't follow the ActiveRecord naming conventions of associations and class names, i.e. when the <code>class_name:</code> option is used on an association.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/zdennis/activerecord-import/commit/2f61ccd54dc7cdab5d130c01cf52dafcae072d45"><code>2f61ccd</code></a> Merge pull request <a href="https://redirect.github.com/zdennis/activerecord-import/issues/865">#865</a> from zdennis/releases/v2.0.0</li> <li><a href="https://github.com/zdennis/activerecord-import/commit/3d2ae3d8e91ea8f82447025301dd4ec25075ca4c"><code>3d2ae3d</code></a> Update changelog for 2.0.0</li> <li><a href="https://github.com/zdennis/activerecord-import/commit/9fe062f61e1c4f059e995a267cf10b2009121b69"><code>9fe062f</code></a> Bump version to 2.0.0</li> <li><a href="https://github.com/zdennis/activerecord-import/commit/c986418fd43260cdbc0b0dcf89dbb5ab3bb44c8c"><code>c986418</code></a> Merge pull request <a href="https://redirect.github.com/zdennis/activerecord-import/issues/863">#863</a> from smasato/chore/remove-deprecation</li> <li><a href="https://github.com/zdennis/activerecord-import/commit/f0f3dda85c10004e13ea8b7c15f2827e7de674cf"><code>f0f3dda</code></a> Merge pull request <a href="https://redirect.github.com/zdennis/activerecord-import/issues/862">#862</a> from smasato/test/cleanup-legacy-test-support</li> <li><a href="https://github.com/zdennis/activerecord-import/commit/ec2a30a49d278d448114795fe2308594c5df4d79"><code>ec2a30a</code></a> Remove unnecessary conditionals from tests</li> <li><a href="https://github.com/zdennis/activerecord-import/commit/7a74b0239ed204f38eb9dafa31e66f9adc580dc5"><code>7a74b02</code></a> Update Gemfile to require AR_VERSION 5.2 or higher</li> <li><a href="https://github.com/zdennis/activerecord-import/commit/fe630e931dd529c30679a3533ac9a875029f4a4c"><code>fe630e9</code></a> Merge pull request <a href="https://redirect.github.com/zdennis/activerecord-import/issues/864">#864</a> from smasato/test/ci-against-rails-80</li> <li><a href="https://github.com/zdennis/activerecord-import/commit/3e78374d407d1c29b6d7bc02857777a021dbaaa4"><code>3e78374</code></a> fix enum errors</li> <li><a href="https://github.com/zdennis/activerecord-import/commit/6f6cc7d1f7c176122af2d193afdb2699d30532d9"><code>6f6cc7d</code></a> fix query_constraints errors</li> <li>Additional commits viewable in <a href="https://github.com/zdennis/activerecord-import/compare/v1.8.1...v2.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=activerecord-import&package-manager=bundler&previous-version=1.8.1&new-version=2.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
- Loading branch information