Skip to content

chore(deps): ember-code-snippet - #400

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/ember-code-snippet-3.x
Open

chore(deps): ember-code-snippet#400
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/ember-code-snippet-3.x

Conversation

@renovate

@renovate renovate Bot commented Jun 24, 2019

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
ember-code-snippet 2.4.23.0.0 age confidence

Release Notes

ef4/ember-code-snippet (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}}

Configuration

📅 Schedule: Branch creation - "after 3am,before 9am" in timezone America/Los_Angeles, 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 was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot force-pushed the renovate/ember-code-snippet-3.x branch from 4a3a6d1 to 2009f92 Compare June 24, 2019 22:38
@renovate
renovate Bot force-pushed the renovate/ember-code-snippet-3.x branch from 2009f92 to 10998fb Compare April 3, 2020 15:41
@codecov

codecov Bot commented Apr 3, 2020

Copy link
Copy Markdown

Codecov Report

❗ No coverage uploaded for pull request base (master@0ae1b3e). Click here to learn what that means.
The diff coverage is n/a.

@renovate
renovate Bot force-pushed the renovate/ember-code-snippet-3.x branch from 10998fb to 3f4ec27 Compare April 6, 2020 22:47
@renovate
renovate Bot force-pushed the renovate/ember-code-snippet-3.x branch from 3f4ec27 to 1e5df59 Compare April 28, 2020 17:56
@renovate
renovate Bot force-pushed the renovate/ember-code-snippet-3.x branch from 1e5df59 to 5939af6 Compare May 22, 2021 12:57
@renovate
renovate Bot force-pushed the renovate/ember-code-snippet-3.x branch from 5939af6 to c7e4565 Compare May 30, 2021 18:23
@renovate
renovate Bot force-pushed the renovate/ember-code-snippet-3.x branch from c7e4565 to 659af7a Compare January 12, 2022 13:42
@renovate
renovate Bot force-pushed the renovate/ember-code-snippet-3.x branch from 659af7a to 13538cd Compare June 18, 2022 19:20
@renovate
renovate Bot force-pushed the renovate/ember-code-snippet-3.x branch from 13538cd to c3e0595 Compare August 10, 2025 13:14
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.

0 participants