Version Packages (next)
This commit is contained in:
@@ -1,5 +1,29 @@
|
||||
# @backstage/plugin-scaffolder-backend
|
||||
|
||||
## 1.6.0-next.2
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- d1f7ba58e3: Added `repositoryId` output when create a repository in Azure
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- eadf56bbbf: Bump `git-url-parse` version to `^13.0.0`
|
||||
- 096631e571: Added support for handling broken symlinks within the scaffolder backend. This is intended for templates that may hold a symlink that is invalid at build time but valid within the destination repo.
|
||||
- 667d917488: Updated dependency `msw` to `^0.47.0`.
|
||||
- 87ec2ba4d6: Updated dependency `msw` to `^0.46.0`.
|
||||
- 6b9f6c0a4d: Added alpha `scaffolderPlugin` to be used with experimental backend system.
|
||||
- 83c037cd46: Disable octokit throttling in publish:github:pull-request
|
||||
- 2cbd533426: Uptake the `IdentityApi` change to use `getIdentity` instead of `authenticate` for retrieving the logged in users identity.
|
||||
- Updated dependencies
|
||||
- @backstage/backend-plugin-api@0.1.2-next.1
|
||||
- @backstage/plugin-catalog-node@1.0.2-next.1
|
||||
- @backstage/backend-common@0.15.1-next.2
|
||||
- @backstage/integration@1.3.1-next.1
|
||||
- @backstage/plugin-catalog-backend@1.4.0-next.2
|
||||
- @backstage/plugin-auth-node@0.2.5-next.2
|
||||
- @backstage/catalog-client@1.0.5-next.1
|
||||
|
||||
## 1.6.0-next.1
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/plugin-scaffolder-backend",
|
||||
"description": "The Backstage backend plugin that helps you create new things",
|
||||
"version": "1.6.0-next.1",
|
||||
"version": "1.6.0-next.2",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -34,16 +34,16 @@
|
||||
"build:assets": "node scripts/build-nunjucks.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/backend-common": "^0.15.1-next.1",
|
||||
"@backstage/backend-plugin-api": "^0.1.2-next.0",
|
||||
"@backstage/catalog-client": "^1.0.5-next.0",
|
||||
"@backstage/backend-common": "^0.15.1-next.2",
|
||||
"@backstage/backend-plugin-api": "^0.1.2-next.1",
|
||||
"@backstage/catalog-client": "^1.0.5-next.1",
|
||||
"@backstage/catalog-model": "^1.1.0",
|
||||
"@backstage/config": "^1.0.1",
|
||||
"@backstage/errors": "^1.1.0",
|
||||
"@backstage/integration": "^1.3.1-next.0",
|
||||
"@backstage/plugin-auth-node": "^0.2.5-next.1",
|
||||
"@backstage/plugin-catalog-backend": "^1.4.0-next.1",
|
||||
"@backstage/plugin-catalog-node": "^1.0.2-next.0",
|
||||
"@backstage/integration": "^1.3.1-next.1",
|
||||
"@backstage/plugin-auth-node": "^0.2.5-next.2",
|
||||
"@backstage/plugin-catalog-backend": "^1.4.0-next.2",
|
||||
"@backstage/plugin-catalog-node": "^1.0.2-next.1",
|
||||
"@backstage/plugin-scaffolder-common": "^1.2.0-next.0",
|
||||
"@backstage/types": "^1.0.0",
|
||||
"@gitbeaker/core": "^35.6.0",
|
||||
@@ -79,8 +79,8 @@
|
||||
"zod": "^3.11.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/backend-test-utils": "^0.1.28-next.1",
|
||||
"@backstage/cli": "^0.19.0-next.1",
|
||||
"@backstage/backend-test-utils": "^0.1.28-next.2",
|
||||
"@backstage/cli": "^0.19.0-next.2",
|
||||
"@types/command-exists": "^1.2.0",
|
||||
"@types/fs-extra": "^9.0.1",
|
||||
"@types/git-url-parse": "^9.0.0",
|
||||
|
||||
Reference in New Issue
Block a user