Commit Graph

47 Commits

Author SHA1 Message Date
Kashish Mittal 7c56d99f8a
include knip report checks in ci (#4046)
* include knip report checks in ci

Signed-off-by: Kashish Mittal <kmittal@redhat.com>

* add logs to debug workflow

Signed-off-by: Kashish Mittal <kmittal@redhat.com>

* fix workflow

Signed-off-by: Kashish Mittal <kmittal@redhat.com>

* regen knip reports

Signed-off-by: Kashish Mittal <kmittal@redhat.com>

* ignore prettier for  knip-report.md

Signed-off-by: Kashish Mittal <kmittal@redhat.com>

* add build:knip-reports script to all workspaces

Signed-off-by: Kashish Mittal <kmittal@redhat.com>

---------

Signed-off-by: Kashish Mittal <kmittal@redhat.com>
2025-06-02 13:29:06 -04:00
Backstage Service Account 6c790b0501
Version Packages (#4120)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-05-30 14:48:14 -05:00
Backstage Service Account 7ce80a8478
v1.39.0 version bump (#4079)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-05-30 13:56:19 -05:00
Bethany Griggs 52e7c21ad2
meta: enable opt-in to auto version bump workflow (#4031)
Added `.auto-version-bump` files to all `@backstage/community-plugin-maintainers`
owned workspaces to opt them in to the automatic version bump process.

Also updated the Plugin Maintainer Guide with instructions for opting in
and clarifying that maintainers remain responsible for reviewing, updating,
and merging the resulting PRs.

Signed-off-by: Beth Griggs <bethanyngriggs@gmail.com>
2025-05-27 08:57:51 -05:00
Backstage Service Account fecc214b14
Version Packages (#3718)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-04-17 21:34:22 -05:00
Backstage Service Account c02dbab0c5
gitops-profiles - version:bump to v1.38.1 (#3703)
* v1.38.1 version bump

* Manual changes for release

Signed-off-by: Andre Wanlin <awanlin@spotify.com>

---------

Signed-off-by: Andre Wanlin <awanlin@spotify.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Andre Wanlin <awanlin@spotify.com>
2025-04-17 21:25:25 -05:00
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
Backstage Service Account 127938ecf8
Version Packages (#3580)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-04-11 16:12:54 +01:00
Bethany Griggs 4aad9f369c
deps: remove unused devDependency `canvas` (#3565)
* deps: remove unused devDependency `canvas`

Signed-off-by: Beth Griggs <bethanyngriggs@gmail.com>

* fixup! deps: remove unused devDependency `canvas`

Signed-off-by: Beth Griggs <bethanyngriggs@gmail.com>

---------

Signed-off-by: Beth Griggs <bethanyngriggs@gmail.com>
2025-04-11 06:56:43 -05:00
Backstage Service Account ccda4b76b5
Version Packages (#3328)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-03-22 13:16:24 -05:00
Backstage Service Account ffc21e64ba
v1.37.0 version bump (#3321)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-03-22 13:05:50 -05:00
Kashish Mittal ed0156311a
clean-up: remove false positives from knip reports (#3018)
* clean-up: remove false positives from knip reports

Signed-off-by: Kashish Mittal <kmittal@redhat.com>

* yarn dedupe

Signed-off-by: Kashish Mittal <kmittal@redhat.com>

* fix tests

Signed-off-by: Kashish Mittal <kmittal@redhat.com>

* fix failing tests

Signed-off-by: Kashish Mittal <kmittal@redhat.com>

* yarn dedupe

Signed-off-by: Kashish Mittal <kmittal@redhat.com>

---------

Signed-off-by: Kashish Mittal <kmittal@redhat.com>
2025-03-11 09:15:01 -05:00
Backstage Service Account ce2deec92d
Version Packages (#3071)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-02-28 18:27:02 -06:00
Backstage Service Account 8a7dfe2768
v1.36.1 version bump (#3060)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-02-28 18:16:58 -06:00
Juan Pablo Garcia Ripa ddd2878e14
update yarn to v4 (#2519)
* add yarn update docs and script

Signed-off-by: Juan Pablo Garcia Ripa <sarabadu@gmail.com>

* update docs

Signed-off-by: Juan Pablo Garcia Ripa <sarabadu@gmail.com>

* add contributing note

Signed-off-by: Juan Pablo Garcia Ripa <sarabadu@gmail.com>

* update yarn to v4

Signed-off-by: Juan Pablo Garcia Ripa <sarabadu@gmail.com>

* update lockfile on every workspace

Signed-off-by: Juan Pablo Garcia Ripa <sarabadu@gmail.com>

* declare existing csstype resolutions

Signed-off-by: Juan Pablo Garcia Ripa <sarabadu@gmail.com>

* dedupe workspaces

Signed-off-by: Juan Pablo Garcia Ripa <sarabadu@gmail.com>

* disable lint issues

Signed-off-by: Juan Pablo Garcia Ripa <sarabadu@gmail.com>

---------

Signed-off-by: Juan Pablo Garcia Ripa <sarabadu@gmail.com>
2025-02-13 00:25:26 +01:00
Backstage Service Account dd20ca86ab
Version Packages (#2706)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-02-01 13:42:45 -06:00
Backstage Service Account c43def0bd7
v1.35.1 version bump (#2689)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-02-01 13:28:28 -06:00
Backstage Service Account a645b20c65
Version Packages (#2314)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-12-23 18:07:51 -06:00
Backstage Service Account 645cc2eea9
gitops-profiles - version:bump to v1.34.1 (#2292)
* v1.34.1 version bump

* Manual changes

Signed-off-by: Andre Wanlin <awanlin@spotify.com>

---------

Signed-off-by: Andre Wanlin <awanlin@spotify.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Andre Wanlin <awanlin@spotify.com>
2024-12-23 17:55:57 -06:00
Kashish Mittal c4c7903858
make knip a devDependency (#2025)
* move knip to devDependencies

Signed-off-by: Kashish Mittal <kmittal@redhat.com>

* fix rbac ci failures

Signed-off-by: Kashish Mittal <kmittal@redhat.com>

---------

Signed-off-by: Kashish Mittal <kmittal@redhat.com>
Signed-off-by: Kashish Mittal <113269381+04kash@users.noreply.github.com>
2024-12-13 13:08:12 +01:00
Backstage Service Account 0efe31b1d8
Version Packages (#2108)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-11-29 14:09:32 -06:00
Arshad Kazmi 6cd4e02073
Fix broken docker hub url (#1951)
* Fix broken docker hub url

Signed-off-by: Arshad Kazmi <arshadkazmi42@gmail.com>

* Added changeset

Signed-off-by: Arshad Kazmi <arshadkazmi42@gmail.com>

---------

Signed-off-by: Arshad Kazmi <arshadkazmi42@gmail.com>
Co-authored-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
2024-11-29 19:48:16 +00:00
Christoph Jerolimov e5cd1d3dea
chore(ci): ignore private repositories (esp. backstage app, backend) when release plugins (#1510)
Signed-off-by: Christoph Jerolimov <jerolimov+git@redhat.com>
Co-authored-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
2024-11-04 16:48:25 +00:00
Backstage Service Account 031679f9ab
Version Packages (#1639)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-10-19 07:51:00 -05:00
Backstage Service Account bdd53bc0ab
gitops-profiles - version:bump to v1.32.2 (#1633)
* v1.32.2 version bump

* Updated API Report

Signed-off-by: Andre Wanlin <awanlin@spotify.com>

---------

Signed-off-by: Andre Wanlin <awanlin@spotify.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Andre Wanlin <awanlin@spotify.com>
2024-10-19 07:43:44 -05:00
Backstage Service Account 431858e881
Version Packages (#1434)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-09-28 19:16:34 +02:00
Backstage Service Account c35b9c4f4e
v1.31.2 version bump (#1432)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-09-28 19:09:13 +02:00
Vincenzo Scamporlino f9f17d39bc chore: fix workspace eslintrc files
Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
2024-09-24 11:13:37 +02:00
github-actions[bot] ae57e9fba5 Version Packages 2024-08-27 15:09:15 +00:00
Kashish Mittal 41a136a96e Fix duplicate packages in yarn.lock
Signed-off-by: Kashish Mittal <kmittal@redhat.com>
2024-08-26 19:11:06 -04:00
Kashish Mittal 465894b130 fixed prettier issues
Signed-off-by: Kashish Mittal <kmittal@redhat.com>
2024-08-26 18:42:50 -04:00
Kashish Mittal 2668efd60d added script to generate knip reports
Signed-off-by: Kashish Mittal <kmittal@redhat.com>
2024-08-26 18:20:13 -04:00
github-actions[bot] aa6475bc3e v1.30.2 version bump 2024-08-24 13:37:04 +00:00
Phil Kuang 554176526f chore(lint-staged): setup precommit hook
Signed-off-by: Phil Kuang <pkuang@factset.com>
2024-08-14 13:18:23 -04:00
github-actions[bot] 4e791519c3 Version Packages 2024-07-25 19:07:05 +00:00
Andre Wanlin c5930805e1 Manual changes
Signed-off-by: Andre Wanlin <awanlin@spotify.com>
2024-07-25 13:15:37 -05:00
github-actions[bot] e8f12be428 v1.29.2 version bump 2024-07-25 16:57:32 +00:00
Renovate Bot 6117944fb6 chore(deps): update dependency @spotify/prettier-config to v15
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2024-04-29 10:35:01 +00:00
blam 0bb469a3c3 chore: fix ip dependency
Signed-off-by: blam <ben@blam.sh>
2024-04-24 14:29:23 +02:00
blam cdfc2e8305 chore: fix msql
Signed-off-by: blam <ben@blam.sh>
2024-04-24 14:23:51 +02:00
blam 3601a98c8d chore: fixing api-reports
Signed-off-by: blam <ben@blam.sh>
2024-04-23 11:58:56 +02:00
blam 1d665215ee chore: fix workspaces
Signed-off-by: blam <ben@blam.sh>
2024-04-23 11:58:28 +02:00
blam 3ed630a7cc chore: fix newline
Signed-off-by: blam <ben@blam.sh>

Signed-off-by: blam <ben@blam.sh>
2024-04-23 11:58:28 +02:00
blam 6c0be994f2 chore: fix all workspaces to have api-reports
Signed-off-by: blam <ben@blam.sh>
2024-04-23 11:58:27 +02:00
renovate[bot] 65c60e930e
chore(deps): update dependency node-gyp to v10
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-22 16:13:20 +00:00
github-actions[bot] c166d236b5 Version Packages 2024-04-19 08:32:22 +00:00
blam 193a2a35a8 feat: migrate workspaces
Signed-off-by: blam <ben@blam.sh>

Signed-off-by: blam <ben@blam.sh>
2024-04-19 10:24:22 +02:00