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.2 #133

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 4, 2023

Bumps termx-markup from 1.1.1 to 2.0.2.

Release notes

Sourced from termx-markup's releases.

2.0.2

What's Changed

Full Changelog: https://github.com/ncpa0/termx-markup/blob/master/CHANGELOG.md#202-september-4-2023

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.2 (September 4, 2023)

Bug Fixes

  • fix: stringification of arguments provided to the html tag template (#8)

    stringifying arguments of the html tag template was previously done by calling .toString() method on each arg, this was causing errors for cases where an argument was an undefined value.

    Instead the stringification is now done with the String() constructor function, which can properly handle undefined values.

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>

... (truncated)

Commits
  • d5cd220 docs: updated changelog for v2.0.2
  • 9720aa9 fix: stringification of arguments provided to the html tag template
  • c81b282 chore: Package version 2.0.1
  • 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
  • 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 Sep 4, 2023
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/termx-markup-2.0.2 branch 3 times, most recently from 04d50a9 to 7ca4c51 Compare September 5, 2023 07:03
Bumps [termx-markup](https://github.com/ncpa0cpl/termx-markup) from 1.1.1 to 2.0.2.
- [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.2)

---
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.2 branch from 7ca4c51 to 8aef0cd Compare September 9, 2023 11:40
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