-
Notifications
You must be signed in to change notification settings - Fork 142
[Snyk] Upgrade @mdx-js/react from 3.1.0 to 3.1.1 #586
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
base: main
Are you sure you want to change the base?
Conversation
Snyk has created this PR to upgrade @mdx-js/react from 3.1.0 to 3.1.1. See this package in npm: @mdx-js/react See this project in Snyk: https://app.snyk.io/org/ahochsteger/project/4bfef8d7-65d9-4f21-9fe9-4f4da3b75f06?utm_source=github&utm_medium=referral&page=upgrade-pr
Summary of ChangesHello @ahochsteger, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request, automatically generated by Snyk, updates the Highlights
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code Review
This pull request, automatically generated by Snyk, upgrades the @mdx-js/react dependency from version 3.1.0 to 3.1.1. This is a patch update that includes several bug fixes and type improvements.
While the upgrade itself is beneficial, I've noticed a small inconsistency in the package-lock.json file. The version for @mdx-js/react is updated with a caret (^3.1.1), which contradicts the pinned version (3.1.1) specified in package.json and the project's general convention of pinning dependencies. I've left a specific comment with a suggestion to address this for better dependency management and build reproducibility.
| "@docusaurus/preset-classic": "3.8.1", | ||
| "@iconify/react": "6.0.0", | ||
| "@mdx-js/react": "3.1.0", | ||
| "@mdx-js/react": "^3.1.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's an inconsistency here. The package.json file pins the version of @mdx-js/react to 3.1.1, but this line in package-lock.json has ^3.1.1. To maintain consistency with package.json and the project's convention of pinning dependency versions, this should be 3.1.1. Please regenerate the package-lock.json file to fix this.
| "@mdx-js/react": "^3.1.1", | |
| "@mdx-js/react": "3.1.1", |
|
Pull Request Test Coverage Report for Build 18217262853Details
💛 - Coveralls |



Snyk has created this PR to upgrade @mdx-js/react from 3.1.0 to 3.1.1.
ℹ️ 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.
The recommended version is 1 version ahead of your current version.
The recommended version was released a month ago.
Release notes
Package name: @mdx-js/react
-
3.1.1 - 2025-08-29
- 3cad7d7
- 0dc4472
- 84ec66e
- 2b3381a
- 933ab44
- c156a1f Add
- 913659c Add
- 67fb1d0 Remove unneeded JSX type casting in docs, tests
- f0d20da Remove local use of
- 63f39ce Remove references to twitter
- 35ac59d Refactor some docs regarding recma plugins
-
3.1.0 - 2024-10-18
- 715ddd9
- d586720
- cd2907d
- ceea80d
- d306f87
- c747990
- 3a794ab
- be79212
- f12afda Refactor to use
- 77158cd Refactor to externalize recma packages
- 6750079 Add link to
- 3f8344b Add search to site
- 05ecf65 Fix example
- f864886 Fix types, lints in example
- 37318de Add Bun section to Getting started
- 07d5e2f Refactor to improve wording
- 95ba33e Add notes on how to type props and components
- 044e8b2 Add example illustrating JSX literals, references
- 1d0a9b6 Add more links across docs
- 716ab3c Fix link for MDX Analyzer
- f1ca4b2 Fix link
- 11ac939 Add
- b749d38 Add
- dfdcb50 Fix to recommend
- ad6c696 Fix size of hero heading in some cases
- d3398fe Update link in docs
- 51500e2 Add HMR to example of MDX w/ Vite
- 0c7605c Add
- 8f754f7 Add
- 6cd9ae4 Add
- 53f6955 Fix esbuild for website
from @mdx-js/react GitHub release notesFix
@ mdx-js/mdx: add dependency onacorn@ mdx-js/esbuild: fix crash with esbuild loader andjsxoptionby @ egnor in #2593
@ mdx-js/esbuild: refactor to improve error conversion in esbuildby @ egnor in #2595
@ mdx-js/rollup: fix support for query parameters in Viteby @ markdalgleish in #2629
Types
@ mdx-js/mdx: addattributesto export/import declarationsDocs
rehype-mdx-tocto list of pluginby @ boning-w in #2622
recma-module-to-functionto list of pluginsby @ remcohaszing in #2605
JSXby @ remcohaszing in #2604
Full Changelog: 3.1.0...3.1.1
Add
@ mdx-js/esbuild: add source mapsby @ remcohaszing in #2464
@ mdx-js/node-loader: add support for options w/initialize@ mdx-js/node-loader: add support showing messages@ mdx-js/node-loader: add source mapsby @ remcohaszing in #2458
Fix
@ mdx-js/core: replaceperiscopicwithestree-util-scope@ mdx-js/core: fix injecting providers for jsx in esm, expressions@ mdx-js/loader: fix ESM type importby @ remcohaszing in #2452
@ mdx-js/loader: change webpack peer dependency to optionalby @ chenjiahan in #2440
Types
@ importJSDoc tagsby @ remcohaszing in #2498
Miscellaneous
Site
parcel-transformer-mdxin docsby @ karlhorky in #2518
by @ karlhorky in #2517
by @ filippovd20 in #2513
by @ karlhorky in #2510
by @ karlhorky in #2509
by @ artola in #2508
rehype-twoslashrehype-starry-nightto websiterehype-mdx-code-propsby @ karlhorky in #2501
by @ yamanidev in #2481
by @ dan-lee in #2474
rehype-mdx-import-mediato list of pluginsby @ remcohaszing in #2472
recma-mdx-change-props,recma-mdx-escape-missing-componentsto list of pluginsby @ talatkuyuk in #2442
rel=sponsoredto sponsor linksby @ ChristianMurphy in #2439
Full Changelog: 3.0.1...3.1.0
Important
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: