Skip to content
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

[Snyk] Upgrade: , , , zustand, , , , antd, react-router-dom, reactflow, styled-components #2

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

thaiduy0282
Copy link
Owner

snyk-top-banner

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.

Name Versions Released on

@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 | 25 days 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.1 | 27 versions ahead of your current version | 23 days ago
on 2024-08-22
antd
from 5.17.3 to 5.20.2 | 13 versions ahead of your current version | a month ago
on 2024-08-19
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

    Minor Changes

    • #3198 d8ff8a5 Thanks @ Andarist! - Migrated away from relying on process.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! - Added edge-light and workerd conditions to package.json manifest to better serve users using Vercel Edge and Cloudflare Workers.

    Patch Changes

  • 11.12.0 - 2024-07-19
  • 11.11.5 - 2024-03-29
from @emotion/styled GitHub release notes
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 notes
Package name: @emotion/react
  • 11.13.3 - 2024-08-21

    Patch Changes

  • 11.13.0 - 2024-07-20

    Minor Changes

    • #3198 d8ff8a5 Thanks @ Andarist! - Migrated away from relying on process.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! - Added edge-light and workerd conditions to package.json manifest to better serve users using Vercel Edge and Cloudflare Workers.

    Patch Changes

  • 11.12.0 - 2024-07-19
  • 11.11.4 - 2024-02-27
from @emotion/react GitHub release notes
Package name: zustand from zustand GitHub release notes
Package name: @reactflow/node-resizer
  • 2.2.14 - 2024-06-20
  • 2.2.13 - 2024-04-30
from @reactflow/node-resizer GitHub release notes
Package name: @reduxjs/toolkit
  • 2.2.7 - 2024-07-27

    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:

    Type error: The inferred type of 'configureStore' cannot be named without a reference to '@ reduxjs/toolkit/node_modules/redux'. This is likely not portable. A type annotation is necessary.

    @ aryaemami59 did some deep investigation and concluded these were due to a mixture of using interface instead of type 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 and RetryOptions, per request.

    listenerMiddleware.withTypes() methods now allow passing in an ExtraArgument generic.

    What's Changed

    Full Changelog: v2.2.6...v2.2.7

  • 2.2.6 - 2024-06-29

    This bugfix release:

    • Brings internal useIsomorphicLayoutEffect usage in line with React Redux in React Native environments
    • Exports FetchBaseQueryArgs type
    • Fixes an issue in recent createEntityAdapter sorting perf improvements that could (in specific cases) cause Immer to throw an error

    What's Changed

    Full Changelog: v2.2.5...v2.2.6

  • 2.2.5 - 2024-05-16
  • 2.2.4 - 2024-05-09
from @reduxjs/toolkit GitHub release notes
Package name: @tanstack/react-query from @tanstack/react-query GitHub release notes
Package name: antd
  • 5.20.2 - 2024-08-19
    • 💄 Fix the suffix style problem of InputNumber without control. #50450 @ coding-ice
    • 🆕 Form rule.message supports skipping variable substitution through \\${}. #50412 @ zombieJ
    • 🐞 Fixed the issue where the rounded corners of the trigger element are missing when the FloatButton component has shape="square" and in menu mode when the menu pops up. #50408 @ li-jia-nan
    • 🐞 Fixed the problem that Upload.Dragger does not work when dragging and dropping upload folders. #50394 @ huiliangShen
    • 🐞 Fixed the issue where the arrow icon disappears after hovering when Select specifies getPopcontainer={node=node.parentNode}. #50382 @ afc163
    • 🐞 Fixed the arrow misalignment error when Popover sets the arrow.pointAtCenter property. #50260 @ Wxh16144
    • 📖 Transfer adds Russian and Ukrainian localization copy. #50429 @ alexlag
    • TypeScript
      • 🤖 Roll back the Table partial generic constraint object to any to reduce break changes caused by #50351. #50372 @ crazyair

Snyk has created this PR to upgrade:
  - @emotion/styled from 11.11.5 to 11.13.0.
    See this package in npm: https://www.npmjs.com/package/@emotion/styled
  - @ant-design/icons from 5.3.7 to 5.4.0.
    See this package in npm: https://www.npmjs.com/package/@ant-design/icons
  - @emotion/react from 11.11.4 to 11.13.3.
    See this package in npm: https://www.npmjs.com/package/@emotion/react
  - zustand from 4.5.2 to 4.5.5.
    See this package in npm: https://www.npmjs.com/package/zustand
  - @reactflow/node-resizer from 2.2.13 to 2.2.14.
    See this package in npm: https://www.npmjs.com/package/@reactflow/node-resizer
  - @reduxjs/toolkit from 2.2.4 to 2.2.7.
    See this package in npm: https://www.npmjs.com/package/@reduxjs/toolkit
  - @tanstack/react-query from 5.40.0 to 5.52.1.
    See this package in npm: https://www.npmjs.com/package/@tanstack/react-query
  - antd from 5.17.3 to 5.20.2.
    See this package in npm: https://www.npmjs.com/package/antd
  - react-router-dom from 6.23.1 to 6.26.1.
    See this package in npm: https://www.npmjs.com/package/react-router-dom
  - reactflow from 11.11.3 to 11.11.4.
    See this package in npm: https://www.npmjs.com/package/reactflow
  - styled-components from 6.1.11 to 6.1.12.
    See this package in npm: https://www.npmjs.com/package/styled-components

See this project in Snyk:
https://app.snyk.io/org/thaiduy768/project/1b1181fc-205c-4f7c-8eb8-663cfdb5ea21?utm_source=github&utm_medium=referral&page=upgrade-pr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants