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-dev): bump termx-markup from 1.1.1 to 2.0.1 #124

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 21, 2023

Bumps termx-markup from 1.1.1 to 2.0.1.

Release notes

Sourced from termx-markup's releases.

2.0.1

What's Changed

Full Changelog: https://github.com/ncpa0/termx-markup/blob/master/CHANGELOG.md#201-august-10-2023

2.0.0

What's Changed

Full Changelog: https://github.com/ncpa0/termx-markup/blob/master/CHANGELOG.md#200-august-9-2023

Changelog

Sourced from termx-markup's changelog.

2.0.1 (August 10, 2023)

Bug Fixes

  • fix: too many whitespace characters in between lines of raw text (#7)

    1. Fixed a bug which was causing one too many spaces be added to the text where <s /> was used.

    2. Fixed a bug which was causing multiline raw text to get joined with too many white-space characters.

      Example

      Input:

      <span>
                   Hello
                   World
      </span>

      Old output:

      Hello             World
      

      New output:

      Hello World
      

2.0.0 (August 9, 2023)

Features

  • feat: frame tag and rendering rules rework (#6)

    Added a new <frame> tag. Frame is a block element that draws a border around it's contents. The frame tag accepts special attributes padding, padding-left, padding-right, padding-top, padding-bottom, padding-horizontal and padding-vertical. These attributes define a padding width/height in character count that will be added in between the frame border and it's contents.

    New rendering rules discern tags into two types: inline rendered and block rendered. Inline tags are always rendered next to each other within the same line, if there are any white-spaces between the inline elements it will be replaced with a single space. Block tags, start with a line break character, unless the block element is the first one and end with a line break, unless the block element is the last one.

    Inline elements:

    • <span>
    • <pre>
    • <br>
    • <s>
    • <li>

    Block elements:

    • <line>
    • <frame>
    • <pad>
    • <ul>

... (truncated)

Commits
  • 47faec4 docs: updated changelog for v2.0.1
  • bb17edf fix: too many whitespace characters in between lines of raw text
  • c826466 chore: Package version 2.0.0
  • af0e27e chore: upadted the publish workflow script
  • f7d6f00 docs: updated readme for v2.0.0
  • 790ca3a docs: updated readme
  • a46f85f feat: frame tag and rendering rules rework
  • 5226a25 feat: global and instace-level settings
  • f694ec8 feat: normalized how whitespaces are handled in-between text and tags
  • 8c114a1 chore: run test workflow on each pr to master
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 21, 2023
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/termx-markup-2.0.1 branch 3 times, most recently from 7480f92 to b42b110 Compare August 29, 2023 13:17
Bumps [termx-markup](https://github.com/ncpa0cpl/termx-markup) from 1.1.1 to 2.0.1.
- [Release notes](https://github.com/ncpa0cpl/termx-markup/releases)
- [Changelog](https://github.com/ncpa0/termx-markup/blob/master/CHANGELOG.md)
- [Commits](ncpa0/termx-markup@1.1.1...2.0.1)

---
updated-dependencies:
- dependency-name: termx-markup
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/termx-markup-2.0.1 branch from b42b110 to 4ca33b1 Compare August 29, 2023 14:22
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 4, 2023

Superseded by #133.

@dependabot dependabot bot closed this Sep 4, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/termx-markup-2.0.1 branch September 4, 2023 16:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants