-
Notifications
You must be signed in to change notification settings - Fork 394
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
bolt v4 #2254
Commits on Oct 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7e8cb8d - Browse repository at this point
Copy the full SHA 7e8cb8dView commit details -
ensure we delete
dist
folder before building, update sinon to lates……t version to address a side vulnerability, remove comments from JSON and add `lib: [ES2018]` to tsconfig in order to also compile dependencies (in case dependencies use language features not supported by node)
Configuration menu - View commit details
-
Copy full SHA for 1482ed3 - Browse repository at this point
Copy the full SHA 1482ed3View commit details -
Configuration menu - View commit details
-
Copy full SHA for c3c0184 - Browse repository at this point
Copy the full SHA c3c0184View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f0c09f - Browse repository at this point
Copy the full SHA 1f0c09fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 81289d8 - Browse repository at this point
Copy the full SHA 81289d8View commit details -
upgrade slack/oauth to v3. remove promise.allsettled polyfill (native…
…ly supported since node 14). upgrade raw-body to v3. move tsscmp types to dev dependencies. factor type predicating fulfilled and rejected promises into a type utility.
Configuration menu - View commit details
-
Copy full SHA for a375581 - Browse repository at this point
Copy the full SHA a375581View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd9429d - Browse repository at this point
Copy the full SHA cd9429dView commit details -
adding tsconfig/node18 as a tsconfig base and extending from it. upgr…
…ading typescript to 5.3.3. incoming removal of eslint, though.
Configuration menu - View commit details
-
Copy full SHA for a9dd030 - Browse repository at this point
Copy the full SHA a9dd030View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4706342 - Browse repository at this point
Copy the full SHA 4706342View commit details -
Configuration menu - View commit details
-
Copy full SHA for 944e4e5 - Browse repository at this point
Copy the full SHA 944e4e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee0522d - Browse repository at this point
Copy the full SHA ee0522dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b933eeb - Browse repository at this point
Copy the full SHA b933eebView commit details -
Configuration menu - View commit details
-
Copy full SHA for f00e732 - Browse repository at this point
Copy the full SHA f00e732View commit details -
add distributiveomit utility type and use it for say and respond argu…
…ments. fix up getting started typescript example
Configuration menu - View commit details
-
Copy full SHA for 99f1528 - Browse repository at this point
Copy the full SHA 99f1528View commit details -
Configuration menu - View commit details
-
Copy full SHA for 743d61c - Browse repository at this point
Copy the full SHA 743d61cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a703f23 - Browse repository at this point
Copy the full SHA a703f23View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ec641b - Browse repository at this point
Copy the full SHA 1ec641bView commit details -
tsconfig: allow fallthrough in cases in switch, remove related ts-ign…
…ore. the ts-ignore comment is worse than using fallthrough.
Configuration menu - View commit details
-
Copy full SHA for 9f50d3f - Browse repository at this point
Copy the full SHA 9f50d3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c9335f9 - Browse repository at this point
Copy the full SHA c9335f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8dff515 - Browse repository at this point
Copy the full SHA 8dff515View commit details -
TODOs and improving the message handler type tests with more specific…
… type assertions.
Configuration menu - View commit details
-
Copy full SHA for b55925c - Browse repository at this point
Copy the full SHA b55925cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 80183cd - Browse repository at this point
Copy the full SHA 80183cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 892298e - Browse repository at this point
Copy the full SHA 892298eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 49bdaf0 - Browse repository at this point
Copy the full SHA 49bdaf0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d441eb - Browse repository at this point
Copy the full SHA 6d441ebView commit details -
breaking change: remove two deprecated properties (authed_users authe…
…d_teams) from event payload envelope interface
Configuration menu - View commit details
-
Copy full SHA for 03bf323 - Browse repository at this point
Copy the full SHA 03bf323View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee9d88a - Browse repository at this point
Copy the full SHA ee9d88aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 540875b - Browse repository at this point
Copy the full SHA 540875bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a80f9a7 - Browse repository at this point
Copy the full SHA a80f9a7View commit details -
breaking change: ignoreSelf and directMention now no longer need to b…
…e invoked as a method to return middleware; instead, they are directly middleware, like other built-in middleware functions.
Configuration menu - View commit details
-
Copy full SHA for cfdc1a4 - Browse repository at this point
Copy the full SHA cfdc1a4View commit details -
redo how the
SlackEventMiddlewareArgs
type conditionally exposes th……e `message` parameter. THIS FIXES SO MUCH! shouts to jcalz on stackoverflow
Configuration menu - View commit details
-
Copy full SHA for 54fc209 - Browse repository at this point
Copy the full SHA 54fc209View commit details -
use conditional typing w/ unknown to add a
say
property to SlackEve……ntMiddlewareArgs when event contains channel information.
Configuration menu - View commit details
-
Copy full SHA for 3a429b2 - Browse repository at this point
Copy the full SHA 3a429b2View commit details -
use conditional typing w/ unknown to add a
say
property to SlackAct……ionMiddlewareArgs when a non-dialog or step from app action
Configuration menu - View commit details
-
Copy full SHA for be98ce2 - Browse repository at this point
Copy the full SHA be98ce2View commit details -
use conditional typing w/ unknown to add a
say
property to SlackSho……rtcutMiddlewareArgs when a non-dialog or step from app action. also TODOs
Configuration menu - View commit details
-
Copy full SHA for 3d87510 - Browse repository at this point
Copy the full SHA 3d87510View commit details -
awsEvent breaking change: header and querystrings can be modeled as a…
… flat map of strings to strings
Configuration menu - View commit details
-
Copy full SHA for 0a555c3 - Browse repository at this point
Copy the full SHA 0a555c3View commit details -
adding deprecation notices to Steps from Apps stuff, and dropping rem…
…inder removal todos for eventual removal
Configuration menu - View commit details
-
Copy full SHA for c8695f9 - Browse repository at this point
Copy the full SHA c8695f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 69f73f4 - Browse repository at this point
Copy the full SHA 69f73f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 74244f2 - Browse repository at this point
Copy the full SHA 74244f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for cef05ff - Browse repository at this point
Copy the full SHA cef05ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 490f093 - Browse repository at this point
Copy the full SHA 490f093View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac9c553 - Browse repository at this point
Copy the full SHA ac9c553View commit details -
Configuration menu - View commit details
-
Copy full SHA for 187664e - Browse repository at this point
Copy the full SHA 187664eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b793c0 - Browse repository at this point
Copy the full SHA 1b793c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9bc9e8a - Browse repository at this point
Copy the full SHA 9bc9e8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 63dd5ef - Browse repository at this point
Copy the full SHA 63dd5efView commit details -
Configuration menu - View commit details
-
Copy full SHA for c90f278 - Browse repository at this point
Copy the full SHA c90f278View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8354b1a - Browse repository at this point
Copy the full SHA 8354b1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c61d3e2 - Browse repository at this point
Copy the full SHA c61d3e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06c670b - Browse repository at this point
Copy the full SHA 06c670bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 690c4e7 - Browse repository at this point
Copy the full SHA 690c4e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for c3261cc - Browse repository at this point
Copy the full SHA c3261ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for a5ab2d5 - Browse repository at this point
Copy the full SHA a5ab2d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for efcce08 - Browse repository at this point
Copy the full SHA efcce08View commit details -
Configuration menu - View commit details
-
Copy full SHA for 727a2e5 - Browse repository at this point
Copy the full SHA 727a2e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for a954a40 - Browse repository at this point
Copy the full SHA a954a40View commit details