also looking at this
chore(deps): update all non-major dependencies
#55This PR contains the following updates:
Package Updates Summary
| Type | Count |
|---|---|
| 📦 NPM Packages | 7 |
| 🔧 System Dependencies | 1 |
| Total | 8 |
📦 npm Dependencies
7 packages will be updated
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| @types/commonmark (source) | 0.27.9 -> 0.27.10 | ||||
| buddy-bot (source) | 0.9.16 -> 0.9.17 | ||||
| bun-types (source) | 1.3.9 -> 1.3.10 | ||||
| markdown-it (source) | 14.1.0 -> 14.1.1 | ||||
| marked (source) | 17.0.0 -> 17.0.4 | ||||
| remark-gfm (source) | 4.0.0 -> 4.0.1 | ||||
| remark-rehype (source) | 11.1.1 -> 11.1.2 |
🔧 System Dependencies
| Package | Change | Type | File |
|---|---|---|---|
| bun.com | ^1.3.2 → ^1.3.4 | 🟢 patch | deps.yaml |
Release Notes
DefinitelyTyped/DefinitelyTyped (@types/commonmark)
0.27.9 -> 0.27.10
TypeScript definitions for commonmark
stacksjs/buddy-bot (buddy-bot)
0.9.16 -> 0.9.17
v0.9.17
Released by github-actions[bot] on 3/4/2026
v0.9.9
Released by github-actions[bot] on 10/15/2025
v0.9.8
Released by github-actions[bot] on 10/7/2025
oven-sh/bun (bun-types)
1.3.9 -> 1.3.10
bun-v1.3.10
To install Bun v1.3.10
curl -fsSL https://bun.sh/install | bash
# or you can use npm
# npm install -g bunWindows:
powershell -c "irm bun.sh/install.ps1|iex"To upgrade to Bun v1.3.10:
bun upgradeRead Bun v1.3.10's release notes on Bun's blog
Thanks to 11 contributors!
- [alanstott](https://github.com/alanstott)
- [alii](https://github.com/alii)
- [cirospaciari](https://github.com/cirospaciari)
- [dylan-conway](https://github.com/dylan-conway)
- [hk-shao](https://github.com/hk-shao)
- [hona](https://github.com/hona)
- [jarred-sumner](https://github.com/jarred-sumner)
- [martinamps](https://github.com/martinamps)
- [[prekucki](https://github.com/prekuc...
[View full release notes]
Released by Jarred-Sumner on 2/26/2026
bun-v1.3.9
To install Bun v1.3.9
curl -fsSL https://bun.sh/install | bash
# or you can use npm
# npm install -g bunWindows:
powershell -c "irm bun.sh/install.ps1|iex"To upgrade to Bun v1.3.9:
bun upgradeRead Bun v1.3.9's release notes on Bun's blog
Thanks to 10 contributors!
- [alii](https://github.com/alii)
- [billywhizz](https://github.com/billywhizz)
- [chrislloyd](https://github.com/chrislloyd)
- [cirospaciari](https://github.com/cirospaciari)
- [ddmoney420](https://github.com/ddmoney420)
- [dylan-conway](https://github.com/dylan-conway)
- [jarred-sumner](https://github.com/jarred-sumner)
- [robobun](https://github.com/robobun)
- [[sosukesuzuki](https...
[View full release notes]
Released by Jarred-Sumner on 2/8/2026
bun-v1.3.8
To install Bun v1.3.8
curl -fsSL https://bun.sh/install | bash
# or you can use npm
# npm install -g bunWindows:
powershell -c "irm bun.sh/install.ps1|iex"To upgrade to Bun v1.3.8:
bun upgradeRead Bun v1.3.8's release notes on Bun's blog
Thanks to 4 contributors!
- [dylan-conway](https://github.com/dylan-conway)
- [jarred-sumner](https://github.com/jarred-sumner)
- [robobun](https://github.com/robobun)
- [sosukesuzuki](https://github.com/sosukesuzuki)
Released by Jarred-Sumner on 1/29/2026
markdown-it/markdown-it (markdown-it)
14.1.0 -> 14.1.1
Markdown-it - modern pluggable markdown parser.
markedjs/marked (marked)
17.0.0 -> 17.0.4
v17.0.4
17.0.4 (2026-03-04)
Bug Fixes
Released by github-actions[bot] on 3/4/2026
v17.0.3
17.0.3 (2026-02-17)
Bug Fixes
Released by github-actions[bot] on 2/17/2026
v17.0.2
17.0.2 (2026-02-11)
Bug Fixes
- fix blockquote after list (
#3888) (2a475a1) - fix empty list item (
#3890) (3fc6a44) - fix list item wrong indent (
#3889) (e031175) - fix list with tabs (
#3891) (9fc4f8e) - fix strikethrough flanking rules (
#3882) (1a5b124)
Released by github-actions[bot] on 2/11/2026
remarkjs/remark-gfm (remark-gfm)
4.0.0 -> 4.0.1
4.0.1
Types
4af823aRefactor to useinterfacefor exposed types3a57a5bAdd declaration maps76559f9Refactor to use@imports
Docs
Full Changelog: https://github.com/remarkjs/remark-gfm/compare/4.0.0...4.0.1
Released by wooorm on 2/10/2025
remarkjs/remark-rehype (remark-rehype)
11.1.1 -> 11.1.2
11.1.2
Types
eefd5f1Fix types for bridge mode with missing overload
Full Changelog: https://github.com/remarkjs/remark-rehype/compare/11.1.1...11.1.2
Released by wooorm on 4/2/2025
9.1.0
aab88a5Addrawto hast type registry
Released by wooorm on 9/23/2021
9.0.0
ab51cd4Use ESM
Learn more about ESM in this guide// From CommonJS var remarkRehype = require('remark-rehype') // To ESM import remarkRehype from 'remark-rehype'c6a4c64Add JSDoc based types0cea259Update dependencies Seemdast-util-to-hast@11.0.0
Released by wooorm on 8/6/2021
📊 Package Statistics
- @types/commonmark: 93,242 weekly downloads
- buddy-bot: 101,960 weekly downloads
- bun-types: 6,279,631 weekly downloads
- markdown-it: 19,129,857 weekly downloads
- marked: 30,677,027 weekly downloads
- remark-gfm: 14,606,050 weekly downloads
- remark-rehype: 17,858,499 weekly downloads
- bun.com: Popular JavaScript runtime and package manager
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 these updates again.
- If you want to rebase/retry this PR, check this box
This PR was generated by Buddy 🤖
4 changed files on the files tab, with 0 review threads.