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 react-redux from 9.1.0 to 9.1.1 in /webapp #933

Merged
merged 1 commit into from
Apr 27, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 15, 2024

Bumps react-redux from 9.1.0 to 9.1.1.

Release notes

Sourced from react-redux's releases.

v9.1.1

This bugfix release fixes an issue with connect and React Native caused by changes to our bundling setup in v9. Nested connect calls should work correctly now.

What's Changed

Full Changelog: reduxjs/react-redux@v9.1.0...v9.1.1

Commits
  • d44ff74 Release 9.1.1
  • 0396da3 Merge pull request #2156 from aryaemami59/fix-RN-useIsomorphicLayoutEffect-issue
  • fd2c5c6 Remove useIsomorphicLayoutEffect.native.ts
  • 691b1a2 Remove nested ternary
  • 5ba0d93 Fix useIsomorphicLayoutEffect in React Native environments
  • 05b55c0 Remove no-resolution flag and add --exclude-entrypoints when running `are...
  • 098f862 Use the right type
  • 1c9bd5d Add .gitattributes file to make line endings more consistent (#2134)
  • 1de9d66 Bump follow-redirects from 1.14.4 to 1.15.6 in /website (#2143)
  • 16dc0ed Cache the examples and speed up test runs (#2140)
  • 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 [react-redux](https://github.com/reduxjs/react-redux) from 9.1.0 to 9.1.1.
- [Release notes](https://github.com/reduxjs/react-redux/releases)
- [Changelog](https://github.com/reduxjs/react-redux/blob/master/CHANGELOG.md)
- [Commits](reduxjs/react-redux@v9.1.0...v9.1.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 15, 2024
@github-actions github-actions bot added the webapp Pull requests that update Typescript code label Apr 15, 2024
@glahaye glahaye added this pull request to the merge queue Apr 27, 2024
Merged via the queue into main with commit cd523c2 Apr 27, 2024
6 checks passed
@glahaye glahaye deleted the dependabot/npm_and_yarn/webapp/react-redux-9.1.1 branch April 27, 2024 03:01
teamleader-dev pushed a commit to vlink-group/chat-copilot that referenced this pull request Oct 7, 2024
Bumps [react-redux](https://github.com/reduxjs/react-redux) from 9.1.0
to 9.1.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/reduxjs/react-redux/releases">react-redux's
releases</a>.</em></p>
<blockquote>
<h2>v9.1.1</h2>
<p>This bugfix release fixes an issue with <code>connect</code> and
React Native caused by changes to our bundling setup in v9. Nested
<code>connect</code> calls should work correctly now.</p>
<h2>What's Changed</h2>
<ul>
<li>Remove unused isProcessingDispatch by <a
href="https://github.com/Connormiha"><code>@​Connormiha</code></a> in <a
href="https://github.com/reduxjs/react-redux/pull/2122">reduxjs/react-redux#2122</a></li>
<li>Move <code>Equals</code> constraint into an intersection type. by <a
href="https://github.com/DanielRosenwasser"><code>@​DanielRosenwasser</code></a>
in <a
href="https://github.com/reduxjs/react-redux/pull/2123">reduxjs/react-redux#2123</a></li>
<li>Fix <code>useIsomorphicLayoutEffect</code> usage in React Native
environments by <a
href="https://github.com/aryaemami59"><code>@​aryaemami59</code></a> in
<a
href="https://github.com/reduxjs/react-redux/pull/2156">reduxjs/react-redux#2156</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/reduxjs/react-redux/compare/v9.1.0...v9.1.1">https://github.com/reduxjs/react-redux/compare/v9.1.0...v9.1.1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/reduxjs/react-redux/commit/d44ff74b25d9240c462a64182790539e030cbb0f"><code>d44ff74</code></a>
Release 9.1.1</li>
<li><a
href="https://github.com/reduxjs/react-redux/commit/0396da3c60bd096f2524f43bf340e5884a29acbc"><code>0396da3</code></a>
Merge pull request <a
href="https://github.com/reduxjs/react-redux/issues/2156">#2156</a>
from aryaemami59/fix-RN-useIsomorphicLayoutEffect-issue</li>
<li><a
href="https://github.com/reduxjs/react-redux/commit/fd2c5c61755ded1f29b6bbda9da772cedda57021"><code>fd2c5c6</code></a>
Remove <code>useIsomorphicLayoutEffect.native.ts</code></li>
<li><a
href="https://github.com/reduxjs/react-redux/commit/691b1a2ad3bc35d73cbacfda6e263d3929bb56af"><code>691b1a2</code></a>
Remove nested ternary</li>
<li><a
href="https://github.com/reduxjs/react-redux/commit/5ba0d93fb2716e0965afbb8cc700963d3e05e02d"><code>5ba0d93</code></a>
Fix <code>useIsomorphicLayoutEffect</code> in React Native
environments</li>
<li><a
href="https://github.com/reduxjs/react-redux/commit/05b55c02110dc2122ff90c4902098dd3fc978994"><code>05b55c0</code></a>
Remove <code>no-resolution</code> flag and add
<code>--exclude-entrypoints</code> when running `are...</li>
<li><a
href="https://github.com/reduxjs/react-redux/commit/098f8626927013de315574879c606be78cf00aa9"><code>098f862</code></a>
Use the right type</li>
<li><a
href="https://github.com/reduxjs/react-redux/commit/1c9bd5d47248ba5fdd3eb49e988f10385287d3d7"><code>1c9bd5d</code></a>
Add <code>.gitattributes</code> file to make line endings more
consistent (<a
href="https://github.com/reduxjs/react-redux/issues/2134">#2134</a>)</li>
<li><a
href="https://github.com/reduxjs/react-redux/commit/1de9d665d98e128aa8fc9fe49a270073625df264"><code>1de9d66</code></a>
Bump follow-redirects from 1.14.4 to 1.15.6 in /website (<a
href="https://github.com/reduxjs/react-redux/issues/2143">#2143</a>)</li>
<li><a
href="https://github.com/reduxjs/react-redux/commit/16dc0ed898a69ac42de1b670ff44362b1325479c"><code>16dc0ed</code></a>
Cache the examples and speed up test runs (<a
href="https://github.com/reduxjs/react-redux/issues/2140">#2140</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/reduxjs/react-redux/compare/v9.1.0...v9.1.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=react-redux&package-manager=npm_and_yarn&previous-version=9.1.0&new-version=9.1.1)](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>
kb0039 pushed a commit to aaronba/chat-copilot that referenced this pull request Jan 8, 2025
Bumps [react-redux](https://github.com/reduxjs/react-redux) from 9.1.0
to 9.1.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/reduxjs/react-redux/releases">react-redux's
releases</a>.</em></p>
<blockquote>
<h2>v9.1.1</h2>
<p>This bugfix release fixes an issue with <code>connect</code> and
React Native caused by changes to our bundling setup in v9. Nested
<code>connect</code> calls should work correctly now.</p>
<h2>What's Changed</h2>
<ul>
<li>Remove unused isProcessingDispatch by <a
href="https://github.com/Connormiha"><code>@​Connormiha</code></a> in <a
href="https://github.com/reduxjs/react-redux/pull/2122">reduxjs/react-redux#2122</a></li>
<li>Move <code>Equals</code> constraint into an intersection type. by <a
href="https://github.com/DanielRosenwasser"><code>@​DanielRosenwasser</code></a>
in <a
href="https://github.com/reduxjs/react-redux/pull/2123">reduxjs/react-redux#2123</a></li>
<li>Fix <code>useIsomorphicLayoutEffect</code> usage in React Native
environments by <a
href="https://github.com/aryaemami59"><code>@​aryaemami59</code></a> in
<a
href="https://github.com/reduxjs/react-redux/pull/2156">reduxjs/react-redux#2156</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/reduxjs/react-redux/compare/v9.1.0...v9.1.1">https://github.com/reduxjs/react-redux/compare/v9.1.0...v9.1.1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/reduxjs/react-redux/commit/d44ff74b25d9240c462a64182790539e030cbb0f"><code>d44ff74</code></a>
Release 9.1.1</li>
<li><a
href="https://github.com/reduxjs/react-redux/commit/0396da3c60bd096f2524f43bf340e5884a29acbc"><code>0396da3</code></a>
Merge pull request <a
href="https://github.com/reduxjs/react-redux/issues/2156">#2156</a>
from aryaemami59/fix-RN-useIsomorphicLayoutEffect-issue</li>
<li><a
href="https://github.com/reduxjs/react-redux/commit/fd2c5c61755ded1f29b6bbda9da772cedda57021"><code>fd2c5c6</code></a>
Remove <code>useIsomorphicLayoutEffect.native.ts</code></li>
<li><a
href="https://github.com/reduxjs/react-redux/commit/691b1a2ad3bc35d73cbacfda6e263d3929bb56af"><code>691b1a2</code></a>
Remove nested ternary</li>
<li><a
href="https://github.com/reduxjs/react-redux/commit/5ba0d93fb2716e0965afbb8cc700963d3e05e02d"><code>5ba0d93</code></a>
Fix <code>useIsomorphicLayoutEffect</code> in React Native
environments</li>
<li><a
href="https://github.com/reduxjs/react-redux/commit/05b55c02110dc2122ff90c4902098dd3fc978994"><code>05b55c0</code></a>
Remove <code>no-resolution</code> flag and add
<code>--exclude-entrypoints</code> when running `are...</li>
<li><a
href="https://github.com/reduxjs/react-redux/commit/098f8626927013de315574879c606be78cf00aa9"><code>098f862</code></a>
Use the right type</li>
<li><a
href="https://github.com/reduxjs/react-redux/commit/1c9bd5d47248ba5fdd3eb49e988f10385287d3d7"><code>1c9bd5d</code></a>
Add <code>.gitattributes</code> file to make line endings more
consistent (<a
href="https://github.com/reduxjs/react-redux/issues/2134">#2134</a>)</li>
<li><a
href="https://github.com/reduxjs/react-redux/commit/1de9d665d98e128aa8fc9fe49a270073625df264"><code>1de9d66</code></a>
Bump follow-redirects from 1.14.4 to 1.15.6 in /website (<a
href="https://github.com/reduxjs/react-redux/issues/2143">#2143</a>)</li>
<li><a
href="https://github.com/reduxjs/react-redux/commit/16dc0ed898a69ac42de1b670ff44362b1325479c"><code>16dc0ed</code></a>
Cache the examples and speed up test runs (<a
href="https://github.com/reduxjs/react-redux/issues/2140">#2140</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/reduxjs/react-redux/compare/v9.1.0...v9.1.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=react-redux&package-manager=npm_and_yarn&previous-version=9.1.0&new-version=9.1.1)](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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code webapp Pull requests that update Typescript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant