-
Notifications
You must be signed in to change notification settings - Fork 1
Update dependency @slack/bolt to v3.22.0 #28
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
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/slack-bolt-3.x-lockfile
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Plan Result (cft_ptl)
Change Result (Click me) # azurerm_user_assigned_identity.this will be updated in-place
~ resource "azurerm_user_assigned_identity" "this" {
id = "/subscriptions/1baf5470-1c3e-40d3-a6f7-74bfbce4b348/resourceGroups/cft-alerts-slack-ptl/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cft-alerts-slack-ptl"
name = "cft-alerts-slack-ptl"
~ tags = {
- "application" = "core" -> null
- "builtFrom" = "hmcts/azure-alert-to-slack-function" -> null
- "businessArea" = "CFT" -> null
- "environment" = "production" -> null
}
# (5 unchanged attributes hidden)
}
Plan: 0 to add, 1 to change, 0 to destroy. |
Plan Result (sds_ptl)
Change Result (Click me) # azurerm_user_assigned_identity.this will be updated in-place
~ resource "azurerm_user_assigned_identity" "this" {
id = "/subscriptions/6c4d2513-a873-41b4-afdd-b05a33206631/resourceGroups/sds-alerts-slack-ptl/providers/Microsoft.ManagedIdentity/userAssignedIdentities/sds-alerts-slack-ptl"
name = "sds-alerts-slack-ptl"
~ tags = {
- "application" = "core" -> null
- "builtFrom" = "hmcts/azure-alert-to-slack-function" -> null
- "businessArea" = "Cross-Cutting" -> null
- "environment" = "production" -> null
}
# (5 unchanged attributes hidden)
}
Plan: 0 to add, 1 to change, 0 to destroy. |
4ad9cbd to
77b2435
Compare
77b2435 to
b1a53d1
Compare
b1a53d1 to
d32e8a9
Compare
d32e8a9 to
3f0abfa
Compare
3f0abfa to
56aac4e
Compare
56aac4e to
919c3e2
Compare
919c3e2 to
7c24bbd
Compare
7c24bbd to
6d6f724
Compare
6d6f724 to
91b98f1
Compare
91b98f1 to
2e3be12
Compare
2e3be12 to
5e2a8d2
Compare
5e2a8d2 to
30082d2
Compare
30082d2 to
b8a067f
Compare
b8a067f to
e821bf2
Compare
e821bf2 to
bbd1a40
Compare
bbd1a40 to
6296759
Compare
Plan Result (cft_ptl - TerraformPlanApply)
Change Result (Click me) # azurerm_user_assigned_identity.this will be updated in-place
~ resource "azurerm_user_assigned_identity" "this" {
id = "/subscriptions/1baf5470-1c3e-40d3-a6f7-74bfbce4b348/resourceGroups/cft-alerts-slack-ptl/providers/Microsoft.ManagedIdentity/userAssignedIdentities/cft-alerts-slack-ptl"
name = "cft-alerts-slack-ptl"
~ tags = {
- "application" = "core" -> null
- "builtFrom" = "hmcts/azure-alert-to-slack-function" -> null
- "businessArea" = "CFT" -> null
- "environment" = "production" -> null
}
# (5 unchanged attributes hidden)
}
Plan: 0 to add, 1 to change, 0 to destroy. |
Plan Result (sds_ptl - TerraformPlanApply)
Change Result (Click me) # azurerm_user_assigned_identity.this will be updated in-place
~ resource "azurerm_user_assigned_identity" "this" {
id = "/subscriptions/6c4d2513-a873-41b4-afdd-b05a33206631/resourceGroups/sds-alerts-slack-ptl/providers/Microsoft.ManagedIdentity/userAssignedIdentities/sds-alerts-slack-ptl"
name = "sds-alerts-slack-ptl"
~ tags = {
- "application" = "core" -> null
- "builtFrom" = "hmcts/azure-alert-to-slack-function" -> null
- "businessArea" = "Cross-Cutting" -> null
- "environment" = "production" -> null
}
# (5 unchanged attributes hidden)
}
Plan: 0 to add, 1 to change, 0 to destroy. |
c3f56af to
71e3498
Compare
71e3498 to
7fb0e7c
Compare
7fb0e7c to
604777b
Compare
Plan Result (924: sds_ptl - TerraformPlanApply)
|
Plan Result (924: cft_ptl - TerraformPlanApply)
|
604777b to
9f55005
Compare
9f55005 to
73f485c
Compare
73f485c to
7215547
Compare
7215547 to
72e24a7
Compare
72e24a7 to
4b9daf4
Compare
4b9daf4 to
05efdd3
Compare
05efdd3 to
7308129
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.19.0->3.22.0Release Notes
slackapi/bolt-js (@slack/bolt)
v3.22.0Compare Source
What's new
This release adds support for the
assistant.threads.*API methods introduced in@slack/[email protected]🤖 as well as improvements to documentation at the new https://tools.slack.dev/bolt-js site and patches to dependencies 🔒Example usage
More details about these endpoints can be discovered in the documentation, and listeners can be added to code to respond to incoming events like so:
Changes
📚 Documentation
📦 Dependencies
🎉 New contributors
Full Changelog: https://github.com/slackapi/bolt-js/compare/@slack/[email protected]...@slack/[email protected]
v3.21.4Compare Source
What's Changed
path-to-regexpto partially address a security vulnerability (#2242) by @filmaj in #2251Full Changelog: https://github.com/slackapi/bolt-js/compare/@slack/[email protected]...@slack/[email protected]
v3.21.3Compare Source
What's Changed
Woops! We (coughfilmajcough) removed the
EnvelopedEventexport in a recent change. We are adding it back in in this patch release. Please accept our sincere apologies for this temporary breaking change in bolt 3.21.2.Changelog
New Contributors
Full Changelog: https://github.com/slackapi/bolt-js/compare/@slack/[email protected]...@slack/[email protected]
v3.21.2Compare Source
What's Changed
The main change in this patch release is creating an npm release for the change in #2223, where exported event payload types were moved from bolt-js to
@slack/types. If you see errors compiling your TypeScript-based application that look like:.. then upgrading to this release should address the issue (see #2233 and #2234 for issue details).
nextfunction to the last listener middleware by @filmaj in #2214 (fixes #1457)@slack/typesand consume event payloads from it by @filmaj in #2223Full Changelog: https://github.com/slackapi/bolt-js/compare/@slack/[email protected]...@slack/[email protected]
v3.21.1Compare Source
What's Changed
This patch release brings improvements to documentation and sureness in our CI, as well as security updates to certain
@slackpackages - see CVE-2024-39338 and[email protected]for more details!Changes
📚 Documentation
🔒 Security
🧰 Maintenance
Full Changelog: https://github.com/slackapi/bolt-js/compare/@slack/[email protected]...@slack/[email protected]
v3.21.0Compare Source
What's Changed
Bolt-JS now supports Custom Steps! That's right, your trusty Bolt app now let's you expose Custom Steps in Bolt, allowing you to provide steps for use in Workflow Builder.
You can now use the new
function()method to register handlers for thefunction_executedevent. Check out our API docs on the topic to get started.Changelog
New Contributors
Full Changelog: https://github.com/slackapi/bolt-js/compare/@slack/[email protected]...@slack/[email protected]
v3.20.0Compare Source
What's Changed
@slack/[email protected]by @filmaj in #2195New Contributors
Full Changelog: https://github.com/slackapi/bolt-js/compare/@slack/[email protected]...@slack/[email protected]
Configuration
📅 Schedule: Branch creation - "after 7am and before 11am every weekday" in timezone Europe/London, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.