-
Notifications
You must be signed in to change notification settings - Fork 3
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [@azure/identity](https://github.com/Azure/azure-sdk-for-js) from 4.0.0 to 4.4.0. - [Release notes](https://github.com/Azure/azure-sdk-for-js/releases) - [Changelog](https://github.com/Azure/azure-sdk-for-js/blob/main/documentation/Changelog-for-next-generation.md) - [Commits](https://github.com/Azure/azure-sdk-for-js/compare/@azure/identity_4.0.0...@azure/identity_4.4.0) --- updated-dependencies: - dependency-name: "@azure/identity" dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
🦋 Changeset detectedLatest commit: 56b3651 The changes in this PR will be included in the next version bump. This PR includes changesets to release 4 packages
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 |
ivangonzalezacuna
force-pushed
the
bump-backstage
branch
from
September 9, 2024 07:55
f509643
to
783b13c
Compare
ivangonzalezacuna
force-pushed
the
bump-backstage
branch
from
September 10, 2024 14:49
0c5a420
to
6bf0f0e
Compare
heyLu
reviewed
Sep 12, 2024
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.
ivangonzalezacuna
force-pushed
the
bump-backstage
branch
from
September 13, 2024 11:17
6bf0f0e
to
7e73cfc
Compare
heyLu
approved these changes
Sep 17, 2024
ivangonzalezacuna
force-pushed
the
bump-backstage
branch
from
September 17, 2024 11:35
7e73cfc
to
8c4c2bb
Compare
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
force-pushed
the
bump-backstage
branch
from
September 17, 2024 11:36
8c4c2bb
to
56b3651
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 containpackages
and possiblyexamples
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