Skip to content

Conversation

@Gokula-6sg
Copy link
Contributor

Description

This PR updates outdated dependencies to their latest stable versions for improved security and performance. The changes include updating Docusaurus packages, React, and other key dependencies while ensuring the site builds and runs correctly after updates.

Related Issues

Fixes #267

Mobile & Desktop Screenshots/Recordings

N/A - This is a dependency update that doesn't include visual changes. The site appearance remains unchanged after updates.

Steps to QA

  1. Check out this branch and run npm install to install updated dependencies
  2. Run npm run build to verify the site builds successfully
  3. Run npm start to test the development server at http://localhost:3000/
  4. Verify all pages load correctly and navigation works
  5. Check that code syntax highlighting functions properly
  6. Confirm no console errors in browser developer tools
  7. Ensure all existing functionality remains intact

[optional] What GIF best describes this PR or how it makes you feel?

🎯 - Successfully hitting the target by updating dependencies and improving security!

@netlify
Copy link

netlify bot commented Oct 30, 2025

Deploy Preview for learn-open-source ready!

Name Link
🔨 Latest commit bbd34fb
🔍 Latest deploy log https://app.netlify.com/projects/learn-open-source/deploys/6904cc769061270008517717
😎 Deploy Preview https://deploy-preview-298--learn-open-source.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

PR Compliance Checks

Thank you for your Pull Request! We have run several checks on this pull request in order to make sure it's suitable for merging into this project. The results are listed in the following section.

Watched Files

This pull request modifies specific files that require careful review by the maintainers.

Files Matched

  • package-lock.json
  • package.json

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Congratulations on submitting your first Pull Request! 🎉

We appreciate your contribution. Feel free to join the conversation in our
Community and say hello!

Copy link
Collaborator

@adiati98 adiati98 left a comment

Choose a reason for hiding this comment

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

Thanks so much for the PR, @Gokula-6sg! 🚀

Please be informed that we're adding the hacktoberfest-accepted label to this PR so it's counted towards Hacktoberfest. But we might merge this after we merge some other PRs.

applause gif

@adiati98 adiati98 added the hacktoberfest-accepted Issues/PR that are acceptable in hacktoberfest label Oct 30, 2025
@adiati98 adiati98 merged commit 80e049d into OpenSource-Communities:main Oct 31, 2025
11 checks passed
@Gokula-6sg
Copy link
Contributor Author

Thank you so much for merging this! 🎉@adiati98 , Glad to contribute and learned a lot from this PR 🙌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

hacktoberfest-accepted Issues/PR that are acceptable in hacktoberfest

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update outdated dependencies in package.json

2 participants