[Snyk] Upgrade: , , , , , , , , , , , , , , , , , , apexcharts, axios, lucide-react, react-hook-form, react-router-dom, react-tooltip, tailwind-merge, zustand #64
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.
@radix-ui/react-slot
from 1.0.2 to 1.1.0 | 8 versions ahead of your current version | 3 months ago
on 2024-06-19
@radix-ui/react-dialog
from 1.0.5 to 1.1.1 | 18 versions ahead of your current version | 3 months ago
on 2024-06-21
@radix-ui/react-alert-dialog
from 1.0.5 to 1.1.1 | 17 versions ahead of your current version | 3 months ago
on 2024-06-21
@radix-ui/react-avatar
from 1.0.4 to 1.1.0 | 8 versions ahead of your current version | 3 months ago
on 2024-06-19
@radix-ui/react-checkbox
from 1.0.4 to 1.1.1 | 10 versions ahead of your current version | 2 months ago
on 2024-06-28
@radix-ui/react-dropdown-menu
from 2.0.6 to 2.1.1 | 21 versions ahead of your current version | 3 months ago
on 2024-06-21
@radix-ui/react-label
from 2.0.2 to 2.1.0 | 15 versions ahead of your current version | 3 months ago
on 2024-06-19
@radix-ui/react-popover
from 1.0.7 to 1.1.1 | 19 versions ahead of your current version | 3 months ago
on 2024-06-21
@radix-ui/react-radio-group
from 1.1.3 to 1.2.0 | 19 versions ahead of your current version | 3 months ago
on 2024-06-19
@radix-ui/react-scroll-area
from 1.0.5 to 1.1.0 | 20 versions ahead of your current version | 3 months ago
on 2024-06-19
@radix-ui/react-select
from 2.0.0 to 2.1.1 | 22 versions ahead of your current version | 3 months ago
on 2024-06-21
@radix-ui/react-slider
from 1.1.2 to 1.2.0 | 11 versions ahead of your current version | 3 months ago
on 2024-06-19
@radix-ui/react-switch
from 1.0.3 to 1.1.0 | 8 versions ahead of your current version | 3 months ago
on 2024-06-19
@radix-ui/react-toast
from 1.1.5 to 1.2.1 | 16 versions ahead of your current version | 3 months ago
on 2024-06-21
@reduxjs/toolkit
from 2.2.5 to 2.2.7 | 2 versions ahead of your current version | a month ago
on 2024-07-27
@tanstack/react-form
from 0.13.7 to 0.29.1 | 39 versions ahead of your current version | a month ago
on 2024-08-12
@tanstack/react-query
from 5.49.2 to 5.51.23 | 15 versions ahead of your current version | a month ago
on 2024-08-08
@tanstack/react-table
from 8.17.3 to 8.20.1 | 5 versions ahead of your current version | a month ago
on 2024-08-03
apexcharts
from 3.49.1 to 3.52.0 | 4 versions ahead of your current version | a month ago
on 2024-08-05
axios
from 1.7.2 to 1.7.4 | 2 versions ahead of your current version | 25 days ago
on 2024-08-13
lucide-react
from 0.400.0 to 0.428.0 | 28 versions ahead of your current version | 22 days ago
on 2024-08-16
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-dom
from 6.23.1 to 6.26.1 | 13 versions ahead of your current version | 23 days ago
on 2024-08-15
react-tooltip
from 5.27.1 to 5.28.0 | 2 versions ahead of your current version | a month ago
on 2024-08-04
tailwind-merge
from 2.3.0 to 2.5.2 | 28 versions ahead of your current version | a month ago
on 2024-08-12
zustand
from 4.5.4 to 4.5.5 | 1 version ahead of your current version | 23 days ago
on 2024-08-15
Issues fixed by the recommended upgrade:
SNYK-JS-AXIOS-7361793
Release notes
Package name: @radix-ui/react-slot
Package name: @radix-ui/react-dialog
Package name: @radix-ui/react-alert-dialog
Package name: @radix-ui/react-avatar
Package name: @radix-ui/react-checkbox
Package name: @radix-ui/react-dropdown-menu
Package name: @radix-ui/react-label
Package name: @radix-ui/react-popover
Package name: @radix-ui/react-radio-group
Package name: @radix-ui/react-scroll-area
Package name: @radix-ui/react-select
Package name: @radix-ui/react-slider
Package name: @radix-ui/react-switch
Package name: @radix-ui/react-toast
Package name: @reduxjs/toolkit
This bugfix release fixes issues with "TS type portability" errors, improves build artifact tree shaking behavior, and exports some additional TS types.
Changelog
TS Type Portability
We've had a slew of issues reported around "TS type portability" errors, such as:
The error messages are typically along the lines of:
@ aryaemami59 did some deep investigation and concluded these were due to a mixture of using
interface
instead oftype
in most places, not pre-bundling our TS typedefs, and not exporting some of the unique symbols we use internally.Arya put together a highly detailed writeup and set of fixes in #4467: Fix: TypeScript Type Portability Issues, and that appears to resolve all of those issues we've seen. Thank you!
Other Changes
Arya also did significant work to improve RTK's treeshaking, tweaking internal definitions to let bundlers better separate out unused code.
We've exported additional types like
UpdateDefinitions
andRetryOptions
, per request.listenerMiddleware.withTypes()
methods now allow passing in anExtraArgument
generic.What's Changed
Full Changelog: v2.2.6...v2.2.7
This bugfix release:
useIsomorphicLayoutEffect
usage in line with React Redux in React Native environmentsFetchBaseQueryArgs
typecreateEntityAdapter
sorting perf improvements that could (in specific cases) cause Immer to throw an errorWhat's Changed
useIsomorphicLayoutEffect
usage in React Native environments by @ aryaemami59 in #4436Full Changelog: v2.2.5...v2.2.6
Package name: @tanstack/react-form
Version 0.29.1 - 8/12/24, 2:00 PM
Changes
Fix
SolidFormApi
type (#892) (9dc4ef6) by @ oscartbeaumontChore
Docs
Packages
Version 0.29.0 - 8/9/24, 6:56 AM
Changes
Feat
Fix
Packages
Version 0.28.0 - 8/6/24, 3:53 PM
Changes
Feat
Packages
Version 0.27.0 - 8/5/24, 4:08 PM
Changes
Feat
Chore
Ci
Docs
generateReferenceDocs
function (#872) (bde3b1c) by Lachlan CollinsPackages
Version 0.26.4 - 7/11/24, 3:56 AM (Manual Release)
Changes
Chore
Ci
Packages
Version 0.26.3 - 7/10/24, 6:28 AM
Changes
Fix
Chore
Ci
Docs
Packages
Version 0.26.1 - 7/9/24, 4:11 AM
Changes
Fix
Packages