@backstage/plugin-scaffolder-backend 0.0.0-nightly-2021102522541 → 0.0.0-nightly-2021103021730

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.
package/CHANGELOG.md CHANGED
@@ -1,15 +1,28 @@
1
1
  # @backstage/plugin-scaffolder-backend
2
2
 
3
- ## 0.0.0-nightly-2021102522541
3
+ ## 0.0.0-nightly-2021103021730
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - b055a6addc: Align on usage of `cross-fetch` vs `node-fetch` in frontend vs backend packages, and remove some unnecessary imports of either one of them
8
+ - Updated dependencies
9
+ - @backstage/integration@0.0.0-nightly-2021103021730
10
+ - @backstage/plugin-catalog-backend@0.0.0-nightly-2021103021730
11
+ - @backstage/plugin-scaffolder-backend-module-cookiecutter@0.0.0-nightly-2021103021730
12
+ - @backstage/backend-common@0.0.0-nightly-2021103021730
13
+
14
+ ## 0.15.14
15
+
16
+ ### Patch Changes
17
+
18
+ - a096e4c4d7: Switched to executing scaffolder templating in a secure context for any template based on nunjucks, as it is [not secure by default](https://mozilla.github.io/nunjucks/api.html#user-defined-templates-warning).
19
+ - f9352ab606: Removed all usages of `path.resolve` in order to ensure that template paths are resolved in a safe way.
7
20
  - e634a47ce5: Fix bug where there was error log lines written when failing to `JSON.parse` things that were not `JSON` values.
8
21
  - 42ebbc18c0: Bump gitbeaker to the latest version
9
22
  - Updated dependencies
10
- - @backstage/errors@0.0.0-nightly-2021102522541
11
- - @backstage/plugin-catalog-backend@0.0.0-nightly-2021102522541
12
- - @backstage/backend-common@0.0.0-nightly-2021102522541
23
+ - @backstage/errors@0.1.5
24
+ - @backstage/plugin-catalog-backend@0.18.0
25
+ - @backstage/backend-common@0.9.11
13
26
 
14
27
  ## 0.15.13
15
28