mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 20:38:52 +00:00
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [changelogithub](https://redirect.github.com/antfu/changelogithub) | [`^0.13.11` -> `^13.0.0`](https://renovatebot.com/diffs/npm/changelogithub/0.13.11/13.12.1) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>antfu/changelogithub (changelogithub)</summary> ### [`v13.12.1`](https://redirect.github.com/antfu/changelogithub/releases/tag/v13.12.1) [Compare Source](https://redirect.github.com/antfu/changelogithub/compare/v0.13.11...v13.12.1) Adopt to [Epoch SemVer](https://antfu.me/posts/epoch-semver), no behavior change from the last version. *No significant changes* ##### [View changes on GitHub](https://redirect.github.com/antfu/changelogithub/compare/v13.12.0...v13.12.1) </details> --- ### 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 becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/toeverything/AFFiNE). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoiY2FuYXJ5IiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==-->
19 lines
416 B
JSON
19 lines
416 B
JSON
{
|
|
"name": "@affine/changelog",
|
|
"version": "0.19.0",
|
|
"type": "module",
|
|
"main": "index.js",
|
|
"private": true,
|
|
"description": "Generate changelog from version changes",
|
|
"dependencies": {
|
|
"@napi-rs/simple-git": "^0.1.19",
|
|
"@slack/web-api": "^7.8.0",
|
|
"changelogithub": "^13.0.0",
|
|
"jsx-slack": "^6.1.2",
|
|
"marked": "^15.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.17.10"
|
|
}
|
|
}
|