@spotify/backstage-plugin-soundcheck-backend-module-github 0.7.8 → 0.7.10

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 +33 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,38 @@
1
1
  # @spotify/backstage-plugin-soundcheck-backend-module-github
2
2
 
3
+ ## 0.7.10
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - Updated dependencies
9
+ - Updated dependencies
10
+ - Updated dependencies
11
+ - Updated dependencies
12
+ - Updated dependencies
13
+ - @spotify/backstage-plugin-soundcheck-common@0.18.0
14
+ - @spotify/backstage-plugin-soundcheck-node@0.9.10
15
+
16
+ ## 0.7.9
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies
21
+ - Updated dependencies
22
+ - Updated dependencies
23
+ - Updated dependencies
24
+ - Updated dependencies
25
+ - Updated dependencies
26
+ - Updated dependencies
27
+ - Updated dependencies
28
+ - Updated dependencies
29
+ - Updated dependencies
30
+ - Updated dependencies
31
+ - Updated dependencies
32
+ - Updated dependencies
33
+ - @spotify/backstage-plugin-soundcheck-node@0.9.9
34
+ - @spotify/backstage-plugin-soundcheck-common@0.17.0
35
+
3
36
  ## 0.7.8
4
37
 
5
38
  ### Patch Changes
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.7.8",
4
+ "version": "0.7.10",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "homepage": "https://backstage.spotify.com",
7
7
  "main": "dist/index.cjs.js",
@@ -27,24 +27,24 @@
27
27
  "postpack": "backstage-cli package postpack"
28
28
  },
29
29
  "devDependencies": {
30
- "@backstage/backend-test-utils": "^1.4.0",
31
- "@backstage/cli": "^0.32.0",
32
- "@spotify/backstage-plugin-soundcheck-backend": "^0.19.7",
30
+ "@backstage/backend-test-utils": "^1.6.0",
31
+ "@backstage/cli": "^0.33.0",
32
+ "@spotify/backstage-plugin-soundcheck-backend": "^0.21.0",
33
33
  "@types/git-url-parse": "^9.0.0",
34
34
  "@types/luxon": "^3.0.1",
35
35
  "supertest": "^7.0.0"
36
36
  },
37
37
  "dependencies": {
38
- "@backstage/backend-plugin-api": "^1.3.0",
39
- "@backstage/catalog-model": "^1.7.3",
38
+ "@backstage/backend-plugin-api": "^1.4.0",
39
+ "@backstage/catalog-model": "^1.7.4",
40
40
  "@backstage/config": "^1.3.2",
41
41
  "@backstage/errors": "^1.2.7",
42
- "@backstage/integration": "^1.16.3",
42
+ "@backstage/integration": "^1.17.0",
43
43
  "@backstage/types": "^1.2.1",
44
44
  "@octokit/request-error": "^5.0.0",
45
45
  "@octokit/rest": "^20.0.0",
46
- "@spotify/backstage-plugin-soundcheck-common": "^0.16.3",
47
- "@spotify/backstage-plugin-soundcheck-node": "^0.9.8",
46
+ "@spotify/backstage-plugin-soundcheck-common": "^0.18.0",
47
+ "@spotify/backstage-plugin-soundcheck-node": "^0.9.10",
48
48
  "git-url-parse": "^16.0.0",
49
49
  "lodash": "^4.17.21",
50
50
  "luxon": "^3.1.1",