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: , , , , , date-holidays, dayjs, react-big-calendar, react-redux, react-router-dom #215

Merged
merged 1 commit into from
Sep 14, 2024

Conversation

cyberhackerfly
Copy link
Member

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
@emotion/react
from 11.11.4 to 11.13.0 | 2 versions ahead of your current version | 2 months ago
on 2024-07-20
@mui/icons-material
from 5.15.17 to 5.16.7 | 12 versions ahead of your current version | a month ago
on 2024-08-09
@mui/material
from 5.16.6 to 5.16.7 | 1 version ahead of your current version | a month ago
on 2024-08-09
@reduxjs/toolkit
from 2.2.3 to 2.2.7 | 4 versions ahead of your current version | a month ago
on 2024-07-27
date-holidays
from 3.23.11 to 3.23.12 | 1 version ahead of your current version | 4 months ago
on 2024-05-04
dayjs
from 1.11.10 to 1.11.12 | 2 versions ahead of your current version | 2 months ago
on 2024-07-18
react-big-calendar
from 1.12.1 to 1.13.2 | 4 versions ahead of your current version | a month ago
on 2024-08-06
react-redux
from 9.1.1 to 9.1.2 | 1 version ahead of your current version | 4 months ago
on 2024-05-02
react-router-dom
from 6.26.0 to 6.26.1 | 2 versions ahead of your current version | 23 days ago
on 2024-08-15

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: @emotion/react
  • 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: @mui/icons-material from @mui/icons-material GitHub release notes
Package name: @mui/material from @mui/material 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
  • 2.2.3 - 2024-03-31
from @reduxjs/toolkit GitHub release notes
Package name: date-holidays from date-holidays GitHub release notes
Package name: dayjs from dayjs GitHub release notes
Package name: react-big-calendar from react-big-calendar GitHub release notes
Package name: react-redux
  • 9.1.2 - 2024-05-02

    This bugfix release removes the no-longer-necessary peer dependency on react-native, and tweaks a few TS types for compat with the upcoming React 19 release.

    Changes

    React Native Peer Dependency Removed

    We've always had an awkward peer dependency on both ReactDOM and React Native, because of the need to import the unstable_batchedUpdates API directly from each reconciler. That's part of what led to the sequence of 9.x patch releases to deal with RN compat.

    As of 9.0.3, we dropped the batching imports completely, since React 18 now batches by default. That means we didn't even have any remaining imports from react-native.

    Meanwhile, React 18.3 just came out, but so did React Native 0.74. RN 0.74 still requires React 18.2.

    This caused NPM users to have installation failures when trying to use React-Redux:

    • React-Redux has a peer dep on RN
    • RN has a peer dep on React 18.2
    • But the latest React, 18.3 would get installed in the app
    • NPM errors with a peer dep mismatch

    We no longer need to list RN as a peer dep, and dropping that also fixes the NPM installation issues as well.

    What's Changed

    Full Changelog: v9.1.1...v9.1.2

  • 9.1.1 - 2024-04-14

    This bugfix release fixes an issue with connect and React Native caused by changes to our bundling setup in v9. Nested connect calls should work correctly now.

    What's Changed

    Full Changelog: v9.1.0...v9.1.1

from react-redux GitHub release notes
Package name: react-router-dom from react-router-dom GitHub release notes

Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • This PR was automatically created by Snyk using the credentials of a real user.

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

[//]: # 'snyk:metadata:{"customTemplate":{"variablesUsed":[],"fieldsUsed":[]},"dependencies":[{"name":"","from":"emotion/styled","to":"emotion/styled"},{"name":"","from":"emotion/react","to":"emotion/react"},{"name":"","from":"mui/icons-material","to":"mui/icons-material"},{"name":"","from":"mui/material","to":"mui/material"},{"n...

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
  - @emotion/react from 11.11.4 to 11.13.0.
    See this package in npm: https://www.npmjs.com/package/@emotion/react
  - @mui/icons-material from 5.15.17 to 5.16.7.
    See this package in npm: https://www.npmjs.com/package/@mui/icons-material
  - @mui/material from 5.16.6 to 5.16.7.
    See this package in npm: https://www.npmjs.com/package/@mui/material
  - @reduxjs/toolkit from 2.2.3 to 2.2.7.
    See this package in npm: https://www.npmjs.com/package/@reduxjs/toolkit
  - date-holidays from 3.23.11 to 3.23.12.
    See this package in npm: https://www.npmjs.com/package/date-holidays
  - dayjs from 1.11.10 to 1.11.12.
    See this package in npm: https://www.npmjs.com/package/dayjs
  - react-big-calendar from 1.12.1 to 1.13.2.
    See this package in npm: https://www.npmjs.com/package/react-big-calendar
  - react-redux from 9.1.1 to 9.1.2.
    See this package in npm: https://www.npmjs.com/package/react-redux
  - react-router-dom from 6.26.0 to 6.26.1.
    See this package in npm: https://www.npmjs.com/package/react-router-dom

See this project in Snyk:
https://app.snyk.io/org/joaopsoliveira2003/project/deef0a5c-53e6-45df-8a99-055c8f787227?utm_source=github&utm_medium=referral&page=upgrade-pr
@cyberhackerfly cyberhackerfly merged commit d4a49d5 into main Sep 14, 2024
6 checks passed
@cyberhackerfly cyberhackerfly deleted the snyk-upgrade-e41c91cfcedce66d170aef64a9530595 branch September 14, 2024 13:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants