Releases: archive/github-actions-slack
v3.1.0
Enable file upload to Slack. Please see docs for more information.
v3.0.1
Fix broken action runtime caused by ESM/CJS mismatch
Replaced ncc with esbuild and changed the bundle output to CommonJS (dist/index.cjs). The previous build produced a CJS bundle inside an ESM context, causing require is not defined errors at runtime. Source code remains ES Modules.
v3.0.0
Migrated the codebase from CommonJS to ES Modules to support @actions/core v3, which dropped CommonJS support.
See #87 for details.
v2.11.0
Moved from yarn to npm and updated all outdated dependencies (action runners + package.json)
v2.10.1
Added missing Privacy Policy.
v2.10.0
v2.9.0
What's Changed
Updated dependencies
- @actions/github latest 5.1.1 ❯ 6.0.0
- @vercel/ncc latest 0.38.0 ❯ 0.38.1
- eslint latest 8.50.0 ❯ 8.56.0
- eslint-config-prettier latest 9.0.0 ❯ 9.1.0
- eslint-plugin-prettier latest 5.0.0 ❯ 5.1.3
- prettier latest 3.0.3 ❯ 3.2.4
Updated Node Version
Upgraded from Node v16 to Node v20
(Details: #74)
Updated CodeQL Version (static code analyzer)
Upgraded CodeQL from v2 to v3
(Details: #75)
Full Changelog
v2.8.0
Dependency Updates:
- @actions/core latest 1.10.0 ❯ 1.10.1
- @vercel/ncc latest 0.36.1 ❯ 0.38.0
- eslint latest 8.36.0 ❯ 8.50.0
- eslint-config-prettier latest 8.8.0 ❯ 9.0.0
- eslint-plugin-prettier latest 4.2.1 ❯ 5.0.0
- jest latest 29.5.0 ❯ 29.7.0
- prettier latest 2.8.7 ❯ 3.0.3
Small fixes:
- Typo in test
- Type on README
v2.7.0
What's Changed
Dev dependency updates:
- Jest
- Eslint
- Ncc
- CodeQL (github action)
Example updates:
-
Updates to confirm with https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
-
Full Changelog: v2.6.0...v2.7.0
v2.6.0
What's Changed
Blocks support! Now you can send and update messages with rich / complex layout structures.
For more information about blocks: https://api.slack.com/messaging/composing/layouts
- PR: #53
- Full Changelog: v2.5.0...v2.6.0
