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 8.1.2 to 8.1.3 in /webapp #434

Merged
merged 1 commit into from
Oct 2, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 2, 2023

Bumps react-redux from 8.1.2 to 8.1.3.

Release notes

Sourced from react-redux's releases.

v8.1.3

This bugfix release fixes an issue with subscriptions being lost when lazy-loaded components are used with React Suspense, and includes stack traces in useSelector usage warnings .

What's Changed

Full Changelog: reduxjs/react-redux@v8.1.2...v8.1.3

Commits
  • 854f3e1 Release 8.1.3
  • 2057c5e Merge pull request #2068 from jeroenpx/feature/useSelector-in-combination-wit...
  • 6ca0567 Merge pull request #2072 from reduxjs/feature/master-ci-checks
  • f0324a1 Copy CI setup for RTK examples
  • 6c0ad9e Fix useSelector() in combination with lazy loaded components breaks with reac...
  • a1a32d1 Merge pull request #2064 from reduxjs/warning-stack
  • bc328d9 Add stack to dev mode checks
  • See full diff 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 8.1.2 to 8.1.3.
- [Release notes](https://github.com/reduxjs/react-redux/releases)
- [Changelog](https://github.com/reduxjs/react-redux/blob/master/CHANGELOG.md)
- [Commits](reduxjs/react-redux@v8.1.2...v8.1.3)

---
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 Oct 2, 2023
@github-actions github-actions bot added the webapp Pull requests that update Typescript code label Oct 2, 2023
@dehoward dehoward added this pull request to the merge queue Oct 2, 2023
Merged via the queue into main with commit 0c440bd Oct 2, 2023
6 checks passed
@dehoward dehoward deleted the dependabot/npm_and_yarn/webapp/react-redux-8.1.3 branch October 2, 2023 16:19
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 8.1.2
to 8.1.3.
<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>v8.1.3</h2>
<p>This bugfix release fixes an issue with subscriptions being lost when
lazy-loaded components are used with React Suspense, and includes stack
traces in <code>useSelector</code> usage warnings .</p>
<h2>What's Changed</h2>
<ul>
<li>Add stack to dev mode checks by <a
href="https://github.com/EskiMojo14"><code>@​EskiMojo14</code></a> in <a
href="https://redirect.github.com/reduxjs/react-redux/pull/2064">reduxjs/react-redux#2064</a></li>
<li>Fix useSelector() in combination with lazy loaded components breaks
with react v18 (<a
href="https://redirect.github.com/reduxjs/react-redux/issues/1977">#1977</a>)
by <a href="https://github.com/jeroenpx"><code>@​jeroenpx</code></a> in
<a
href="https://redirect.github.com/reduxjs/react-redux/pull/2068">reduxjs/react-redux#2068</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/reduxjs/react-redux/compare/v8.1.2...v8.1.3">https://github.com/reduxjs/react-redux/compare/v8.1.2...v8.1.3</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/reduxjs/react-redux/commit/854f3e1687382925952712399f93c0e7d271cdbb"><code>854f3e1</code></a>
Release 8.1.3</li>
<li><a
href="https://github.com/reduxjs/react-redux/commit/2057c5e488da5a1bf595b0ba35383f064cc3f9af"><code>2057c5e</code></a>
Merge pull request <a
href="https://redirect.github.com/reduxjs/react-redux/issues/2068">#2068</a>
from jeroenpx/feature/useSelector-in-combination-wit...</li>
<li><a
href="https://github.com/reduxjs/react-redux/commit/6ca0567c63d62470db53801916c368c9ca8fe5b6"><code>6ca0567</code></a>
Merge pull request <a
href="https://redirect.github.com/reduxjs/react-redux/issues/2072">#2072</a>
from reduxjs/feature/master-ci-checks</li>
<li><a
href="https://github.com/reduxjs/react-redux/commit/f0324a1fdf8a05582e76afa4c90a0f4db7ab1cb2"><code>f0324a1</code></a>
Copy CI setup for RTK examples</li>
<li><a
href="https://github.com/reduxjs/react-redux/commit/6c0ad9ee038bdfa65ab1ad1d2b905a9d8f8a06ef"><code>6c0ad9e</code></a>
Fix useSelector() in combination with lazy loaded components breaks with
reac...</li>
<li><a
href="https://github.com/reduxjs/react-redux/commit/a1a32d1ed99b4e3608576ee3800ff0f608f86dd8"><code>a1a32d1</code></a>
Merge pull request <a
href="https://redirect.github.com/reduxjs/react-redux/issues/2064">#2064</a>
from reduxjs/warning-stack</li>
<li><a
href="https://github.com/reduxjs/react-redux/commit/bc328d90879870b3555eae5c51e9b09c51cc4741"><code>bc328d9</code></a>
Add stack to dev mode checks</li>
<li>See full diff in <a
href="https://github.com/reduxjs/react-redux/compare/v8.1.2...v8.1.3">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=8.1.2&new-version=8.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>
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