wechaty / wechaty-puppet-padpro

Apache License 2.0
238 stars 64 forks source link

An in-range update of fast-xml-parser is breaking the build 🚨 #210

Closed greenkeeper[bot] closed 4 years ago

greenkeeper[bot] commented 4 years ago

The dependency fast-xml-parser was updated from 3.12.20 to 3.12.21.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

fast-xml-parser is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details - ❌ **Travis CI - Branch:** The build **failed**.

Commits

The new version differs by 13 commits.

  • cf94f59 update publish config
  • e5f3d17 update release detail
  • cd4a2ee remove demo app test file
  • 0304698 update dependencies and add publish-please
  • cf34c8f Create bundle
  • 2b76de7 update dependency tree
  • 2897845 [AG] fix validator: invalidate XML with no closing tag
  • ff0b250 Update CONTRIBUTING.md
  • 1eedaa9 [AG] add users
  • 961a868 Merge branch 'master' of github.com:NaturalIntelligence/fast-xml-parser
  • 668f75b Format Change log
  • 315aa7f update readme
  • 37e172e Update demo to parse JSON to XML

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 4 years ago

After pinning to 3.12.20 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 9 commits ahead by 9, behind by 1.

  • 306c514 generate bundle
  • 3a279ac update package detail
  • c699cd0 Update README with value processor change
  • 3778f8c pass attr name in attrValueProcessor
  • 00dbde2 pass tag name to tagValueProcessor
  • 21026a1 Add tests for negative and long numbers
  • ce425b0 Add optional validation while parsing
  • d10f712 update yarn
  • ba550fb update publish config

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 5 commits.

  • ad82a60 [AG] update package for release
  • 6c1f719 Add type support for arrayMode = 'strict'
  • 4a49683 bugfix(types): add stopNodes to X2jOptions (#192)
  • 322f13d Update README.md
  • ea25808 support arrayMode

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are still failing with this version. Compare changes

Release Notes for Update validator for error message

After this release some error messages return by validator will be updated. Validator will also return line number now.

Commits

The new version differs by 17 commits.

  • 55ef403 [AG] update dependencies
  • 179fbd2 [AG] update package details
  • 79abaa5 [AG] update demo
  • 7eddb3b [AG] update browser bundles
  • c703808 [AG] add google analytics
  • cbdd45b [AG] update users
  • c603f4c [AG] validator: improve error message in case of extra space
  • 7078703 [AG] fix validator error messages
  • 3a4b2bc Merge branch 'master' of github.com:NaturalIntelligence/fast-xml-parser
  • 0ec1e94 Validation errors now include line numbers in the error message
  • 6335d34 Create greetings.yml
  • dbf2b51 [AG] fix #196 parsing of float ending with 0.
  • 4260112 [AG] validate localeRange in validator
  • 9d1376e [AG] fix tagName and attrName regex in validator
  • 863e182 Validator: Remove redundant space in error message

There are 17 commits in total.

See the full diff

greenkeeper[bot] commented 4 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for Validator fix for & characters and no more settings for locale range
  • validator: fix for ampersand characters (#215)
  • refactoring to support Unicode chars in the tag name
  • update typing for validator error
Commits

The new version differs by 14 commits.

  • 97dcaf9 [AG] update package for release
  • de52399 fix: correct misspelled word
  • fc720e0 Update parser.d.ts
  • be81aac Update greetings.yml
  • 2032c19 Change regexp to match the XML spec, supporting Unicode (#205)
  • e26752b [AG] fix #219 : Add missing _ in attr name regex
  • a8ccdb9 Validator: Fail for stray ampersand characters (#215)
  • df830dc Update README.md
  • ce2093a Update FUNDING.yml
  • 97e5942 Create FUNDING.yml
  • 370aec5 [AG] update package detail for release with browser bundles
  • 9225c04 Fix Single root element only
  • e6aadaa Add user
  • d0e18ba Update pull_request_template.md

See the full diff