-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
chore: bump marked from 16.0.0 to 17.0.1 #2639
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
662c800 to
820e23a
Compare
Bumps [marked](https://github.com/markedjs/marked) from 16.0.0 to 17.0.1. - [Release notes](https://github.com/markedjs/marked/releases) - [Commits](markedjs/marked@v16.0.0...v17.0.1) --- updated-dependencies: - dependency-name: marked dependency-version: 17.0.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
820e23a to
b52f47d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR bumps the marked library from version 16.0.0 to 17.0.1, addressing both the version upgrade and correcting dependency classifications. The upgrade includes breaking changes in v17.0.0 related to list rendering and tokenization, but the codebase has comprehensive test coverage for these features that will catch any compatibility issues.
Key changes:
- Upgraded
markedfrom ^16.0.0 to ^17.0.1 - Correctly reclassified
markedandcommon-tagsfrom devDependencies to production dependencies (as they are used in src/ code) - Updated package-lock.json to reflect the dependency tree changes
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| package.json | Updated marked version to ^17.0.1; no changes to common-tags placement (already correct in dependencies) |
| package-lock.json | Updated marked version to 17.0.1, removed "dev": true flag from both marked and common-tags entries (correctly moving them to production dependencies), added "peer": true flag to typescript (npm internal flag) |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps marked from 16.0.0 to 17.0.1.
Release notes
Sourced from marked's releases.
... (truncated)
Commits
16209f5chore(release): 17.0.1 [skip ci]921ee22fix: fix block elements in task item (#3828)1e47df2chore(deps-dev): Bump@semantic-release/npmfrom 13.1.1 to 13.1.2 (#3841)8a355d1chore(deps-dev): Bump@markedjs/eslint-configfrom 1.0.13 to 1.0.14 (#3835)c43a67echore(deps-dev): Bump eslint from 9.39.0 to 9.39.1 (#3834)de635d8chore(deps-dev): Bump esbuild from 0.25.12 to 0.27.0 (#3833)554cd8dchore(deps-dev): Bump marked-highlight from 2.2.2 to 2.2.3 (#3832)1711dbbchore(deps-dev): Bump@semantic-release/githubfrom 12.0.1 to 12.0.2 (#3831)23b9d01docs: Modernize Docs UI with Tailwind, Dark Mode, and Improved Layout (#3814)9657f0bchore(release): 17.0.0 [skip ci]Most Recent Ignore Conditions Applied to This Pull Request
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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)