harlan icon indicating copy to clipboard operation
harlan copied to clipboard

Bump plist and cordova

Open dependabot[bot] opened this issue 1 year ago • 1 comments

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

Updates plist from 1.2.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

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)

2.1.0 / 2017-05-04

  • [e4f06669bb] - update license (extend copyright term) (Mike Reinstein)
  • [edc6e41035] - update module deps (Mike Reinstein)
  • [85d11c48ef] - Harden test-cases and implementation to align with other implementations (Björn Brauer)
  • [7619537eaa] review feedback: early returns and constants for nodeTypes (Björn Brauer)

2.0.1 / 2016-08-16

  • [de136c8388] - bad npm release… (Nathan Rajlich)

... (truncated)

Commits

Updates cordova from 8.0.0 to 11.1.0

Changelog

Sourced from cordova's changelog.

11.1.0 (Jan 11, 2023)

  • GH-603 dep: bump to latest minor+patch w/ package-lock rebuild
    • cordova-common@^4.1.0
    • cordova-create@^4.1.0
    • cordova-lib@^11.1.0
    • systeminformation@^5.17.3
  • GH-599 chore: remove unnecessary gendered text
  • GH-600 ci: update codecov & run on node 14-18
  • GH-587 dep(npm): bump packages to latest minor/patch revisions w/ package-lock

11.0.0 (Dec 17, 2021)

  • GH-575 chore: rebuilt package-lock.json
  • GH-574 dep: bump @cordova/eslint-config@^4.0.0
  • GH-573 dep: update insight w/ updated code usage
  • GH-572 dep: bump all dependencies
  • GH-570 feat: rebuilt package-lock.json w/ v2
  • GH-571 feat!: update node support
  • GH-564 chore: npmrc
  • GH-559 docs: remove plugin save command from CLI help
  • GH-550 dep: systeminformation@^5.5.0
  • GH-535 chore(pkg): remove deprecated no-op field preferGlobal
  • GH-534 chore: clean up package.json
  • GH-533 (android) Replace deprecated android command with avdmanager

10.0.0 (Jul 31, 2020)

  • GH-521 test: fix node.js version check
  • GH-520 chore: rebuilt package-lock
  • GH-519 breaking: bump cordova-lib@^10.0.0
  • GH-402 Tiny CLI docs improvements
  • GH-518 feat(ci): migrate to github-actions
  • GH-516 chore: drop node-8 deprecation transition step
  • GH-517 chore: add package-lock.json
  • GH-515 chore: improve npm ignore
  • GH-513 breaking: bump dev dependencies
    • mock-stdin@^1.0.0
    • nyc@^15.1.0
    • rewire@^5.0.0
  • GH-514 chore: cleanup package.json
  • GH-512 breaking: bump dependencies
    • configstored@^5.0.1
    • cordova-commond@^4.0.2
    • cordova-created@^3.0.0
    • cordova-libd@^9.0.1
    • execad@^4.0.3
    • insightd@^0.10.3
    • loud-rejectiond@^2.2.0
    • noptd@^4.0.3

... (truncated)

Commits
  • 934a0ff release(11.1.0): updated release notes & version (cli-11.1.0)
  • 402eea8 dep: bump to latest minor+patch w/ package-lock rebuild (#603)
  • b786158 Remove unnecessary gendered text (#599)
  • d6c6333 update ci coverage and run ci on 14-18 (#600)
  • 0538ddc dep(npm): bump packages to latest minor/patch revisions w/ package-lock (#587)
  • 93c91f1 feat: bump package version to 11.1.0-dev (#586)
  • 6cf1e36 chore: increment package version to 11.0.1-dev
  • 94a5b68 release(11.0.0): updated release notes & version (cli-11.0.0)
  • 88876ca chore: rebuilt package-lock.json (#575)
  • 7b0e24e dep: bump @​cordova/eslint-config@^4.0.0 (#574)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by erisu, a new releaser for cordova 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) You can disable automated security fix PRs for this repo from the Security Alerts page.

dependabot[bot] avatar Apr 16 '23 15:04 dependabot[bot]