@spotify/backstage-plugin-soundcheck-backend-module-github 0.6.0 → 0.6.2

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
  # @spotify/backstage-plugin-soundcheck-backend-module-github
2
2
 
3
+ ## 0.6.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Minor fixes and improvements
8
+ - Update to Backstage v1.31.1
9
+ - Updated dependencies
10
+ - Updated dependencies
11
+ - Updated dependencies
12
+ - Updated dependencies
13
+ - Updated dependencies
14
+ - @spotify/backstage-plugin-soundcheck-common@0.14.1
15
+ - @spotify/backstage-plugin-soundcheck-node@0.8.2
16
+
17
+ ## 0.6.1
18
+
19
+ ### Patch Changes
20
+
21
+ - Upgraded Backstage to `v1.30.4`.
22
+ - Updated dependencies
23
+ - @spotify/backstage-plugin-soundcheck-node@0.8.1
24
+
3
25
  ## 0.6.0
4
26
 
5
27
  ### Minor Changes
package/dist/index.d.ts CHANGED
@@ -41,7 +41,7 @@ declare class GithubFactCollector implements ConfigurableFactCollector {
41
41
  }
42
42
 
43
43
  /** @alpha */
44
- declare const githubSoundcheckModule: _backstage_backend_plugin_api.BackendFeatureCompat;
44
+ declare const githubSoundcheckModule: _backstage_backend_plugin_api.BackendFeature;
45
45
 
46
46
  /**
47
47
  * Returns the check templates for the GitHub integration.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@spotify/backstage-plugin-soundcheck-backend-module-github",
3
3
  "description": "Soundcheck 3rd party integration with Github",
4
- "version": "0.6.0",
4
+ "version": "0.6.2",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "homepage": "https://backstage.spotify.com",
7
7
  "main": "dist/index.cjs.js",
@@ -24,25 +24,25 @@
24
24
  "postpack": "backstage-cli package postpack"
25
25
  },
26
26
  "devDependencies": {
27
- "@backstage/backend-test-utils": "^0.5.0",
28
- "@backstage/cli": "^0.27.0",
29
- "@spotify/backstage-plugin-soundcheck-backend": "^0.17.0",
27
+ "@backstage/backend-test-utils": "^1.0.0",
28
+ "@backstage/cli": "^0.27.1",
29
+ "@spotify/backstage-plugin-soundcheck-backend": "^0.17.2",
30
30
  "@types/git-url-parse": "^9.0.0",
31
31
  "@types/luxon": "^3.0.1",
32
32
  "supertest": "^7.0.0"
33
33
  },
34
34
  "dependencies": {
35
- "@backstage/backend-common": "^0.24.0",
36
- "@backstage/backend-plugin-api": "^0.8.0",
37
- "@backstage/catalog-model": "^1.6.0",
35
+ "@backstage/backend-common": "^0.25.0",
36
+ "@backstage/backend-plugin-api": "^1.0.0",
37
+ "@backstage/catalog-model": "^1.7.0",
38
38
  "@backstage/config": "^1.2.0",
39
39
  "@backstage/errors": "^1.2.4",
40
- "@backstage/integration": "^1.14.0",
40
+ "@backstage/integration": "^1.15.0",
41
41
  "@backstage/types": "^1.1.1",
42
42
  "@octokit/request-error": "^5.0.0",
43
43
  "@octokit/rest": "^20.0.0",
44
- "@spotify/backstage-plugin-soundcheck-common": "^0.14.0",
45
- "@spotify/backstage-plugin-soundcheck-node": "^0.8.0",
44
+ "@spotify/backstage-plugin-soundcheck-common": "^0.14.1",
45
+ "@spotify/backstage-plugin-soundcheck-node": "^0.8.2",
46
46
  "git-url-parse": "^15.0.0",
47
47
  "lodash": "^4.17.21",
48
48
  "luxon": "^3.1.1",