Merge remote-tracking branch 'upstream/master' into gh-3811-repo-url-file-registration

This commit is contained in:
Jussi Hallila
2021-01-18 19:30:22 +01:00
36 changed files with 425 additions and 197 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-org': patch
---
Fixed - normalizing strings for comparison when ignoring when one is in low case.
+11
View File
@@ -0,0 +1,11 @@
---
'@backstage/cli': patch
'@backstage/create-app': patch
'@backstage/plugin-catalog-backend': patch
'@backstage/plugin-catalog-import': patch
'@backstage/plugin-cloudbuild': patch
'@backstage/plugin-github-actions': patch
'@backstage/plugin-scaffolder-backend': patch
---
Get rid of all usages of @octokit/types, and bump the rest of the octokit dependencies to the latest version
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-graphiql': patch
---
Updated README
+12
View File
@@ -0,0 +1,12 @@
---
'example-backend': patch
'@backstage/create-app': patch
'@backstage/plugin-scaffolder-backend': patch
---
Bump the gitbeaker dependencies to 28.x.
To update your own installation, go through the `package.json` files of all of
your packages, and ensure that all dependencies on `@gitbeaker/node` or
`@gitbeaker/core` are at version `^28.0.2`. Then run `yarn install` at the root
of your repo.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/cli': patch
---
Handle no npm info
@@ -0,0 +1,5 @@
---
'@backstage/plugin-techdocs': patch
---
Use `history.pushState` for hash link navigation.