f5devcentral / vscode-f5

Let the F5 VSCode extension supercharge your workflows with schema validation, rest client, fast templates, and so much more!!!
https://f5devcentral.github.io/vscode-f5/#/
Apache License 2.0
57 stars 14 forks source link

Bump xml2js and f5-corkscrew #210

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Removes xml2js. It's no longer used after updating ancestor dependency f5-corkscrew. These dependencies need to be updated together.

Removes xml2js

Updates f5-corkscrew from 0.13.0 to 1.0.0

Changelog

Sourced from f5-corkscrew's changelog.

[1.0.0] - (04.20.2023)

Changed

  • formerly v0.14.0
  • updated all deps
  • removed legacy syncronous unpack function
    • all the new async unpacking functionality seems to be working well
  • removed xml2js functionality
    • used for parsing xml stats in qkview - weren't really using the output
  • [RFE] Add gslb/dns abstraction #25 (complete)
    • Get parent objects into main tree (complete)
      • deep parsing of gtm objects for easy abstraction and integration with conversion tools (complete)
    • Abstract WIP and supporting configurations (complete)
  • created archive generator to creat archive(ucs/qkview/tar.gz) via local files for tests
    • regular archives were too big for github file sizes
    • this also allows easy updating and expansion of project functionality and testing
  • updated tests
    • general updates to support new features and refactoring
    • doClasses abstraction tests
    • gtm/gslb parsing/abstraction tests
    • waf parsing/abstraction tests
  • major code hygene and clean up
  • [RFE] add asm/waf details #24 (complete)
  • [RFE] move tests to folder outside srcs #16 (complete)
  • [RFE] refactor initial parent object extraction #6 (complete)
  • [RFE] Add gslb/dns abstraction #25 (complete)
  • [BUG] missing parent objects at end of file #26 (complete)

[0.10.0] - (07.10.2022)

Changed

  • Added parent APM profile digging (apm profile acces <name>)
    • Not digging the entire apm profile yet, just the main profile that gets attached to the virtual so we can at least see that this VS has APM
  • Removed old base config digging
    • All details and more are in DO search

[0.9.3] - (02.02.2022)

fixed


... (truncated)

Commits


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](https://github.com/f5devcentral/vscode-f5/network/alerts).
dependabot[bot] commented 1 year ago

Looks like these dependencies are no longer a dependency, so this is no longer needed.