Skip to content

Conversation

@json-derulo
Copy link
Owner

@json-derulo json-derulo commented May 2, 2023

This PR contains the following updates:

Package Type Update Change
marked (source) dependencies major ^4.2.12 -> ^5.0.0
@types/marked (source) devDependencies major ^4.0.8 -> ^5.0.0

Release Notes

markedjs/marked (marked)

v5.1.2

Compare Source

Bug Fixes

v5.1.1

Compare Source

Bug Fixes

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 - At any time (no schedule defined), 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 these updates again.


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

This PR has been generated by Renovate Bot.

@json-derulo
Copy link
Owner Author

json-derulo commented May 2, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: ngx-markdown@16.0.0
npm ERR! Found: @types/marked@5.0.1
npm ERR! node_modules/@types/marked
npm ERR!   dev @types/marked@"^5.0.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer @types/marked@"^4.3.0" from ngx-markdown@16.0.0
npm ERR! node_modules/ngx-markdown
npm ERR!   ngx-markdown@"^16.0.0" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: @types/marked@4.3.1
npm ERR! node_modules/@types/marked
npm ERR!   peer @types/marked@"^4.3.0" from ngx-markdown@16.0.0
npm ERR!   node_modules/ngx-markdown
npm ERR!     ngx-markdown@"^16.0.0" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! 
npm ERR! For a full report see:
npm ERR! /tmp/renovate/cache/others/npm/_logs/2023-07-25T21_13_10_708Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2023-07-25T21_13_10_708Z-debug-0.log

@json-derulo json-derulo force-pushed the renovate/marked-5.x branch from dbae593 to 501a279 Compare May 7, 2023 15:27
@json-derulo json-derulo force-pushed the renovate/marked-5.x branch from 501a279 to ae2d00b Compare May 19, 2023 21:13
@json-derulo json-derulo force-pushed the renovate/marked-5.x branch 6 times, most recently from ac9bad1 to ab9260d Compare June 6, 2023 21:37
@json-derulo json-derulo force-pushed the renovate/marked-5.x branch 7 times, most recently from 5130707 to 26443ae Compare June 13, 2023 21:14
@json-derulo json-derulo force-pushed the renovate/marked-5.x branch 11 times, most recently from b49bbe7 to b7e6840 Compare June 22, 2023 21:38
@json-derulo json-derulo force-pushed the renovate/marked-5.x branch 3 times, most recently from 3066ac0 to c628196 Compare June 27, 2023 21:15
@json-derulo json-derulo marked this pull request as draft June 28, 2023 09:21
@json-derulo json-derulo force-pushed the renovate/marked-5.x branch 8 times, most recently from bb16ce2 to fd0e3e4 Compare July 4, 2023 21:15
@json-derulo json-derulo force-pushed the renovate/marked-5.x branch 4 times, most recently from 5045c7c to b98a99d Compare July 11, 2023 21:15
@json-derulo json-derulo force-pushed the renovate/marked-5.x branch 8 times, most recently from c144ee5 to 2a7c145 Compare July 19, 2023 21:38
@json-derulo json-derulo force-pushed the renovate/marked-5.x branch 3 times, most recently from a379b58 to 36e01f2 Compare July 24, 2023 21:37
@json-derulo
Copy link
Owner Author

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 5.x releases. But if you manually upgrade to 5.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@json-derulo json-derulo deleted the renovate/marked-5.x branch July 26, 2023 21:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants