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

build(deps-dev): bump json5 from 2.2.1 to 2.2.3 #2736

Merged
merged 1 commit into from
Aug 11, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 3, 2023

Bumps json5 from 2.2.1 to 2.2.3.

Release notes

Sourced from json5's releases.

v2.2.3

  • Fix: json5@2.2.3 is now the 'latest' release according to npm instead of v1.0.2. (#299)

v2.2.2

  • Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a prototype pollution vulnerability reported by Jonathan Gregson! (#295).
Changelog

Sourced from json5's changelog.

v2.2.3 [code, diff]

  • Fix: json5@2.2.3 is now the 'latest' release according to npm instead of v1.0.2. (#299)

v2.2.2 [code, diff]

  • Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a prototype pollution vulnerability reported by Jonathan Gregson! (#295).
Commits
  • c3a7524 2.2.3
  • 94fd06d docs: update CHANGELOG for v2.2.3
  • 3b8cebf docs(security): use GitHub security advisories
  • f0fd9e1 docs: publish a security policy
  • 6a91a05 docs(template): bug -> bug report
  • 14f8cb1 2.2.2
  • 10cc7ca docs: update CHANGELOG for v2.2.2
  • 7774c10 fix: add proto to objects and arrays
  • edde30a Readme: slight tweak to intro
  • 97286f8 Improve example in readme
  • 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 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 3, 2023
@codesandbox-ci
Copy link

codesandbox-ci bot commented Aug 3, 2023

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 7791dc4:

Sandbox Source
SWR-Basic Configuration
SWR-States Configuration
SWR-Infinite Configuration
SWR-SSR Configuration

Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](json5/json5@v2.2.1...v2.2.3)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/json5-2.2.3 branch from 17238c7 to 7791dc4 Compare August 11, 2023 16:43
@shuding shuding merged commit 54c95ea into main Aug 11, 2023
5 checks passed
@shuding shuding deleted the dependabot/npm_and_yarn/json5-2.2.3 branch August 11, 2023 16:47
tylersmalley pushed a commit to tailscale-dev/vscode-tailscale that referenced this pull request Sep 11, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [swr](https://swr.vercel.app)
([source](https://togithub.com/vercel/swr)) | [`^2.2.0` ->
`^2.2.2`](https://renovatebot.com/diffs/npm/swr/2.2.0/2.2.2) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/swr/2.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/swr/2.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/swr/2.2.0/2.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/swr/2.2.0/2.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>vercel/swr (swr)</summary>

### [`v2.2.2`](https://togithub.com/vercel/swr/releases/tag/v2.2.2)

[Compare
Source](https://togithub.com/vercel/swr/compare/v2.2.1...v2.2.2)

#### What's Changed

- fix: It should use startTransition only when IS_REACT_LEGACY is false
by [@&#8203;TopGrd](https://togithub.com/TopGrd) in
[vercel/swr#2756
- fix: simplify `ArgumentsTuple` by
[@&#8203;Andarist](https://togithub.com/Andarist) in
[vercel/swr#2761

#### New Contributors

- [@&#8203;TopGrd](https://togithub.com/TopGrd) made their first
contribution in
[vercel/swr#2756
- [@&#8203;Andarist](https://togithub.com/Andarist) made their first
contribution in
[vercel/swr#2761

**Full Changelog**:
vercel/swr@v2.2.1...v2.2.2

### [`v2.2.1`](https://togithub.com/vercel/swr/releases/tag/v2.2.1)

[Compare
Source](https://togithub.com/vercel/swr/compare/v2.2.0...v2.2.1)

#### What's Changed

- Add use client directive for client components exports by
[@&#8203;huozhi](https://togithub.com/huozhi) in
[vercel/swr#2696
- remove the 'use client' directive and add client-only to useSWR entry.
by [@&#8203;promer94](https://togithub.com/promer94) in
[vercel/swr#2705
- fix: should serialize subscription fn key by
[@&#8203;promer94](https://togithub.com/promer94) in
[vercel/swr#2711
- build(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[vercel/swr#2720
- fix: only make data and error update as a non-blocking transition by
[@&#8203;promer94](https://togithub.com/promer94) in
[vercel/swr#2691
- build: generate d.mts for for .mjs, so typescript could resolve types
correctly by [@&#8203;promer94](https://togithub.com/promer94) in
[vercel/swr#2695
- fix(infinite): Fix the ability to use preload along with
useSWRInfinite by [@&#8203;agadzik](https://togithub.com/agadzik) in
[vercel/swr#2723
- fix: Ensure that using preload with useSWRInfinite returns back an
array of data by [@&#8203;agadzik](https://togithub.com/agadzik) in
[vercel/swr#2726
- fix: preload request should be consumed within `revalidate` to support
`parallel` option by [@&#8203;promer94](https://togithub.com/promer94)
in
[vercel/swr#2727
- Fix the issue that useSWR revalidation isn't triggered if the useSWR
call happens after mutation by
[@&#8203;Ponyets](https://togithub.com/Ponyets) in
[vercel/swr#2731
- fix(mutate): fix types of mutate/trigger; make mutate/trigger always
return the result of fetcher by
[@&#8203;Ponyets](https://togithub.com/Ponyets) in
[vercel/swr#2708
- build(deps-dev): bump tough-cookie from 4.1.2 to 4.1.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[vercel/swr#2735
- build(deps-dev): bump json5 from 2.2.1 to 2.2.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[vercel/swr#2736
- docs: use isLoading instead of !data by
[@&#8203;pawfa](https://togithub.com/pawfa) in
[vercel/swr#2734

#### New Contributors

- [@&#8203;agadzik](https://togithub.com/agadzik) made their first
contribution in
[vercel/swr#2723
- [@&#8203;Ponyets](https://togithub.com/Ponyets) made their first
contribution in
[vercel/swr#2731
- [@&#8203;pawfa](https://togithub.com/pawfa) made their first
contribution in
[vercel/swr#2734

**Full Changelog**:
vercel/swr@v2.2.0...v2.2.1

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 8am on monday" in timezone
America/Los_Angeles, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/tailscale-dev/vscode-tailscale).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi40MC4zIiwidXBkYXRlZEluVmVyIjoiMzYuNjQuOCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot added a commit to Unleash/unleash that referenced this pull request Sep 14, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [swr](https://swr.vercel.app)
([source](https://togithub.com/vercel/swr)) | [`2.2.0` ->
`2.2.2`](https://renovatebot.com/diffs/npm/swr/2.2.0/2.2.2) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/swr/2.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/swr/2.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/swr/2.2.0/2.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/swr/2.2.0/2.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>vercel/swr (swr)</summary>

### [`v2.2.2`](https://togithub.com/vercel/swr/releases/tag/v2.2.2)

[Compare
Source](https://togithub.com/vercel/swr/compare/e510955d42b472c8d45034c51b8acc12980aa2e7...4d20bff6759d4478380963654a560a1cf9ae7be1)

#### What's Changed

- fix: It should use startTransition only when IS_REACT_LEGACY is false
by [@&#8203;TopGrd](https://togithub.com/TopGrd) in
[vercel/swr#2756
- fix: simplify `ArgumentsTuple` by
[@&#8203;Andarist](https://togithub.com/Andarist) in
[vercel/swr#2761

#### New Contributors

- [@&#8203;TopGrd](https://togithub.com/TopGrd) made their first
contribution in
[vercel/swr#2756
- [@&#8203;Andarist](https://togithub.com/Andarist) made their first
contribution in
[vercel/swr#2761

**Full Changelog**:
vercel/swr@v2.2.1...v2.2.2

### [`v2.2.1`](https://togithub.com/vercel/swr/releases/tag/v2.2.1)

[Compare
Source](https://togithub.com/vercel/swr/compare/024cbd106f8f1b0f8ea0006301d1a5fe974c691b...e510955d42b472c8d45034c51b8acc12980aa2e7)

#### What's Changed

- Add use client directive for client components exports by
[@&#8203;huozhi](https://togithub.com/huozhi) in
[vercel/swr#2696
- remove the 'use client' directive and add client-only to useSWR entry.
by [@&#8203;promer94](https://togithub.com/promer94) in
[vercel/swr#2705
- fix: should serialize subscription fn key by
[@&#8203;promer94](https://togithub.com/promer94) in
[vercel/swr#2711
- build(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[vercel/swr#2720
- fix: only make data and error update as a non-blocking transition by
[@&#8203;promer94](https://togithub.com/promer94) in
[vercel/swr#2691
- build: generate d.mts for for .mjs, so typescript could resolve types
correctly by [@&#8203;promer94](https://togithub.com/promer94) in
[vercel/swr#2695
- fix(infinite): Fix the ability to use preload along with
useSWRInfinite by [@&#8203;agadzik](https://togithub.com/agadzik) in
[vercel/swr#2723
- fix: Ensure that using preload with useSWRInfinite returns back an
array of data by [@&#8203;agadzik](https://togithub.com/agadzik) in
[vercel/swr#2726
- fix: preload request should be consumed within `revalidate` to support
`parallel` option by [@&#8203;promer94](https://togithub.com/promer94)
in
[vercel/swr#2727
- Fix the issue that useSWR revalidation isn't triggered if the useSWR
call happens after mutation by
[@&#8203;Ponyets](https://togithub.com/Ponyets) in
[vercel/swr#2731
- fix(mutate): fix types of mutate/trigger; make mutate/trigger always
return the result of fetcher by
[@&#8203;Ponyets](https://togithub.com/Ponyets) in
[vercel/swr#2708
- build(deps-dev): bump tough-cookie from 4.1.2 to 4.1.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[vercel/swr#2735
- build(deps-dev): bump json5 from 2.2.1 to 2.2.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[vercel/swr#2736
- docs: use isLoading instead of !data by
[@&#8203;pawfa](https://togithub.com/pawfa) in
[vercel/swr#2734

#### New Contributors

- [@&#8203;agadzik](https://togithub.com/agadzik) made their first
contribution in
[vercel/swr#2723
- [@&#8203;Ponyets](https://togithub.com/Ponyets) made their first
contribution in
[vercel/swr#2731
- [@&#8203;pawfa](https://togithub.com/pawfa) made their first
contribution in
[vercel/swr#2734

**Full Changelog**:
vercel/swr@v2.2.0...v2.2.1

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/Unleash/unleash).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi44My4wIiwidXBkYXRlZEluVmVyIjoiMzYuODMuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
kodiakhq bot pushed a commit to X-oss-byte/Vercel-ai that referenced this pull request Sep 17, 2023
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [swr](https://swr.vercel.app) ([source](https://togithub.com/vercel/swr)) | [`2.2.0` -> `2.2.2`](https://renovatebot.com/diffs/npm/swr/2.2.0/2.2.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/swr/2.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/swr/2.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/swr/2.2.0/2.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/swr/2.2.0/2.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>vercel/swr (swr)</summary>

### [`v2.2.2`](https://togithub.com/vercel/swr/releases/tag/v2.2.2)

[Compare Source](https://togithub.com/vercel/swr/compare/v2.2.1...v2.2.2)

#### What's Changed

-   fix: It should use startTransition only when IS_REACT_LEGACY is false by [@&#8203;TopGrd](https://togithub.com/TopGrd) in [vercel/swr#2756
-   fix: simplify `ArgumentsTuple` by [@&#8203;Andarist](https://togithub.com/Andarist) in [vercel/swr#2761

#### New Contributors

-   [@&#8203;TopGrd](https://togithub.com/TopGrd) made their first contribution in [vercel/swr#2756
-   [@&#8203;Andarist](https://togithub.com/Andarist) made their first contribution in [vercel/swr#2761

**Full Changelog**: vercel/swr@v2.2.1...v2.2.2

### [`v2.2.1`](https://togithub.com/vercel/swr/releases/tag/v2.2.1)

[Compare Source](https://togithub.com/vercel/swr/compare/v2.2.0...v2.2.1)

#### What's Changed

-   Add use client directive for client components exports by [@&#8203;huozhi](https://togithub.com/huozhi) in [vercel/swr#2696
-   remove the 'use client' directive and add client-only to useSWR entry. by [@&#8203;promer94](https://togithub.com/promer94) in [vercel/swr#2705
-   fix: should serialize subscription fn key by [@&#8203;promer94](https://togithub.com/promer94) in [vercel/swr#2711
-   build(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 by [@&#8203;dependabot](https://togithub.com/dependabot) in [vercel/swr#2720
-   fix: only make data and error update as a non-blocking transition by [@&#8203;promer94](https://togithub.com/promer94) in [vercel/swr#2691
-   build: generate d.mts for for .mjs, so typescript could resolve types correctly by [@&#8203;promer94](https://togithub.com/promer94) in [vercel/swr#2695
-   fix(infinite): Fix the ability to use preload along with useSWRInfinite by [@&#8203;agadzik](https://togithub.com/agadzik) in [vercel/swr#2723
-   fix: Ensure that using preload with useSWRInfinite returns back an array of data by [@&#8203;agadzik](https://togithub.com/agadzik) in [vercel/swr#2726
-   fix: preload request should be consumed within `revalidate` to support `parallel` option by [@&#8203;promer94](https://togithub.com/promer94) in [vercel/swr#2727
-   Fix the issue that useSWR revalidation isn't triggered if the useSWR call happens after mutation by [@&#8203;Ponyets](https://togithub.com/Ponyets) in [vercel/swr#2731
-   fix(mutate): fix types of mutate/trigger; make mutate/trigger always return the result of fetcher by [@&#8203;Ponyets](https://togithub.com/Ponyets) in [vercel/swr#2708
-   build(deps-dev): bump tough-cookie from 4.1.2 to 4.1.3 by [@&#8203;dependabot](https://togithub.com/dependabot) in [vercel/swr#2735
-   build(deps-dev): bump json5 from 2.2.1 to 2.2.3 by [@&#8203;dependabot](https://togithub.com/dependabot) in [vercel/swr#2736
-   docs: use isLoading instead of !data by [@&#8203;pawfa](https://togithub.com/pawfa) in [vercel/swr#2734

#### New Contributors

-   [@&#8203;agadzik](https://togithub.com/agadzik) made their first contribution in [vercel/swr#2723
-   [@&#8203;Ponyets](https://togithub.com/Ponyets) made their first contribution in [vercel/swr#2731
-   [@&#8203;pawfa](https://togithub.com/pawfa) made their first contribution in [vercel/swr#2734

**Full Changelog**: vercel/swr@v2.2.0...v2.2.1

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/sammyfilly/Vercel-ai).
tylersmalley pushed a commit to tailscale-dev/vscode-tailscale that referenced this pull request Sep 28, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [swr](https://swr.vercel.app)
([source](https://togithub.com/vercel/swr)) | [`^2.2.0` ->
`^2.2.2`](https://renovatebot.com/diffs/npm/swr/2.2.0/2.2.2) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/swr/2.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/swr/2.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/swr/2.2.0/2.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/swr/2.2.0/2.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>vercel/swr (swr)</summary>

### [`v2.2.2`](https://togithub.com/vercel/swr/releases/tag/v2.2.2)

[Compare
Source](https://togithub.com/vercel/swr/compare/v2.2.1...v2.2.2)

#### What's Changed

- fix: It should use startTransition only when IS_REACT_LEGACY is false
by [@&#8203;TopGrd](https://togithub.com/TopGrd) in
[vercel/swr#2756
- fix: simplify `ArgumentsTuple` by
[@&#8203;Andarist](https://togithub.com/Andarist) in
[vercel/swr#2761

#### New Contributors

- [@&#8203;TopGrd](https://togithub.com/TopGrd) made their first
contribution in
[vercel/swr#2756
- [@&#8203;Andarist](https://togithub.com/Andarist) made their first
contribution in
[vercel/swr#2761

**Full Changelog**:
vercel/swr@v2.2.1...v2.2.2

### [`v2.2.1`](https://togithub.com/vercel/swr/releases/tag/v2.2.1)

[Compare
Source](https://togithub.com/vercel/swr/compare/v2.2.0...v2.2.1)

#### What's Changed

- Add use client directive for client components exports by
[@&#8203;huozhi](https://togithub.com/huozhi) in
[vercel/swr#2696
- remove the 'use client' directive and add client-only to useSWR entry.
by [@&#8203;promer94](https://togithub.com/promer94) in
[vercel/swr#2705
- fix: should serialize subscription fn key by
[@&#8203;promer94](https://togithub.com/promer94) in
[vercel/swr#2711
- build(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[vercel/swr#2720
- fix: only make data and error update as a non-blocking transition by
[@&#8203;promer94](https://togithub.com/promer94) in
[vercel/swr#2691
- build: generate d.mts for for .mjs, so typescript could resolve types
correctly by [@&#8203;promer94](https://togithub.com/promer94) in
[vercel/swr#2695
- fix(infinite): Fix the ability to use preload along with
useSWRInfinite by [@&#8203;agadzik](https://togithub.com/agadzik) in
[vercel/swr#2723
- fix: Ensure that using preload with useSWRInfinite returns back an
array of data by [@&#8203;agadzik](https://togithub.com/agadzik) in
[vercel/swr#2726
- fix: preload request should be consumed within `revalidate` to support
`parallel` option by [@&#8203;promer94](https://togithub.com/promer94)
in
[vercel/swr#2727
- Fix the issue that useSWR revalidation isn't triggered if the useSWR
call happens after mutation by
[@&#8203;Ponyets](https://togithub.com/Ponyets) in
[vercel/swr#2731
- fix(mutate): fix types of mutate/trigger; make mutate/trigger always
return the result of fetcher by
[@&#8203;Ponyets](https://togithub.com/Ponyets) in
[vercel/swr#2708
- build(deps-dev): bump tough-cookie from 4.1.2 to 4.1.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[vercel/swr#2735
- build(deps-dev): bump json5 from 2.2.1 to 2.2.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[vercel/swr#2736
- docs: use isLoading instead of !data by
[@&#8203;pawfa](https://togithub.com/pawfa) in
[vercel/swr#2734

#### New Contributors

- [@&#8203;agadzik](https://togithub.com/agadzik) made their first
contribution in
[vercel/swr#2723
- [@&#8203;Ponyets](https://togithub.com/Ponyets) made their first
contribution in
[vercel/swr#2731
- [@&#8203;pawfa](https://togithub.com/pawfa) made their first
contribution in
[vercel/swr#2734

**Full Changelog**:
vercel/swr@v2.2.0...v2.2.1

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 8am on monday" in timezone
America/Los_Angeles, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/tailscale-dev/vscode-tailscale).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi40MC4zIiwidXBkYXRlZEluVmVyIjoiMzYuNjQuOCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant