[Snyk] Upgrade: , , three-stdlib, , , , core-js, react-hook-form, react-router, react-router-dom, styled-components, three #46
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.
Snyk has created this PR to upgrade multiple dependencies.
👯 The following dependencies are linked and will therefore be updated together.ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
@nextui-org/react
from 2.4.2 to 2.4.6 | 3 versions ahead of your current version | 2 months ago
on 2024-07-19
@react-spring/web
from 9.7.3 to 9.7.4 | 1 version ahead of your current version | 2 months ago
on 2024-07-21
three-stdlib
from 2.30.3 to 2.32.2 | 6 versions ahead of your current version | a month ago
on 2024-08-10
@react-three/drei
from 9.107.0 to 9.111.1 | 17 versions ahead of your current version | 21 days ago
on 2024-08-18
@react-three/fiber
from 8.16.8 to 8.17.5 | 6 versions ahead of your current version | a month ago
on 2024-08-10
@types/three
from 0.165.0 to 0.167.1 | 3 versions ahead of your current version | a month ago
on 2024-07-26
core-js
from 3.37.1 to 3.38.0 | 1 version ahead of your current version | a month ago
on 2024-08-04
react-hook-form
from 7.52.0 to 7.52.2 | 2 versions ahead of your current version | a month ago
on 2024-08-03
react-router
from 6.23.1 to 6.26.1 | 13 versions ahead of your current version | 24 days ago
on 2024-08-15
react-router-dom
from 6.23.1 to 6.26.1 | 13 versions ahead of your current version | 24 days ago
on 2024-08-15
styled-components
from 6.1.11 to 6.1.12 | 1 version ahead of your current version | 2 months ago
on 2024-07-17
three
from 0.165.0 to 0.167.1 | 4 versions ahead of your current version | a month ago
on 2024-08-01
Release notes
Package name: @nextui-org/react
Package name: @react-spring/web
What's Changed
enter
,update
, andleave
props. by @ dibenso in #2239animated-elements.mdx
by @ lordofthelake in #2249useReducedMotion
compatibility for Safari 13 and older by @ BenHodgsonR2R in #2300New Contributors
Full Changelog: v9.7.3...v9.7.4
Package name: three-stdlib
2.32.2 (2024-08-10)
Bug Fixes
2.32.1 (2024-08-05)
Bug Fixes
2.32.0 (2024-08-05)
Features
2.31.0 (2024-08-05)
Features
2.30.5 (2024-07-25)
Bug Fixes
2.30.4 (2024-07-03)
Bug Fixes
2.30.3 (2024-06-01)
Bug Fixes
Package name: @react-three/drei
9.111.1 (2024-08-18)
Bug Fixes
9.111.0 (2024-08-16)
Features
9.110.0 (2024-08-16)
Features
9.109.5 (2024-08-08)
Bug Fixes
9.109.4 (2024-08-08)
Bug Fixes
9.109.3 (2024-08-07)
Bug Fixes
9.109.2 (2024-07-23)
Bug Fixes
9.109.1 (2024-07-22)
Bug Fixes
9.109.0 (2024-07-22)
Features
9.108.4 (2024-07-15)
Bug Fixes
Package name: @react-three/fiber
Re-release of 8.17.0 #3331.
Releases:
@ react-three/fiber@8.17.4
[skip ci]
Releases:
@ react-three/fiber@8.17.3
[skip ci]
Releases:
@ react-three/fiber@8.17.2
[skip ci]
Releases:
@ react-three/fiber@8.17.1
[skip ci]
What's Changed
New Contributors
Full Changelog: v8.16.8...v8.17.0
What's Changed
New Contributors
Full Changelog: v8.16.7...v8.16.8
Package name: @types/three
Package name: core-js
RegExp.escape
proposal:RegExp.escape
/actual/
namespace entries, unconditional forced replacement changed to feature detectionPromise.try
proposal:Promise.try
/actual/
namespace entries, unconditional forced replacement changed to feature detectionUint8Array
to / from base64 and hex stage 3 proposal:Uint8Array.fromBase64
Uint8Array.fromHex
Uint8Array.prototype.setFromBase64
Uint8Array.prototype.setFromHex
Uint8Array.prototype.toBase64
Uint8Array.prototype.toHex
Uint8Array.prototype.{ setFromBase64, setFromHex }
methodsUint8Array.fromBase64
andUint8Array.prototype.setFromBase64
lastChunkHandling
option, proposal-arraybuffer-base64/33Uint8Array.prototype.toBase64
omitPadding
option, proposal-arraybuffer-base64/60TypeError
on arrays backed by detached buffersRegExp
named capture groups polyfill in combination with non-capturing groups, #1352, thanks @ Ulopprocess.getBuiltinModule
for getting built-in NodeJS modules where it's availablehttps
instead ofhttp
inURL
constructor feature detection to avoid extra notifications from some overly vigilant security scanners, #1345browserslist
incore-js-compat
dependencies that fixes an upstream issue with incorrect interpretation of somebrowserslist
queries, #1344, browserslist/829, browserslist/836Object.groupBy
andMap.groupBy
to work for non-objectsRangeError
ifSet
methods are called on an object with negative size propertySet.prototype.symmetricDifference
to callthis.has
in each iterationArray.fromAsync
to not call theArray
constructor twiceURL.parse
Math.f16round
andDataView.prototype.{ getFloat16, setFloat16 }
marked as shipped from FF129Symbol.asyncDispose
added and marked as supported from V8 ~ Chromium 127Promise.try
added and marked as supported from V8 ~ Chromium 128self
descriptor is broken in Deno 1.45.3 (again)URL.parse
feature detection for some specific casesSet
methods proposal added and marked as supported from FF 127Symbol.dispose
added and marked as supported from V8 ~ Chromium 125Math.f16round
andDataView.prototype.{ getFloat16, setFloat16 }
added and marked as supported from Deno 1.43URL.parse
added and marked as supported from Chromium 126URL.parse
added and marked as supported from NodeJS 22.0URL.parse
added and marked as supported from Deno 1.43Package name: react-hook-form
👍 close #12108 useController should subscribe to exact field name of form's state (#12109)
👍 chore: upgrade app deps
🩻 fix: add useCallback for ref callback (#12078)
🚀 fix: skip call executeBuiltInValidation if no sub-fields left (#12054)
thanks to @ newsiberian, @ Wendystraite and @ abnud11
🐞 fix