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

bump xmldom to 0.6.0 to avoid bug where it keeps "<" in attributes (backport #1974) #1994

Merged
merged 2 commits into from
Aug 4, 2021

Commits on Aug 4, 2021

  1. bump xmldom to 0.6.0 to avoid bug where it keeps "<" in attributes (#…

    …1974)
    
    * bump xmldom to 0.6.0 to avoid bug where it keeps "<" in attributes
    see xmldom/xmldom#198
    
    * add test which fails on version of 0.5.0 because of bad serialization
    * add valid entity serialization test
    * move serialization test down to serializer package instead of up at transformer level
    * better test name not referencing round trip
    
    Co-authored-by: Michael Belousov <MichaelBelousov@users.noreply.github.com>
    (cherry picked from commit 97a229f)
    
    # Conflicts:
    #	common/config/rush/pnpm-lock.yaml
    MichaelBelousov authored and mergify-bot committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    4a930ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c40983 View commit details
    Browse the repository at this point in the history