deps(deps): update dependencies-non-major - #3
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
✅ Deploy Preview for sensational-cupcake-14667f ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎ This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored. |
renovate
Bot
force-pushed
the
renovate/dependencies-non-major
branch
from
March 29, 2023 04:37
94b8b2e to
4f824a2
Compare
renovate
Bot
force-pushed
the
renovate/dependencies-non-major
branch
from
April 5, 2023 22:24
4f824a2 to
81e102b
Compare
renovate
Bot
force-pushed
the
renovate/dependencies-non-major
branch
5 times, most recently
from
April 26, 2023 00:57
66b9b9b to
b5b3839
Compare
renovate
Bot
force-pushed
the
renovate/dependencies-non-major
branch
4 times, most recently
from
May 3, 2023 06:18
bdbb875 to
9dd6632
Compare
renovate
Bot
force-pushed
the
renovate/dependencies-non-major
branch
6 times, most recently
from
May 11, 2023 20:49
0b563a6 to
b40b167
Compare
renovate
Bot
force-pushed
the
renovate/dependencies-non-major
branch
5 times, most recently
from
May 18, 2023 16:52
f21d7ad to
509c158
Compare
renovate
Bot
force-pushed
the
renovate/dependencies-non-major
branch
3 times, most recently
from
May 27, 2023 00:12
7ba982d to
d61aaea
Compare
renovate
Bot
force-pushed
the
renovate/dependencies-non-major
branch
from
June 9, 2023 02:57
d61aaea to
ba68640
Compare
|
Updated dependencies detected. Learn more about Socket for GitHub ↗︎
|
renovate
Bot
force-pushed
the
renovate/dependencies-non-major
branch
2 times, most recently
from
August 19, 2023 05:36
d6e359e to
8e166d8
Compare
renovate
Bot
force-pushed
the
renovate/dependencies-non-major
branch
3 times, most recently
from
August 28, 2023 11:50
62de8c1 to
4f4decf
Compare
renovate
Bot
force-pushed
the
renovate/dependencies-non-major
branch
2 times, most recently
from
September 3, 2023 11:48
5c970b1 to
5efcba1
Compare
renovate
Bot
force-pushed
the
renovate/dependencies-non-major
branch
4 times, most recently
from
September 15, 2023 14:56
f885e22 to
bb20f4e
Compare
renovate
Bot
force-pushed
the
renovate/dependencies-non-major
branch
4 times, most recently
from
September 23, 2023 02:37
498ea60 to
9ae6b5c
Compare
renovate
Bot
force-pushed
the
renovate/dependencies-non-major
branch
4 times, most recently
from
September 29, 2023 23:22
867ad2e to
c416987
Compare
renovate
Bot
force-pushed
the
renovate/dependencies-non-major
branch
3 times, most recently
from
October 7, 2023 14:20
1906400 to
a91acd2
Compare
renovate
Bot
force-pushed
the
renovate/dependencies-non-major
branch
3 times, most recently
from
October 19, 2023 05:50
cfdbcb2 to
03faaac
Compare
renovate
Bot
force-pushed
the
renovate/dependencies-non-major
branch
3 times, most recently
from
November 1, 2023 02:48
e964648 to
750a341
Compare
renovate
Bot
force-pushed
the
renovate/dependencies-non-major
branch
from
November 7, 2023 14:55
750a341 to
c2b47ca
Compare
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
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:
1.3.0→1.6.03.12.2→3.22.08.10.75→8.10.16218.11.18→18.19.1302.6.2→2.6.1316.0.3→16.6.13.3.0→3.3.24.2.4→4.9.5Release Notes
netlify/primitives (@netlify/functions)
v1.6.0Compare Source
Features
streamhelper (#395) (7b305cf)v1.5.0Compare Source
Features
v1.4.0Compare Source
Features
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/web-api@6.13.0🤖 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@3.21.4...@slack/bolt@3.22.0
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/bolt@3.21.3...@slack/bolt@3.21.4
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/bolt@3.21.2...@slack/bolt@3.21.3
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/bolt@3.21.1...@slack/bolt@3.21.2
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 andaxios@1.7.4for more details!Changes
📚 Documentation
🔒 Security
🧰 Maintenance
Full Changelog: https://github.com/slackapi/bolt-js/compare/@slack/bolt@3.21.0...@slack/bolt@3.21.1
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/bolt@3.20.0...@slack/bolt@3.21.0
v3.20.0Compare Source
What's Changed
@slack/bolt@3.20.0by @filmaj in #2195New Contributors
Full Changelog: https://github.com/slackapi/bolt-js/compare/@slack/bolt@3.19.0...@slack/bolt@3.20.0
v3.19.0Compare Source
What's Changed
More customizations for the
AwsLambdaReceiverhave landed as well as a few touchups to typings and documented details!With this release, the signature verification for
AwsLambdaReceivercan now be turned off if that's something you're interested in! Perhaps you have your own stylish way of verifying these signatures. The following can be added to your receiver to unlock this:Read on and browse around for more details on all of the changes included!
🎁 Enhancements
AwsLambdaReceiverto enable/disable signature verification in #2107 - thanks @noah-guillory!🐛 Fixes
CodedErrorin #2110 - thanks @filmaj!📚 Documentation
🧰 Maintenance
📦 Dependencies
New Contributors
Full Changelog: https://github.com/slackapi/bolt-js/compare/@slack/bolt@3.18.0...@slack/bolt@3.19.0
v3.18.0Compare Source
What's Changed
filestoapp_mentionevent payload by @seratch in #2057New Contributors
Full Changelog: https://github.com/slackapi/bolt-js/compare/@slack/bolt@3.17.1...@slack/bolt@3.18.0
v3.17.1Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/slackapi/bolt-js/compare/@slack/bolt@3.17.0...@slack/bolt@3.17.1
v3.17.0Compare Source
What's Changed
style.codeproperties on rich text elements (updates@slack/typesto 2.11 and@slack/web-apito 6.11) by @filmaj in #2017Full Changelog: https://github.com/slackapi/bolt-js/compare/@slack/bolt@3.16.0...@slack/bolt@3.17.0
v3.16.0Compare Source
What's Changed
Enhancements 🎁
Maintainers
New Contributors 👋
Full Changelog: https://github.com/slackapi/bolt-js/compare/@slack/bolt@3.15.0...@slack/bolt@3.16.0
v3.15.0Compare Source
What's Changed
This minor release includes support for the new File Input Block Kit Element, which allows for users to submit files using Block Kit. It also removes all traces of vulnerable versions of the
axiosdependency.Enhancements
file_inputblock element payload support in TS by @seratch in #1995rich_text_inputblock element payload support in TS by @seratch in #1963SocketModeReceiverto be used with Socket Mode by @zimeg in #1972ExpressReceiverby @zimeg in #1973Bug Fixes
Dependencies
Other
New Contributors
Full Changelog: https://github.com/slackapi/bolt-js/compare/@slack/bolt@3.14.0...@slack/bolt@3.15.0
v3.14.0Compare Source
What's Changed
Important Notice
Since this version, we've dropped Node 16 support as the version is EOLed on September 11th, 2023. Please upgrade to a newer Node.js version from now on.
Enhancements
Bug Fixes
Dependencies
New Contributors
Full Changelog: https://github.com/slackapi/bolt-js/compare/@slack/bolt@3.13.3...@slack/bolt@3.14.0
v3.13.3Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/slackapi/bolt-js/compare/@slack/bolt@3.13.2...@slack/bolt@3.13.3
v3.13.2Compare Source
What's Changed
Enhancements
Bug fixes
Documentation
Dependencies
New Contributors
Full Changelog: https://github.com/slackapi/bolt-js/compare/@slack/bolt@3.13.1...@slack/bolt@3.13.2
v3.13.1Compare Source
Enhancements
Bug fixes
Documentation
Dependencies
Full Changelog: https://github.com/slackapi/bolt-js/compare/@slack/bolt@3.13.0...@slack/bolt@3.13.1
v3.13.0Compare Source
What's Changed
Enhancements
Bug fixes
OptionGroupsand*Optionstypes by @zimeg in #1790Tests
Documentation
block_actionspayload shape by @srajiang in #1700Dependencies
Chores
New Contributors
Full Changelog: https://github.com/slackapi/bolt-js/compare/@slack/bolt@3.12.2...@slack/bolt@3.13.0
motdotla/dotenv (dotenv)
v16.6.1Compare Source
Changed
quietto true – hiding the runtime log message (#874)config({ quiet: true })to suppress.require('dotenv').config()forrequire('@dotenvx/dotenvx').config().v16.6.0Compare Source
Added
[dotenv@16.6.0] injecting env (1) from .env(#870){ quiet: true }to suppressv16.5.0Compare Source
Added
Changed
_logmethod. Use_debug#862v16.4.7Compare Source
Changed
.tapfolder when publishing. (oops, sorry about that everyone. - @motdotla) #848v16.4.6Compare Source
Changed
v16.4.5Compare Source
Changed
pathoption. return to historical behavior: do not attempt to auto find.envifpathset. (regression was introduced in16.4.3) #814v16.4.4Compare Source
Changed
?.with old school&&(fixing node 12 failures) #812v16.4.3Compare Source
Changed
pathoption. return to historical behavior: do not attempt to auto find.envifpathset. (regression was introduced in16.4.3) #814v16.4.2Compare Source
Changed
dotenvx.comv16.4.1Compare Source
pathoption #797v16.4.0Compare Source
error.codeto error messages around.env.vaultdecryption handling #795.env.vaultfile when filename(s) passed as an array #784v16.3.2Compare Source
Added
Changed
populate[#792](hConfiguration
📅 Schedule: (in timezone Europe/Berlin)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.