community-plugins/workspaces/mend
Beth Griggs 491247a29f workspaces: add Node.js 22 to engines field across all workspaces
Manually updates the "engines" field of all workspace package.json files
to include Node.js 22. This intentionally replaces part of the generated
rennovate PR which attempted to globally replace rather than add Node.js
22 to the engines field.

For both community-plugins-maintainers and sda-se-reviewers owned
workspaces Node.js 18 is removed.

Note that this is only updates the workspace package.json - therefore it
should not impact end users installing plugins.

Refs: https://github.com/backstage/community-plugins/pull/2403
Signed-off-by: Beth Griggs <bethanyngriggs@gmail.com>
2025-04-17 15:21:51 +01:00
..
.changeset Version Packages (#3415) 2025-03-22 16:51:07 -05:00
assets Add Mend plugin (#1554) 2024-10-25 14:45:50 -05:00
plugins Version Packages (#3415) 2025-03-22 16:51:07 -05:00
.dockerignore Add Mend plugin (#1554) 2024-10-25 14:45:50 -05:00
.eslintignore Add Mend plugin (#1554) 2024-10-25 14:45:50 -05:00
.eslintrc.js Add Mend plugin (#1554) 2024-10-25 14:45:50 -05:00
.gitignore Add Mend plugin (#1554) 2024-10-25 14:45:50 -05:00
.prettierignore Add Mend plugin (#1554) 2024-10-25 14:45:50 -05:00
README.md Add Mend plugin (#1554) 2024-10-25 14:45:50 -05:00
backstage.json v1.37.0 version bump (#3412) 2025-03-22 16:42:29 -05:00
catalog-info.yaml Add Mend plugin (#1554) 2024-10-25 14:45:50 -05:00
package.json workspaces: add Node.js 22 to engines field across all workspaces 2025-04-17 15:21:51 +01:00
tsconfig.json Add Mend plugin (#1554) 2024-10-25 14:45:50 -05:00
yarn.lock v1.37.0 version bump (#3412) 2025-03-22 16:42:29 -05:00

README.md

Backstage

This is your newly scaffolded Backstage App, Good Luck!

To start the app, run:

yarn install
yarn dev