[Snyk] Upgrade docusaurus-json-schema-plugin from 1.14.0 to 1.15.0#578
Conversation
Snyk has created this PR to upgrade docusaurus-json-schema-plugin from 1.14.0 to 1.15.0. See this package in npm: docusaurus-json-schema-plugin 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, focuses on maintaining the project's dependencies by upgrading 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.
Code Review
This pull request, automatically generated by Snyk, upgrades docusaurus-json-schema-plugin from version 1.14.0 to 1.15.0. The changes are straightforward and seem safe to merge. I've added one suggestion to use a caret version range in package.json for better dependency management and to resolve an inconsistency with package-lock.json.
| "@mdx-js/react": "3.1.0", | ||
| "clsx": "2.1.1", | ||
| "docusaurus-json-schema-plugin": "1.14.0", | ||
| "docusaurus-json-schema-plugin": "1.15.0", |
There was a problem hiding this comment.
For better maintainability and to automatically receive non-breaking updates, it's recommended to use a caret ^ for the version range. This allows npm to install patch and minor updates automatically, which is generally safe for minor version bumps like this one. Using a caret would also resolve the inconsistency with package-lock.json, which specifies ^1.15.0 for this dependency.
| "docusaurus-json-schema-plugin": "1.15.0", | |
| "docusaurus-json-schema-plugin": "^1.15.0", |
|
Pull Request Test Coverage Report for Build 17848090287Details
💛 - Coveralls |



Snyk has created this PR to upgrade docusaurus-json-schema-plugin from 1.14.0 to 1.15.0.
ℹ️ 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: docusaurus-json-schema-plugin
-
1.15.0 - 2025-08-23
- defaultExpandDepth (886f549)
-
1.14.0 - 2025-04-01
- React 19+ (b7cbc97)
from docusaurus-json-schema-plugin GitHub release notes1.15.0 (2025-08-23)
Features
1.14.0 (2025-04-01)
Features
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: