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 to ^5.1.0 #8914

Merged
merged 1 commit into from
Jun 20, 2023
Merged

Bump marked to ^5.1.0 #8914

merged 1 commit into from
Jun 20, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 7, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
marked (source) ^4.3.0 -> ^5.1.0 age adoption passing confidence

Release Notes

markedjs/marked

v5.1.0

Compare Source

Bug Fixes
Features

v5.0.5

Compare Source

Bug Fixes

v5.0.4

Compare Source

Bug Fixes

v5.0.3

Compare Source

Bug Fixes

v5.0.2

Compare Source

Bug Fixes

v5.0.1

Compare Source

Bug Fixes
  • only warn if langPrefix is changed (#​2796) (d193694)
    The deprecated options warnings can be turned off by default by using:

    marked.use({
      mangle: false,
      headerIds: false,
    });

    For the cli you can use:

    marked --no-mangle --no-header-ids ...
    

v5.0.0

Compare Source

Bug Fixes
Features
BREAKING CHANGES
  • Warnings will be logged to the console if these options are used including headerIds, mangle, and langPrefix which are on by default.
    These warnings can be turned off by default by using:
    marked.use({
      mangle: false,
      headerIds: false,
    });
    If you need these options you can use the extensions listed below.
  • deprecate options
    Option Replacement
    highlight, langPrefix, and callback marked-highlight
    mangle marked-mangle
    baseUrl marked-base-url
    smartypants marked-smartypants
    xhtml marked-xhtml
    headerIds and headerPrefix marked-gfm-heading-id
  • minimum supported node version v18

Configuration

📅 Schedule: Branch creation - "on sunday before 6:00am" in timezone UTC, 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Update of dependencies label May 7, 2023
@renovate renovate bot changed the title Bump marked to ^5.0.1 Bump marked to ^5.0.2 May 11, 2023
@renovate renovate bot force-pushed the renovate/marked-5.x branch from 6afaac2 to e982c7a Compare May 11, 2023 16:07
@LukasTy
Copy link
Member

LukasTy commented May 26, 2023

Blocked because of node engine.
Same as #8809

@renovate renovate bot changed the title Bump marked to ^5.0.2 Bump marked to ^5.0.3 May 26, 2023
@renovate renovate bot force-pushed the renovate/marked-5.x branch from e982c7a to 92909b9 Compare May 26, 2023 18:45
@renovate renovate bot changed the title Bump marked to ^5.0.3 Bump marked to ^5.0.4 May 30, 2023
@renovate renovate bot force-pushed the renovate/marked-5.x branch from 92909b9 to 559a410 Compare May 30, 2023 22:53
@renovate renovate bot changed the title Bump marked to ^5.0.4 Bump marked to ^5.0.5 Jun 7, 2023
@renovate renovate bot force-pushed the renovate/marked-5.x branch from 559a410 to 33a560e Compare June 7, 2023 08:06
@github-actions github-actions bot added the PR: out-of-date The pull request has merge conflicts and can't be merged label Jun 8, 2023
@github-actions
Copy link

github-actions bot commented Jun 8, 2023

This pull request has conflicts, please resolve those before we can evaluate the pull request.

@renovate renovate bot force-pushed the renovate/marked-5.x branch from 33a560e to 31315a8 Compare June 8, 2023 12:41
@github-actions github-actions bot removed the PR: out-of-date The pull request has merge conflicts and can't be merged label Jun 8, 2023
@renovate renovate bot force-pushed the renovate/marked-5.x branch 2 times, most recently from 88f7af9 to fa3c805 Compare June 11, 2023 11:47
@renovate renovate bot changed the title Bump marked to ^5.0.5 Bump marked to ^5.1.0 Jun 11, 2023
@renovate renovate bot force-pushed the renovate/marked-5.x branch from fa3c805 to a8f55e7 Compare June 20, 2023 05:51
@mui-bot
Copy link

mui-bot commented Jun 20, 2023

Netlify deploy preview

Netlify deploy preview: https://deploy-preview-8914--material-ui-x.netlify.app/

Updated pages

No updates.

These are the results for the performance tests:

Test case Unit Min Max Median Mean σ
Filter 100k rows ms 475.6 936.4 795.9 729.16 198.029
Sort 100k rows ms 665.4 1,205.7 1,205.7 953.08 198.8
Select 100k rows ms 201.6 316.4 297.9 272.12 44.354
Deselect 100k rows ms 155.3 312.3 240.4 231.28 51.264

Generated by 🚫 dangerJS against 2da18e1

@LukasTy LukasTy removed the blocked label Jun 20, 2023
@renovate renovate bot force-pushed the renovate/marked-5.x branch from a8f55e7 to 2da18e1 Compare June 20, 2023 11:16
@LukasTy LukasTy merged commit 504f089 into master Jun 20, 2023
@LukasTy LukasTy deleted the renovate/marked-5.x branch June 20, 2023 11:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Update of dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants