@backstage/plugin-scaffolder-backend 3.1.3 → 3.1.4-next.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/package.json +19 -33
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @backstage/plugin-scaffolder-backend
2
2
 
3
+ ## 3.1.4-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - 4e39e63: Removed unused dependencies
8
+ - Updated dependencies
9
+ - @backstage/integration@1.21.0-next.0
10
+ - @backstage/plugin-catalog-node@2.1.0-next.0
11
+ - @backstage/backend-plugin-api@1.7.1-next.0
12
+ - @backstage/backend-openapi-utils@0.6.7-next.0
13
+ - @backstage/catalog-model@1.7.6
14
+ - @backstage/config@1.3.6
15
+ - @backstage/errors@1.2.7
16
+ - @backstage/types@1.2.2
17
+ - @backstage/plugin-events-node@0.4.20-next.0
18
+ - @backstage/plugin-permission-common@0.9.6
19
+ - @backstage/plugin-permission-node@0.10.11-next.0
20
+ - @backstage/plugin-scaffolder-common@1.7.7-next.0
21
+ - @backstage/plugin-scaffolder-node@0.12.6-next.0
22
+
3
23
  ## 3.1.3
4
24
 
5
25
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-backend",
3
- "version": "3.1.3",
3
+ "version": "3.1.4-next.0",
4
4
  "description": "The Backstage backend plugin that helps you create new things",
5
5
  "backstage": {
6
6
  "role": "backend-plugin",
@@ -77,33 +77,21 @@
77
77
  "test": "backstage-cli package test"
78
78
  },
79
79
  "dependencies": {
80
- "@backstage/backend-openapi-utils": "^0.6.6",
81
- "@backstage/backend-plugin-api": "^1.7.0",
82
- "@backstage/catalog-model": "^1.7.6",
83
- "@backstage/config": "^1.3.6",
84
- "@backstage/errors": "^1.2.7",
85
- "@backstage/integration": "^1.20.0",
86
- "@backstage/plugin-auth-node": "^0.6.13",
87
- "@backstage/plugin-bitbucket-cloud-common": "^0.3.7",
88
- "@backstage/plugin-catalog-backend-module-scaffolder-entity-model": "^0.2.17",
89
- "@backstage/plugin-catalog-node": "^2.0.0",
90
- "@backstage/plugin-events-node": "^0.4.19",
91
- "@backstage/plugin-permission-common": "^0.9.6",
92
- "@backstage/plugin-permission-node": "^0.10.10",
93
- "@backstage/plugin-scaffolder-backend-module-azure": "^0.2.18",
94
- "@backstage/plugin-scaffolder-backend-module-bitbucket": "^0.3.19",
95
- "@backstage/plugin-scaffolder-backend-module-bitbucket-cloud": "^0.3.3",
96
- "@backstage/plugin-scaffolder-backend-module-bitbucket-server": "^0.2.18",
97
- "@backstage/plugin-scaffolder-backend-module-gerrit": "^0.2.18",
98
- "@backstage/plugin-scaffolder-backend-module-gitea": "^0.2.18",
99
- "@backstage/plugin-scaffolder-backend-module-github": "^0.9.6",
100
- "@backstage/plugin-scaffolder-backend-module-gitlab": "^0.11.3",
101
- "@backstage/plugin-scaffolder-common": "^1.7.6",
102
- "@backstage/plugin-scaffolder-node": "^0.12.5",
103
- "@backstage/types": "^1.2.2",
80
+ "@backstage/backend-openapi-utils": "0.6.7-next.0",
81
+ "@backstage/backend-plugin-api": "1.7.1-next.0",
82
+ "@backstage/catalog-model": "1.7.6",
83
+ "@backstage/config": "1.3.6",
84
+ "@backstage/errors": "1.2.7",
85
+ "@backstage/integration": "1.21.0-next.0",
86
+ "@backstage/plugin-catalog-node": "2.1.0-next.0",
87
+ "@backstage/plugin-events-node": "0.4.20-next.0",
88
+ "@backstage/plugin-permission-common": "0.9.6",
89
+ "@backstage/plugin-permission-node": "0.10.11-next.0",
90
+ "@backstage/plugin-scaffolder-common": "1.7.7-next.0",
91
+ "@backstage/plugin-scaffolder-node": "0.12.6-next.0",
92
+ "@backstage/types": "1.2.2",
104
93
  "@opentelemetry/api": "^1.9.0",
105
94
  "@types/luxon": "^3.0.0",
106
- "concat-stream": "^2.0.0",
107
95
  "express": "^4.22.0",
108
96
  "fs-extra": "^11.2.0",
109
97
  "globby": "^11.0.0",
@@ -115,7 +103,6 @@
115
103
  "logform": "^2.3.2",
116
104
  "luxon": "^3.0.0",
117
105
  "nunjucks": "^3.2.3",
118
- "p-limit": "^3.1.0",
119
106
  "p-queue": "^6.6.2",
120
107
  "prom-client": "^15.0.0",
121
108
  "triple-beam": "^1.4.1",
@@ -128,12 +115,11 @@
128
115
  "zod-to-json-schema": "^3.25.1"
129
116
  },
130
117
  "devDependencies": {
131
- "@backstage/backend-app-api": "^1.5.0",
132
- "@backstage/backend-defaults": "^0.15.2",
133
- "@backstage/backend-test-utils": "^1.11.0",
134
- "@backstage/cli": "^0.35.4",
135
- "@backstage/plugin-scaffolder-node-test-utils": "^0.3.8",
136
- "@backstage/repo-tools": "^0.16.4",
118
+ "@backstage/backend-defaults": "0.15.3-next.0",
119
+ "@backstage/backend-test-utils": "1.11.1-next.0",
120
+ "@backstage/cli": "0.35.5-next.0",
121
+ "@backstage/plugin-scaffolder-node-test-utils": "0.3.9-next.0",
122
+ "@backstage/repo-tools": "0.16.6-next.0",
137
123
  "@types/express": "^4.17.6",
138
124
  "@types/fs-extra": "^11.0.0",
139
125
  "@types/nunjucks": "^3.1.4",