Skip to content

Commit 0a1ac80

Browse files
chore(deps): pin dependencies (#859)
This PR contains the following updates: | Package | Type | Update | Change | OpenSSF | |---|---|---|---|---| | [remark](https://remark.js.org) ([source](https://redirect.github.com/remarkjs/remark)) | dependencies | pin | [`^15.0.1` -> `15.0.1`](https://renovatebot.com/diffs/npm/remark/15.0.1/15.0.1) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/remarkjs/remark/badge)](https://securityscorecards.dev/viewer/?uri=github.com/remarkjs/remark) | | [remark-gfm](https://redirect.github.com/remarkjs/remark-gfm) | dependencies | pin | [`^4.0.1` -> `4.0.1`](https://renovatebot.com/diffs/npm/remark-gfm/4.0.1/4.0.1) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/remarkjs/remark-gfm/badge)](https://securityscorecards.dev/viewer/?uri=github.com/remarkjs/remark-gfm) | | [remark-rehype](https://redirect.github.com/remarkjs/remark-rehype) | dependencies | pin | [`^11.1.2` -> `11.1.2`](https://renovatebot.com/diffs/npm/remark-rehype/11.1.2/11.1.2) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/remarkjs/remark-rehype/badge)](https://securityscorecards.dev/viewer/?uri=github.com/remarkjs/remark-rehype) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday ( * 0-4,22-23 * * 1-5 ), Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- 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/settlemint/docs). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> <!-- This is an auto-generated description by cubic. --> --- ## Summary by cubic Pinned remark, remark-gfm, and remark-rehype to exact versions to prevent unexpected upgrades and keep Markdown rendering consistent. <sup>Written for commit 0f4e5fe. Summary will update automatically on new commits.</sup> <!-- End of auto-generated description by cubic. --> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2de804c commit 0a1ac80

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

bun.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
"react": "^19.2.0",
3636
"react-dom": "^19.2.0",
3737
"react-medium-image-zoom": "^5.4.0",
38-
"remark": "^15.0.1",
39-
"remark-gfm": "^4.0.1",
40-
"remark-rehype": "^11.1.2",
38+
"remark": "15.0.1",
39+
"remark-gfm": "4.0.1",
40+
"remark-rehype": "11.1.2",
4141
"tailwind-merge": "^3.3.1",
4242
"unist-util-visit": "^5.0.0",
4343
"zod": "^4.1.12",

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@
4444
"react": "^19.2.0",
4545
"react-dom": "^19.2.0",
4646
"react-medium-image-zoom": "^5.4.0",
47-
"remark": "^15.0.1",
48-
"remark-gfm": "^4.0.1",
49-
"remark-rehype": "^11.1.2",
47+
"remark": "15.0.1",
48+
"remark-gfm": "4.0.1",
49+
"remark-rehype": "11.1.2",
5050
"tailwind-merge": "^3.3.1",
5151
"unist-util-visit": "^5.0.0",
5252
"zod": "^4.1.12"

0 commit comments

Comments
 (0)