chore(deps): ember-code-snippet
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| ember-code-snippet | 2.4.2 → 3.0.0 |
Release Notes
ef4/ember-code-snippet (ember-code-snippet)
v3.0.0
-
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:
-
ember install ember-prism -
Create your own
code-snippetcomponent like:{{!- get-code-sniippet is provided by ember-code-snippet }} {{#let (get-code-snippet @​name) as |snippet|}} {{!- CodeBlock is provided by ember-prism -}} <CodeBlock @​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.
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.