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: , , , , , , , , classnames, docusaurus-lunr-search, react-markdown #28

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

Conversation

AKJUS
Copy link
Owner

@AKJUS AKJUS commented Sep 17, 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

@babel/runtime
from 7.23.5 to 7.25.4 | 13 versions ahead of your current version | a month ago
on 2024-08-22
@emotion/styled
from 11.11.0 to 11.13.0 | 3 versions ahead of your current version | 2 months ago
on 2024-07-20
@docusaurus/core
from 2.4.0 to 2.4.3 | 2 versions ahead of your current version | a year ago
on 2023-09-20
@docusaurus/theme-common
from 2.4.0 to 2.4.3 | 2 versions ahead of your current version | a year ago
on 2023-09-20
@emotion/react
from 11.11.1 to 11.13.3 | 5 versions ahead of your current version | a month ago
on 2024-08-21
@fontsource/roboto
from 5.0.8 to 5.0.14 | 3 versions ahead of your current version | a month ago
on 2024-08-04
@mui/icons-material
from 5.14.19 to 5.16.7 | 30 versions ahead of your current version | a month ago
on 2024-08-09
@mui/material
from 5.14.19 to 5.16.7 | 31 versions ahead of your current version | a month ago
on 2024-08-09
classnames
from 2.3.2 to 2.5.1 | 4 versions ahead of your current version | 9 months ago
on 2023-12-29
docusaurus-lunr-search
from 2.3.2 to 2.4.2 | 3 versions ahead of your current version | a year ago
on 2023-09-02
react-markdown
from 8.0.5 to 8.0.7 | 2 versions ahead of your current version | a year ago
on 2023-04-12

Release notes
Package name: @babel/runtime
  • 7.25.4 - 2024-08-22

    v7.25.4 (2024-08-22)

    🐛 Bug Fix

    💅 Polish

    • babel-generator, babel-plugin-proposal-decorators, babel-plugin-proposal-destructuring-private, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-class-properties, babel-plugin-transform-destructuring, babel-plugin-transform-optional-chaining, babel-plugin-transform-private-methods, babel-plugin-transform-private-property-in-object, babel-plugin-transform-typescript, babel-runtime-corejs2, babel-runtime, babel-traverse
    • babel-generator, babel-plugin-transform-class-properties
    • babel-generator, babel-plugin-proposal-decorators, babel-plugin-proposal-destructuring-private, babel-plugin-transform-object-rest-spread

    🔬 Output optimization

    Committers: 4

  • 7.25.0 - 2024-07-26

    v7.25.0 (2024-07-26)

    Thanks @ davidtaylorhq and @ slatereax for your first PR!

    You can find the release blog post with some highlights at https://babeljs.io/blog/2024/07/26/7.25.0.

    👓 Spec Compliance

    • babel-helpers, babel-plugin-proposal-explicit-resource-management, babel-runtime-corejs3
    • babel-plugin-transform-typescript
      • #16602 Ensure enum members syntactically determinable to be strings do not get reverse mappings (@ liuxingbaoyu)

    🚀 New Feature

    • babel-helper-create-class-features-plugin, babel-helper-function-name, babel-helper-plugin-utils, babel-helper-wrap-function, babel-plugin-bugfix-safari-class-field-initializer-scope, babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression, babel-plugin-transform-classes, babel-plugin-transform-function-name, babel-preset-env, babel-traverse, babel-types
    • babel-helper-hoist-variables, babel-helper-plugin-utils, babel-plugin-proposal-async-do-expressions, babel-plugin-transform-modules-systemjs, babel-traverse
    • babel-helper-create-class-features-plugin, babel-helper-module-transforms, babel-helper-plugin-utils, babel-helper-split-export-declaration, babel-plugin-transform-classes, babel-traverse, babel-types
    • babel-helper-create-class-features-plugin, babel-helper-environment-visitor, babel-helper-module-transforms, babel-helper-plugin-utils, babel-helper-remap-async-to-generator, babel-helper-replace-supers, babel-plugin-bugfix-firefox-class-in-computed-class-key, babel-plugin-bugfix-v8-static-class-fields-redefine-readonly, babel-plugin-transform-async-generator-functions, babel-plugin-transform-classes, babel-traverse
    • babel-core, babel-parser
    • babel-compat-data, babel-plugin-bugfix-safari-class-field-initializer-scope, babel-preset-env
    • babel-plugin-transform-block-scoping, babel-traverse, babel-types
    • babel-helper-import-to-platform-api, babel-plugin-proposal-json-modules
    • babel-helper-transform-fixture-test-runner, babel-node
    • babel-compat-data, babel-helper-create-regexp-features-plugin, babel-plugin-proposal-duplicate-named-capturing-groups-regex, babel-plugin-transform-duplicate-named-capturing-groups-regex, babel-preset-env, babel-standalone
      • #16445 Add duplicate-named-capturing-groups-regex to preset-env (@ JLHwung)

    🐛 Bug Fix

    🏠 Internal

    • Other
    • babel-generator
    • babel-helper-function-name, babel-plugin-transform-arrow-functions, babel-plugin-transform-function-name, babel-preset-env, babel-traverse

    🏃‍♀️ Performance

    • babel-parser, babel-plugin-proposal-pipeline-operator

    🔬 Output optimization

    • babel-plugin-transform-classes
    • babel-helper-create-class-features-plugin, babel-helper-replace-supers, babel-helpers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-exponentiation-operator, babel-plugin-transform-object-super, babel-plugin-transform-private-methods, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
    • babel-plugin-transform-class-properties, babel-plugin-transform-classes

    Committers: 6

  • 7.24.8 - 2024-07-11

    v7.24.8 (2024-07-11)

    Thanks @ H0onnn, @ jkup and @ SreeXD for your first pull requests!

    👓 Spec Compliance

    🐛 Bug Fix

    💅 Polish

    Committers: 9

  • 7.24.7 - 2024-06-05
  • 7.24.6 - 2024-05-24
  • 7.24.5 - 2024-04-29
  • 7.24.4 - 2024-04-03
  • 7.24.1 - 2024-03-19
  • 7.24.0 - 2024-02-28
  • 7.23.9 - 2024-01-25
  • 7.23.8 - 2024-01-08
  • 7.23.7 - 2023-12-29
  • 7.23.6 - 2023-12-11
  • 7.23.5 - 2023-11-29
from @babel/runtime GitHub 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

    • Updated dependencies [d8ff8a5, a9f6912]:
      • @ emotion/serialize@1.3.0
      • @ emotion/use-insertion-effect-with-fallbacks@1.1.0
      • @ emotion/utils@1.4.0
  • 11.12.0 - 2024-07-19
  • 11.11.5 - 2024-03-29
  • 11.11.0 - 2023-05-06
from @emotion/styled GitHub release notes
Package name: @docusaurus/core
  • 2.4.3 - 2023-09-20
  • 2.4.1 - 2023-05-15
  • 2.4.0 - 2023-03-23
from @docusaurus/core GitHub release notes
Package name: @docusaurus/theme-common
  • 2.4.3 - 2023-09-20
  • 2.4.1 - 2023-05-15
  • 2.4.0 - 2023-03-23
from @docusaurus/theme-common GitHub release notes
Package name: @emotion/react
  • 11.13.3 - 2024-08-21

    Patch Changes

    • #3232 0ce3ed0 Thanks @ ENvironmentSet! - Distribute css prop attachment over props that are union types

    • Updated dependencies []:

      • @ emotion/serialize@1.3.1
  • 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

    • Updated dependencies [d8ff8a5, a9f6912]:
      • @ emotion/serialize@1.3.0
      • @ emotion/use-insertion-effect-with-fallbacks@1.1.0
      • @ emotion/utils@1.4.0
  • 11.12.0 - 2024-07-19
  • 11.11.4 - 2024-02-27
  • 11.11.3 - 2023-12-23
  • 11.11.1 - 2023-06-07
from @emotion/react GitHub release notes
Package name: @fontsource/roboto
  • 5.0.14 - 2024-08-04
  • 5.0.13 - 2024-04-20
  • 5.0.12 - 2024-03-03
  • 5.0.8 - 2023-08-06
from @fontsource/roboto GitHub release notes
Package name: @mui/icons-material
  • 5.16.7 - 2024-08-09

    Aug 9, 2024

    A big thanks to the 3 contributors who made this release possible.

    @ mui/material@5.16.7

    • ​[material-ui][mui-system] Add support for version runtime checks (#43233) @ DiegoAndai

    Docs

    Core

    All contributors of this release in alphabetical order: @ DiegoAndai, @ oliviertassinari, @ zanivan

  • 5.16.6 - 2024-07-30

    Jul 30, 2024

    A big thanks to the 5 contributors who made this release possible.

    @ mui/material@5.16.6

    • [Divider] Enable borderStyle enhancement in divider with children (#43059) @ anuujj

    Docs

    • [material-ui][Card] Update CardMedia description (#43121) @ shahzaibdev1
    • [material-ui] Replace deprecated <ListItem button/> with ListItemButton component in routing libraries list example (#43114) @ aliharis99
    • [material-ui][Snackbar] Improve close reason type in demos (#43105) @ sai6855

    Core

    All contributors of this release in alphabetical order: @ aliharis99, @ anuujj, @ mnajdova, @ sai6855, @ shahzaibdev1

  • 5.16.5 - 2024-07-25

    Jul 25, 2024

    A big thanks to the 4 contributors who made this release possible.

    @ mui/utils@5.16.5

    Docs

    All contributors of this release in alphabetical order: @ ManthanGajjar, @ mnajdova, @ navedqb, @ oliviertassinari

    Full Changelog: v5.16.4...v5.16.5

  • 5.16.4 - 2024-07-16

    Jul 16, 2024

    A big thanks to the one contributor who made this release possible.

    @ mui/material@5.16.4

    All contributors of this release in alphabetical order: @ mnajdova

  • 5.16.3 - 2024-07-16

    Jul 16, 2024

    A big thanks to the 3 contributors who made this release possible.

    @ mui/material@5.16.3

    Docs

    All contributors of this release in alphabetical order: @ HoFa1997, @ mnajdova, @ oliviertassinari

  • 5.16.2 - 2024-07-16
  • 5.16.1 - 2024-07-11
  • 5.16.0 - 2024-07-05
  • 5.15.21 - 2024-06-28
  • 5.15.20 - 2024-06-12
  • 5.15.19 - 2024-05-29
  • 5.15.18 - 2024-05-16
  • 5.15.17 - 2024-05-08
  • 5.15.16 - 2024-05-01
  • 5.15.15 - 2024-04-04
  • 5.15.14 - 2024-03-19
  • 5.15.13 - 2024-03-13
  • 5.15.12 - 2024-03-05
  • 5.15.11 - 2024-02-24
  • 5.15.10 - 2024-02-12
  • 5.15.9 - 2024-02-08
  • 5.15.8 - 2024-02-06
  • 5.15.7 - 2024-01-31
  • 5.15.6 - 2024-01-22
  • 5.15.5 - 2024-01-17
  • 5.15.4 - 2024-01-10
  • 5.15.3 - 2024-01-03
  • 5.15.2 - 2023-12-25
  • 5.15.1 - 2023-12-19
  • 5.15.0 - 2023-12-12
  • 5.14.19 - 2023-11-29
from @mui/icons-material GitHub release notes
Package name: @mui/material
  • 5.16.7 - 2024-08-09

    Aug 9, 2024

    A big thanks to the 3 contributors who made this release possible.

    @ mui/material@5.16.7

    • ​[material-ui][mui-system] Add support for version runtime checks (#43233) @ DiegoAndai

    Docs

    Core

    All contributors of this release in alphabetical order: @ DiegoAndai, @ oliviertassinari, @ zanivan

  • 5.16.6 - 2024-07-30

    Jul 30, 2024

    A big thanks to the 5 contributors who made this release possible.

    @ mui/material@5.16.6

    • [Divider] Enable borderStyle enhancement in divider with children (#43059) @ anuujj

    Docs

    • [material-ui][Card] Update CardMedia description (#43121) @ shahzaibdev1
    • [material-ui] Replace deprecated <ListItem button/> with ListItemButton component in routing libraries list example (#43114) @ aliharis99
    • [material-ui][Snackbar] Improve close reason type in demos (#43105) @ sai6855

    Core

    All contributors of this release in alphabetical order: @ aliharis99, @ anuujj, @ mnajdova, @ sai6855, @ shahzaibdev1

  • 5.16.5 - 2024-07-25
  • 5.16.4 - 2024-07-16
  • 5.16.3 - 2024-07-16
  • 5.16.2 - 2024-07-16
  • 5.16.1 - 2024-07-11
  • 5.16.0 - 2024-07-05
  • 5.15.21 - 2024-06-28
  • 5.15.20 - 2024-06-12
  • 5.15.19 - 2024-05-29
  • 5.15.18 - 2024-05-16
  • 5.15.17 - 2024-05-08
  • 5.15.16 - 2024-05-01
  • 5.15.15 - 2024-04-04
  • 5.15.14 - 2024-03-19
  • 5.15.13 - 2024-03-13
  • 5.15.12 - 2024-03-05
  • 5.15.11 - 2024-02-24
  • 5.15.10 - 2024-02-12
  • 5.15.9 - 2024-02-08
  • 5.15.8 - 2024-02-06
  • 5.15.7 - 2024-01-31
  • 5.15.6 - 2024-01-22
  • 5.15.5 - 2024-01-17
  • 5.15.4 - 2024-01-10
  • 5.15.3 - 2024-01-03
  • 5.15.2 - 2023-12-25
  • 5.15.1 - 2023-12-19
  • 5.15.0 - 2023-12-12
  • 5.14.20 - 2023-12-05
  • 5.14.19 - 2023-11-29
from @mui/material GitHub release notes
Package name: classnames from classnames GitHub release notes
Package name: docusaurus-lunr-search

Snyk has created this PR to upgrade:
  - @babel/runtime from 7.23.5 to 7.25.4.
    See this package in npm: https://www.npmjs.com/package/@babel/runtime
  - @emotion/styled from 11.11.0 to 11.13.0.
    See this package in npm: https://www.npmjs.com/package/@emotion/styled
  - @docusaurus/core from 2.4.0 to 2.4.3.
    See this package in npm: https://www.npmjs.com/package/@docusaurus/core
  - @docusaurus/theme-common from 2.4.0 to 2.4.3.
    See this package in npm: https://www.npmjs.com/package/@docusaurus/theme-common
  - @emotion/react from 11.11.1 to 11.13.3.
    See this package in npm: https://www.npmjs.com/package/@emotion/react
  - @fontsource/roboto from 5.0.8 to 5.0.14.
    See this package in npm: https://www.npmjs.com/package/@fontsource/roboto
  - @mui/icons-material from 5.14.19 to 5.16.7.
    See this package in npm: https://www.npmjs.com/package/@mui/icons-material
  - @mui/material from 5.14.19 to 5.16.7.
    See this package in npm: https://www.npmjs.com/package/@mui/material
  - classnames from 2.3.2 to 2.5.1.
    See this package in npm: https://www.npmjs.com/package/classnames
  - docusaurus-lunr-search from 2.3.2 to 2.4.2.
    See this package in npm: https://www.npmjs.com/package/docusaurus-lunr-search
  - react-markdown from 8.0.5 to 8.0.7.
    See this package in npm: https://www.npmjs.com/package/react-markdown

See this project in Snyk:
https://app.snyk.io/org/akjus/project/427f5cbd-ae64-435d-9150-4f82072b5d65?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