evanderkoogh / node-sitemap-stream-parser

A streaming parser for sitemap files. Is able to deal with deeply nested sitemaps with 100+ million urls in them.
Apache License 2.0
38 stars 18 forks source link

Bump commander from 3.0.0 to 3.0.2 #29

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps commander from 3.0.0 to 3.0.2.

Release notes *Sourced from [commander's releases](https://github.com/tj/commander.js/releases).* > ## v3.0.2 > ### Fixed > > * Improve tracking of executable subcommands. > > ### Changed > > * update development dependencies > > ## v3.0.1 > ### Added > > * .name and .usage to README ([#1010](https://github-redirect.dependabot.com/tj/commander.js/issues/1010)) > * Table of Contents to README ([#1010](https://github-redirect.dependabot.com/tj/commander.js/issues/1010)) > * TypeScript definition for `executableFile` in CommandOptions ([#1028](https://github-redirect.dependabot.com/tj/commander.js/issues/1028)) > > ### Changed > > * consistently use `const` rather than `var` in README ([#1026](https://github-redirect.dependabot.com/tj/commander.js/issues/1026)) > > ### Fixed > > * help for sub commands with custom executableFile ([#1018](https://github-redirect.dependabot.com/tj/commander.js/issues/1018))
Changelog *Sourced from [commander's changelog](https://github.com/tj/commander.js/blob/master/CHANGELOG.md).* > ## [3.0.2] (2019-09-27) > > ### Fixed > > * Improve tracking of executable subcommands. > > ### Changed > > * update development dependencies > > ## [3.0.1] (2019-08-30) > > ### Added > > * .name and .usage to README ([#1010](https://github-redirect.dependabot.com/tj/commander.js/issues/1010)) > * Table of Contents to README ([#1010](https://github-redirect.dependabot.com/tj/commander.js/issues/1010)) > * TypeScript definition for `executableFile` in CommandOptions ([#1028](https://github-redirect.dependabot.com/tj/commander.js/issues/1028)) > > ### Changed > > * consistently use `const` rather than `var` in README ([#1026](https://github-redirect.dependabot.com/tj/commander.js/issues/1026)) > > ### Fixed > > * help for sub commands with custom executableFile ([#1018](https://github-redirect.dependabot.com/tj/commander.js/issues/1018))
Commits - [`2544df8`](https://github.com/tj/commander.js/commit/2544df81b478a4afe15560f27b3575aa3a1581c4) Improve executable subcommand tracking ([#1056](https://github-redirect.dependabot.com/tj/commander.js/issues/1056)) - [`4312302`](https://github.com/tj/commander.js/commit/43123022cae2f01cc4cffe3eb44b5275e857a6d2) 3.0.1 - [`7cf3ee7`](https://github.com/tj/commander.js/commit/7cf3ee7438c4d4de42272354428be0f5a5e9df9d) Add date for 3.0.1 - [`3286dc7`](https://github.com/tj/commander.js/commit/3286dc7c4bd481b517a987cc690d47b994369cef) Update CHANGELOG for 3.0.1 ([#1029](https://github-redirect.dependabot.com/tj/commander.js/issues/1029)) - [`4c34d0e`](https://github.com/tj/commander.js/commit/4c34d0e3c5ff00b92d0a1c591db5bad4569c0be3) Add definition for executableFile CommandOption ([#1028](https://github-redirect.dependabot.com/tj/commander.js/issues/1028)) - [`1298a79`](https://github.com/tj/commander.js/commit/1298a7947c00c42c8c021ac6d5fd1343ff320a7f) Merge pull request [#1026](https://github-redirect.dependabot.com/tj/commander.js/issues/1026) from abetomo/unify_readme_code_examples_with_const - [`e9c24fe`](https://github.com/tj/commander.js/commit/e9c24fefbcd80ccd796dab26c64d8117b35c825d) Unify readme code examples with 'const' - [`3b3d3b5`](https://github.com/tj/commander.js/commit/3b3d3b56e52b4e254a3a58572dc3f2688e114901) Change CHANGELOG format for next release, and add pending changes ([#1022](https://github-redirect.dependabot.com/tj/commander.js/issues/1022)) - [`c0e7651`](https://github.com/tj/commander.js/commit/c0e765177379d3d4efd16aa112d499820df23316) Merge pull request [#1021](https://github-redirect.dependabot.com/tj/commander.js/issues/1021) from shadowspawn/feature/update-dependencies - [`7d88c96`](https://github.com/tj/commander.js/commit/7d88c967fb6554835ef4617e1cb1f062ef0c4cbe) Update devDependencies - Additional commits viewable in [compare view](https://github.com/tj/commander.js/compare/v3.0.0...v3.0.2)


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) - `@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 - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 4 years ago

Superseded by #30.