Skip to content
Open
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
00562dd
fix: plugins/scaffolder-backend-module-rails/package.json to reduce v…
snyk-io[bot] Jul 18, 2025
fd07143
fix: plugins/scaffolder-backend-module-rails/package.json to reduce v…
snyk-io[bot] Jan 30, 2026
e7962f9
fix: plugins/scaffolder-backend-module-rails/package.json to reduce v…
snyk-io[bot] Jan 31, 2026
e1ab2f8
fix: plugins/scaffolder-backend-module-rails/package.json to reduce v…
snyk-io[bot] Feb 1, 2026
fb0bd35
fix: plugins/scaffolder-backend-module-rails/package.json to reduce v…
snyk-io[bot] Feb 3, 2026
02d40a5
fix: plugins/scaffolder-backend-module-rails/package.json to reduce v…
snyk-io[bot] Feb 3, 2026
298a4b9
fix: plugins/scaffolder-backend-module-rails/package.json to reduce v…
snyk-io[bot] Feb 4, 2026
02edd76
fix: plugins/scaffolder-backend-module-rails/package.json to reduce v…
snyk-io[bot] Feb 6, 2026
cff6787
fix: plugins/scaffolder-backend-module-rails/package.json to reduce v…
snyk-io[bot] Feb 7, 2026
0f7858a
fix: plugins/scaffolder-backend-module-rails/package.json to reduce v…
snyk-io[bot] Feb 8, 2026
2a47f5c
fix: plugins/scaffolder-backend-module-rails/package.json to reduce v…
snyk-io[bot] Feb 9, 2026
d910a38
fix: plugins/scaffolder-backend-module-rails/package.json to reduce v…
snyk-io[bot] Feb 10, 2026
3a43fc6
fix: plugins/scaffolder-backend-module-rails/package.json to reduce v…
snyk-io[bot] Feb 11, 2026
71bfc02
fix: plugins/scaffolder-backend-module-rails/package.json to reduce v…
snyk-io[bot] Feb 13, 2026
2fd6d7e
fix: plugins/scaffolder-backend-module-rails/package.json to reduce v…
snyk-io[bot] Feb 14, 2026
2d13cbd
fix: plugins/scaffolder-backend-module-rails/package.json to reduce v…
snyk-io[bot] Feb 15, 2026
38b22c3
fix: plugins/scaffolder-backend-module-rails/package.json to reduce v…
snyk-io[bot] Feb 16, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion plugins/scaffolder-backend-module-rails/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@backstage/config": "workspace:^",
"@backstage/errors": "workspace:^",
"@backstage/integration": "workspace:^",
"@backstage/plugin-scaffolder-backend": "workspace:^",
"@backstage/plugin-scaffolder-backend": "1.15.0",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dependency version inconsistency: Changing from 'workspace:^' to '1.15.0' for @backstage/plugin-scaffolder-backend creates a version mismatch with other Backstage dependencies that still use 'workspace:^'. This breaks the monorepo workspace dependency pattern and may cause version conflicts, build failures, or runtime incompatibilities. All Backstage dependencies should maintain consistent versioning strategy - either all use 'workspace:^' or all use specific versions.

Suggested change
"@backstage/plugin-scaffolder-backend": "1.15.0",
"@backstage/plugin-scaffolder-backend": "workspace:^",

Spotted by Diamond

Fix in Graphite


Is this helpful? React 👍 or 👎 to let us know.

"@backstage/plugin-scaffolder-node": "workspace:^",
"@backstage/types": "workspace:^",
"command-exists": "^1.2.9",
Expand Down
Loading