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): update dependency remark-flexible-code-titles to v1.2.0 #186

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 22, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
remark-flexible-code-titles 1.1.4 -> 1.2.0 age adoption passing confidence

Release Notes

ipikuka/remark-flexible-code-titles (remark-flexible-code-titles)

v1.2.0

Compare Source

The changes made by @​talatkuyuk

  • fixed with prettierPath: require.resolve("prettier-2"), since jest doesn't support prettier@3 in toMatchInlineSnapshot
  • updated the dependencies
  • updated the README.md (badges, links, plugin lists, options and example sections)
  • updated the tsconfig.json
  • added package-lock.json on behalf of npm ci in github actions
  • added npm provenance
  • added a github action for commits and pull requests
  • added type coverage 100%
  • added test coverage 100%
  • added codecov connection
  • added a test util, and updated all the tests
  • added a fixture test
  • made refinements in the code
  • made refinements in types
  • added a type namely Container by extending the @types/mdast
  • prevented the key className to be in the returned object in fallback function in the options titleProperties and containerProperties
  • added an option "tokenForSpaceInTitle" to support code titles which composed with more than one word (fixes https://github.com/ipikuka/remark-flexible-code-titles/issues/2)
tokenForSpaceInTitle

Normally, the remark-flexible-code-titles can match a code title which is the word that comes after a colon and ends in the first space it encounters. This option is provided to replace a space with a token in order to specify a code title consisting of more than one word.

use(remarkCodeTitles, {
  tokenForSpaceInTitle: "@​",
});

Now, the titles that have more than one word can be set using the token @.

```bash:Useful@Bash@Commands
mkdir project-directory
```
<div class="remark-code-container">
  <div class="remark-code-title">Useful Bash Commands</div>
  <pre>
    <code class="language-bash">mkdir project-directory</code>
  <pre>
</div>

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 was generated by Mend Renovate. View the repository job log.

Copy link

cloudflare-workers-and-pages bot commented Mar 22, 2024

Deploying enpitsulin-xyz with  Cloudflare Pages  Cloudflare Pages

Latest commit: b0ec173
Status: ✅  Deploy successful!
Preview URL: https://6cfcef0d.enpitsulin-xyz.pages.dev
Branch Preview URL: https://renovate-remark-flexible-cod.enpitsulin-xyz.pages.dev

View logs

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