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, i18next, 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 #390

Closed
wants to merge 1 commit into from

Conversation

wkylin
Copy link
Owner

@wkylin wkylin commented Sep 10, 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

@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.2 | 7 versions ahead of your current version | 22 days ago
on 2024-08-19
@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
@reduxjs/toolkit
from 2.2.6 to 2.2.7 | 1 version ahead of your current version | a month ago
on 2024-07-27
@sentry/cli
from 2.32.1 to 2.33.1 | 3 versions ahead of your current version | a month ago
on 2024-08-02
@sentry/react
from 8.18.0 to 8.26.0 | 8 versions ahead of your current version | a month ago
on 2024-08-14
@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.1 | 2 versions ahead of your current version | a month ago
on 2024-07-26
dayjs
from 1.11.11 to 1.11.12 | 1 version ahead of your current version | 2 months ago
on 2024-07-18
antd
from 5.19.1 to 5.20.2 | 6 versions ahead of your current version | 22 days ago
on 2024-08-19
i18next
from 23.11.5 to 23.14.0 | 10 versions ahead of your current version | 22 days ago
on 2024-08-19
i18next-http-backend
from 2.5.2 to 2.6.0 | 1 version ahead of your current version | 22 days ago
on 2024-08-19
qs
from 6.12.3 to 6.13.0 | 1 version ahead of your current version | a month 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.236 | 5 versions ahead of your current version | a month ago
on 2024-08-09
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 | 22 days ago
on 2024-08-19
remove-markdown
from 0.5.0 to 0.5.2 | 1 version ahead of your current version | a month 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 | a month 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 | 24 days ago
on 2024-08-17
user-agents
from 1.1.276 to 1.1.302 | 26 versions ahead of your current version | 21 days ago
on 2024-08-20

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.33.1 - 2024-08-02

    Security fix

    This release contains a fix for a bug where auth tokens would, under the following circumstances, be logged to stdout:

    • The auth token was passed as a command line argument to Sentry CLI (via --auth-token)
    • The log level was set to info or debug
      • The default log level is warn, so users using the default log level were unaffected by this bug

    We now redact the --auth-token argument and anything else that looks like it might be an auth token when logging the arguments that the Sentry CLI was called with (see #2115 and #2118 for details).

    Other fixes & improvements

  • 2.33.0 - 2024-07-23

    Various fixes & improvements

Snyk has created this PR to upgrade:
  - @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.2.
    See this package in npm: https://www.npmjs.com/package/@react-three/drei
  - @react-three/fiber from 8.16.8 to 8.17.5.
    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.33.1.
    See this package in npm: https://www.npmjs.com/package/@sentry/cli
  - @sentry/react from 8.18.0 to 8.26.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.1.
    See this package in npm: https://www.npmjs.com/package/@types/three
  - dayjs from 1.11.11 to 1.11.12.
    See this package in npm: https://www.npmjs.com/package/dayjs
  - antd from 5.19.1 to 5.20.2.
    See this package in npm: https://www.npmjs.com/package/antd
  - i18next from 23.11.5 to 23.14.0.
    See this package in npm: https://www.npmjs.com/package/i18next
  - i18next-http-backend from 2.5.2 to 2.6.0.
    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.236.
    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.302.
    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 10, 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 10, 2024 10:16am

Copy link

sonarcloud bot commented Sep 10, 2024

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