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 and cordova-common #208

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 11, 2022

Removes xmldom. It's no longer used after updating ancestor dependency cordova-common. These dependencies need to be updated together.

Removes xmldom

Updates cordova-common from 2.2.5 to 4.0.2

Changelog

Sourced from cordova-common's changelog.

4.0.2 (Jul 01, 2020)

  • GH-144 fix(ios): resolve correct path to app info plist when multiple plist files are present
  • GH-147 chore: remove trailing whitespace
  • GH-146 chore: bump devDependencies nyc -> ^15.1.0
  • GH-145 test: remove unused test fixtures

4.0.1 (May 14, 2020)

  • GH-141 chore: apply random missing minor changes
  • GH-143 fix: typo in access & allow navigation
  • GH-142 fix(ConfigParser): ImageResources constructor

4.0.0 (Mar 26, 2020)

  • GH-140 breaking: bump all dependencies to latest
    • bump fs-extra@^9.0.0
    • bump @cordova/eslint-config@^3.0.0
    • bump jasmine-spec-reporter@^5.0.1
    • bump Github Actions actions/checkout@v2
  • GH-139 chore: various cleanup tasks
  • GH-138 chore(dependency): update dev & non-dev dependencies
  • GH-137 refactor: transform var to let/const
  • GH-136 ci: final migration to actions
  • GH-85 style: improve line spacing & group like items
  • GH-124 fix(ConfigFile): correctly resolve *-Info.plist file path
  • GH-135 fix(ConfigFile): Normalize globbed file paths
  • GH-134 test(ConfigFile): minor improvements
  • GH-121 feat(CordovaError): support for error cause & more
  • GH-133 refactor(ConfigParser): cleanup & simplify
  • GH-132 refactor(PluginInfo): cleanup & simplify
  • GH-131 refactor(misc): cleanup & simplify
  • GH-130 refactor(ConfigChanges): simplify
  • GH-128 refactor(xml-helpers): DRY & simplify
  • GH-129 fix: broken lock file from #95
  • GH-127 refactor(munge-util): DRY & simplify
  • GH-95 TEST: Test using GitHub workflows for CI
  • GH-125 test(ConfigFile): group & cleanup tests
  • GH-126 chore!: remove main export mungeUtil
  • GH-123 refactor: FileUpdater
  • GH-119 refactor: use ES6 classes where applicable
  • GH-118 refactor: use template strings where applicable
  • GH-116 refactor: use property shorthand notation
  • GH-115 refactor: transform var to let/const
  • GH-114 refactor: do not alias this
  • GH-113 refactor: use arrow functions where applicable
  • GH-120 refactor: move CordovaError module up
  • GH-117 refactor(CordovaError)!: remove unused features
  • GH-111 chore: remove support for ubuntu platform
  • GH-109 chore: consolidate eslint configs

... (truncated)

Commits
  • f2c2a8d Updated RELEASENOTES.md & version for release 4.0.2 (common-v4.0.2)
  • 87167bd Merge pull request #148 from dpa99c/GH-144
  • a18bf0e (ios) fix: resolve correct path to app info plist when multiple plist files a...
  • b5ba4db cleanup: remove trailing whitespace (#147)
  • b2070f1 update nyc -> ^15.1.0 in devDependencies (#146)
  • bcf29de test: cleanup by removing unused test fixtures (#145)
  • f872a26 Increment package version to 4.0.2-dev
  • 13e0697 chore: add missing LICENSE & NOTICE files
  • 34507e9 Updated RELEASENOTES.md & version for release 4.0.1 (common-4.0.1)
  • 231e7b5 chore: apply random missing minor changes (#141)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by erisu, a new releaser for cordova-common since your current version.


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 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 11, 2022
Removes [xmldom](https://github.com/xmldom/xmldom). It's no longer used after updating ancestor dependency [cordova-common](https://github.com/apache/cordova-common). These dependencies need to be updated together.


Removes `xmldom`

Updates `cordova-common` from 2.2.5 to 4.0.2
- [Release notes](https://github.com/apache/cordova-common/releases)
- [Changelog](https://github.com/apache/cordova-common/blob/master/RELEASENOTES.md)
- [Commits](apache/cordova-common@2.2.5...4.0.2)

---
updated-dependencies:
- dependency-name: xmldom
  dependency-type: indirect
- dependency-name: cordova-common
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/xmldom-and-cordova-common--removed branch from d9aacdd to bb57983 Compare March 15, 2023 08:06
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
0 participants