-
Notifications
You must be signed in to change notification settings - Fork 675
chore: release #2530
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: release #2530
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| # @slack/cli-test v2.2.0+cli.2.32.2 | ||
| # @slack/cli-test v2.2.2 | ||
|
|
||
| ## Classes | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| # @slack/logger v4.0.0 | ||
| # @slack/logger v4.0.1 | ||
|
|
||
| ## Enumerations | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -134,7 +134,7 @@ Error.stack | |
| static stackTraceLimit: number; | ||
| ``` | ||
|
|
||
| Defined in: packages/oauth/node\_modules/@types/node/globals.d.ts:162 | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🔍 note: The changes of #2532 share the |
||
| Defined in: node\_modules/@types/node/globals.d.ts:68 | ||
|
|
||
| The `Error.stackTraceLimit` property specifies the number of stack frames | ||
| collected by a stack trace (whether generated by `new Error().stack` or | ||
|
|
@@ -160,7 +160,7 @@ Error.stackTraceLimit | |
| static captureStackTrace(targetObject, constructorOpt?): void; | ||
| ``` | ||
|
|
||
| Defined in: packages/oauth/node\_modules/@types/node/globals.d.ts:146 | ||
| Defined in: node\_modules/@types/node/globals.d.ts:52 | ||
|
|
||
| Creates a `.stack` property on `targetObject`, which when accessed returns | ||
| a string representing the location in the code at which | ||
|
|
@@ -234,7 +234,7 @@ Error.captureStackTrace | |
| static prepareStackTrace(err, stackTraces): any; | ||
| ``` | ||
|
|
||
| Defined in: packages/oauth/node\_modules/@types/node/globals.d.ts:150 | ||
| Defined in: node\_modules/@types/node/globals.d.ts:56 | ||
|
|
||
| #### Parameters | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change | ||
|---|---|---|---|---|
|
|
@@ -75,7 +75,7 @@ Fetches data from the installationStore | |||
| ```ts | ||||
| generateInstallUrl( | ||||
| options, | ||||
| stateVerification, | ||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 📝 note: This is an improvement to the
|
||||
| stateVerification?, | ||||
| state?): Promise<string>; | ||||
| ``` | ||||
|
|
||||
|
|
@@ -90,7 +90,7 @@ Uses stateStore to generate a value for the state query param. | |||
|
|
||||
| [`InstallURLOptions`](../interfaces/InstallURLOptions.md) | ||||
|
|
||||
| ##### stateVerification | ||||
| ##### stateVerification? | ||||
|
|
||||
| `boolean` = `true` | ||||
|
|
||||
|
|
||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔭 note: We might have removed this step in prior changes and missed updates in recent releases. I'm adding this as a manual step for now but hope we can automate it - either per PR or within this release branch.
👾 ramble: I forget how changes are published, but if it's according to the
mainbranch of this project we might prefer generating changes in the release PR?