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 xml2js and yaspeller in /_config/src #958

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 8, 2024

Bumps xml2js to 0.6.2 and updates ancestor dependency yaspeller. These dependencies need to be updated together.

Updates xml2js from 0.4.23 to 0.6.2

Commits

Updates yaspeller from 7.2.1 to 10.0.1

Release notes

Sourced from yaspeller's releases.

v10.0.1

Fix TypeError: Cannot read properties of undefined (reading 'length') #199.

v10.0.0

  • Update major yandex-speller package.
  • Remove unsupported options of new API Yandex Speller: flagLatin, ignoreLatin, byWords, ignoreRomanNumerals and ignoreUppercase.

v9.1.0

Update yandex-speller package.

v9.0.0

  • Update deps in package.json.
  • Yaspeller requires Node.js 16 or higher.

v8.0.1

Update deps in package.json.

v8.0.0

  • Yaspeller requires Node.js 12 or higher.
  • Reducing the size of dependencies #178 @​alchazov.
  • CLI no-colors option replaced with no-color.
Changelog

Sourced from yaspeller's changelog.

v10.0.1

  • Fix TypeError: Cannot read properties of undefined (reading 'length') #199

v10.0.0

  • Update major yandex-speller package.
  • Remove unsupported options of new API Yandex Speller: flagLatin, ignoreLatin, byWords, ignoreRomanNumerals and ignoreUppercase.

v9.1.0

  • Update yandex-speller package.

v9.0.0

  • Update deps in package.json.
  • Yaspeller requires Node.js 16 or higher.

v8.0.1

Update deps in package.json.

v8.0.0

  • Yaspeller requires Node.js 12 or higher.
  • Reducing the size of dependencies #178 @​alchazov.
  • CLI no-colors option replaced with no-color.
Commits
  • ef9f71e Merge pull request #201 from hcodes/fix_typeerror
  • e113351 Fix TypeError: Cannot read properties of undefined (reading 'length') #199
  • 44919c5 Merge pull request #200 from hcodes/fix_docs
  • c0ca18a Update docs
  • d1ea76a Merge pull request #198 from hcodes/bump_version
  • a332a06 Bump version
  • 7efa3ee Merge pull request #197 from hcodes/new_api
  • bcd8dcf Update major yandex-speller package
  • 83cc3d4 Merge pull request #195 from hcodes/update_yandex-speller
  • 09ac342 Update yandex-speller package
  • Additional commits viewable in compare view

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [xml2js](https://github.com/Leonidas-from-XIV/node-xml2js) to 0.6.2 and updates ancestor dependency [yaspeller](https://github.com/hcodes/yaspeller). These dependencies need to be updated together.


Updates `xml2js` from 0.4.23 to 0.6.2
- [Commits](https://github.com/Leonidas-from-XIV/node-xml2js/commits/0.6.2)

Updates `yaspeller` from 7.2.1 to 10.0.1
- [Release notes](https://github.com/hcodes/yaspeller/releases)
- [Changelog](https://github.com/hcodes/yaspeller/blob/master/CHANGELOG.md)
- [Commits](hcodes/yaspeller@v7.2.1...v10.0.1)

---
updated-dependencies:
- dependency-name: xml2js
  dependency-type: indirect
- dependency-name: yaspeller
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 8, 2024
@kubevirt-bot kubevirt-bot added the dco-signoff: yes Indicates the PR's author has DCO signed all their commits. label Jul 8, 2024
@kubevirt-bot
Copy link
Contributor

Hi @dependabot[bot]. Thanks for your PR.

PRs from untrusted users cannot be marked as trusted with /ok-to-test in this repo meaning untrusted PR authors can never trigger tests themselves. Collaborators can still trigger tests on the PR using /test all.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@aburdenthehand
Copy link
Contributor

/lgtm
@brianmcarey companion to #957

@kubevirt-bot kubevirt-bot added the lgtm Indicates that a PR is ready to be merged. label Jul 8, 2024
Copy link
Member

@brianmcarey brianmcarey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/approve

@brianmcarey
Copy link
Member

@aburdenthehand I think you will have to approve.

/lgtm

@aburdenthehand
Copy link
Contributor

/approve

@kubevirt-bot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: aburdenthehand, brianmcarey

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@kubevirt-bot kubevirt-bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jul 8, 2024
@kubevirt-bot kubevirt-bot merged commit 20fb219 into main Jul 8, 2024
8 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/_config/src/multi-ce8bc83770 branch July 8, 2024 13:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. dco-signoff: yes Indicates the PR's author has DCO signed all their commits. dependencies Pull requests that update a dependency file lgtm Indicates that a PR is ready to be merged. size/XL
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants