Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 7, 2025

This PR contains the following updates:

Package Change Age Confidence
slackify-markdown ^4.3.1^5.0.0 age confidence

Release Notes

jsarafajr/slackify-markdown (slackify-markdown)

v5.0.0: - TypeScript Rewrite & ESM

Compare Source

Release Notes:

🚀 Major Changes

TypeScript Rewrite & ESM-Only (#​50)

  • Complete rewrite in TypeScript with full type definitions
  • Breaking Change: Now exclusively ESM (ECMAScript Modules) - CommonJS no longer supported
  • Improved type safety and developer experience
  • Modern module system for better tree-shaking and compatibility

✨ Enhancements

HTML Comment Stripping (#​51)

  • HTML comments are now automatically removed from Slack output
  • Cleaner markdown-to-Slack conversion without unwanted comment artifacts

🐛 Bug Fixes

Multiline Blockquote Support (#​52)

  • Fixed handling of multiline blockquotes for proper Slack formatting
  • Blockquotes now correctly preserve multi-line content

⚠️ Breaking Changes

This release contains breaking changes:

  • Node.js: Requires Node.js environment with ESM support

Before (v4.x - CommonJS):
const slackifyMarkdown = require('slackify-markdown');

After (v5.x - ESM):
import { slackifyMarkdown } from 'slackify-markdown';


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.

@renovate renovate bot added dependencies Pull requests that update a dependency file MAJOR labels Nov 7, 2025
@renovate renovate bot force-pushed the renovate/slackify-markdown-5.x branch from 089d3e3 to f78aeb5 Compare November 21, 2025 01:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file MAJOR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant