-
Notifications
You must be signed in to change notification settings - Fork 4
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
chore(deps): update dependency swr to ^2.2.2 #195
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renovate
bot
changed the title
chore(deps): update dependency swr to ^2.2.1
chore(deps): update dependency swr to ^2.2.2
Aug 27, 2023
renovate
bot
force-pushed
the
renovate/swr-2.x
branch
from
August 27, 2023 16:04
3694252
to
2902b4c
Compare
tylersmalley
approved these changes
Sep 11, 2023
tylersmalley
pushed a commit
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 [@​TopGrd](https://togithub.com/TopGrd) in [https://github.com/vercel/swr/pull/2756](https://togithub.com/vercel/swr/pull/2756) - fix: simplify `ArgumentsTuple` by [@​Andarist](https://togithub.com/Andarist) in [https://github.com/vercel/swr/pull/2761](https://togithub.com/vercel/swr/pull/2761) #### New Contributors - [@​TopGrd](https://togithub.com/TopGrd) made their first contribution in [https://github.com/vercel/swr/pull/2756](https://togithub.com/vercel/swr/pull/2756) - [@​Andarist](https://togithub.com/Andarist) made their first contribution in [https://github.com/vercel/swr/pull/2761](https://togithub.com/vercel/swr/pull/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 [@​huozhi](https://togithub.com/huozhi) in [https://github.com/vercel/swr/pull/2696](https://togithub.com/vercel/swr/pull/2696) - remove the 'use client' directive and add client-only to useSWR entry. by [@​promer94](https://togithub.com/promer94) in [https://github.com/vercel/swr/pull/2705](https://togithub.com/vercel/swr/pull/2705) - fix: should serialize subscription fn key by [@​promer94](https://togithub.com/promer94) in [https://github.com/vercel/swr/pull/2711](https://togithub.com/vercel/swr/pull/2711) - build(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/vercel/swr/pull/2720](https://togithub.com/vercel/swr/pull/2720) - fix: only make data and error update as a non-blocking transition by [@​promer94](https://togithub.com/promer94) in [https://github.com/vercel/swr/pull/2691](https://togithub.com/vercel/swr/pull/2691) - build: generate d.mts for for .mjs, so typescript could resolve types correctly by [@​promer94](https://togithub.com/promer94) in [https://github.com/vercel/swr/pull/2695](https://togithub.com/vercel/swr/pull/2695) - fix(infinite): Fix the ability to use preload along with useSWRInfinite by [@​agadzik](https://togithub.com/agadzik) in [https://github.com/vercel/swr/pull/2723](https://togithub.com/vercel/swr/pull/2723) - fix: Ensure that using preload with useSWRInfinite returns back an array of data by [@​agadzik](https://togithub.com/agadzik) in [https://github.com/vercel/swr/pull/2726](https://togithub.com/vercel/swr/pull/2726) - fix: preload request should be consumed within `revalidate` to support `parallel` option by [@​promer94](https://togithub.com/promer94) in [https://github.com/vercel/swr/pull/2727](https://togithub.com/vercel/swr/pull/2727) - Fix the issue that useSWR revalidation isn't triggered if the useSWR call happens after mutation by [@​Ponyets](https://togithub.com/Ponyets) in [https://github.com/vercel/swr/pull/2731](https://togithub.com/vercel/swr/pull/2731) - fix(mutate): fix types of mutate/trigger; make mutate/trigger always return the result of fetcher by [@​Ponyets](https://togithub.com/Ponyets) in [https://github.com/vercel/swr/pull/2708](https://togithub.com/vercel/swr/pull/2708) - build(deps-dev): bump tough-cookie from 4.1.2 to 4.1.3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/vercel/swr/pull/2735](https://togithub.com/vercel/swr/pull/2735) - build(deps-dev): bump json5 from 2.2.1 to 2.2.3 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/vercel/swr/pull/2736](https://togithub.com/vercel/swr/pull/2736) - docs: use isLoading instead of !data by [@​pawfa](https://togithub.com/pawfa) in [https://github.com/vercel/swr/pull/2734](https://togithub.com/vercel/swr/pull/2734) #### New Contributors - [@​agadzik](https://togithub.com/agadzik) made their first contribution in [https://github.com/vercel/swr/pull/2723](https://togithub.com/vercel/swr/pull/2723) - [@​Ponyets](https://togithub.com/Ponyets) made their first contribution in [https://github.com/vercel/swr/pull/2731](https://togithub.com/vercel/swr/pull/2731) - [@​pawfa](https://togithub.com/pawfa) made their first contribution in [https://github.com/vercel/swr/pull/2734](https://togithub.com/vercel/swr/pull/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>
tylersmalley
pushed a commit
that referenced
this pull request
Sep 28, 2023
``` % git log --pretty=oneline v0.6.2..release-branch/v0.6 (HEAD -> release-branch/v0.6) chore(deps): update dependency @vscode/vsce to ^2.21.0 (#223) chore(deps): update dependency @types/vscode-webview to ^1.57.2 (#218) chore(deps): update dependency concurrently to ^8.2.1 (#219) chore(deps): update dependency lint-staged to ^13.3.0 (#196) tsrelay: update for 1.50 (#239) Node Explorer: prompt to add nodes to SSH config file for VSCode remotes list (#233) Node Explorer: accept subdirectories of ~ for root directory (#230) File Explorer: add configuration option to hide dotfiles (#221) package.json: Remove from testing category (#226) chore(deps): update dependency swr to ^2.2.2 (#195) chore(deps): update dependency @types/react to ^18.2.21 (#194) chore(deps): update eslint (#137) package.json: Updates the description (#215) README.md: Use lowercase "internet" (#216) ``` --------- Signed-off-by: Tyler Smalley <[email protected]> Co-authored-by: Naman Sood <[email protected]>
tylersmalley
pushed a commit
that referenced
this pull request
Sep 28, 2023
``` % git log --pretty=oneline v0.6.2..release-branch/v0.6 (HEAD -> release-branch/v0.6) chore(deps): update dependency @vscode/vsce to ^2.21.0 (#223) chore(deps): update dependency @types/vscode-webview to ^1.57.2 (#218) chore(deps): update dependency concurrently to ^8.2.1 (#219) chore(deps): update dependency lint-staged to ^13.3.0 (#196) tsrelay: update for 1.50 (#239) Node Explorer: prompt to add nodes to SSH config file for VSCode remotes list (#233) Node Explorer: accept subdirectories of ~ for root directory (#230) File Explorer: add configuration option to hide dotfiles (#221) package.json: Remove from testing category (#226) chore(deps): update dependency swr to ^2.2.2 (#195) chore(deps): update dependency @types/react to ^18.2.21 (#194) chore(deps): update eslint (#137) package.json: Updates the description (#215) README.md: Use lowercase "internet" (#216) ``` --------- Signed-off-by: Tyler Smalley <[email protected]> Co-authored-by: Naman Sood <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^2.2.0
->^2.2.2
Release Notes
vercel/swr (swr)
v2.2.2
Compare Source
What's Changed
ArgumentsTuple
by @Andarist in https://github.com/vercel/swr/pull/2761New Contributors
Full Changelog: vercel/swr@v2.2.1...v2.2.2
v2.2.1
Compare Source
What's Changed
revalidate
to supportparallel
option by @promer94 in https://github.com/vercel/swr/pull/2727New Contributors
Full Changelog: vercel/swr@v2.2.0...v2.2.1
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.
This PR has been generated by Mend Renovate. View repository job log here.