ember-file-upload icon indicating copy to clipboard operation
ember-file-upload copied to clipboard

chore(deps): update dependency rehype-highlight to v6

Open renovate[bot] opened this issue 2 years ago • 0 comments

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
rehype-highlight ^4.1.0 -> ^6.0.0 age adoption passing confidence

Release Notes

rehypejs/rehype-highlight

v6.0.0

Compare Source

  • 2c5a4ec Remove detection by default breaking: see commit message for migration
  • 9c42989 Fix to throw error on file

v5.0.2

Compare Source

Full Changelog: https://github.com/rehypejs/rehype-highlight/compare/5.0.1...5.0.2

v5.0.1

Compare Source

Full Changelog: https://github.com/rehypejs/rehype-highlight/compare/5.0.0...5.0.1

v5.0.0

Compare Source

  • dfa5a4b Use ESM
    • Change:

      // From CommonJS
      var rehypeHighlight = require('rehype-highlight')
      
      // To ESM
      import rehypeHighlight from 'rehype-highlight'
      

      Learn more about ESM in this guide

  • c87da55 Update lowlight
    • This changes from having all languages registered by default (191) to only having common languages on (35). See https://github.com/wooorm/lowlight#syntaxes for which languages are on by default and which can be added. This makes rehype-highlight much faster and viable for use in browsers
    • This removes the light version of the plugin, because the default is now light
    • Updating lowlight also updates highlight.js to v11, which improves results
  • fa5fcf4 Add JSDoc based types
  • 84b5ce2 Fix code being dropped

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 this update again.


  • [ ] If you want to rebase/retry this PR, click this checkbox.

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

renovate[bot] avatar Oct 12 '22 19:10 renovate[bot]