11 Commits

Author SHA1 Message Date
Fredrik Adelöw 0432ce67a3 Merge pull request #34302 from backstage/dependabot/npm_and_yarn/workspaces/ui/vm2-3.11.5
chore(deps): Bump vm2 from 3.10.5 to 3.11.5 in /workspaces/ui
2026-05-25 12:05:57 +02:00
dependabot[bot] 86a2828257 chore(deps): Bump fast-uri from 3.1.0 to 3.1.2 in /workspaces/ui
Bumps [fast-uri](https://github.com/fastify/fast-uri) from 3.1.0 to 3.1.2.
- [Release notes](https://github.com/fastify/fast-uri/releases)
- [Commits](https://github.com/fastify/fast-uri/compare/v3.1.0...v3.1.2)

---
updated-dependencies:
- dependency-name: fast-uri
  dependency-version: 3.1.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-19 10:18:33 +00:00
dependabot[bot] e0678d6557 chore(deps): Bump vm2 from 3.10.5 to 3.11.5 in /workspaces/ui
Bumps [vm2](https://github.com/patriksimek/vm2) from 3.10.5 to 3.11.5.
- [Release notes](https://github.com/patriksimek/vm2/releases)
- [Changelog](https://github.com/patriksimek/vm2/blob/main/CHANGELOG.md)
- [Commits](https://github.com/patriksimek/vm2/compare/v3.10.5...v3.11.5)

---
updated-dependencies:
- dependency-name: vm2
  dependency-version: 3.11.5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-19 10:18:16 +00:00
Patrik Oldsberg d11836fd22 workspaces/ui: add yarn settings from root
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2026-05-19 10:25:36 +02:00
Patrik Oldsberg 2f31c3f259 workspaces: add root prettier and eslint ignores, fix base branch
The root prettier and eslint runs shouldn't reach into the standalone
workspaces, since each one manages its own formatting and linting. Also
correct the ui workspace lint script to diff against origin/master to
match the repo's default branch.

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
Made-with: Cursor
2026-04-27 21:29:15 +02:00
Patrik Oldsberg 2b0e117784 ws/ui: clean up package.json dependencies and scripts
Drop the unused playwright/e2e tooling and the plugins/* workspace glob,
align the remaining dev dependencies with the root, and bump node-gyp to
match.

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
Made-with: Cursor
2026-04-27 19:38:21 +02:00
Patrik Oldsberg d2bab977fc ws/ui: install Backstage yarn plugin
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
Made-with: Cursor
2026-04-27 19:37:40 +02:00
Patrik Oldsberg ec8b650314 ws/ui: further cleanup, yarn reuse, README update
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2026-04-27 19:19:22 +02:00
Patrik Oldsberg ffa1882027 ws/ui: remove packages, examples, and app config
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2026-04-27 13:38:17 +02:00
Patrik Oldsberg 93fcb273cd ws/ui: initial yarn.lock
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2026-04-27 13:36:01 +02:00
Patrik Oldsberg 44cca308ef workspaces: scaffold ui workspace
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2026-04-27 13:32:59 +02:00