chore(deps): bump the remark-cjk-friendly group with 2 updates - #891
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps): bump the remark-cjk-friendly group with 2 updates#891dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the remark-cjk-friendly group with 2 updates: [remark-cjk-friendly](https://github.com/tats-u/markdown-cjk-friendly) and [remark-cjk-friendly-gfm-strikethrough](https://github.com/tats-u/markdown-cjk-friendly). Updates `remark-cjk-friendly` from 2.0.1 to 2.3.1 - [Release notes](https://github.com/tats-u/markdown-cjk-friendly/releases) - [Commits](https://github.com/tats-u/markdown-cjk-friendly/compare/remark-cjk-friendly@2.0.1...remark-cjk-friendly@2.3.1) Updates `remark-cjk-friendly-gfm-strikethrough` from 2.0.1 to 2.3.1 - [Release notes](https://github.com/tats-u/markdown-cjk-friendly/releases) - [Commits](https://github.com/tats-u/markdown-cjk-friendly/compare/remark-cjk-friendly-gfm-strikethrough@2.0.1...remark-cjk-friendly-gfm-strikethrough@2.3.1) --- updated-dependencies: - dependency-name: remark-cjk-friendly dependency-version: 2.3.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: remark-cjk-friendly - dependency-name: remark-cjk-friendly-gfm-strikethrough dependency-version: 2.3.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: remark-cjk-friendly ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the remark-cjk-friendly group with 2 updates: remark-cjk-friendly and remark-cjk-friendly-gfm-strikethrough.
Updates
remark-cjk-friendlyfrom 2.0.1 to 2.3.1Release notes
Sourced from remark-cjk-friendly's releases.
... (truncated)
Commits
b064617Version Packages (main) (#52)c79aa56Merge branch 'main' of github.com:tats-u/markdown-cjk-friendly7b08850fix(remark-*): add /bidi entry point to package.json27d9fa7Version Packages (main) (#51)4b135b8chore: approve some safe task commands in Copilot9371983feat(remark-*): add new entry point/bidi3d003d1docs(README,remark-*): update related packages in README22418e8Version Packages (main) (#50)05e7a04feat(remark-*): add new entry points /parseOnly & /serializeOnlyf1d6cc0build(deps): bump the npm_and_yarn group across 1 directory with 2 updates (#49)Updates
remark-cjk-friendly-gfm-strikethroughfrom 2.0.1 to 2.3.1Release notes
Sourced from remark-cjk-friendly-gfm-strikethrough's releases.
... (truncated)
Commits
b064617Version Packages (main) (#52)c79aa56Merge branch 'main' of github.com:tats-u/markdown-cjk-friendly7b08850fix(remark-*): add /bidi entry point to package.json27d9fa7Version Packages (main) (#51)4b135b8chore: approve some safe task commands in Copilot9371983feat(remark-*): add new entry point/bidi3d003d1docs(README,remark-*): update related packages in README22418e8Version Packages (main) (#50)05e7a04feat(remark-*): add new entry points /parseOnly & /serializeOnlyf1d6cc0build(deps): bump the npm_and_yarn group across 1 directory with 2 updates (#49)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsNote
Low Risk
Dependency-only bump affecting markdown rendering for CJK text; no auth or API logic changes, though lockfile churn is large.
Overview
Bumps
remark-cjk-friendlyandremark-cjk-friendly-gfm-strikethroughfrom 2.0.1 to 2.3.1 inconvai-widget-core, with a refreshedpnpm-lock.yaml.The widget still imports the default entry points in
markdown/index.tsx(no switch to/bidior/parseOnly). Upstream 2.2+ adds optional subpaths for smaller bundles or explicit parse/serialize; behavior for default imports should stay compatible, with fixes such as exporting/bidiin 2.3.1.The lockfile also reflects transitive resolution changes (e.g. Nitro nightly, Rollup 4, Babel 7.29.7) tied to the reinstall—not separate product changes.
Reviewed by Cursor Bugbot for commit 26b593b. Bugbot is set up for automated code reviews on this repo. Configure here.