Skip to content

ci(ui): file generation on node 22#2726

Merged
DjordyKoert merged 1 commit into5.xfrom
ci-node-version
Apr 13, 2026
Merged

ci(ui): file generation on node 22#2726
DjordyKoert merged 1 commit into5.xfrom
ci-node-version

Conversation

@DjordyKoert
Copy link
Copy Markdown
Collaborator

Description

dependabot PR's are currently failing to update the files in CI:

Run yarn install
yarn install v1.22.22
info No lockfile found.
[1/4] Resolving packages...
warning @stoplight/elements > react-query > match-sorter@6.4.0: This was arguably a breaking change. Not in API, but more results can be returned. Upgrade to the next major when you are ready for that
warning @stoplight/elements > react-query > broadcast-channel > rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported
warning @stoplight/elements > @stoplight/http-spec > postman-collection > @faker-js/faker@5.5.3: Please update to a newer version.
warning @stoplight/elements > @stoplight/mosaic > @fortawesome/react-fontawesome@0.2.6: v0.2.x is no longer supported. Unless you are still using FontAwesome 5, please update to v3.1.1 or greater.
warning @stoplight/elements > @stoplight/elements-core > @stoplight/mosaic-code-editor > @fortawesome/react-fontawesome@0.2.6: v0.2.x is no longer supported. Unless you are still using FontAwesome 5, please update to v3.1.1 or greater.
warning @stoplight/elements > @stoplight/elements-core > @stoplight/mosaic-code-viewer > @fortawesome/react-fontawesome@0.2.6: v0.2.x is no longer supported. Unless you are still using FontAwesome 5, please update to v3.1.1 or greater.
warning @stoplight/elements > @stoplight/mosaic > lodash.get@4.4.2: This package is deprecated. Use the optional chaining (?.) operator instead.
warning @stoplight/elements > @stoplight/elements-core > @stoplight/mosaic-code-editor > lodash.get@4.4.2: This package is deprecated. Use the optional chaining (?.) operator instead.
warning @stoplight/elements > @stoplight/elements-core > @stoplight/mosaic-code-viewer > lodash.get@4.4.2: This package is deprecated. Use the optional chaining (?.) operator instead.
warning @stoplight/elements > react-query > broadcast-channel > rimraf > glob@7.2.3: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me
warning @stoplight/elements > @stoplight/elements-core > httpsnippet-lite > formdata-node > node-domexception@1.0.0: Use your platform's native DOMException instead
warning @stoplight/elements > react-query > broadcast-channel > rimraf > glob > inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
[2/4] Fetching packages...
error @scalar/api-reference@1.52.0: The engine "node" is incompatible with this module. Expected version ">=22". Got "20.20.2"
error Found incompatible module.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
Error: Process completed with exit code 1.

What type of PR is this? (check all applicable)

  • Bug Fix
  • Feature
  • Refactor
  • Deprecation
  • Breaking Change
  • Documentation Update
  • CI

Checklist

  • I have made corresponding changes to the documentation (docs/)

Copilot AI review requested due to automatic review settings April 13, 2026 07:42
Copy link
Copy Markdown
Contributor

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

Updates the Dependabot UI file-generation workflow to use Node.js 22 so dependency updates that require node >=22 can install successfully in CI.

Changes:

  • Bump actions/setup-node node-version from 20.x to 22.x in the Dependabot workflow.

@DjordyKoert DjordyKoert merged commit 257c5ee into 5.x Apr 13, 2026
43 checks passed
@DjordyKoert DjordyKoert deleted the ci-node-version branch April 13, 2026 07:45
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 13, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.68%. Comparing base (212d490) to head (43a57a2).
⚠️ Report is 2 commits behind head on 5.x.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##              5.x    #2726   +/-   ##
=======================================
  Coverage   95.68%   95.68%           
=======================================
  Files          94       94           
  Lines        3079     3079           
=======================================
  Hits         2946     2946           
  Misses        133      133           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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