@backstage/repo-tools 0.13.0 → 0.13.1-next.1

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,5 +1,27 @@
1
1
  # @backstage/repo-tools
2
2
 
3
+ ## 0.13.1-next.1
4
+
5
+ ### Patch Changes
6
+
7
+ - c7a58b2: Fix issue where generate-patch incorrectly encodes the locator not aligning with result of yarn patch
8
+ - Updated dependencies
9
+ - @backstage/backend-plugin-api@1.2.1-next.1
10
+ - @backstage/catalog-model@1.7.3
11
+ - @backstage/cli-common@0.1.15
12
+ - @backstage/cli-node@0.2.13
13
+ - @backstage/config-loader@1.9.6
14
+ - @backstage/errors@1.2.7
15
+
16
+ ## 0.13.1-next.0
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies
21
+ - @backstage/backend-plugin-api@1.2.1-next.0
22
+ - @backstage/cli-node@0.2.13
23
+ - @backstage/config-loader@1.9.6
24
+
3
25
  ## 0.13.0
4
26
 
5
27
  ### Minor Changes
@@ -174,12 +174,7 @@ async function generatePatch$1(ctx, targetArchive, version) {
174
174
  await fs__default.default.ensureDir(patchDir);
175
175
  await fs__default.default.writeFile(path.join(patchDir, name), patch, "utf8");
176
176
  const locator = `${ctx.sourcePkg.packageJson.name}@npm:${version}`;
177
- return `patch:${encodeURIComponent(locator)}#${path.posix.join(
178
- ".",
179
- ".yarn",
180
- "patches",
181
- name
182
- )}`;
177
+ return `patch:${locator}#${path.posix.join(".", ".yarn", "patches", name)}`;
183
178
  }
184
179
  function tryParsePatchResolution(value) {
185
180
  if (!value) {
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var version = "0.13.0";
3
+ var version = "0.13.1-next.1";
4
4
 
5
5
  exports.version = version;
6
6
  //# sourceMappingURL=package.json.cjs.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/repo-tools",
3
- "version": "0.13.0",
3
+ "version": "0.13.1-next.1",
4
4
  "description": "CLI for Backstage repo tooling ",
5
5
  "backstage": {
6
6
  "role": "cli"
@@ -43,12 +43,12 @@
43
43
  "dependencies": {
44
44
  "@apidevtools/swagger-parser": "^10.1.0",
45
45
  "@apisyouwonthate/style-guide": "^1.4.0",
46
- "@backstage/backend-plugin-api": "^1.2.0",
47
- "@backstage/catalog-model": "^1.7.3",
48
- "@backstage/cli-common": "^0.1.15",
49
- "@backstage/cli-node": "^0.2.13",
50
- "@backstage/config-loader": "^1.9.6",
51
- "@backstage/errors": "^1.2.7",
46
+ "@backstage/backend-plugin-api": "1.2.1-next.1",
47
+ "@backstage/catalog-model": "1.7.3",
48
+ "@backstage/cli-common": "0.1.15",
49
+ "@backstage/cli-node": "0.2.13",
50
+ "@backstage/config-loader": "1.9.6",
51
+ "@backstage/errors": "1.2.7",
52
52
  "@electric-sql/pglite": "^0.2.15",
53
53
  "@manypkg/get-packages": "^1.1.3",
54
54
  "@microsoft/api-documenter": "^7.25.7",
@@ -84,9 +84,9 @@
84
84
  "yaml-diff-patch": "^2.0.0"
85
85
  },
86
86
  "devDependencies": {
87
- "@backstage/backend-test-utils": "^1.3.0",
88
- "@backstage/cli": "^0.30.0",
89
- "@backstage/types": "^1.2.1",
87
+ "@backstage/backend-test-utils": "1.3.1-next.1",
88
+ "@backstage/cli": "0.30.1-next.0",
89
+ "@backstage/types": "1.2.1",
90
90
  "@types/is-glob": "^4.0.2",
91
91
  "@types/node": "^20.16.0",
92
92
  "@types/prettier": "^2.0.0",