Conversation
🦋 Changeset detectedLatest commit: 4dc71c0 The changes in this PR will be included in the next version bump. This PR includes changesets to release 5 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
There was a problem hiding this comment.
Pull request overview
This PR updates dependencies across the monorepo, including both minor patch updates and several major version bumps.
- Updates multiple dependencies across the project to their latest versions
- Includes several major version updates that may introduce breaking changes
- Updates the package-lock.json to reflect all dependency changes
Reviewed changes
Copilot reviewed 7 out of 8 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
| package.json | Updates root-level dependencies including @rhds/elements (v1→v4), eslint (v9.9→v9.39), TypeScript (v5.8→v5.9), and various other packages |
| package-lock.json | Reflects all dependency version changes and their transitive dependencies |
| tools/pfe-tools/package.json | Updates @lit-labs/ssr from v3 to v4 (major version bump) and @types/yargs to latest minor version |
| tools/eslint-config/package.json | Updates @eslint/compat from v1 to v2 (major version bump with Node version requirement changes) |
| tools/create-element/package.json | Updates chalk and execa to latest minor versions |
| elements/package.json | Updates @lit/context, @patternfly/pfe-core, and lit to latest patch/minor versions |
| core/pfe-core/package.json | Updates @lit/context and lit to latest patch versions |
| .changeset/free-walls-sneeze.md | Documents the dependency updates for the changelog |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Contributor
✅ Commitlint tests passed!More Info{
"valid": true,
"errors": [],
"warnings": [],
"input": "chore: update deps"
} |
and fix koa types
We'd have to add requestClose, so for now let's just remove this typescript-only feature
✅ Deploy Preview for patternfly-elements ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
Contributor
Contributor
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.
What I did