chore: bump the major group across 1 directory with 3 updates#481
Closed
dependabot[bot] wants to merge 1 commit intomainfrom
Closed
chore: bump the major group across 1 directory with 3 updates#481dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps the major group with 3 updates in the /web directory: [@tailwindcss/vite](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-vite), [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) and [jsdom](https://github.com/jsdom/jsdom). Updates `@tailwindcss/vite` from 0.0.0-insiders.a4be983 to 4.2.1 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.2.1/packages/@tailwindcss-vite) Updates `tailwindcss` from 0.0.0-insiders.a4be983 to 4.2.1 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.2.1/packages/tailwindcss) Updates `jsdom` from 28.1.0 to 29.0.0 - [Release notes](https://github.com/jsdom/jsdom/releases) - [Changelog](https://github.com/jsdom/jsdom/blob/v29.0.0/Changelog.md) - [Commits](jsdom/jsdom@v28.1.0...v29.0.0) --- updated-dependencies: - dependency-name: "@tailwindcss/vite" dependency-version: 4.2.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: major - dependency-name: tailwindcss dependency-version: 4.2.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: major - dependency-name: jsdom dependency-version: 29.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: major ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.OpenSSF ScorecardScorecard details
Scanned Files
|
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
4 tasks
Aureliolo
added a commit
that referenced
this pull request
Mar 16, 2026
## Summary - Upgrade jsdom devDependency from `^28` (28.1.0) to `^29` (29.0.0) in the web dashboard - Extracted from grouped Dependabot PR #481 (which also bumps tailwindcss insiders → stable, intentionally left on nightly) ## Changelog Review (28.1.0 → 29.0.0) **Breaking**: Node.js v22.13.0+ minimum for v22 users (was v22.12.0+) — does not affect us (CI uses Node 20) **Improvements**: - Overhauled CSSOM implementation (replaced `@acemir/cssom` + `cssstyle` with internal `css-tree`-based impl) - Document initialization performance (~0.5ms saved per Document via lazy CSS selector engine init) - Fixed memory leak when stylesheets removed from document - Fixed potential hang in synchronous XMLHttpRequest (race condition) - Added bad port blocking per fetch spec ## Test plan - [x] `npm --prefix web run test` — 541 tests pass (62 files) - [x] `npm --prefix web run lint` — 0 errors (17 pre-existing warnings) - [x] `npm --prefix web run type-check` — clean - [x] Pre-commit hooks pass
Contributor
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the major group with 3 updates in the /web directory: @tailwindcss/vite, tailwindcss and jsdom.
Updates
@tailwindcss/vitefrom 0.0.0-insiders.a4be983 to 4.2.1Release notes
Sourced from
@tailwindcss/vite's releases.... (truncated)
Changelog
Sourced from
@tailwindcss/vite's changelog.... (truncated)
Commits
Updates
tailwindcssfrom 0.0.0-insiders.a4be983 to 4.2.1Release notes
Sourced from tailwindcss's releases.
... (truncated)
Changelog
Sourced from tailwindcss's changelog.
... (truncated)
Commits
Updates
jsdomfrom 28.1.0 to 29.0.0Release notes
Sourced from jsdom's releases.
Changelog
Sourced from jsdom's changelog.
Commits
00522ceVersion 29.0.0a217975Use undici's request() API for XHR dispatchingf29722dConvert CSSStyleDeclaration to webidl2js4aaacc6Merge incssstyleand replace@acemir/cssom6c2769aRemove unused http(s)-proxy-agent dependencieseba96b5Update domSelector54f9995Use --fgrep for npm run test:tuwpt:browser15e7664Use stable ports for test:tuwpt:browser7410bdbSuppress informational WPT output when using the min reporterc44377eLazily initialize DOMSelectorInstall script changes
This version modifies
preparescript that runs during installation. Review the package contents before updating.Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions