Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump activesupport from 7.1.2 to 7.1.3 #5466

Merged
merged 3 commits into from
Jan 17, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 17, 2024

Bumps activesupport from 7.1.2 to 7.1.3.

Release notes

Sourced from activesupport's releases.

7.1.3

Active Support

  • Handle nil backtrace_locations in ActiveSupport::SyntaxErrorProxy.

    Eugene Kenny

  • Fix ActiveSupport::JSON.encode to prevent duplicate keys.

    If the same key exist in both String and Symbol form it could lead to the same key being emitted twice.

    Manish Sharma

  • Fix ActiveSupport::Cache::Store#read_multi when using a cache namespace and local cache strategy.

    Mark Oleson

  • Fix Time.now/DateTime.now/Date.today to return results in a system timezone after #travel_to.

    There is a bug in the current implementation of #travel_to: it remembers a timezone of its argument, and all stubbed methods start returning results in that remembered timezone. However, the expected behaviour is to return results in a system timezone.

    Aleksei Chernenkov

  • Fix :unless_exist option for MemoryStore#write (et al) when using a cache namespace.

    S. Brent Faulkner

  • Fix ActiveSupport::Deprecation to handle blaming generated code.

    Jean Boussier, fatkodima

Active Model

  • No changes.

Active Record

  • Fix Migrations with versions older than 7.1 validating options given to add_reference.

... (truncated)

Changelog

Sourced from activesupport's changelog.

Rails 7.1.3 (January 16, 2024)

  • Handle nil backtrace_locations in ActiveSupport::SyntaxErrorProxy.

    Eugene Kenny

  • Fix ActiveSupport::JSON.encode to prevent duplicate keys.

    If the same key exist in both String and Symbol form it could lead to the same key being emitted twice.

    Manish Sharma

  • Fix ActiveSupport::Cache::Store#read_multi when using a cache namespace and local cache strategy.

    Mark Oleson

  • Fix Time.now/DateTime.now/Date.today to return results in a system timezone after #travel_to.

    There is a bug in the current implementation of #travel_to: it remembers a timezone of its argument, and all stubbed methods start returning results in that remembered timezone. However, the expected behaviour is to return results in a system timezone.

    Aleksei Chernenkov

  • Fix :unless_exist option for MemoryStore#write (et al) when using a cache namespace.

    S. Brent Faulkner

  • Fix ActiveSupport::Deprecation to handle blaming generated code.

    Jean Boussier, fatkodima

Commits
  • 36c1591 Preparing for 7.1.3 release
  • a84622f Sync changelog
  • 894f933 Merge pull request #50764 from eugeneius/syntax_error_proxy_nil_backtrace_loc...
  • b02f6c9 Merge pull request #48957 from cmaruz/48326
  • 81c8023 Sync changelog
  • 3a85830 Merge pull request #50749 from Earlopain/changelog-typo
  • 2606c66 Use verb form of "fallback"
  • c4df142 Clean up AS::NumberHelper#number_to_human doc [ci-skip]
  • 0a51c1a Clean up AS::NumberHelper#number_to_human_size doc [ci-skip]
  • f5c9a7e Clean up AS::NumberHelper#number_to_rounded doc [ci-skip]
  • 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 [activesupport](https://github.com/rails/rails) from 7.1.2 to 7.1.3.
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v7.1.3/activesupport/CHANGELOG.md)
- [Commits](rails/rails@v7.1.2...v7.1.3)

---
updated-dependencies:
- dependency-name: activesupport
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added auto.bundler Involves Bundler dependency changes auto.dependencies Bot updates to docs tools or example dependencies lang.ruby Involves Ruby code labels Jan 17, 2024
@parlough parlough merged commit 86323cb into main Jan 17, 2024
7 of 8 checks passed
@parlough parlough deleted the dependabot/bundler/activesupport-7.1.3 branch January 17, 2024 17:52
atsansone pushed a commit to atsansone/site-www that referenced this pull request Jan 26, 2024
Bumps [activesupport](https://github.com/rails/rails) from 7.1.2 to
7.1.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rails/rails/releases">activesupport's
releases</a>.</em></p>
<blockquote>
<h2>7.1.3</h2>
<h2>Active Support</h2>
<ul>
<li>
<p>Handle nil <code>backtrace_locations</code> in
<code>ActiveSupport::SyntaxErrorProxy</code>.</p>
<p><em>Eugene Kenny</em></p>
</li>
<li>
<p>Fix <code>ActiveSupport::JSON.encode</code> to prevent duplicate
keys.</p>
<p>If the same key exist in both String and Symbol form it could
lead to the same key being emitted twice.</p>
<p><em>Manish Sharma</em></p>
</li>
<li>
<p>Fix <code>ActiveSupport::Cache::Store#read_multi</code> when using a
cache namespace
and local cache strategy.</p>
<p><em>Mark Oleson</em></p>
</li>
<li>
<p>Fix <code>Time.now/DateTime.now/Date.today</code> to return results
in a system timezone after <code>#travel_to</code>.</p>
<p>There is a bug in the current implementation of #travel_to:
it remembers a timezone of its argument, and all stubbed methods start
returning results in that remembered timezone. However, the expected
behaviour is to return results in a system timezone.</p>
<p><em>Aleksei Chernenkov</em></p>
</li>
<li>
<p>Fix <code>:unless_exist</code> option for
<code>MemoryStore#write</code> (et al) when using a
cache namespace.</p>
<p><em>S. Brent Faulkner</em></p>
</li>
<li>
<p>Fix ActiveSupport::Deprecation to handle blaming generated code.</p>
<p><em>Jean Boussier</em>, <em>fatkodima</em></p>
</li>
</ul>
<h2>Active Model</h2>
<ul>
<li>No changes.</li>
</ul>
<h2>Active Record</h2>
<ul>
<li>Fix Migrations with versions older than 7.1 validating options given
to
<code>add_reference</code>.</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/rails/rails/blob/v7.1.3/activesupport/CHANGELOG.md">activesupport's
changelog</a>.</em></p>
<blockquote>
<h2>Rails 7.1.3 (January 16, 2024)</h2>
<ul>
<li>
<p>Handle nil <code>backtrace_locations</code> in
<code>ActiveSupport::SyntaxErrorProxy</code>.</p>
<p><em>Eugene Kenny</em></p>
</li>
<li>
<p>Fix <code>ActiveSupport::JSON.encode</code> to prevent duplicate
keys.</p>
<p>If the same key exist in both String and Symbol form it could
lead to the same key being emitted twice.</p>
<p><em>Manish Sharma</em></p>
</li>
<li>
<p>Fix <code>ActiveSupport::Cache::Store#read_multi</code> when using a
cache namespace
and local cache strategy.</p>
<p><em>Mark Oleson</em></p>
</li>
<li>
<p>Fix <code>Time.now/DateTime.now/Date.today</code> to return results
in a system timezone after <code>#travel_to</code>.</p>
<p>There is a bug in the current implementation of #travel_to:
it remembers a timezone of its argument, and all stubbed methods start
returning results in that remembered timezone. However, the expected
behaviour is to return results in a system timezone.</p>
<p><em>Aleksei Chernenkov</em></p>
</li>
<li>
<p>Fix <code>:unless_exist</code> option for
<code>MemoryStore#write</code> (et al) when using a
cache namespace.</p>
<p><em>S. Brent Faulkner</em></p>
</li>
<li>
<p>Fix ActiveSupport::Deprecation to handle blaming generated code.</p>
<p><em>Jean Boussier</em>, <em>fatkodima</em></p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rails/rails/commit/36c1591bcb5e0ee3084759c7f42a706fe5bb7ca7"><code>36c1591</code></a>
Preparing for 7.1.3 release</li>
<li><a
href="https://github.com/rails/rails/commit/a84622f1a86e2bf06c173c41c733a568db64c7b5"><code>a84622f</code></a>
Sync changelog</li>
<li><a
href="https://github.com/rails/rails/commit/894f9330a7255780cdf269755cf11f307f4920f6"><code>894f933</code></a>
Merge pull request <a
href="https://redirect.github.com/rails/rails/issues/50764">#50764</a>
from eugeneius/syntax_error_proxy_nil_backtrace_loc...</li>
<li><a
href="https://github.com/rails/rails/commit/b02f6c916816b9f074f6cfbebede7b5031c8b7f2"><code>b02f6c9</code></a>
Merge pull request <a
href="https://redirect.github.com/rails/rails/issues/48957">#48957</a>
from cmaruz/48326</li>
<li><a
href="https://github.com/rails/rails/commit/81c8023aae6a2d6236be94c58e146fd389087a1a"><code>81c8023</code></a>
Sync changelog</li>
<li><a
href="https://github.com/rails/rails/commit/3a85830e6a4fe65716ab7c7e1a8c25f328426153"><code>3a85830</code></a>
Merge pull request <a
href="https://redirect.github.com/rails/rails/issues/50749">#50749</a>
from Earlopain/changelog-typo</li>
<li><a
href="https://github.com/rails/rails/commit/2606c66616c04919059dff91b1973b422135696e"><code>2606c66</code></a>
Use verb form of &quot;fallback&quot;</li>
<li><a
href="https://github.com/rails/rails/commit/c4df14298c190ddb9ad885b343aceec10e8b58f4"><code>c4df142</code></a>
Clean up AS::NumberHelper#number_to_human doc [ci-skip]</li>
<li><a
href="https://github.com/rails/rails/commit/0a51c1a178c203c48499874a8dc2686757e2982a"><code>0a51c1a</code></a>
Clean up AS::NumberHelper#number_to_human_size doc [ci-skip]</li>
<li><a
href="https://github.com/rails/rails/commit/f5c9a7ec2d3516195c8f81403f4242bcfe550d25"><code>f5c9a7e</code></a>
Clean up AS::NumberHelper#number_to_rounded doc [ci-skip]</li>
<li>Additional commits viewable in <a
href="https://github.com/rails/rails/compare/v7.1.2...v7.1.3">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=activesupport&package-manager=bundler&previous-version=7.1.2&new-version=7.1.3)](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>
Co-authored-by: Parker Lougheed <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto.bundler Involves Bundler dependency changes auto.dependencies Bot updates to docs tools or example dependencies lang.ruby Involves Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant