Skip to content
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

fix(deps): update dependency @slack/bolt to v4.2.0 #662

Merged
merged 1 commit into from
Dec 23, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 23, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@slack/bolt (source) 4.1.1 -> 4.2.0 age adoption passing confidence

Release Notes

slackapi/bolt-js (@​slack/bolt)

v4.2.0

Compare Source

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! 🔐 🌲

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
🔐 Security
📚 Documentation
🧰 Maintenance
🤖 Dependencies

Full Changelog: https://github.com/slackapi/bolt-js/compare/[@​slack/bolt](https://redirect.github.com/slack/bolt)[@​4](https://redirect.github.com/4).1.1...[@​slack/bolt](https://redirect.github.com/slack/bolt)[@​4](https://redirect.github.com/4).2.0


Configuration

📅 Schedule: Branch creation - "* * * * 0,6" in timezone America/Los_Angeles, 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

Terraform Plan Changes

Terraform Plan: 0 to be created, 0 to be deleted, 1 to be updated, 0 to be replaced, 7 unchanged.

Resources to update

! azurerm_linux_web_app.gratibot_app_service

@renovate renovate bot force-pushed the renovate/slack-bolt-4.x-lockfile branch from 56ee336 to f94d1ce Compare December 23, 2024 19:02
Copy link

Terraform Plan Changes

Terraform Plan: 0 to be created, 0 to be deleted, 1 to be updated, 0 to be replaced, 7 unchanged.

Resources to update

! azurerm_linux_web_app.gratibot_app_service

@Pactionly Pactionly merged commit 550509c into main Dec 23, 2024
13 checks passed
@Pactionly Pactionly deleted the renovate/slack-bolt-4.x-lockfile branch December 23, 2024 19:07
RobertKelly pushed a commit that referenced this pull request Jan 18, 2025
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant