ember-impagination icon indicating copy to clipboard operation
ember-impagination copied to clipboard

chore(deps): update dependency ember-code-snippet to v3

Open renovate[bot] opened this issue 5 years ago • 1 comments

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ember-code-snippet 2.4.0 -> 3.0.0 age adoption passing confidence

Release Notes

ef4/ember-code-snippet

v3.0.0

Compare Source

  • BREAKING: ember-code-snippet doesn't provide a built-in syntax highlighting component anymore. Instead, you can combine it with the syntax highlighting component of your choice. A recommended choice is ember-prism.

    To upgrade from ember-code-snippet 2.x:

    1. ember install ember-prism

    2. Create your own code-snippet component like:

      {{!- get-code-sniippet is provided
           by ember-code-snippet         }}
      {{#let (get-code-snippet @​name) as |snippet|}}
        {{!- CodeBlock is provided by ember-prism -}}
        <CodeBlock @&#8203;language={{snippet.language}}>
          {{snippet.source}}
        </CodeBlock>
      {{/let}}
      

v2.4.2

Compare Source

v2.4.1

Compare Source


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, check this box

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

renovate[bot] avatar Jun 24 '19 14:06 renovate[bot]

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

renovate[bot] avatar Mar 24 '23 22:03 renovate[bot]