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 @reduxjs/toolkit from 2.2.2 to 2.2.3 in /webapp #912

Merged
merged 1 commit into from
Apr 1, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps @reduxjs/toolkit from 2.2.2 to 2.2.3.

Release notes

Sourced from @​reduxjs/toolkit's releases.

v2.2.3

This minor release fixes the types for functions that accept a React Context instance to match the changes in React Redux v9.

What's Changed

Full Changelog: reduxjs/redux-toolkit@v2.2.2...v2.2.3

Commits
  • 213b5f4 Release 2.2.3
  • cccf40a Merge pull request #4308 from aryaemami59/TypedUseSelectorHook-to-withTypes
  • 5a01e09 remove unnecessary type param
  • 63f708f add custom context test for apiprovider
  • 7e854c4 change ApiProvider context argument to match
  • 8b5d210 Make parameter of createDispatchWithMiddlewareHookFactory nullable
  • dff4cd2 Fix nullable react-redux context references
  • 1d8c4b7 Bump react-redux to 9.1.0
  • 57ef6ae Replace all instances of TypedUseSelectorHook with .withTypes
  • 1afcdd4 Merge pull request #4286 from CodeByZack/add-missing-quote
  • 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 [@reduxjs/toolkit](https://github.com/reduxjs/redux-toolkit) from 2.2.2 to 2.2.3.
- [Release notes](https://github.com/reduxjs/redux-toolkit/releases)
- [Commits](reduxjs/redux-toolkit@v2.2.2...v2.2.3)

---
updated-dependencies:
- dependency-name: "@reduxjs/toolkit"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 1, 2024
@github-actions github-actions bot added the webapp Pull requests that update Typescript code label Apr 1, 2024
@glahaye glahaye added this pull request to the merge queue Apr 1, 2024
Merged via the queue into main with commit f747429 Apr 1, 2024
6 checks passed
@glahaye glahaye deleted the dependabot/npm_and_yarn/webapp/reduxjs/toolkit-2.2.3 branch April 1, 2024 19:10
teamleader-dev pushed a commit to vlink-group/chat-copilot that referenced this pull request Oct 7, 2024
Bumps [@reduxjs/toolkit](https://github.com/reduxjs/redux-toolkit) from
2.2.2 to 2.2.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/reduxjs/redux-toolkit/releases"><code>@​reduxjs/toolkit</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v2.2.3</h2>
<p>This minor release fixes the types for functions that accept a React
Context instance to match the <a
href="https://redux-toolkit.js.org/usage/migrating-rtk-2#custom-context-typing">changes
in React Redux v9</a>.</p>
<h2>What's Changed</h2>
<ul>
<li>Update React Redux dependency to v9, and update docs to use
<code>.withTypes</code> by <a
href="https://github.com/aryaemami59"><code>@​aryaemami59</code></a> in
<a
href="https://redirect.github.com/reduxjs/redux-toolkit/pull/4308">reduxjs/redux-toolkit#4308</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/reduxjs/redux-toolkit/compare/v2.2.2...v2.2.3">https://github.com/reduxjs/redux-toolkit/compare/v2.2.2...v2.2.3</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/reduxjs/redux-toolkit/commit/213b5f4031e828fd330ca86bf41df289232d6617"><code>213b5f4</code></a>
Release 2.2.3</li>
<li><a
href="https://github.com/reduxjs/redux-toolkit/commit/cccf40ac21d02660bf59d48255fdb744e336eb5c"><code>cccf40a</code></a>
Merge pull request <a
href="https://redirect.github.com/reduxjs/redux-toolkit/issues/4308">#4308</a>
from aryaemami59/TypedUseSelectorHook-to-withTypes</li>
<li><a
href="https://github.com/reduxjs/redux-toolkit/commit/5a01e097893815d9a01d614dcdf7b2317d4e303f"><code>5a01e09</code></a>
remove unnecessary type param</li>
<li><a
href="https://github.com/reduxjs/redux-toolkit/commit/63f708fa2648e253b7e85b16fbe119ba9f281468"><code>63f708f</code></a>
add custom context test for apiprovider</li>
<li><a
href="https://github.com/reduxjs/redux-toolkit/commit/7e854c4698d6d200ec6e13223bec1c2b93edf1d2"><code>7e854c4</code></a>
change ApiProvider context argument to match</li>
<li><a
href="https://github.com/reduxjs/redux-toolkit/commit/8b5d2107beda2bfdcfadfae60cadd40734a52f07"><code>8b5d210</code></a>
Make parameter of <code>createDispatchWithMiddlewareHookFactory</code>
nullable</li>
<li><a
href="https://github.com/reduxjs/redux-toolkit/commit/dff4cd28a1db12f3979a15fa99b75ac2c75f3312"><code>dff4cd2</code></a>
Fix nullable <code>react-redux</code> context references</li>
<li><a
href="https://github.com/reduxjs/redux-toolkit/commit/1d8c4b755088bfec97cfb51ab2115d9376c11b63"><code>1d8c4b7</code></a>
Bump <code>react-redux</code> to 9.1.0</li>
<li><a
href="https://github.com/reduxjs/redux-toolkit/commit/57ef6aef541a281273b0978b85bd2bae437f3b38"><code>57ef6ae</code></a>
Replace all instances of <code>TypedUseSelectorHook</code> with
<code>.withTypes</code></li>
<li><a
href="https://github.com/reduxjs/redux-toolkit/commit/1afcdd476368c271a15766a9027fa6f5899d2b78"><code>1afcdd4</code></a>
Merge pull request <a
href="https://redirect.github.com/reduxjs/redux-toolkit/issues/4286">#4286</a>
from CodeByZack/add-missing-quote</li>
<li>Additional commits viewable in <a
href="https://github.com/reduxjs/redux-toolkit/compare/v2.2.2...v2.2.3">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@reduxjs/toolkit&package-manager=npm_and_yarn&previous-version=2.2.2&new-version=2.2.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] <support@github.com>
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