Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
@slack_bolt@4.2.0 source code.tar.gz | 2024-12-17 | 2.1 MB | |
@slack_bolt@4.2.0 source code.zip | 2024-12-17 | 2.3 MB | |
README.md | 2024-12-17 | 3.0 kB | |
Totals: 3 Items | 4.4 MB | 0 |
What's Changed
Hello! ๐ This release updates dependencies to keep packages secure and makes the logger
of your app
public for use outside of event listeners when using TypeScript! ๐ ๐ฒ
:::javascript
const app = new App({ ... });
(async () => {
await app.start(process.env.PORT || 3000);
app.logger.info('โก๏ธ Bolt app is running!'); // The app logger can now be used here!
})();
๐ Enhancements
- feat: make the app logger attached to the app instance public in https://github.com/slackapi/bolt-js/pull/2365 - thanks @zimeg!
๐ Security
- chore(deps): bump slack and axios dependencies to latest secure versions in https://github.com/slackapi/bolt-js/pull/2360 - thanks @hello-ashleyintech!
๐ Documentation
- docs: show descriptions of function listener arguments in https://github.com/slackapi/bolt-js/pull/2364 - thanks @zimeg!
- docs: replace redirected or missing links to bolt documentation in https://github.com/slackapi/bolt-js/pull/2367 - thanks @zimeg!
๐งฐ Maintenance
- build: install @types/express@^v5 as a dev dependency for express@^5 in https://github.com/slackapi/bolt-js/pull/2355 - thanks @zimeg!
- ci: check for linting errors without writing required changes in https://github.com/slackapi/bolt-js/pull/2357 - thanks @zimeg!
- build: find the biome config schema from the installed path in https://github.com/slackapi/bolt-js/pull/2363 - thanks @zimeg!
- build: ignore autogenerated docusaurus files when running the formatter in https://github.com/slackapi/bolt-js/pull/2362 - thanks @zimeg!
- build: update the redirected repo homepage url to postfix js in https://github.com/slackapi/bolt-js/pull/2370 - thanks @zimeg!
๐ค Dependencies
- chore(deps): bump codecov/codecov-action from 4 to 5 in https://github.com/slackapi/bolt-js/pull/2349 - thanks @dependabot!
- chore(deps): bump the docusaurus group in /docs with 5 updates in https://github.com/slackapi/bolt-js/pull/2350 - thanks @dependabot!
- chore(deps): bump path-to-regexp from 1.8.0 to 1.9.0 in /docs in https://github.com/slackapi/bolt-js/pull/2352 - thanks @dependabot!
- chore(deps-dev): bump stylelint from 16.10.0 to 16.11.0 in /docs in https://github.com/slackapi/bolt-js/pull/2351 - thanks @dependabot!
- chore(deps): bump path-to-regexp and express in /docs in https://github.com/slackapi/bolt-js/pull/2358 - thanks @dependabot!
- chore(deps-dev): @types/node from 22.9.3 to 22.10.1 in https://github.com/slackapi/bolt-js/pull/2359 - thanks @dependabot!
- chore(deps): bump nanoid from 3.3.7 to 3.3.8 in /docs in https://github.com/slackapi/bolt-js/pull/2368 - thanks @dependabot!
- chore(deps-dev): @types/node from 22.10.1 to 22.10.2 in https://github.com/slackapi/bolt-js/pull/2369 - thanks @dependabot!
Full Changelog: https://github.com/slackapi/bolt-js/compare/@slack/bolt@4.1.1...@slack/bolt@4.2.0