-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
fix(deps): update all non-major dependencies #105
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
6c11c14
to
3cd6c33
Compare
3cd6c33
to
c6623ce
Compare
c6623ce
to
bd5759d
Compare
bd5759d
to
e59b62e
Compare
e59b62e
to
a991d46
Compare
a991d46
to
5b6be71
Compare
5b6be71
to
1513be1
Compare
1513be1
to
a4e341e
Compare
a4e341e
to
7338959
Compare
7338959
to
f9b560d
Compare
f9b560d
to
154f06b
Compare
154f06b
to
7ba26de
Compare
6bac90d
to
33b41ca
Compare
33b41ca
to
b2e85fa
Compare
b2e85fa
to
b8a6506
Compare
b8a6506
to
75430c5
Compare
Deployment failed with the following error:
|
75430c5
to
e5f15b4
Compare
e5f15b4
to
ca6b212
Compare
ca6b212
to
2532710
Compare
2532710
to
a3b3acd
Compare
a3b3acd
to
f42bca6
Compare
f42bca6
to
5199ddd
Compare
5199ddd
to
3e27a71
Compare
3e27a71
to
37eb303
Compare
37eb303
to
cc05bbf
Compare
This PR contains the following updates:
3.7.12
->3.7.15
7.21.4
->7.22.1
7.21.3
->7.21.8
1.7.14
->1.7.15
2.0.17
->2.0.18
0.12.9
->0.12.14
0.1.9
->0.2.0
7.0.6
->7.0.18
7.0.6
->7.0.18
7.0.6
->7.0.18
7.0.6
->7.0.18
7.0.6
->7.0.18
18.0.37
->18.2.8
5.59.0
->5.59.8
5.59.0
->5.59.8
0.30.1
->0.31.4
7.13.0
->7.14.0
0.5.2
->0.6.0
8.0.1
->8.1.0
2.51.5
->2.52.0
8.38.0
->8.41.0
13.3.0
->13.4.4
0.6.11
->0.6.12
21.1.1
->21.1.2
13.2.1
->13.2.2
13.3.0
->13.4.4
8.4.23
->8.4.24
2.8.7
->2.8.8
7.43.9
->7.44.3
2.4.0
->2.4.1
0.15.3
->0.16.0
7.0.6
->7.0.18
3.3.1
->3.3.2
5.0.4
->5.1.3
18.3.2
->18.3.3
4.3.1
->4.3.9
0.30.1
->0.31.4
0.12.12
->0.12.13
1.1.1
->1.2.0
Release Notes
apollographql/apollo-client
v3.7.15
Compare Source
Patch Changes
#10891
ab42a5c08
Thanks @laverdet! - Fixes a bug in how multipart responses are read when using@defer
. When reading a multipart body,HttpLink
no longer attempts to parse the boundary (e.g."---"
or other boundary string) within the response data itself, only when reading the beginning of each mulitpart chunked message.#10789
23a4e1578
Thanks @phryneas! - Fix a bug where other fields could be aliased to__typename
orid
, in which case an incoming result would be merged into the wrong cache entry.v3.7.14
Compare Source
Patch Changes
#10764
1b0a61fe5
Thanks @phryneas! - DeprecateuseFragment
returnPartialData
option#10810
a6252774f
Thanks @dleavitt! - Fix type signature ofServerError
.In <3.7
HttpLink
andBatchHttpLink
would return aServerError.message
of e.g."Unexpected token 'E', \"Error! Foo bar\" is not valid JSON"
and aServerError.result
ofundefined
in the case where a server returned a >= 300 response code with a response body containing a string that could not be parsed as JSON.In >=3.7,
message
became e.g.Response not successful: Received status code 302
andresult
became the string from the response body, however the type inServerError.result
was not updated to include thestring
type, which is now properly reflected.v3.7.13
Compare Source
Patch Changes
#10805
a5503666c
Thanks @phryneas! - Fix a potential memory leak in SSR scenarios when manypersistedQuery
instances were created over time.#10718
577c68bdd
Thanks @Hsifnus! - Delay Concast subscription teardown slightly inuseSubscription
to prevent unexpected Concast teardown when oneuseSubscription
hook tears down its in-flight Concast subscription immediately followed by anotheruseSubscription
hook reusing and subscribing to that same Concastbabel/babel
v7.22.1
Compare Source
🐛 Bug Fix
babel-preset-env
v7.22.0
Compare Source
🚀 New Feature
babel-parser
,babel-plugin-transform-typescript
import ... =
andexport =
in scripts (@nicolo-ribaudo)babel-compat-data
,babel-core
,babel-plugin-proposal-unicode-sets-regex
,babel-plugin-transform-unicode-sets-regex
,babel-preset-env
,babel-standalone
unicode-sets-regex
transform topreset-env
(@JLHwung)babel-helpers
,babel-plugin-proposal-explicit-resource-management
,babel-plugin-transform-runtime
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
,babel-standalone
using
declarations (@nicolo-ribaudo)babel-plugin-proposal-import-attributes-to-assertions
@babel/plugin-proposal-import-attributes-to-assertions
(@nicolo-ribaudo)babel-core
,babel-generator
,babel-parser
,babel-plugin-syntax-import-attributes
,babel-preset-env
,babel-standalone
,babel-types
babel-generator
,babel-parser
,babel-traverse
,babel-types
await using
declarations (@JLHwung)babel-core
,babel-helper-create-regexp-features-plugin
,babel-parser
babel-helpers
,babel-plugin-proposal-decorators
,babel-plugin-syntax-decorators
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
2023-05
(@nicolo-ribaudo)💅 Polish
babel-plugin-transform-react-constant-elements
,babel-plugin-transform-react-jsx
,babel-traverse
,babel-types
🏠 Internal
babel-parser
babel-compat-data
,babel-helper-transform-fixture-test-runner
,babel-node
,babel-plugin-proposal-decorators
,babel-plugin-proposal-duplicate-named-capturing-groups-regex
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-named-capturing-groups-regex
,babel-plugin-transform-runtime
,babel-preset-env
,babel-runtime-corejs3
@babel/runtime
pkg (@nicolo-ribaudo)babel-core
,babel-plugin-proposal-async-generator-functions
,babel-plugin-proposal-class-properties
,babel-plugin-proposal-class-static-block
,babel-plugin-proposal-decorators
,babel-plugin-proposal-dynamic-import
,babel-plugin-proposal-export-namespace-from
,babel-plugin-proposal-function-sent
,babel-plugin-proposal-json-strings
,babel-plugin-proposal-logical-assignment-operators
,babel-plugin-proposal-nullish-coalescing-operator
,babel-plugin-proposal-numeric-separator
,babel-plugin-proposal-object-rest-spread
,babel-plugin-proposal-optional-catch-binding
,babel-plugin-proposal-optional-chaining
,babel-plugin-proposal-pipeline-operator
,babel-plugin-proposal-private-methods
,babel-plugin-proposal-private-property-in-object
,babel-plugin-proposal-unicode-property-regex
,babel-preset-env
,babel-standalone
-proposal-
s that became standard to-transform-
(@nicolo-ribaudo)v7.21.8
Compare Source
👓 Spec Compliance
babel-parser
using await
restriction in explicitResourceManagement (@JLHwung)🐛 Bug Fix
babel-helper-create-class-features-plugin
,babel-helper-create-regexp-features-plugin
v7.21.5
Compare Source
👓 Spec Compliance
babel-generator
,babel-parser
,babel-types
mixins
andimplements
forDeclareInterface
andInterfaceDeclaration
(@liuxingbaoyu)🐛 Bug Fix
babel-core
,babel-generator
,babel-plugin-transform-modules-commonjs
,babel-plugin-transform-react-jsx
)
position withcreateParenthesizedExpressions
(@liuxingbaoyu)babel-preset-env
💅 Polish
babel-types
babel-core
lt
instead oflte
to check TS version for .cts config (@nicolo-ribaudo)🏠 Internal
babel-core
import.meta.resolve
(@nicolo-ribaudo)babel-helper-fixtures
,babel-preset-typescript
.overrides
and.env
when resolving plugins/presets from fixture options (@JLHwung)babel-helper-create-class-features-plugin
,babel-helper-create-regexp-features-plugin
semver
package to compare versions (@nicolo-ribaudo)tailwindlabs/headlessui
v1.7.15
Compare Source
Added
Menu
andPopover
components (#2448)Fixed
FocusTrap
is only active when the givenenabled
value istrue
(#2456)<Transition appear>
from overwriting classes on re-render (#2457)Menu
andListbox
options while searching (#2471)Portal
component, does not close thePopover
component (#2492)Changed
types
condition to the front (#2469)tailwindlabs/heroicons
v2.0.18
Compare Source
Fixed
esm
paths in package.json for both React and Vue (#988)rainbow-me/rainbowkit (@rainbow-me/rainbowkit)
v0.12.14
Compare Source
Patch Changes
865175f
: Upgraded minimumethers
peer dependency to^5.6.8
.v0.12.13
Compare Source
Patch Changes
0f8e87e
: Improved extension store supportRainbowKit wallet connectors now support multiple browser extension download URLs, and RainbowKit will automatically direct users to the appropriate extension store.
Users will also experience an improved download flow for extensions, including support for Arc, Opera, and Safari browsers.
dApps that utilize the
Custom Wallets
API can reference the updated docs here.6eab54d
: Detecting MetaMask inwindow.ethereum.providers
for wallets that support theethereum.providers
standard.Overriding Wagmi's
getProvider
logic for MetaMask to ensure that MetaMask is preferred when available, and RainbowKit's MetaMask button continues to act as a fallback for users that rely on wallets that overridewindow.ethereum
.v0.12.12
Compare Source
Patch Changes
ab051b9
: Support foroptions
customization forwalletConnectWallet
Example usage
Reference the docs for additional supported options.
v0.12.11
Compare Source
v0.12.10
Compare Source
rainbow-me/rainbowkit (@rainbow-me/rainbowkit-siwe-next-auth)
v0.2.0
Compare Source
Minor Changes
93b58d0
: RainbowKit has reached v1 alongside wagmi, which includes breaking changes.0.2.x
now requires@rainbow-me/rainbowkit
v1, specifically:1.0.x
.While wagmi v1 now relies on
viem
instead of theethers
peer dependency,siwe
will still requireethers
as a peer dependency. Ensure that you have installed a compatibleethers
version, including:^5.6.8 || ^6.0.8
.v0.1.10
Compare Source
Patch Changes
865175f
: Upgraded minimumsiwe
peer dependency to^2.1.4
and minimumethers
peer dependency to^5.6.8
to resolvesiwe
peer mismatch.Specified maximum
next-auth
peer dependency as4.20.1
due to known issues introduced in later versions.Updated Authentication docs and examples to support modern
next-auth
types.storybookjs/storybook
v7.0.18
Compare Source
Bug Fixes
Build
v7.0.17
Compare Source
Bug Fixes
window
#22709managerHead
preset inmain.ts
#22701v7.0.16
Compare Source
Accidental no-op
v7.0.15
Compare Source
Bug Fixes
.mp3
support for builder-manager #22699v7.0.14
Compare Source
Bug Fixes
Maintenance
v7.0.13
Compare Source
Bug Fixes
global
#22393Maintenance
Build
v7.0.12
Compare Source
Bug Fixes
getFrameworkPackage
logic #22559Maintenance
v7.0.11
Compare Source
Bug Fixes
v7.0.10
Compare Source
Bug Fixes
init
#22375Maintenance
v7.0.9
Compare Source
Bug Fixes
Maintenance
v7.0.8
Compare Source
Bug Fixes
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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.