[Snyk] Upgrade: , , , zustand, , , , antd, react-router-dom, reactflow, styled-components #5
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.
@emotion/styled
from 11.11.5 to 11.13.0 | 2 versions ahead of your current version | 2 months ago
on 2024-07-20
@ant-design/icons
from 5.3.7 to 5.4.0 | 2 versions ahead of your current version | 2 months ago
on 2024-07-21
@emotion/react
from 11.11.4 to 11.13.3 | 3 versions ahead of your current version | a month ago
on 2024-08-21
zustand
from 4.5.2 to 4.5.5 | 3 versions ahead of your current version | a month ago
on 2024-08-15
@reactflow/node-resizer
from 2.2.13 to 2.2.14 | 1 version ahead of your current version | 3 months ago
on 2024-06-20
@reduxjs/toolkit
from 2.2.4 to 2.2.7 | 3 versions ahead of your current version | 2 months ago
on 2024-07-27
@tanstack/react-query
from 5.40.0 to 5.52.2 | 28 versions ahead of your current version | 24 days ago
on 2024-08-26
antd
from 5.17.3 to 5.20.3 | 14 versions ahead of your current version | 24 days ago
on 2024-08-26
react-router-dom
from 6.23.1 to 6.26.1 | 13 versions ahead of your current version | a month ago
on 2024-08-15
reactflow
from 11.11.3 to 11.11.4 | 1 version ahead of your current version | 3 months ago
on 2024-06-20
styled-components
from 6.1.11 to 6.1.12 | 1 version ahead of your current version | 2 months ago
on 2024-07-17
Release notes
Package name: @emotion/styled
-
11.13.0 - 2024-07-20
-
-
- Updated dependencies [
- @ emotion/[email protected]
- @ emotion/[email protected]
- @ emotion/[email protected]
-
11.12.0 - 2024-07-19
-
11.11.5 - 2024-03-29
from @emotion/styled GitHub release notesMinor Changes
#3198
d8ff8a5Thanks @ Andarist! - Migrated away from relying onprocess.env.NODE_ENVchecks 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
a9f6912Thanks @ Andarist! - Addededge-lightandworkerdconditions topackage.jsonmanifest to better serve users using Vercel Edge and Cloudflare Workers.Patch Changes
d8ff8a5,a9f6912]:Package name: @ant-design/icons
-
5.4.0 - 2024-07-21
-
5.4.0-alpha.0 - 2024-07-21
-
5.3.7 - 2024-05-04
from @ant-design/icons GitHub release notesPackage name: @emotion/react
-
11.13.3 - 2024-08-21
-
-
- @ emotion/[email protected]
-
11.13.0 - 2024-07-20
-
-
- Updated dependencies [
- @ emotion/[email protected]
- @ emotion/[email protected]
- @ emotion/[email protected]
-
11.12.0 - 2024-07-19
-
11.11.4 - 2024-02-27
from @emotion/react GitHub release notesPatch Changes
#3232
0ce3ed0Thanks @ ENvironmentSet! - Distributecssprop attachment over props that are union typesUpdated dependencies []:
Minor Changes
#3198
d8ff8a5Thanks @ Andarist! - Migrated away from relying onprocess.env.NODE_ENVchecks 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
a9f6912Thanks @ Andarist! - Addededge-lightandworkerdconditions topackage.jsonmanifest to better serve users using Vercel Edge and Cloudflare Workers.Patch Changes
d8ff8a5,a9f6912]:Package name: zustand
-
4.5.5 - 2024-08-15
- fix(storage): avoid calling setItem with the state just retrieved by @ double-thinker in #2678
- chore(deps): update dependencies by @ dai-shi in #2680
- @ alwalxed made their first contribution in #2634
- @ YashChauhan858 made their first contribution in #2636
- @ donutcube made their first contribution in #2650
- @ vorant94 made their first contribution in #2661
- @ jeppester made their first contribution in #2667
- @ ryota-murakami made their first contribution in #2668
- @ double-thinker made their first contribution in #2678
-
4.5.4 - 2024-06-26
- fix: no type field in package.json by @ dai-shi in #2622
-
4.5.3 - 2024-06-26
- Migrate to pnpm by @ dai-shi in #2545
- useStore uses ReadonlyStoreApi by @ holic in #2586
- @ elie made their first contribution in #2416
- @ DawidWraga made their first contribution in #2435
- @ dreamfliper made their first contribution in #2510
- @ fredericoo made their first contribution in #2525
- @ algoORgoal made their first contribution in #2530
- @ StyleShit made their first contribution in #2550
- @ Aberratio made their first contribution in #2558
- @ prncss-xyz made their first contribution in #2564
- @ sunil-sharma-999 made their first contribution in #2585
- @ yasintz made their first contribution in #2598
- @ L-Qun made their first contribution in #2612
- @ holic made their first contribution in #2586
-
4.5.2 - 2024-03-02
- refactor(shallow): Use for..of instead of C-style for by @ onlined in #2374
- fix: return type of persist migrate function changed to PersistedState by @ bobdepreziz in #2360
- build: target es2018 by @ dai-shi in #2361
- @ medyahyejoud made their first contribution in #2353
- @ yankycranky made their first contribution in #2348
- @ cheeZery made their first contribution in #2364
- @ Cadienvan made their first contribution in #2378
- @ bobdepreziz made their first contribution in #2360
from zustand GitHub release notesThis improves the
persistmiddleware behavior for an edge case.What's Changed
New Contributors
Full Changelog: v4.5.4...v4.5.5
There was an issue in v4.5.3 with some bundlers.
What's Changed
Full Changelog: v4.5.3...v4.5.4
It comes with a minor fix in types, but also some changes in configs.
What's Changed
New Contributors
Full Changelog: v4.5.2...v4.5.3
It should improve the compatibility with old browsers.
What's Changed
New Contributors
Full Changelog: v4.5.1...v4.5.2
Package name: @reactflow/node-resizer
-
2.2.14 - 2024-06-20
-
2.2.13 - 2024-04-30
from @reactflow/node-resizer GitHub release notesPackage name: @reduxjs/toolkit
-
2.2.7 - 2024-07-27
- #1806
- #3962
- #3983
- Fix: TypeScript Type Portability Issues by @ aryaemami59 in #4467
- Export UpdateDefinitions from toolkit/query by @ joekrill in #4519
- feat: Adds ExtraArgument to withTypes for listenerMiddleware. by @ antondalgren in #4517
- Improve treeshakeability of build artifacts by @ aryaemami59 in #4435
- Export RetryOptions by @ markerikson in #4529
-
2.2.6 - 2024-06-29
- Brings internal
- Exports
- Fixes an issue in recent
- Fix
- Add export for FetchBaseQueryArgs by @ WilsonCWong in #4465
- Fix Immer current usage when calling addManyMutably more than once by @ JacobShafer in #4420
- Golf a few pieces of entity adapter code by @ EskiMojo14 in #4485
-
2.2.5 - 2024-05-16
-
2.2.4 - 2024-05-09
from @reduxjs/toolkit GitHub release notesThis 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
interfaceinstead oftypein 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
UpdateDefinitionsandRetryOptions, per request.listenerMiddleware.withTypes()methods now allow passing in anExtraArgumentgeneric.What's Changed
Full Changelog: v2.2.6...v2.2.7
This bugfix release:
useIsomorphicLayoutEffectusage in line with React Redux in React Native environmentsFetchBaseQueryArgstypecreateEntityAdaptersorting perf improvements that could (in specific cases) cause Immer to throw an errorWhat's Changed
useIsomorphicLayoutEffectusage in React Native environments by @ aryaemami59 in #4436Full Changelog: v2.2.5...v2.2.6
Package name: @tanstack/react-query
-
5.52.2 - 2024-08-26
- types: error booleans shouldn"t permanently be typed as
- remove unused .all-contributorsrc (#7949) (8cf7e2f) by @ manudeli
- angular-query: add type tests for injectQuery (#7947) (73258c6) by Arnoud
- svelte-query: fix svelte auto-refetching styling (#7951) (519759d) by Lachlan Collins
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
-
5.52.1 - 2024-08-22
- react-query: Add missing React 19 peer dependency. (#7937) (ca2e306) by @ kbumsik
- make copyable example useful by default (#7928) (639363c) by Lanre Adelowo
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
-
5.52.0 - 2024-08-20
- eslint-plugin-query: add rule that disallows putting the result of query hooks directly in a React hook dependency array (#7911) (f65ebe7) by Manuel Schiller
- query-core: type override subscribe in InfiniteQueryObserver more clearly (#7914) (683c85e) by @ manudeli
- fix typos (#7898) (c7fb5fd) by Shubh Porwal
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
-
5.51.24 - 2024-08-19
- query-core: shorten listeners code (#7913) (6500c98) by Jonghyeon Ko
- *: official @ vitest/eslint-plugin (#7896) (ab1a353) by Jonghyeon Ko
- apply automated fixes (04c977b) by autofix-ci[bot]
- rename integration projects for consistency (#7875) (73fbf00) by Lachlan Collins
- update README.md (#7904) (49a8dc4) by Jonghyeon Ko
- request-waterfalls typos (#7918) (b565098) by 박우빈
- divided installation scripts (#7881) (3292791) by Jay
- Update vue community projects (#7655) (5c4f88d) by zhennann
- Issue template: Point to latest examples (#7878) (59a6d3d) by Ian VanSchooten
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
-
5.51.23 - 2024-08-08
- react-query: ensure we have a gcTime of at least 1 second when using suspense (#7860) (c744f99) by Dominik Dorfmeister
- Fix typo (#7865) (1fc6124) by Navin Khadka
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
-
5.51.21 - 2024-08-02
- query-core: make CancelledError extend Error (#7843) (35c086f) by Dominik Dorfmeister
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
-
5.51.18 - 2024-08-01
- query-options: allow returning undefined in initialData function (#7351) (fdb8ce1) by Shahar Har-Shuv
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
- @ tanstack/[email protected]
-
5.51.17 - 2024-08-01
-
5.51.16 - 2024-07-31
-
5.51.15 - 2024-07-26
-
5.51.14 - 2024-07-26
-
5.51.11 - 2024-07-20
-
5.51.9 - 2024-07-18
-
5.51.8 - 2024-07-18
-
5.51.5 - 2024-07-17
-
5.51.4 - 2024-07-17
-
5.51.3 - 2024-07-16
-
5.51.1 - 2024-07-11
-
5.50.1 - 2024-07-05
-
5.49.2 - 2024-06-30
-
5.49.1 - 2024-06-30
-
5.49.0 - 2024-06-29
-
5.48.0 - 2024-06-25
-
5.47.0 - 2024-06-25
-
5.45.1 - 2024-06-16
-
5.45.0 - 2024-06-12
-
5.44.0 - 2024-06-11
-
5.40.1 - 2024-06-04
-
5.40.0 - 2024-05-27
from @tanstack/react-query GitHub release notesVersion 5.52.2 - 8/26/24, 5:54 PM
Changes
Fix
false(#7956) (b93941d) by Dominik DorfmeisterChore
Examples
Packages
Version 5.52.1 - 8/22/24, 4:37 PM
Changes
Fix
Docs
Packages
Version 5.52.0 - 8/20/24, 6:54 PM
Changes
Feat
Refactor
Docs
Packages
Version 5.51.24 - 8/19/24, 11:03 AM
Changes
Refactor
Ci
Docs
Doc
Packages
Version 5.51.23 - 8/8/24, 8:02 AM
Changes
Fix
Docs
Packages
Version 5.51.21 - 8/2/24, 6:43 PM
Changes
Fix
Packages
Version 5.51.18 - 8/1/24, 1:38 PM
Changes
Fix
Packages
Package name: antd
onChangeCompletenot correct when click directly without move on the picker panel. #50501 @ zombieJ