Skip to content

fix: update jsdom dependency to version 29.0.1#194

Merged
mbeacom merged 2 commits intomainfrom
upd-jsdom-1
Mar 22, 2026
Merged

fix: update jsdom dependency to version 29.0.1#194
mbeacom merged 2 commits intomainfrom
upd-jsdom-1

Conversation

@mbeacom
Copy link
Copy Markdown
Owner

@mbeacom mbeacom commented Mar 22, 2026

This pull request makes a minor update to the jsdom dependency in the package.json file, upgrading it from version 29.0.0 to 29.0.1.

@mbeacom mbeacom self-assigned this Mar 22, 2026
Copilot AI review requested due to automatic review settings March 22, 2026 15:07
@vercel
Copy link
Copy Markdown
Contributor

vercel bot commented Mar 22, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
openleague Canceled Canceled Mar 22, 2026 3:09pm

Request Review

@gemini-code-assist
Copy link
Copy Markdown

Summary of Changes

Hello, 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 focuses on a minor version bump for the jsdom development dependency. This update ensures the project benefits from the latest bug fixes and minor improvements provided by the jsdom library, contributing to a more stable and up-to-date development environment without introducing any breaking changes.

Highlights

  • Dependency Update: The jsdom development dependency has been updated from version 29.0.0 to 29.0.1 in the package.json file.
Using Gemini Code Assist

The 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 /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

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 .gemini/ folder in the base of the repository. Detailed instructions can be found here.

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.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@github-actions
Copy link
Copy Markdown
Contributor

⚠️ Version Check

Version unchanged: 0.36.3

Consider bumping the version if this PR introduces changes.

Semantic Versioning Guide

  • Major: Breaking changes (1.0.0 → 2.0.0)
  • Minor: New features, backward compatible (1.0.0 → 1.1.0)
  • Patch: Bug fixes, backward compatible (1.0.0 → 1.0.1)

Repository owner deleted a comment from github-actions bot Mar 22, 2026
@mbeacom mbeacom merged commit de519fc into main Mar 22, 2026
3 of 4 checks passed
@mbeacom mbeacom deleted the upd-jsdom-1 branch March 22, 2026 15:08
Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist bot left a 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 updates the jsdom dependency from ^29.0.0 to ^29.0.1. This is a minor patch-level update. The change is straightforward and appears correct.

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR performs a small maintenance bump of the jsdom dev dependency to keep the test/runtime DOM emulation library up to date.

Changes:

  • Bump jsdom from ^29.0.0 to ^29.0.1 in package.json.

Comment thread package.json
"eslint-config-next": "16.2.0",
"eslint-plugin-react": "^7.37.5",
"jsdom": "^29.0.0",
"jsdom": "^29.0.1",
Copy link

Copilot AI Mar 22, 2026

Choose a reason for hiding this comment

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

This updates jsdom in package.json, but the repo uses bun install --frozen-lockfile in CI. Please regenerate and commit the updated bun.lockb so installs don’t fail due to a lockfile/package.json mismatch.

Suggested change
"jsdom": "^29.0.1",
"jsdom": "^22.1.0",

Copilot uses AI. Check for mistakes.
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