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 commander from 9.3.0 to 9.4.0 #1016

Merged
merged 1 commit into from
Jul 18, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 15, 2022

Bumps commander from 9.3.0 to 9.4.0.

Release notes

Sourced from commander's releases.

v9.4.0

Added

  • preSubcommand hook called before direct subcommands (#1763)

Fixed

  • export InvalidOptionArgumentError in esm (#1756)

Changed

  • update dependencies (#1767)
Changelog

Sourced from commander's changelog.

[9.4.0] (2022-07-15)

Added

  • preSubcommand hook called before direct subcommands (#1763)

Fixed

  • export InvalidOptionArgumentError in esm (#1756)

Changed

  • update dependencies (#1767)
Commits

Dependabot compatibility score

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)

Bumps [commander](https://github.com/tj/commander.js) from 9.3.0 to 9.4.0.
- [Release notes](https://github.com/tj/commander.js/releases)
- [Changelog](https://github.com/tj/commander.js/blob/master/CHANGELOG.md)
- [Commits](tj/commander.js@v9.3.0...v9.4.0)

---
updated-dependencies:
- dependency-name: commander
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 15, 2022
@tidoust tidoust merged commit 56c392d into main Jul 18, 2022
@tidoust tidoust deleted the dependabot/npm_and_yarn/commander-9.4.0 branch July 18, 2022 12:39
tidoust added a commit that referenced this pull request Jul 18, 2022
Breaking changes:
- Add post-processor and events post-processing module (#1015)

Bug fixes:
- Couple of bug fixes in crawler (#1019)
- Fix exported functions crawlSpecs and getInterfaceTreeInfo (#1018)

Bumped dependencies:
- Bump rollup from 2.76.0 to 2.77.0 (#1017)
- Bump commander from 9.3.0 to 9.4.0 (#1016)

What "breaks" compared to v7, a.k.a "how to upgrade":
- Reffy no longer completes CSS extracts per default to add generated IDL
attributes and add properties defined in prose. Run the crawler with the
`csscomplete` post-processing module to get the same result. Note the
`csscomplete` module will look at `dfns` extracts to add properties defined in
prose. In other words, command line should include something like:
    `--module dfns --post csscomplete`
(or not mention `--module` at all as Reffy runs all crawl modules by default)
- Reffy no longer outputs parsed CSS structures to the console when CSS
extraction runs. This was not used anywhere. It would be trivial to do this in
a post-processing module if that seems needed.
- Reffy no longer produces "idlparsed" and "idlnames" extracts per default. Run
the crawler with the `idlparsed` and `idlnames` post-processing modules. The
`idlparsed` module needs `idl` extracts to run. The `idlnames` module needs
`idlparsed` extracts to run. In other words, command line should include
something like:
   `--module idl --post idlparsed --post idlnames`
(or not mention `--module` at all as Reffy runs all crawl modules by default)
- Reffy saves events extracts to an `events` folder again (instead of
`spec-events`). Events extraction and events merging should be viewed as a
beta feature for now, likely to be improved in future versions of Reffy.
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
Development

Successfully merging this pull request may close these issues.

1 participant