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: , , , , , , focus-visible, formik, framer-motion, mdx-bundler, next, octokit, react-icons, react-live, react-responsive-masonry, react-spinners, remark, remark-emoji, remark-gfm, typescript #11

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

Conversation

OKEAMAH
Copy link
Member

@OKEAMAH OKEAMAH 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.

⚠️ Warning: This PR contains major version upgrade(s), and may be a breaking change.

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
@codesandbox/sandpack-react
from 2.13.10 to 2.18.3 | 15 versions ahead of your current version | 21 days ago
on 2024-08-19
@docsearch/react
from 3.6.0 to 3.6.1 | 1 version ahead of your current version | 2 months ago
on 2024-07-16
@docusaurus/utils
from 3.1.1 to 3.5.2 | 8 versions ahead of your current version | a month ago
on 2024-08-13
@emotion/react
from 11.11.4 to 11.13.0 | 2 versions ahead of your current version | 2 months ago
on 2024-07-20
@octokit/rest
from 20.0.2 to 21.0.2 | 9 versions ahead of your current version
⚠️ This is a major version upgrade, and may be a breaking change | 24 days ago
on 2024-08-16
focus-visible
from 5.2.0 to 5.2.1 | 1 version ahead of your current version | a month ago
on 2024-08-12
formik
from 2.4.5 to 2.4.6 | 1 version ahead of your current version | 5 months ago
on 2024-04-24
framer-motion
from 11.2.5 to 11.3.28 | 69 versions ahead of your current version | a month ago
on 2024-08-15
mdx-bundler
from 10.0.2 to 10.0.3 | 1 version ahead of your current version | 24 days ago
on 2024-08-16
next
from 14.2.3 to 14.2.5 | 2 versions ahead of your current version | 2 months ago
on 2024-07-10
octokit
from 3.1.2 to 4.0.2 | 6 versions ahead of your current version
⚠️ This is a major version upgrade, and may be a breaking change | 4 months ago
on 2024-05-08
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-live
from 4.1.6 to 4.1.7 | 1 version ahead of your current version | 3 months ago
on 2024-06-25
react-responsive-masonry
from 2.2.0 to 2.3.0 | 3 versions ahead of your current version | 2 months ago
on 2024-07-25
react-spinners
from 0.13.8 to 0.14.1 | 2 versions ahead of your current version | 2 months ago
on 2024-06-26
remark
from 14.0.2 to 15.0.1 | 3 versions ahead of your current version
⚠️ This is a major version upgrade, and may be a breaking change | a year ago
on 2023-09-18
remark-emoji
from 3.0.2 to 5.0.1 | 7 versions ahead of your current version
⚠️ This is a major version upgrade, and may be a breaking change | 2 months ago
on 2024-07-18
remark-gfm
from 3.0.1 to 4.0.0 | 1 version ahead of your current version
⚠️ This is a major version upgrade, and may be a breaking change | a year ago
on 2023-09-18
typescript
from 5.4.5 to 5.5.4 | 106 versions ahead of your current version | 2 months ago
on 2024-07-22

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
from @emotion/styled GitHub release notes
Package name: @codesandbox/sandpack-react from @codesandbox/sandpack-react GitHub release notes
Package name: @docsearch/react from @docsearch/react GitHub release notes
Package name: @docusaurus/utils
  • 3.5.2 - 2024-08-13

    3.5.2 (2024-08-13)

    🐛 Bug Fix

    • docusaurus-theme-common
      • #10397 fix(theme-common): restore useContextualSearchFilters public API for retrocompatibility (@ slorber)
    • docusaurus
      • #10391 fix(core): always alias React/ReactDOM to site dependency so that importing MDX from anywhere works (@ slorber)
    • create-docusaurus, docusaurus-plugin-content-blog
      • #10392 fix(create-docusaurus): Improve init templates blog setup + fix warnings (@ slorber)
    • docusaurus-theme-classic
      • #10390 fix(theme): Adjust blog authors line height to show descenders in lowercase letters (g, j, p, q, and y) (@ josh-wong)

    💅 Polish

    • docusaurus-theme-classic, docusaurus-theme-common, docusaurus-theme-translations

    📝 Documentation

    🤖 Dependencies

    Committers: 4

  • 3.5.1 - 2024-08-09

    3.5.1 (2024-08-09)

    🐛 Bug Fix

    • docusaurus-plugin-content-blog, docusaurus-theme-search-algolia
    • docusaurus-theme-search-algolia

    Committers: 2

  • 3.5.0 - 2024-08-09

    3.5.0 (2024-08-09)

    🚀 New Feature

    • docusaurus-plugin-content-blog
    • docusaurus-theme-classic, docusaurus-theme-common, docusaurus-theme-translations
    • create-docusaurus, docusaurus-plugin-content-blog
      • #9252 feat(blog): add feed xlst options to render beautiful RSS and Atom feeds (@ Xebec19)
    • docusaurus-plugin-content-blog, docusaurus-theme-classic, docusaurus-theme-common, docusaurus-theme-translations, docusaurus-utils
    • docusaurus-theme-translations
    • docusaurus-mdx-loader
      • #10335 feat(mdx-loader): wrap mdx content title (# Title) in <header> for concistency (@ OzakIOne)
    • create-docusaurus, docusaurus-plugin-content-blog, docusaurus-theme-classic, docusaurus-utils
    • docusaurus-plugin-client-redirects, docusaurus-plugin-google-analytics, docusaurus-plugin-google-gtag, docusaurus-plugin-google-tag-manager, docusaurus-plugin-pwa, docusaurus-plugin-sitemap, docusaurus-plugin-vercel-analytics, docusaurus-types, docusaurus
      • #10286 feat(core): allow plugins to self-disable by returning null (@ slorber)
    • docusaurus-plugin-content-blog, docusaurus-theme-classic, docusaurus-theme-common
    • docusaurus-plugin-content-blog, docusaurus-utils
    • docusaurus-mdx-loader, docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-plugin-content-pages, docusaurus-utils-validation

    🐛 Bug Fix

    • docusaurus-theme-translations
      • #10344 fix(translations): fix wrong Estonian (et) translations and typos (@ Gekd)
      • #10360 fix(translations): Fix and Improve Spanish translations (@ sergioalmela)
      • #10235 fix(theme-translation): add missing German (de) theme.admonition translations (@ franzd1)
    • docusaurus-theme-search-algolia
      • #10342 fix(search): fix algolia search ignore ctrl + F in search input (@ mxschmitt)
    • docusaurus-plugin-content-docs
      • #10324 fix(docs): the category.json description attribute should display on generated index pages (@ bharateshwq)
      • #10309 fix(theme): docsVersionDropdown navbar item not showing the appropriate version (@ OzakIOne)
    • docusaurus
    • docusaurus-theme-classic
      • #10288 fix(theme): fix DocsVersionDropdownNavbarItem version link target (@ slorber)
      • #10219 fix(theme): ignored className attribute on lazy loaded TabItem (@ lebalz)
    • docusaurus-utils
      • #10240 fix(markdown): mdx-code-block should support intentation (@ slorber)

    💅 Polish

    • docusaurus-theme-translations
      • #10257 chore(theme-translations): add more Traditional Chinese(zh-Hant) translations (@ pjchender)

    📝 Documentation

    🤖 Dependencies

    🔧 Maintenance

    • Other
    • docusaurus-theme-classic
    • docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-theme-classic, docusaurus-theme-common, docusaurus-theme-search-algolia
      • #10316 refactor(docs): theme-common shouldn't depend on docs content (@ slorber)
    • docusaurus-plugin-content-blog, docusaurus-theme-classic, docusaurus-theme-common
      • #10313 refactor(blog): theme-common shouldn't depend on blog content plugins (@ slorber)
    • create-docusaurus, docusaurus-cssnano-preset, docusaurus-logger, docusaurus-mdx-loader, docusaurus-plugin-client-redirects, docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-plugin-content-pages, docusaurus-plugin-debug, docusaurus-plugin-google-analytics, docusaurus-plugin-google-gtag, docusaurus-plugin-google-tag-manager, docusaurus-plugin-ideal-image, docusaurus-plugin-pwa, docusaurus-plugin-sitemap, docusaurus-plugin-vercel-analytics, docusaurus-preset-classic, docusaurus-remark-plugin-npm2yarn, docusaurus-theme-classic, docusaurus-theme-common, docusaurus-theme-live-codeblock, docusaurus-theme-mermaid, docusaurus-theme-search-algolia, docusaurus-theme-translations, docusaurus-utils-common, docusaurus-utils-validation, docusaurus-utils, docusaurus, eslint-plugin, lqip-loader, stylelint-copyright
      • #10256 chore: simplify TypeScript configs, use TS 5.5 configDir placeholder (@ slorber)

    Committers: 25

  • 3.4.0 - 2024-05-31

    3.4.0 (2024-05-31)

    🚀 New Feature

    • create-docusaurus, docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-theme-classic, docusaurus-utils-validation, docusaurus-utils
      • #10137 feat(docs, blog): add support for tags.yml, predefined list of tags (@ OzakIOne)
    • docusaurus-theme-translations
      • #10151 feat(theme-translations): Added Turkmen (tk) default theme translations (@ ilmedova)
      • #10111 feat(theme-translations): Add Bulgarian default theme translations (bg) (@ PetarMc1)
    • docusaurus-plugin-client-redirects, docusaurus-plugin-content-blog, docusaurus-plugin-pwa, docusaurus-plugin-sitemap, docusaurus-theme-search-algolia, docusaurus-types, docusaurus-utils, docusaurus
      • #9859 feat(core): hash router option - browse site offline (experimental) (@ slorber)
    • docusaurus-module-type-aliases, docusaurus-theme-classic, docusaurus-theme-common, docusaurus-types, docusaurus
      • #10121 feat(core): site storage config options (experimental) (@ slorber)

    🐛 Bug Fix

    • docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-utils
      • #10185 fix(docs, blog): Markdown link resolution does not support hot reload (@ slorber)
    • docusaurus-theme-search-algolia
    • docusaurus-mdx-loader, docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-plugin-content-pages, docusaurus-utils
      • #10168 fix(mdx-loader): resolve Markdown/MDX links with Remark instead of RegExp (@ slorber)
    • docusaurus-theme-translations
    • docusaurus
      • #10145 fix(core): fix serve workaround regexp (@ slorber)
      • #10142 fix(core): fix docusaurus serve broken for assets when using trailingSlash (@ slorber)
      • #10130 fix(core): the broken anchor checker should not be sensitive pathname trailing slashes (@ slorber)
    • docusaurus-theme-classic, docusaurus-theme-common
      • #10144 fix(theme): fix announcement bar layout shift due to missing storage key namespace (@ slorber)
    • docusaurus-plugin-content-docs, docusaurus
      • #10132 fix(core): configurePostCss() should run after configureWebpack() (@ slorber)
    • docusaurus-utils, docusaurus
      • #10131 fix(core): codegen should generate unique route prop filenames (@ slorber)
    • docusaurus-theme-classic, docusaurus-theme-translations
      • #10118 fix(theme-translations): fix missing pluralization for label DocCard.categoryDescription.plurals (@ slorber)

    📝 Documentation

    • #10176 docs: add community plugin docusaurus-graph (@ Arsero)
    • #10173 docs: improve how to use <details> (@ tats-u)
    • #10167 docs: suggest using {<...>...</...>} if don't use Markdown in migra… (@ tats-u)
    • #10143 docs: recommend users to remove hast-util-is-element in migration to v3 (@ tats-u)
    • #10124 docs: v3 prepare your site blog post should point users to the upgrade guide (@ homotechsual)

    🤖 Dependencies

    Committers: 11

  • 3.3.2 - 2024-05-03

    v3.3.2

  • 3.3.0 - 2024-05-03

    3.3.0 (2024-05-03)

    🚀 New Feature

    • docusaurus-plugin-sitemap
    • docusaurus-mdx-loader, docusaurus-types, docusaurus
      • #10064 feat(core): add new site config option siteConfig.markdown.anchors.maintainCase (@ iAdramelk)
    • docusaurus
      • #9767 feat(cli): docusaurus deploy should support a --target-dir option (@ SandPod)
    • docusaurus-plugin-content-blog, docusaurus-plugin-content-docs, docusaurus-plugin-content-pages, docusaurus-plugin-debug, docusaurus-types, docusaurus
    • docusaurus-plugin-content-pages, docusaurus-theme-classic, docusaurus-theme-common
      • #10032 feat(pages): add LastUpdateAuthor & LastUpdateTime & editUrl (@ OzakIOne)

    🐛 Bug Fix

    • docusaurus-cssnano-preset, docusaurus-utils, docusaurus
    • docusaurus-theme-classic
      • #10091 fix(theme): <Tabs> props should allow overriding defaults (@ gagdiez)
      • #10080 fix(theme): <Admonition> should render properly without heading/icon (@ andrmaz)
    • docusaurus
      • #10090 fix(core): docusaurus serve redirects should include the site /baseUrl/ prefix (@ slorber)
    • docusaurus-module-type-aliases, docusaurus-preset-classic, docusaurus-theme-classic, docusaurus-theme-live-codeblock, docusaurus
    • docusaurus-theme-translations
      • #10070 fix(theme-translations): add missing theme translations for pt-BR (@ h3nr1ke)
      • #10051 fix(theme-translations): correct label for tip admonition in italian (@ tomsotte)
    • docusaurus-theme-search-algolia
      • #10048 fix(algolia): add insights property on Algolia Theme Config object TS definition (@ Virgil993)
    • docusaurus-plugin-content-docs, docusaurus
      • #10054 fix(core): sortRoutes shouldn't have a default baseUrl value, this led to a bug (@ slorber)
    • docusaurus-plugin-content-docs
    • docusaurus-utils
      • #10022 fix(utils): getFileCommitDate should support log.showSignature=true (@ slorber)

    🏃‍♀️ Performance

    • docusaurus
      • #10060 refactor(core): optimize App entrypoint, it should not re-render when navigating (@ slorber)

    💅 Polish

    • docusaurus-theme-classic
      • #10061 refactor(theme): simplify CSS solution to solve empty search container (@ slorber)
    • docusaurus-theme-common

    📝 Documentation

    🤖 Dependencies

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
  - @codesandbox/sandpack-react from 2.13.10 to 2.18.3.
    See this package in npm: https://www.npmjs.com/package/@codesandbox/sandpack-react
  - @docsearch/react from 3.6.0 to 3.6.1.
    See this package in npm: https://www.npmjs.com/package/@docsearch/react
  - @docusaurus/utils from 3.1.1 to 3.5.2.
    See this package in npm: https://www.npmjs.com/package/@docusaurus/utils
  - @emotion/react from 11.11.4 to 11.13.0.
    See this package in npm: https://www.npmjs.com/package/@emotion/react
  - @octokit/rest from 20.0.2 to 21.0.2.
    See this package in npm: https://www.npmjs.com/package/@octokit/rest
  - focus-visible from 5.2.0 to 5.2.1.
    See this package in npm: https://www.npmjs.com/package/focus-visible
  - formik from 2.4.5 to 2.4.6.
    See this package in npm: https://www.npmjs.com/package/formik
  - framer-motion from 11.2.5 to 11.3.28.
    See this package in npm: https://www.npmjs.com/package/framer-motion
  - mdx-bundler from 10.0.2 to 10.0.3.
    See this package in npm: https://www.npmjs.com/package/mdx-bundler
  - next from 14.2.3 to 14.2.5.
    See this package in npm: https://www.npmjs.com/package/next
  - octokit from 3.1.2 to 4.0.2.
    See this package in npm: https://www.npmjs.com/package/octokit
  - react-icons from 5.2.1 to 5.3.0.
    See this package in npm: https://www.npmjs.com/package/react-icons
  - react-live from 4.1.6 to 4.1.7.
    See this package in npm: https://www.npmjs.com/package/react-live
  - react-responsive-masonry from 2.2.0 to 2.3.0.
    See this package in npm: https://www.npmjs.com/package/react-responsive-masonry
  - react-spinners from 0.13.8 to 0.14.1.
    See this package in npm: https://www.npmjs.com/package/react-spinners
  - remark from 14.0.2 to 15.0.1.
    See this package in npm: https://www.npmjs.com/package/remark
  - remark-emoji from 3.0.2 to 5.0.1.
    See this package in npm: https://www.npmjs.com/package/remark-emoji
  - remark-gfm from 3.0.1 to 4.0.0.
    See this package in npm: https://www.npmjs.com/package/remark-gfm
  - typescript from 5.4.5 to 5.5.4.
    See this package in npm: https://www.npmjs.com/package/typescript

See this project in Snyk:
https://app.snyk.io/org/okeamah/project/42e7093c-4b2a-45de-80e6-bdec7b7a7907?utm_source=github&utm_medium=referral&page=upgrade-pr
Copy link

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have skipped reviewing this pull request. Here's why:

  • It seems to have been created by a bot ('[Snyk]' found in title). We assume it knows what it's doing!
  • We don't review packaging changes - Let us know if you'd like us to change this.

Copy link

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/find-up@7.0.0 None +4 38.3 kB sindresorhus

🚮 Removed packages: npm/@zag-js/dom-query@0.51.2, npm/@zag-js/element-size@0.40.0, npm/@zag-js/focus-visible@0.51.2, npm/aria-hidden@1.2.4, npm/bundle-n-require@1.1.1, npm/chokidar@3.6.0

View full report↗︎

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