Skip to content
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

Bump marked from 14.1.3 to 15.0.0 #9448

Merged
merged 1 commit into from
Nov 15, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 10, 2024

Bumps marked from 14.1.3 to 15.0.0.

Release notes

Sourced from marked's releases.

v15.0.0

15.0.0 (2024-11-09)

Bug Fixes

BREAKING CHANGES

  • escape html in renderers instead of tokenizers for all tokens.

v14.1.4

14.1.4 (2024-11-07)

Bug Fixes

Commits

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 10, 2024
Copy link

codecov bot commented Nov 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 75.79%. Comparing base (8318d74) to head (5ae9be9).
Report is 511 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #9448      +/-   ##
==========================================
+ Coverage   74.24%   75.79%   +1.54%     
==========================================
  Files        1332     1414      +82     
  Lines       40817    42789    +1972     
  Branches     7634     7883     +249     
==========================================
+ Hits        30306    32430    +2124     
+ Misses      10511    10359     -152     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

github-actions bot commented Nov 10, 2024

Playwright test results

passed  153 passed
flaky  1 flaky
skipped  2 skipped

Details

report  Open report ↗︎
stats  156 tests across 51 suites
duration  9 minutes, 47 seconds
commit  5ae9be9
info  For more information on how to debug and view this report, see our readme

Flaky tests

chrome-setup › setup/unaffiliated.setup.ts › authenticate with unaffiliated user

Skipped tests

chrome › tests/runtime/googleSheetsIntegration.spec.ts › can activate a google spreadsheet mod with config options
msedge › tests/runtime/googleSheetsIntegration.spec.ts › can activate a google spreadsheet mod with config options

@grahamlangford grahamlangford added this to the 2.1.9 milestone Nov 11, 2024
@grahamlangford grahamlangford added the do not merge Merging of this PR is blocked by another one label Nov 11, 2024
@grahamlangford
Copy link
Collaborator

e2e failures are likely just flakiness, but I'm going to hold off on this PR until the next release so we can properly visually verify the breaking changes don't impact us

@twschiller
Copy link
Contributor

Closing because PR doesn't target NPM workspaces

@twschiller twschiller closed this Nov 12, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 12, 2024

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 @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/marked-15.0.0 branch November 12, 2024 01:52
@twschiller
Copy link
Contributor

@dependabot recreate

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 12, 2024

Looks like this PR is closed. If you re-open it I'll rebase it as long as no-one else has edited it (you can use @dependabot reopen if the branch has been deleted).

@twschiller
Copy link
Contributor

@dependabot reopen

@dependabot dependabot bot reopened this Nov 12, 2024
@dependabot dependabot bot restored the dependabot/npm_and_yarn/marked-15.0.0 branch November 12, 2024 03:14
Bumps [marked](https://github.com/markedjs/marked) from 14.1.3 to 15.0.0.
- [Release notes](https://github.com/markedjs/marked/releases)
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json)
- [Commits](markedjs/marked@v14.1.3...v15.0.0)

---
updated-dependencies:
- dependency-name: marked
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@twschiller
Copy link
Contributor

twschiller commented Nov 12, 2024

e2e failures are likely just flakiness, but I'm going to hold off on this PR until the next release so we can properly visually verify the breaking changes don't impact us

Most likely safe given that we don't use any 3rd party extensions/plugins, but agree there's no rush

@twschiller twschiller removed the do not merge Merging of this PR is blocked by another one label Nov 15, 2024
@grahamlangford grahamlangford enabled auto-merge (squash) November 15, 2024 01:19
@grahamlangford grahamlangford merged commit 63a5f4a into main Nov 15, 2024
23 checks passed
@grahamlangford grahamlangford deleted the dependabot/npm_and_yarn/marked-15.0.0 branch November 15, 2024 01:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Development

Successfully merging this pull request may close these issues.

2 participants