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

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 13, 2019

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ember-code-snippet 2.4.2 -> 3.0.0 age adoption passing 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 3 times, most recently from 6ceff80 to 11d4759 Compare July 10, 2020 21:28
@renovate renovate bot force-pushed the renovate/ember-code-snippet-3.x branch 2 times, most recently from 7967230 to 6cceff0 Compare August 3, 2020 10:33
@renovate renovate bot force-pushed the renovate/ember-code-snippet-3.x branch from 6cceff0 to 601db71 Compare August 8, 2020 01:18
@renovate renovate bot force-pushed the renovate/ember-code-snippet-3.x branch 4 times, most recently from 249356b to 65291ae Compare March 7, 2022 11:13
@renovate
Copy link
Contributor Author

renovate bot commented Mar 25, 2023

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 renovate bot force-pushed the renovate/ember-code-snippet-3.x branch from 65291ae to 84970b7 Compare March 25, 2023 00:17
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