Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump backstage to 1.30.4 #119

Merged
merged 6 commits into from
Sep 17, 2024
Merged

Bump backstage to 1.30.4 #119

merged 6 commits into from
Sep 17, 2024

Conversation

ivangonzalezacuna
Copy link
Collaborator

@ivangonzalezacuna ivangonzalezacuna commented Sep 9, 2024

First of all, the dependencies have been bumped to backstage 1.30.4.

Then, I've replaced some of the deprecated methods. Mostly caused by the @backstage/backend-tasks and @backstage/backend-common being deprecated and soon removed. There are still a bunch being used, but we will replace them in a follow-up PR (explanation in the last paragraph).

Finally, and as suggested in this issue, the old backend system createRouter has to be deprecated. It will be removed completely in the next release.

Together with the removal of the old backend system, I would also suggest removing the standaloneServer completely (which has been broken for some time and it's being replaced by a new example application instead). Thanks to this, the last bunch of deprecations will be gone, as well as the unused packages. Some examples, which contain packages and possibly examples if some things are needed (like entity definitions, which is not needed for us):

PS: As a final task, I've merged the opened MRs to fix some of the security issues

Copy link

changeset-bot bot commented Sep 9, 2024

🦋 Changeset detected

Latest commit: 56b3651

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 4 packages
Name Type
@spreadshirt/backstage-plugin-s3-viewer-backend Patch
@spreadshirt/backstage-plugin-s3-viewer Patch
@spreadshirt/backstage-plugin-s3-viewer-common Patch
@spreadshirt/backstage-plugin-s3-viewer-node Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

.github/workflows/ci.yml Show resolved Hide resolved
plugins/s3-viewer-backend/src/service/router.ts Outdated Show resolved Hide resolved
.changeset/cool-rockets-confess.md Show resolved Hide resolved
As described here: backstage/community-plugins#1176

Added a deprecation note in the readme as well, and links to the new docs in
the deprecated types and methods.
This command has been removed. Use the yarn dedupe instead (if using yarn3, which is not the case).
Commented it out and added a TODO to not forget about it
Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.5 to 4.0.8.
- [Release notes](https://github.com/micromatch/micromatch/releases)
- [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md)
- [Commits](micromatch/micromatch@4.0.5...4.0.8)

---
updated-dependencies:
- dependency-name: micromatch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [webpack](https://github.com/webpack/webpack) from 5.88.2 to 5.94.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.88.2...v5.94.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
@ivangonzalezacuna ivangonzalezacuna merged commit ca71802 into main Sep 17, 2024
1 check passed
@ivangonzalezacuna ivangonzalezacuna deleted the bump-backstage branch September 17, 2024 11:38
@heyLu heyLu mentioned this pull request Sep 25, 2024
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