Merge branch 'master' into feat/add-devtools-extension
Signed-off-by: secustor <sebastian@poxhofer.at> # Conflicts: # plugins/catalog-unprocessed-entities/package.json # plugins/devtools/report-alpha.api.md # plugins/devtools/src/alpha/plugin.tsx # yarn.lock
This commit is contained in:
@@ -1,5 +1,46 @@
|
||||
# @backstage/plugin-devtools-backend
|
||||
|
||||
## 0.5.12-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-defaults@0.14.0-next.0
|
||||
- @backstage/backend-plugin-api@1.5.1-next.0
|
||||
- @backstage/cli-common@0.1.16-next.0
|
||||
- @backstage/plugin-permission-node@0.10.7-next.0
|
||||
- @backstage/config@1.3.6
|
||||
- @backstage/config-loader@1.10.7-next.0
|
||||
- @backstage/errors@1.2.7
|
||||
- @backstage/types@1.2.2
|
||||
- @backstage/plugin-devtools-common@0.1.19
|
||||
- @backstage/plugin-permission-common@0.9.3
|
||||
|
||||
## 0.5.11
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 05f60e1: Refactored constructor parameter properties to explicit property declarations for compatibility with TypeScript's `erasableSyntaxOnly` setting. This internal refactoring maintains all existing functionality while ensuring TypeScript compilation compatibility.
|
||||
- Updated dependencies
|
||||
- @backstage/backend-defaults@0.13.1
|
||||
- @backstage/backend-plugin-api@1.5.0
|
||||
- @backstage/plugin-permission-common@0.9.3
|
||||
- @backstage/plugin-devtools-common@0.1.19
|
||||
- @backstage/config-loader@1.10.6
|
||||
- @backstage/config@1.3.6
|
||||
- @backstage/plugin-permission-node@0.10.6
|
||||
|
||||
## 0.5.11-next.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies
|
||||
- @backstage/backend-defaults@0.13.1-next.1
|
||||
- @backstage/backend-plugin-api@1.5.0-next.1
|
||||
- @backstage/plugin-permission-common@0.9.3-next.1
|
||||
- @backstage/plugin-devtools-common@0.1.19-next.1
|
||||
- @backstage/plugin-permission-node@0.10.6-next.1
|
||||
|
||||
## 0.5.11-next.0
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@backstage/plugin-devtools-backend",
|
||||
"version": "0.5.11-next.0",
|
||||
"version": "0.5.12-next.0",
|
||||
"backstage": {
|
||||
"role": "backend-plugin",
|
||||
"pluginId": "devtools",
|
||||
@@ -52,7 +52,7 @@
|
||||
"@manypkg/get-packages": "^1.1.3",
|
||||
"@yarnpkg/lockfile": "^1.1.0",
|
||||
"@yarnpkg/parsers": "^3.0.0",
|
||||
"express": "^4.18.1",
|
||||
"express": "^4.22.0",
|
||||
"express-promise-router": "^4.1.0",
|
||||
"fs-extra": "^11.0.0",
|
||||
"lodash": "^4.17.21",
|
||||
|
||||
Reference in New Issue
Block a user