dev: update dependencies and pipeline node versions#1667
Merged
silviuaavram merged 5 commits intomasterfrom Feb 6, 2026
Merged
dev: update dependencies and pipeline node versions#1667silviuaavram merged 5 commits intomasterfrom
silviuaavram merged 5 commits intomasterfrom
Conversation
be9636a to
dd02285
Compare
a2858ab to
8e555ef
Compare
There was a problem hiding this comment.
Pull request overview
Updates project dependencies and CI Node versions, along with a few test adjustments to align with newer React/Jest APIs.
Changes:
- Bump runtime/dev dependencies (React 19, testing libs, build tooling, etc.).
- Update GitHub Actions validation matrix to run on newer Node versions.
- Adjust tests for updated Jest matcher APIs and React 18+/client rendering.
Reviewed changes
Copilot reviewed 14 out of 14 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
tsconfig.preact.json |
Adds a Preact-specific TS config with a dedicated outDir. |
.github/workflows/validate.yml |
Expands CI Node matrix and bumps release job Node version. |
package.json |
Updates many dependencies/devDependencies. |
src/__tests__/downshift.misc.js |
Migrates legacy ReactDOM.render usage to react-dom/client and updates a test. |
src/__tests__/downshift.get-menu-props.js |
Updates expectations around ref/refKey error logging behavior. |
src/__tests__/downshift.get-button-props.js |
Adjusts expectation for function component call signature. |
src/hooks/**/__tests__/* |
Replaces deprecated toThrowError usage with toThrow. |
src/__tests__/__snapshots__/downshift.get-menu-props.js.snap |
Removes a snapshot that’s no longer asserted. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
aa263be to
844b641
Compare
e867ce8 to
db1c49f
Compare
|
🎉 This PR is included in version 9.3.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
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.
Pull Request
What
Update dependencies, improve infrastructure.
Why
Be up to date.
How
Update packages, run build and fix as needed.
Changes
Checklist