fix(clerk-js): Update minor & patch dependencies #6088
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:
4.3.0
->4.3.3
11.11.0
->11.14.0
11.11.1
->11.14.0
0.27.5
->0.27.12
^2.1.2
->^2.1.3
^0.8.1
->^0.8.2
3.1.1
->3.7.0
5.6.0
->5.10.0
^0.5.13
->^0.5.17
1.2.15
->1.3.0
3.41.0
->3.42.0
0.13.11
->0.14.1
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
coinbase/coinbase-wallet-sdk (@coinbase/wallet-sdk)
v4.3.3
Compare Source
Full Changelog: coinbase/coinbase-wallet-sdk@v4.3.2...v4.3.3
WalletLink: Move heartbeat interval to a webworker 1638
v4.3.2
Compare Source
Full Changelog: coinbase/coinbase-wallet-sdk@v4.3.0...v4.3.2
v4.3.1
Compare Source
Full Changelog: coinbase/coinbase-wallet-sdk@v4.3.0...v4.3.1
emotion-js/emotion (@emotion/cache)
v11.14.0
Compare Source
Minor Changes
a19d019
Thanks @Andarist! - Source code has been migrated to TypeScript. From now on type declarations will be emitted based on that, instead of being hand-written.Patch Changes
e1bf17e
]:v11.13.5
Compare Source
Patch Changes
#3270
77d930d
Thanks @emmatown! - Fix inconsistent hashes using development vs production bundles/exports
conditions when using@emotion/babel-plugin
withsourceMap: true
(the default). This is particularly visible when using Emotion with the Next.js Pages router where thedevelopment
condition is used when bundling code but not when importing external code with Node.js.Updated dependencies [
77d930d
]:v11.13.1
Compare Source
Patch Changes
c72d279
Thanks @Andarist! - Removed incorrect tripleslash directive referencing node typesv11.13.0
Compare Source
Minor Changes
#3198
d8ff8a5
Thanks @Andarist! - Migrated away from relying onprocess.env.NODE_ENV
checks to differentiate between production and development builds.Development builds (and other environment-specific builds) can be used by using proper conditions (see here). Most modern bundlers/frameworks already preconfigure those for the user so no action has to be taken.
Default files should continue to work in all environments.
#3215
a9f6912
Thanks @Andarist! - Addededge-light
andworkerd
conditions topackage.json
manifest to better serve users using Vercel Edge and Cloudflare Workers.Patch Changes
d8ff8a5
,a9f6912
]:v11.12.0
Compare Source
Patch Changes
9ca22c6
,7f8db2d
,ea2c397
]:floating-ui/floating-ui (@floating-ui/react)
v0.27.12
Compare Source
Patch Changes
aria-hidden
/inert
are cleaned up correctly when mixingoutsideElementsInert
true
/false
v0.27.11
Compare Source
Patch Changes
restoreFocus
prop@floating-ui/[email protected]
v0.27.10
Compare Source
Patch Changes
v0.27.9
Compare Source
Patch Changes
focusItemOnOpen
state when floating element is closed. This prevents the first item being highlighted on open under certain conditions when it shouldn't be.lockScroll
detection on iPadFloatingTree
handleClose
option and docs. You can now more easily write a custom event handler function, including exported types.lockScroll
scrollbar width CSS variable (--floating-ui-scrollbar-width
)disabledIndices
to be a functionv0.27.8
Compare Source
Patch Changes
@floating-ui/react/utils
. This makes it a lot easier to write your own custom interaction hooks, or copy/paste the existing ones to change the way they are implemented yourself without patching or waiting for features/breaking changes.parentOrientation
propv0.27.7
Compare Source
Patch Changes
FloatingDelayGroup
, this avoids a flicker when moving between floating elements to ensure one is always open with no missing frames.FloatingFocusManager
initialFocus
is not in useNextFloatingDelayGroup
(anduseNextFloatingDelayGroup
). UnlikeFloatingDelayGroup
, this component doesn't cause a re-render of unrelated consumers of the context when the delay changes, improving performance. This will eventually become the new default forFloatingDelayGroup
in v1 (Next
), as its API is different.safePolygon()
and a close delayevents
emittertabIndex=0
wheninitialFocus
is -1v0.27.6
Compare Source
Patch Changes
inline
middleware when passing a real DOM element torefs.setPositionReference
due toelement.getClientRects()
not being handledaria-hidden
when nested virtual floating element opensinert
attribute value to empty string instead of"true"
getInsideElements
prop. Allows you to specify elements that are considered as "inside" the floating element. These will avoid being marked witharia-hidden
anddata-floating-ui-inert
attributes.:focus-visible
checksfloating-ui/floating-ui (@floating-ui/react-dom)
v2.1.3
Compare Source
Patch Changes
transform
default doc (@default true
instead of@default false
)stripe/react-stripe-js (@stripe/react-stripe-js)
v3.7.0
Compare Source
New features
Fixes
Changed
v3.6.0
Compare Source
Changed
v3.5.1
Compare Source
New features
Fixes
Changed
v3.5.0
Compare Source
New features
Fixes
Changed
v3.4.0
Compare Source
Changed
v3.3.0
Compare Source
New features
Fixes
Changed
stripe/stripe-js (@stripe/stripe-js)
v5.10.0
Compare Source
New features
Fixes
Changed
v5.9.2
Compare Source
New features
Fixes
Changed
v5.9.1
Compare Source
New features
Fixes
Changed
v5.9.0
Compare Source
New features
Fixes
Changed
v5.8.0
Compare Source
New features
Changed
v5.7.0
Compare Source
New features
Fixes
Changed
swc-project/swc (@swc/helpers)
v0.5.17
Compare Source
supertokens/browser-tabs-lock (browser-tabs-lock)
v1.3.0
Compare Source
zloirock/core-js (core-js)
v3.42.0
Compare Source
Map
upsert proposal:WeakMap.prototype.getOrInsertComputed
updated following tc39/proposal-upsert#79Map.prototype.getOrInsert
Map.prototype.getOrInsertComputed
WeakMap.prototype.getOrInsert
WeakMap.prototype.getOrInsertComputed
Symbol
methods forRegExp
on primitive values following tc39/ecma262#3009:core-js
implementationsString.prototype.matchAll
String.prototype.match
String.prototype.replaceAll
String.prototype.replace
String.prototype.search
String.prototype.split
Uint8Array.prototype.setFromBase64
bug in some of Linux builds of WebKitIterator.prototype.drop
Iterator.prototype.every
Iterator.prototype.filter
Iterator.prototype.find
Iterator.prototype.flatMap
Iterator.prototype.forEach
Iterator.prototype.map
Iterator.prototype.reduce
Iterator.prototype.some
Iterator.prototype.take
AsyncIterator
helpersArray.fromAsync
(due to the lack of async feature detection capability - temporarily, only in owncore-js
implementation)AsyncIterator.from
Iterator.prototype.toAsync
undefined
initial parameter inIterator.prototype.reduce
(see WebKit bug)core-js-compat
andcore-js-builder
API:'intersect'
support fortargets.esmodules
(Babel 7 behavior)targets.esmodules: true
(Babel 7 behavior)RegExp.escape
marked as shipped from V8 ~ Chromium 136Error.isError
marked as shipped from FF138Iterator
helpers proposal features marked as supported from Deno 1.38.1 since it seems they were disabled in 1.38.0Iterator.prototype.{ drop, reduce, take }
methods marked as fixed in Bun 1.2.11facebook/regenerator (regenerator-runtime)
v0.14.1
Compare Source
v0.14.0
Compare Source
Configuration
📅 Schedule: Branch creation - "before 7am on the first day of the week" in timezone GMT, 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.