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: , , , , , , , , , dayjs, antd, axios, i18next-http-backend, qs, qrcode, query-string, react-i18next, react-icons, react-parallax-tilt, react-router-dom, rehype-katex, remove-markdown, styled-components, three, typescript, use-debounce, user-agents #402

Closed
wants to merge 1 commit into from

Conversation

wkylin
Copy link
Owner

@wkylin wkylin commented Sep 18, 2024

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

@ant-design/cssinjs
from 1.21.0 to 1.21.1 | 1 version ahead of your current version | a month ago
on 2024-08-22
@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
@react-three/drei
from 9.109.2 to 9.111.3 | 8 versions ahead of your current version | a month ago
on 2024-08-23
@react-three/fiber
from 8.16.8 to 8.17.6 | 7 versions ahead of your current version | 24 days ago
on 2024-08-26
@reduxjs/toolkit
from 2.2.6 to 2.2.7 | 1 version ahead of your current version | 2 months ago
on 2024-07-27
@sentry/cli
from 2.32.1 to 2.34.1 | 5 versions ahead of your current version | 21 days ago
on 2024-08-28
@sentry/react
from 8.18.0 to 8.27.0 | 9 versions ahead of your current version | 22 days ago
on 2024-08-27
@sentry/tracing
from 7.118.0 to 7.119.0 | 1 version ahead of your current version | a month ago
on 2024-08-14
@types/three
from 0.166.0 to 0.167.2 | 3 versions ahead of your current version | a month ago
on 2024-08-20
dayjs
from 1.11.11 to 1.11.13 | 2 versions ahead of your current version | a month ago
on 2024-08-20
antd
from 5.19.1 to 5.20.3 | 7 versions ahead of your current version | 24 days ago
on 2024-08-26
axios
from 1.7.4 to 1.7.5 | 1 version ahead of your current version | a month ago
on 2024-08-23
i18next-http-backend
from 2.5.2 to 2.6.1 | 2 versions ahead of your current version | a month ago
on 2024-08-21
qs
from 6.12.3 to 6.13.0 | 1 version ahead of your current version | 2 months ago
on 2024-08-01
qrcode
from 1.5.3 to 1.5.4 | 1 version ahead of your current version | a month ago
on 2024-08-05
query-string
from 9.0.0 to 9.1.0 | 1 version ahead of your current version | 2 months ago
on 2024-07-22
react-i18next
from 14.1.2 to 14.1.3 | 1 version ahead of your current version | 2 months ago
on 2024-07-15
react-icons
from 5.2.1 to 5.3.0 | 1 version ahead of your current version | a month ago
on 2024-08-13
react-parallax-tilt
from 1.7.231 to 1.7.237 | 6 versions ahead of your current version | a month ago
on 2024-08-20
react-router-dom
from 6.25.1 to 6.26.1 | 5 versions ahead of your current version | a month ago
on 2024-08-15
rehype-katex
from 7.0.0 to 7.0.1 | 1 version ahead of your current version | a month ago
on 2024-08-19
remove-markdown
from 0.5.0 to 0.5.2 | 1 version ahead of your current version | 2 months ago
on 2024-08-02
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.166.1 to 0.167.1 | 2 versions ahead of your current version | 2 months ago
on 2024-08-01
typescript
from 5.5.3 to 5.5.4 | 1 version ahead of your current version | 2 months ago
on 2024-07-22
use-debounce
from 10.0.1 to 10.0.3 | 2 versions ahead of your current version | a month ago
on 2024-08-17
user-agents
from 1.1.276 to 1.1.310 | 34 versions ahead of your current version | 22 days ago
on 2024-08-28

Release notes
Package name: @ant-design/cssinjs from @ant-design/cssinjs GitHub release notes
Package name: @react-spring/web from @react-spring/web GitHub release notes
Package name: @react-three/drei from @react-three/drei GitHub release notes
Package name: @react-three/fiber from @react-three/fiber 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

from @reduxjs/toolkit GitHub release notes
Package name: @sentry/cli
  • 2.34.1 - 2024-08-28

    Various fixes & improvements

    • build: Bump symbolic to 12.10.1 (#2134) by @ szokeasaurusrex
      • This includes an upstream bugfix for a bug that prevented debug file uploading with sources when any of the sources were not valid UTF-8.
    • fix(debugIds): Always instantiate global Error class in debugId injection snippet (#2132) by @ Lms24
  • 2.34.0 - 2024-08-28

    Various fixes & improvements

Snyk has created this PR to upgrade:
  - @ant-design/cssinjs from 1.21.0 to 1.21.1.
    See this package in npm: https://www.npmjs.com/package/@ant-design/cssinjs
  - @react-spring/web from 9.7.3 to 9.7.4.
    See this package in npm: https://www.npmjs.com/package/@react-spring/web
  - @react-three/drei from 9.109.2 to 9.111.3.
    See this package in npm: https://www.npmjs.com/package/@react-three/drei
  - @react-three/fiber from 8.16.8 to 8.17.6.
    See this package in npm: https://www.npmjs.com/package/@react-three/fiber
  - @reduxjs/toolkit from 2.2.6 to 2.2.7.
    See this package in npm: https://www.npmjs.com/package/@reduxjs/toolkit
  - @sentry/cli from 2.32.1 to 2.34.1.
    See this package in npm: https://www.npmjs.com/package/@sentry/cli
  - @sentry/react from 8.18.0 to 8.27.0.
    See this package in npm: https://www.npmjs.com/package/@sentry/react
  - @sentry/tracing from 7.118.0 to 7.119.0.
    See this package in npm: https://www.npmjs.com/package/@sentry/tracing
  - @types/three from 0.166.0 to 0.167.2.
    See this package in npm: https://www.npmjs.com/package/@types/three
  - dayjs from 1.11.11 to 1.11.13.
    See this package in npm: https://www.npmjs.com/package/dayjs
  - antd from 5.19.1 to 5.20.3.
    See this package in npm: https://www.npmjs.com/package/antd
  - axios from 1.7.4 to 1.7.5.
    See this package in npm: https://www.npmjs.com/package/axios
  - i18next-http-backend from 2.5.2 to 2.6.1.
    See this package in npm: https://www.npmjs.com/package/i18next-http-backend
  - qs from 6.12.3 to 6.13.0.
    See this package in npm: https://www.npmjs.com/package/qs
  - qrcode from 1.5.3 to 1.5.4.
    See this package in npm: https://www.npmjs.com/package/qrcode
  - query-string from 9.0.0 to 9.1.0.
    See this package in npm: https://www.npmjs.com/package/query-string
  - react-i18next from 14.1.2 to 14.1.3.
    See this package in npm: https://www.npmjs.com/package/react-i18next
  - react-icons from 5.2.1 to 5.3.0.
    See this package in npm: https://www.npmjs.com/package/react-icons
  - react-parallax-tilt from 1.7.231 to 1.7.237.
    See this package in npm: https://www.npmjs.com/package/react-parallax-tilt
  - react-router-dom from 6.25.1 to 6.26.1.
    See this package in npm: https://www.npmjs.com/package/react-router-dom
  - rehype-katex from 7.0.0 to 7.0.1.
    See this package in npm: https://www.npmjs.com/package/rehype-katex
  - remove-markdown from 0.5.0 to 0.5.2.
    See this package in npm: https://www.npmjs.com/package/remove-markdown
  - styled-components from 6.1.11 to 6.1.12.
    See this package in npm: https://www.npmjs.com/package/styled-components
  - three from 0.166.1 to 0.167.1.
    See this package in npm: https://www.npmjs.com/package/three
  - typescript from 5.5.3 to 5.5.4.
    See this package in npm: https://www.npmjs.com/package/typescript
  - use-debounce from 10.0.1 to 10.0.3.
    See this package in npm: https://www.npmjs.com/package/use-debounce
  - user-agents from 1.1.276 to 1.1.310.
    See this package in npm: https://www.npmjs.com/package/user-agents

See this project in Snyk:
https://app.snyk.io/org/wkylin/project/0c42d1ac-0387-47e3-8537-ec997318643c?utm_source=github&utm_medium=referral&page=upgrade-pr
Copy link

vercel bot commented Sep 18, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
pro-react-admin ❌ Failed (Inspect) Sep 18, 2024 11:02pm

Copy link

sonarcloud bot commented Sep 18, 2024

@wkylin wkylin closed this Sep 19, 2024
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