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

build(deps): bump @xmldom/xmldom from 0.8.8 to 0.8.10 #835

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps @xmldom/xmldom from 0.8.8 to 0.8.10.

Release notes

Sourced from @​xmldom/xmldom's releases.

0.8.10

Commits

Fixed

Thank you, @​qtow, for your contributions

0.8.9

Commits

Fixed

Thank you, @​cjbarth, for your contributions

Changelog

Sourced from @​xmldom/xmldom's changelog.

0.8.10

Fixed

Thank you, @​qtow, for your contributions

0.7.13

Fixed

Thank you, @​qtow, for your contributions

0.9.0-beta.9

Fixed

Chore

Thank you, @​cjbarth, @​shunkica, @​pmahend1, @​niklasl, for your contributions

0.8.9

Fixed

Thank you, @​cjbarth, for your contributions

0.7.12

Fixed

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 1, 2023
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/xmldom/xmldom-0.8.10 branch from e4040aa to 409e1d3 Compare August 2, 2023 06:57
Bumps [@xmldom/xmldom](https://github.com/xmldom/xmldom) from 0.8.8 to 0.8.10.
- [Release notes](https://github.com/xmldom/xmldom/releases)
- [Changelog](https://github.com/xmldom/xmldom/blob/master/CHANGELOG.md)
- [Commits](xmldom/xmldom@0.8.8...0.8.10)

---
updated-dependencies:
- dependency-name: "@xmldom/xmldom"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/xmldom/xmldom-0.8.10 branch from 409e1d3 to 8d37b44 Compare August 2, 2023 11:44
@Kreeg
Copy link
Member

Kreeg commented Aug 3, 2023

Idk how bug fixes in xmldom changed all the snapshots. Seems like a regression bug

@XhmikosR
Copy link
Member

This broke completely svg-sprite for us on bootstrap icons. I had to pin xmldom to v0.8.8. I will pin it in this repo later too.

@XhmikosR XhmikosR closed this Nov 21, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 21, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@XhmikosR XhmikosR deleted the dependabot/npm_and_yarn/xmldom/xmldom-0.8.10 branch November 21, 2023 18:43
@XhmikosR
Copy link
Member

Reported this in xmldom/xmldom#583

@Ingramz
Copy link
Contributor

Ingramz commented Nov 22, 2023

Here's a patch for 3.0.0-beta2 that worked around this issue by reverting part of #591. I fixed this in one of my personal projects but due to lack of time never get to reporting this as a bug. Seeing 3.0.0-beta3 coming out made me look here.

Hopefully it will be of help when investigating which project is at fault here.

svg-sprite+3.0.0-beta2.patch

@XhmikosR
Copy link
Member

@Ingramz can you please make a PR?

@XhmikosR
Copy link
Member

Our code is the same between the related xmldom versions, so while it could be something in our code, v0.8.8 works fine with it while 0.8.10 breaks.

@Ingramz
Copy link
Contributor

Ingramz commented Nov 22, 2023

I will a pull request based on this patch in a moment, but there are two caveats:

  1. This is the bare minimum that fixed issues within my own project. I have not looked whether there are other places that would require a similar change. Any sort of tests and related ceremony I would leave up to others.
  2. If it turns out that recent xmldom changes incorrectly broke the ability to use Object.keys(), then this pull request would not be needed and we should simply just wait for xmldom project to fix it. There is nothing wrong with staying at 0.8.8 for time being as it seems to solve this issue equally well.

@XhmikosR
Copy link
Member

  1. I tested your patch in bootstrap-icons that we hit the issue and it works. Also, tests in this repo passed
  2. I agree, but I'm not sure at this point. I know for sure our code works with v0.8.8. That being said, it could be that the Object.keys change triggers some weird case like with null or undefined whereas plain for loops work

I say make a PR here with your changes and xmldom updated to 0.8.10 and unpinned and we see if we get a reply from the xmldom devs.

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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants