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

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 Jan 4, 2023

Bumps plist to 3.0.6 and updates ancestor dependency cordova-common. These dependencies need to be updated together.

Updates plist from 2.1.0 to 3.0.6

Changelog

Sourced from plist's changelog.

3.0.5 / 2022-03-23

  • [96e2303d05] Prototype Pollution using .parse() #114 (mario-canva)
  • update browserify from 16 to 17

3.0.4 / 2021-08-27

  • inline xmldom@0.6.0 to eliminate security warning false positive (Mike Reinstein)

3.0.3 / 2021-08-04

  • update xmldom to 0.6.0 to patch critical vulnerability (Mike Reinstein)
  • remove flaky saucelabs teseting badge (Mike Reinstein)

3.0.2 / 2021-03-25

  • update xmldom to 0.5.0 to patch critical vulnerability (Mike Reinstein)
  • update saucelab credentials to point at mreinstein's saucelabs account (Mike Reinstein)
  • remove a bunch of test versions from the matrix because they weren't working in zuul + sauce (Mike Reinstein)

3.0.1 / 2018-03-21

3.0.0 / 2018-03-18

  • [cb0d8f1bc6] update Makefile, rebuild dist/ (Mike Reinstein)
  • [9dfeffe73f] remove unsupported browser versions from travis (Mike Reinstein)
  • [c962bfe1ea] update module deps, remove support for node < 6 (Mike Reinstein)
Commits

Updates cordova-common from 2.2.5 to 4.1.0

Changelog

Sourced from cordova-common's changelog.

4.1.0 (Nov 08, 2022)

  • GH-181 feat(PluginInfo): Allow XML Attributes to be passed through to core platforms
  • GH-158 fix(ConfigChanges): do not pass PlistValue to xml_helpers.resolveParent
  • GH-162 refactor(PlatformMunger): DRY & simplify config munging
  • GH-160 refactor(xml-helpers): document & check function signature types
  • GH-159 refactor(ConfigChanges): use for-of loop for iterating over array
  • GH-184 chore: rebuild package-lock.json
  • GH-176 chore(npm): rebuilt package-lock to v2
  • GH-173 chore: npmrc
  • GH-180 ci: Remove Node 10/12 from matrix. Added Node 16 and 18.
  • GH-150 ci: add node 14 to workflow
  • GH-161 test: fix invalid config for jasmine-spec-reporter

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

... (truncated)

Commits
  • e8e8735 release(4.1.0): updated release notes & version (common-4.1.0)
  • d5762b0 chore: rebuild package-lock.json (#184)
  • 837d300 feat(PluginInfo): Allow XML Attributes to be passed through to core platforms...
  • fffed96 chore: 4.1.0-dev (#183)
  • fc966d1 ci: Remove Node 10/12 from matrix. Added Node 16 and 18. (#180)
  • 4d8475d chore(npm): rebuilt package-lock to v2 (#176)
  • 0a589b9 refactor(PlatformMunger): DRY & simplify config munging (#162)
  • 185b326 refactor(xml-helpers): document & check function signature types (#160)
  • 642d381 chore: npmrc (#173)
  • 3c9b9ff fix(ConfigChanges): do not pass PlistValue to xml_helpers.resolveParent (#158)
  • 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 Jan 4, 2023
Bumps [plist](https://github.com/TooTallNate/node-plist) to 3.0.6 and updates ancestor dependency [cordova-common](https://github.com/apache/cordova-common). These dependencies need to be updated together.


Updates `plist` from 2.1.0 to 3.0.6
- [Release notes](https://github.com/TooTallNate/node-plist/releases)
- [Changelog](https://github.com/TooTallNate/plist.js/blob/master/History.md)
- [Commits](https://github.com/TooTallNate/node-plist/commits)

Updates `cordova-common` from 2.2.5 to 4.1.0
- [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.1.0)

---
updated-dependencies:
- dependency-name: plist
  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/plist-and-cordova-common-3.0.6 branch from c85fbb4 to 252cf1c 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