heroku 7.60.1 → 7.63.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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,65 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [7.63.0](https://github.com/heroku/cli/compare/v7.62.0...v7.63.0) (2022-08-31)
7
+
8
+ **Note:** Version bump only for package heroku
9
+
10
+
11
+
12
+
13
+
14
+ # [7.62.0](https://github.com/heroku/cli/compare/v7.60.2...v7.62.0) (2022-08-04)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * **certs-v5:** Removing references to SSL endpoints in the CLI ([#1885](https://github.com/heroku/cli/issues/1885)) ([94c1d98](https://github.com/heroku/cli/commit/94c1d98dfb171824e7aea8c9377ad68dae79caca))
20
+ * upgrade @oclif/command from 1.5.18 to 1.8.0 ([#1890](https://github.com/heroku/cli/issues/1890)) ([297531c](https://github.com/heroku/cli/commit/297531cabc2474ddb025f9b952d10bb5345cf11d))
21
+ * upgrade @oclif/command from 1.8.0 to 1.8.16 ([#2026](https://github.com/heroku/cli/issues/2026)) ([cbfdb0c](https://github.com/heroku/cli/commit/cbfdb0c8303d6ed752681203b8f6491a55397b6c))
22
+ * upgrade @oclif/plugin-plugins from 1.7.9 to 1.10.1 ([#1889](https://github.com/heroku/cli/issues/1889)) ([2a135cc](https://github.com/heroku/cli/commit/2a135cc931d714aa9d739b953d6ed056ce215ef2))
23
+ * upgrade @oclif/plugin-update from 1.3.9 to 1.5.0 ([#1892](https://github.com/heroku/cli/issues/1892)) ([ad3c97c](https://github.com/heroku/cli/commit/ad3c97c0a7d16a14d8b50f3f2f3d4bf3a70a662b))
24
+
25
+
26
+
27
+
28
+
29
+ ## [7.61.1](https://github.com/heroku/cli/compare/v7.60.2...v7.61.1) (2022-08-03)
30
+
31
+
32
+ ### Bug Fixes
33
+
34
+ * upgrade @oclif/command from 1.5.18 to 1.8.0 ([#1890](https://github.com/heroku/cli/issues/1890)) ([297531c](https://github.com/heroku/cli/commit/297531cabc2474ddb025f9b952d10bb5345cf11d))
35
+ * upgrade @oclif/command from 1.8.0 to 1.8.16 ([#2026](https://github.com/heroku/cli/issues/2026)) ([cbfdb0c](https://github.com/heroku/cli/commit/cbfdb0c8303d6ed752681203b8f6491a55397b6c))
36
+ * upgrade @oclif/plugin-plugins from 1.7.9 to 1.10.1 ([#1889](https://github.com/heroku/cli/issues/1889)) ([2a135cc](https://github.com/heroku/cli/commit/2a135cc931d714aa9d739b953d6ed056ce215ef2))
37
+ * upgrade @oclif/plugin-update from 1.3.9 to 1.5.0 ([#1892](https://github.com/heroku/cli/issues/1892)) ([ad3c97c](https://github.com/heroku/cli/commit/ad3c97c0a7d16a14d8b50f3f2f3d4bf3a70a662b))
38
+
39
+
40
+
41
+
42
+
43
+ # [7.61.0](https://github.com/heroku/cli/compare/v7.60.2...v7.61.0) (2022-08-03)
44
+
45
+
46
+ ### Bug Fixes
47
+
48
+ * upgrade @oclif/command from 1.5.18 to 1.8.0 ([#1890](https://github.com/heroku/cli/issues/1890)) ([297531c](https://github.com/heroku/cli/commit/297531cabc2474ddb025f9b952d10bb5345cf11d))
49
+ * upgrade @oclif/command from 1.8.0 to 1.8.16 ([#2026](https://github.com/heroku/cli/issues/2026)) ([cbfdb0c](https://github.com/heroku/cli/commit/cbfdb0c8303d6ed752681203b8f6491a55397b6c))
50
+ * upgrade @oclif/plugin-plugins from 1.7.9 to 1.10.1 ([#1889](https://github.com/heroku/cli/issues/1889)) ([2a135cc](https://github.com/heroku/cli/commit/2a135cc931d714aa9d739b953d6ed056ce215ef2))
51
+ * upgrade @oclif/plugin-update from 1.3.9 to 1.5.0 ([#1892](https://github.com/heroku/cli/issues/1892)) ([ad3c97c](https://github.com/heroku/cli/commit/ad3c97c0a7d16a14d8b50f3f2f3d4bf3a70a662b))
52
+
53
+
54
+
55
+
56
+
57
+ ## [7.60.2](https://github.com/heroku/cli/compare/v7.60.1...v7.60.2) (2022-04-27)
58
+
59
+ **Note:** Version bump only for package heroku
60
+
61
+
62
+
63
+
64
+
6
65
  ## [7.60.1](https://github.com/heroku/cli/compare/v7.60.0...v7.60.1) (2022-03-31)
7
66
 
8
67
 
package/README.md CHANGED
@@ -87,6 +87,21 @@ This project is built with [lerna](https://lerna.js.org/). The core plugins are
87
87
 
88
88
  The standard `oclif` `./bin/run` script serves as your entry point to the CLI in your local development environment.
89
89
 
90
+ Testing
91
+ =======
92
+
93
+ Run all tests with `lerna run test`.
94
+
95
+ Run one test, in this case plugin-certs-v5, with `lerna run --scope @heroku-cli/plugin-certs-v5 test`.
96
+
97
+ ## Debugging
98
+
99
+ Using WebStorm (from Jetbrains / IntelliJ), you can run/debug an individual test case.
100
+
101
+ - Create a new run/debug configuration
102
+ - Select the 'Mocha' type
103
+ - Set the working directory to the directory of the package you are using. (i.e. ~/Heroku/Repos/cli/packages/certs-v5)
104
+
90
105
  Releasing
91
106
  =========
92
107
  See the [Heroku CLI Release Steps](https://salesforce.quip.com/aPLDA1ZwjNlW).
@@ -1 +1 @@
1
- {"version":"7.60.1","commands":{}}
1
+ {"version":"7.63.0","commands":{}}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "heroku",
3
3
  "description": "CLI to interact with Heroku",
4
- "version": "7.60.1",
4
+ "version": "7.63.0",
5
5
  "author": "Jeff Dickey @jdxcode",
6
6
  "bin": {
7
7
  "heroku": "./bin/run"
@@ -10,40 +10,40 @@
10
10
  "dependencies": {
11
11
  "@heroku-cli/color": "1.1.14",
12
12
  "@heroku-cli/command": "^8.4.1",
13
- "@heroku-cli/plugin-addons-v5": "^7.54.0",
14
- "@heroku-cli/plugin-apps": "^7.60.0",
15
- "@heroku-cli/plugin-apps-v5": "^7.60.0",
13
+ "@heroku-cli/plugin-addons-v5": "^7.62.0",
14
+ "@heroku-cli/plugin-apps": "^7.62.0",
15
+ "@heroku-cli/plugin-apps-v5": "^7.62.0",
16
16
  "@heroku-cli/plugin-auth": "^7.60.0",
17
17
  "@heroku-cli/plugin-autocomplete": "^7.60.0",
18
- "@heroku-cli/plugin-buildpacks": "^7.60.0",
18
+ "@heroku-cli/plugin-buildpacks": "^7.62.0",
19
19
  "@heroku-cli/plugin-certs": "^7.60.0",
20
- "@heroku-cli/plugin-certs-v5": "^7.60.0",
21
- "@heroku-cli/plugin-ci": "^7.60.0",
22
- "@heroku-cli/plugin-ci-v5": "^7.60.0",
20
+ "@heroku-cli/plugin-certs-v5": "^7.62.0",
21
+ "@heroku-cli/plugin-ci": "^7.62.0",
22
+ "@heroku-cli/plugin-ci-v5": "^7.62.0",
23
23
  "@heroku-cli/plugin-config": "^7.60.0",
24
24
  "@heroku-cli/plugin-container-registry-v5": "^7.60.0",
25
- "@heroku-cli/plugin-git": "^7.60.0",
25
+ "@heroku-cli/plugin-git": "^7.62.0",
26
26
  "@heroku-cli/plugin-local": "^7.60.0",
27
27
  "@heroku-cli/plugin-oauth-v5": "^7.54.0",
28
28
  "@heroku-cli/plugin-orgs-v5": "^7.54.0",
29
- "@heroku-cli/plugin-pg-v5": "^7.60.0",
30
- "@heroku-cli/plugin-pipelines": "^7.54.0",
29
+ "@heroku-cli/plugin-pg-v5": "^7.63.0",
30
+ "@heroku-cli/plugin-pipelines": "^7.62.0",
31
31
  "@heroku-cli/plugin-ps": "^7.60.0",
32
32
  "@heroku-cli/plugin-ps-exec": "2.3.8",
33
- "@heroku-cli/plugin-redis-v5": "^7.59.1",
33
+ "@heroku-cli/plugin-redis-v5": "^7.62.0",
34
34
  "@heroku-cli/plugin-run": "^7.60.0",
35
35
  "@heroku-cli/plugin-spaces": "^7.54.0",
36
36
  "@heroku-cli/plugin-status": "^7.60.0",
37
37
  "@heroku-cli/plugin-webhooks": "^7.60.0",
38
- "@oclif/command": "1.5.18",
38
+ "@oclif/command": "1.8.16",
39
39
  "@oclif/config": "1.13.2",
40
40
  "@oclif/errors": "1.2.2",
41
41
  "@oclif/plugin-commands": "^1.2.2",
42
42
  "@oclif/plugin-help": "2.2.0",
43
43
  "@oclif/plugin-legacy": "1.2.0",
44
44
  "@oclif/plugin-not-found": "1.2.2",
45
- "@oclif/plugin-plugins": "1.7.9",
46
- "@oclif/plugin-update": "1.3.9",
45
+ "@oclif/plugin-plugins": "1.10.1",
46
+ "@oclif/plugin-update": "1.5.0",
47
47
  "@oclif/plugin-warn-if-update-available": "1.7.0",
48
48
  "@oclif/plugin-which": "1.0.3",
49
49
  "cli-ux": "4.9.3",
@@ -284,5 +284,5 @@
284
284
  "version": "oclif-dev readme --multi && git add README.md ../../docs"
285
285
  },
286
286
  "types": "lib/index.d.ts",
287
- "gitHead": "4e998800e9bde9b30d97e465f1e2c066c5734ff5"
287
+ "gitHead": "ee4d76a83420a0339bd3b32fa206827ec6f26e88"
288
288
  }