Skip to content
This repository was archived by the owner on Nov 22, 2025. It is now read-only.

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 22, 2024

This PR contains the following updates:

Package Change Age Confidence
remark-flexible-code-titles 1.1.4 -> 1.3.2 age confidence

Release Notes

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

v1.3.2

Compare Source

The changes made by @​talatkuyuk:

  • Chore: typing corrections in README.md
  • Add sponsorship section in README.md
  • Update devDependencies
  • Update vite config (vitest@​4)
  • Refine the code and fix test coverage 100%

v1.3.1

Compare Source

Only update devDependencies

v1.3.0

Compare Source

The changes made by @​talatkuyuk:

  • Add unified into peerDependencies
  • Update dependencies and devDependencies
  • Migrate from jest to vitest v3.2
  • Migrate eslint v8 to v9 and apply flat config
  • Update .prettierrc
  • Add .editorconfig file
  • Update github actions
  • Fix eslint errors
  • Fix package-lock.json
  • Update keywords in package.json
  • Update README.md
    • Update badges/links
    • Chore corrections
    • Remove keywords
    • Add plugins which I recently developed into list

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 #​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.

@cloudflare-workers-and-pages
Copy link

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

Deploying enpitsulin-xyz with  Cloudflare Pages  Cloudflare Pages

Latest commit: 2fe8adc
Status: ✅  Deploy successful!
Preview URL: https://9b77b372.enpitsulin-xyz.pages.dev
Branch Preview URL: https://renovate-remark-flexible-cod.enpitsulin-xyz.pages.dev

View logs

@renovate renovate bot force-pushed the renovate/remark-flexible-code-titles-1.x-lockfile branch from b0ec173 to e2b8c07 Compare January 23, 2025 17:11
@renovate renovate bot force-pushed the renovate/remark-flexible-code-titles-1.x-lockfile branch from e2b8c07 to a7bb4bf Compare March 3, 2025 17:14
@renovate renovate bot force-pushed the renovate/remark-flexible-code-titles-1.x-lockfile branch 2 times, most recently from 2c2a6d2 to 602f926 Compare March 17, 2025 18:39
@renovate renovate bot force-pushed the renovate/remark-flexible-code-titles-1.x-lockfile branch from 602f926 to 4c1112c Compare April 1, 2025 12:36
@renovate renovate bot force-pushed the renovate/remark-flexible-code-titles-1.x-lockfile branch 2 times, most recently from f819476 to 2391847 Compare June 5, 2025 15:27
@renovate renovate bot changed the title chore(deps): update dependency remark-flexible-code-titles to v1.2.0 chore(deps): update dependency remark-flexible-code-titles to v1.3.0 Jun 5, 2025
@renovate renovate bot force-pushed the renovate/remark-flexible-code-titles-1.x-lockfile branch from 2391847 to 97f51d3 Compare June 22, 2025 14:59
@renovate renovate bot force-pushed the renovate/remark-flexible-code-titles-1.x-lockfile branch from 97f51d3 to c43feff Compare September 7, 2025 20:25
@renovate renovate bot changed the title chore(deps): update dependency remark-flexible-code-titles to v1.3.0 chore(deps): update dependency remark-flexible-code-titles to v1.3.1 Sep 7, 2025
@renovate renovate bot force-pushed the renovate/remark-flexible-code-titles-1.x-lockfile branch from c43feff to f8dfa59 Compare September 25, 2025 14:57
@renovate renovate bot force-pushed the renovate/remark-flexible-code-titles-1.x-lockfile branch from f8dfa59 to 51cfef9 Compare October 29, 2025 22:53
@renovate renovate bot changed the title chore(deps): update dependency remark-flexible-code-titles to v1.3.1 chore(deps): update dependency remark-flexible-code-titles to v1.3.2 Oct 29, 2025
@renovate renovate bot force-pushed the renovate/remark-flexible-code-titles-1.x-lockfile branch from 51cfef9 to 2fe8adc Compare November 11, 2025 01:17
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant