-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update dependency @slack/bolt to v3.22.0 #28
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 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
renovate
bot
requested review from
willwatters,
NickAzureDevops and
nman-hmcts
August 13, 2024 07:32
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. |
renovate
bot
changed the title
Update dependency @slack/bolt to v3.20.0
Update dependency @slack/bolt to v3.21.0
Aug 14, 2024
renovate
bot
force-pushed
the
renovate/slack-bolt-3.x-lockfile
branch
from
August 14, 2024 19:15
4ad9cbd
to
77b2435
Compare
renovate
bot
changed the title
Update dependency @slack/bolt to v3.21.0
Update dependency @slack/bolt to v3.21.1
Aug 16, 2024
renovate
bot
force-pushed
the
renovate/slack-bolt-3.x-lockfile
branch
from
August 16, 2024 04:56
77b2435
to
b1a53d1
Compare
renovate
bot
force-pushed
the
renovate/slack-bolt-3.x-lockfile
branch
from
August 28, 2024 07:54
b1a53d1
to
d32e8a9
Compare
renovate
bot
changed the title
Update dependency @slack/bolt to v3.21.1
Update dependency @slack/bolt to v3.21.2
Sep 5, 2024
renovate
bot
force-pushed
the
renovate/slack-bolt-3.x-lockfile
branch
from
September 5, 2024 17:08
d32e8a9
to
3f0abfa
Compare
renovate
bot
changed the title
Update dependency @slack/bolt to v3.21.2
Update dependency @slack/bolt to v3.21.3
Sep 11, 2024
renovate
bot
force-pushed
the
renovate/slack-bolt-3.x-lockfile
branch
from
September 11, 2024 13:36
3f0abfa
to
56aac4e
Compare
renovate
bot
changed the title
Update dependency @slack/bolt to v3.21.3
Update dependency @slack/bolt to v3.21.4
Sep 12, 2024
renovate
bot
force-pushed
the
renovate/slack-bolt-3.x-lockfile
branch
from
September 12, 2024 01:43
56aac4e
to
919c3e2
Compare
renovate
bot
changed the title
Update dependency @slack/bolt to v3.21.4
Update dependency @slack/bolt to v3.22.0
Sep 27, 2024
renovate
bot
force-pushed
the
renovate/slack-bolt-3.x-lockfile
branch
from
September 27, 2024 22:28
919c3e2
to
7c24bbd
Compare
renovate
bot
force-pushed
the
renovate/slack-bolt-3.x-lockfile
branch
from
October 9, 2024 11:30
7c24bbd
to
6d6f724
Compare
renovate
bot
force-pushed
the
renovate/slack-bolt-3.x-lockfile
branch
from
December 2, 2024 03:25
6d6f724
to
91b98f1
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.0
Release Notes
slackapi/bolt-js (@slack/bolt)
v3.22.0
Compare 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/bolt](https://redirect.github.com/slack/bolt)[@​3](https://redirect.github.com/3).21.4...[@​slack/bolt](https://redirect.github.com/slack/bolt)[@​3](https://redirect.github.com/3).22.0
v3.21.4
Compare Source
What's Changed
path-to-regexp
to partially address a security vulnerability (#2242) by @filmaj in https://github.com/slackapi/bolt-js/pull/2251Full Changelog: https://github.com/slackapi/bolt-js/compare/[@​slack/bolt](https://redirect.github.com/slack/bolt)[@​3](https://redirect.github.com/3).21.3...[@​slack/bolt](https://redirect.github.com/slack/bolt)[@​3](https://redirect.github.com/3).21.4
v3.21.3
Compare Source
What's Changed
Woops! We (coughfilmajcough) removed the
EnvelopedEvent
export 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/bolt](https://redirect.github.com/slack/bolt)[@​3](https://redirect.github.com/3).21.2...[@​slack/bolt](https://redirect.github.com/slack/bolt)[@​3](https://redirect.github.com/3).21.3
v3.21.2
Compare 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).
next
function to the last listener middleware by @filmaj in https://github.com/slackapi/bolt-js/pull/2214 (fixes #1457)@slack/types
and consume event payloads from it by @filmaj in https://github.com/slackapi/bolt-js/pull/2223Full Changelog: https://github.com/slackapi/bolt-js/compare/[@​slack/bolt](https://redirect.github.com/slack/bolt)[@​3](https://redirect.github.com/3).21.1...[@​slack/bolt](https://redirect.github.com/slack/bolt)[@​3](https://redirect.github.com/3).21.2
v3.21.1
Compare Source
What's Changed
This patch release brings improvements to documentation and sureness in our CI, as well as security updates to certain
@slack
packages - see CVE-2024-39338 and[email protected]
for more details!Changes
📚 Documentation
🔒 Security
🧰 Maintenance
Full Changelog: https://github.com/slackapi/bolt-js/compare/[@​slack/bolt](https://redirect.github.com/slack/bolt)[@​3](https://redirect.github.com/3).21.0...[@​slack/bolt](https://redirect.github.com/slack/bolt)[@​3](https://redirect.github.com/3).21.1
v3.21.0
Compare 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_executed
event. Check out our API docs on the topic to get started.Changelog
New Contributors
Full Changelog: https://github.com/slackapi/bolt-js/compare/[@​slack/bolt](https://redirect.github.com/slack/bolt)[@​3](https://redirect.github.com/3).20.0...[@​slack/bolt](https://redirect.github.com/slack/bolt)[@​3](https://redirect.github.com/3).21.0
v3.20.0
Compare Source
What's Changed
@slack/[email protected]
by @filmaj in https://github.com/slackapi/bolt-js/pull/2195New Contributors
Full Changelog: https://github.com/slackapi/bolt-js/compare/[@​slack/bolt](https://redirect.github.com/slack/bolt)[@​3](https://redirect.github.com/3).19.0...[@​slack/bolt](https://redirect.github.com/slack/bolt)[@​3](https://redirect.github.com/3).20.0
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.