chore(deps): bump the all-dependencies group across 1 directory with 8 updates - #385
Conversation
…8 updates Bumps the all-dependencies group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@testing-library/react](https://github.com/testing-library/react-testing-library) | `16.3.2` | `16.3.3` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `26.2.0` | `26.4.0` | | [@xyflow/react](https://github.com/xyflow/xyflow/tree/HEAD/packages/react) | `12.11.3` | `12.11.5` | | [js-yaml](https://github.com/nodeca/js-yaml) | `5.3.0` | `5.4.1` | | [lint-staged](https://github.com/lint-staged/lint-staged) | `17.3.0` | `17.4.1` | | [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) | `1.33.0` | `1.38.0` | | [oxfmt](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxfmt) | `0.64.0` | `0.65.0` | | [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint) | `1.77.0` | `1.80.0` | Updates `@testing-library/react` from 16.3.2 to 16.3.3 - [Release notes](https://github.com/testing-library/react-testing-library/releases) - [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md) - [Commits](testing-library/react-testing-library@v16.3.2...v16.3.3) Updates `@types/node` from 26.2.0 to 26.4.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@xyflow/react` from 12.11.3 to 12.11.5 - [Release notes](https://github.com/xyflow/xyflow/releases) - [Changelog](https://github.com/xyflow/xyflow/blob/main/packages/react/CHANGELOG.md) - [Commits](https://github.com/xyflow/xyflow/commits/@xyflow/react@12.11.5/packages/react) Updates `js-yaml` from 5.3.0 to 5.4.1 - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](nodeca/js-yaml@5.3.0...5.4.1) Updates `lint-staged` from 17.3.0 to 17.4.1 - [Release notes](https://github.com/lint-staged/lint-staged/releases) - [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md) - [Commits](lint-staged/lint-staged@v17.3.0...v17.4.1) Updates `lucide-react` from 1.33.0 to 1.38.0 - [Release notes](https://github.com/lucide-icons/lucide/releases) - [Commits](https://github.com/lucide-icons/lucide/commits/1.38.0/packages/lucide-react) Updates `oxfmt` from 0.64.0 to 0.65.0 - [Release notes](https://github.com/oxc-project/oxc/releases) - [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxfmt/CHANGELOG.md) - [Commits](https://github.com/oxc-project/oxc/commits/oxfmt_v0.65.0/npm/oxfmt) Updates `oxlint` from 1.77.0 to 1.80.0 - [Release notes](https://github.com/oxc-project/oxc/releases) - [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxlint/CHANGELOG.md) - [Commits](https://github.com/oxc-project/oxc/commits/oxlint_v1.80.0/npm/oxlint) --- updated-dependencies: - dependency-name: "@testing-library/react" dependency-version: 16.3.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: "@types/node" dependency-version: 26.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: "@xyflow/react" dependency-version: 12.11.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: js-yaml dependency-version: 5.4.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: lint-staged dependency-version: 17.4.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: lucide-react dependency-version: 1.37.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: oxfmt dependency-version: 0.65.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: oxlint dependency-version: 1.80.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
✅ Deploy Preview for openworkflow-editor canceled.
|
There was a problem hiding this comment.
🟡 Changes recommended
The lockfile’s catalog entry for oxlint has an inconsistent specifier compared to the workspace catalog, which is likely to break dependency consistency checks.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Pull request overview
This PR updates the workspace dependency catalog and lockfile to bump several JS/TS dependencies used across the editor monorepo.
Changes:
- Bumped cataloged dependencies in
pnpm-workspace.yaml(testing-library/react, @types/node, @xyflow/react, js-yaml, lint-staged, lucide-react, oxfmt). - Regenerated
pnpm-lock.yamlto reflect the updated catalog versions and resulting transitive dependency changes.
File summaries
| File | Description |
|---|---|
| pnpm-workspace.yaml | Updates the workspace catalog versions for the targeted dependency bumps. |
| pnpm-lock.yaml | Updates locked versions and transitive resolutions to match the new catalog. |
Review details
Files not reviewed (1)
- pnpm-lock.yaml: Generated file
- Files reviewed: 1/2 changed files
- Comments generated: 2
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Signed-off-by: lornakelly <lornakelly88@gmail.com>
3d1b8d8 to
5ab7068
Compare
There was a problem hiding this comment.
🟡 Changes recommended
lint-staged@17.4.1 raises its Node engine requirement to >=22.22.1, which is stricter than the repo’s current declared Node support range, creating an engines mismatch that should be resolved.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Review details
Files not reviewed (1)
- pnpm-lock.yaml: Generated file
Suppressed comments (1)
pnpm-lock.yaml:3374
- lint-staged@17.4.1 now requires Node
>=22.22.1, which is stricter than the repo’s current root package.json engine range (^22.13.0 || >=24.0.0). If Node 22.13–22.22.0 is intended to remain supported, this dependency bump should be avoided; otherwise, bump the repo’s minimum Node version accordingly to prevent engine mismatches during install.
- Files reviewed: 1/2 changed files
- Comments generated: 1
- Review effort level: Lite
Original PR: #382
Failing due to issue here which will be working on next: #365
Bumps the all-dependencies group with 8 updates in the / directory:
16.3.216.3.326.2.026.4.012.11.312.11.55.3.05.4.117.3.017.4.11.33.01.38.00.64.00.65.0Updates
@testing-library/reactfrom 16.3.2 to 16.3.3Release notes
Sourced from @testing-library/react's releases.
Commits
20ce75ffix: Avoid act() re-entrant when dispatching events (#1468)be9d81ddocs: fix typos in comments and types (#1446)Updates
@types/nodefrom 26.2.0 to 26.4.0Commits
Updates
@xyflow/reactfrom 12.11.3 to 12.11.5Release notes
Sourced from @xyflow/react's releases.
Changelog
Sourced from @xyflow/react's changelog.
Commits
8f0a5d6chore(packages): bump286816cchore(packages): bump3319ef4fix(react): keep minimap bounds at the viewport when all nodes are hiddenb7186f3fix(react): minimap still works after reactflow remounts #5971d8edc77Merge pull request #5955 from Jian-Zhang08/fix/minimap-onnodeclick-conditiona...59b1a60Simplify node click handling in MiniMap component25869f2chore(system): add attr warning handlerb04e9d1chore(system): rename utils isDomNodeVisible31535efchore(system): add isDomNodeVisiblebce7475chore(proOptions): add commentsUpdates
js-yamlfrom 5.3.0 to 5.4.1Changelog
Sourced from js-yaml's changelog.
Commits
e5a3ba05.4.1 releasede54dea3Hard-limit merge sequence size to 100dfd3a29Cleanup 6a8e05f, #7976a8e05ffix: count empty merge sources against maxTotalMergeKeys (#797)6b4ff5e5.4.0 released3b3625eUpdate changelog4f25a74Fix file name3bd003bExpose new scalar styling APIfbb3e9dRemove regex lookbehind for ES2015 compatibilityd43c185FixflowSkipColonSpaceby forcingquoteFlowKeysUpdates
lint-stagedfrom 17.3.0 to 17.4.1Release notes
Sourced from lint-staged's releases.
Changelog
Sourced from lint-staged's changelog.
Commits
d0c1517Merge pull request #1841 from lint-staged/changeset-release/mainf061335chore(changeset): released2721afMerge pull request #1840 from lint-staged/updatesefe5b63ci: update Changesets action because it failed to publishcd76ce3build: update dependenciesea195e1Merge pull request #1837 from lint-staged/changeset-release/maina6a0d61chore(changeset): release0a09098Merge pull request #1832 from lint-staged/add-all-flag7fd685bfix: further fix parsing options logic510a27cfeat: add--allflag for including all files tracked by Git instead of just...Updates
lucide-reactfrom 1.33.0 to 1.38.0Release notes
Sourced from lucide-react's releases.
... (truncated)
Commits
Updates
oxfmtfrom 0.64.0 to 0.65.0Changelog
Sourced from oxfmt's changelog.
Commits