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.5 to 2.2.6 in /webapp #1066

Merged
merged 1 commit into from
Jul 22, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 22, 2024

Bumps @reduxjs/toolkit from 2.2.5 to 2.2.6.

Release notes

Sourced from @​reduxjs/toolkit's releases.

v2.2.6

This bugfix release:

  • Brings internal useIsomorphicLayoutEffect usage in line with React Redux in React Native environments
  • Exports FetchBaseQueryArgs type
  • Fixes an issue in recent createEntityAdapter sorting perf improvements that could (in specific cases) cause Immer to throw an error

What's Changed

Full Changelog: reduxjs/redux-toolkit@v2.2.5...v2.2.6

Commits

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.5 to 2.2.6.
- [Release notes](https://github.com/reduxjs/redux-toolkit/releases)
- [Commits](reduxjs/redux-toolkit@v2.2.5...v2.2.6)

---
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 Jul 22, 2024
@github-actions github-actions bot added the webapp Pull requests that update Typescript code label Jul 22, 2024
@glahaye glahaye added this pull request to the merge queue Jul 22, 2024
Merged via the queue into main with commit 4e7481b Jul 22, 2024
6 checks passed
@glahaye glahaye deleted the dependabot/npm_and_yarn/webapp/reduxjs/toolkit-2.2.6 branch July 22, 2024 21:32
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.5 to 2.2.6.
<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.6</h2>
<p>This <strong>bugfix release</strong>:</p>
<ul>
<li>Brings internal <code>useIsomorphicLayoutEffect</code> usage in line
with React Redux in React Native environments</li>
<li>Exports <code>FetchBaseQueryArgs</code> type</li>
<li>Fixes an issue in recent <code>createEntityAdapter</code> sorting
perf improvements that could (in specific cases) cause Immer to throw an
error</li>
</ul>
<h2>What's Changed</h2>
<ul>
<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://redirect.github.com/reduxjs/redux-toolkit/pull/4436">reduxjs/redux-toolkit#4436</a></li>
<li>Add export for FetchBaseQueryArgs by <a
href="https://github.com/WilsonCWong"><code>@​WilsonCWong</code></a> in
<a
href="https://redirect.github.com/reduxjs/redux-toolkit/pull/4465">reduxjs/redux-toolkit#4465</a></li>
<li>Fix Immer current usage when calling addManyMutably more than once
by <a
href="https://github.com/JacobShafer"><code>@​JacobShafer</code></a> in
<a
href="https://redirect.github.com/reduxjs/redux-toolkit/pull/4420">reduxjs/redux-toolkit#4420</a></li>
<li>Golf a few pieces of entity adapter code by <a
href="https://github.com/EskiMojo14"><code>@​EskiMojo14</code></a> in <a
href="https://redirect.github.com/reduxjs/redux-toolkit/pull/4485">reduxjs/redux-toolkit#4485</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/reduxjs/redux-toolkit/compare/v2.2.5...v2.2.6">https://github.com/reduxjs/redux-toolkit/compare/v2.2.5...v2.2.6</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/reduxjs/redux-toolkit/commit/a9362fbcec6cb66bdb3e6dc52bbf3d69ea6f2b22"><code>a9362fb</code></a>
v2.2.6</li>
<li><a
href="https://github.com/reduxjs/redux-toolkit/commit/20d5d2bb61d7aad58701f363a95af848208bdaff"><code>20d5d2b</code></a>
Merge pull request <a
href="https://redirect.github.com/reduxjs/redux-toolkit/issues/4485">#4485</a>
from reduxjs/entity-golf</li>
<li><a
href="https://github.com/reduxjs/redux-toolkit/commit/93b29e13c1e9564df997887363d6ff98e3cb0094"><code>93b29e1</code></a>
remove a couple more unnecessary assertions</li>
<li><a
href="https://github.com/reduxjs/redux-toolkit/commit/d114f816cd5a5fd47f29056efd5073c0408f5f5c"><code>d114f81</code></a>
type getCurrent to remove Draft type</li>
<li><a
href="https://github.com/reduxjs/redux-toolkit/commit/f0088d3e1cd3fed1150a07292bc004af244110b2"><code>f0088d3</code></a>
golf a few things</li>
<li><a
href="https://github.com/reduxjs/redux-toolkit/commit/09c36a267b458309492a3f1862b1882a1ec9a68f"><code>09c36a2</code></a>
Merge pull request <a
href="https://redirect.github.com/reduxjs/redux-toolkit/issues/4420">#4420</a>
from JacobShafer/fix/4411_fix_sorted_ids</li>
<li><a
href="https://github.com/reduxjs/redux-toolkit/commit/b1b845a89f98be9c50461b875192f381d0220a72"><code>b1b845a</code></a>
remove unused imports</li>
<li><a
href="https://github.com/reduxjs/redux-toolkit/commit/dc0cb573f37e5a62956f4db8a0a8961e2afd80ce"><code>dc0cb57</code></a>
Merge pull request <a
href="https://redirect.github.com/reduxjs/redux-toolkit/issues/4475">#4475</a>
from aryaemami59/fix-ci-tests</li>
<li><a
href="https://github.com/reduxjs/redux-toolkit/commit/9371a4cacd72f62be52930aeaf5671f3062dd3d3"><code>9371a4c</code></a>
Fix CI tests</li>
<li><a
href="https://github.com/reduxjs/redux-toolkit/commit/07614dd2d2b321eadb4a872d7b6d10c053d22ec3"><code>07614dd</code></a>
Merge pull request <a
href="https://redirect.github.com/reduxjs/redux-toolkit/issues/4468">#4468</a>
from aryaemami59/bump-vitest</li>
<li>Additional commits viewable in <a
href="https://github.com/reduxjs/redux-toolkit/compare/v2.2.5...v2.2.6">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.5&new-version=2.2.6)](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