image-charts / mjml-chart

<mj-chart/> for MJML framework
https://image-charts.com
78 stars 5 forks source link

build(deps-dev): bump nyc from 11.7.1 to 14.1.1 #9

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps nyc from 11.7.1 to 14.1.1.

Changelog *Sourced from [nyc's changelog](https://github.com/istanbuljs/nyc/blob/master/CHANGELOG.md).* > ## [14.1.1](https://github.com/istanbuljs/nyc/compare/v14.1.0...v14.1.1) (2019-05-09) > > > ### Bug Fixes > > * **check-coverage:** make the --temp-dir option visible ([#1101](https://github-redirect.dependabot.com/istanbuljs/nyc/issues/1101)) ([b5b67de](https://github.com/istanbuljs/nyc/commit/b5b67de)) > * **cli:** Report error if unwanted positional arguments are received ([#1100](https://github-redirect.dependabot.com/istanbuljs/nyc/issues/1100)) ([57debc1](https://github.com/istanbuljs/nyc/commit/57debc1)), closes [#401](https://github-redirect.dependabot.com/istanbuljs/nyc/issues/401) > > > > # [14.1.0](https://github.com/istanbuljs/nyc/compare/v14.0.0...v14.1.0) (2019-04-24) > > > ### Bug Fixes > > * Do not crash when nyc is run inside itself. ([#1068](https://github-redirect.dependabot.com/istanbuljs/nyc/issues/1068)) ([c4fcf5e](https://github.com/istanbuljs/nyc/commit/c4fcf5e)), closes [#1067](https://github-redirect.dependabot.com/istanbuljs/nyc/issues/1067) > * Exit with code 1 when nyc doesn't know what to do. ([#1070](https://github-redirect.dependabot.com/istanbuljs/nyc/issues/1070)) ([21fb2c8](https://github.com/istanbuljs/nyc/commit/21fb2c8)) > * Purge source-map cache before reporting if cache is disabled. ([#1080](https://github-redirect.dependabot.com/istanbuljs/nyc/issues/1080)) ([3d9eaa4](https://github.com/istanbuljs/nyc/commit/3d9eaa4)) > * Use correct config property for parser plugins ([#1082](https://github-redirect.dependabot.com/istanbuljs/nyc/issues/1082)) ([a7bc7ae](https://github.com/istanbuljs/nyc/commit/a7bc7ae)) > > > ### Features > > * add support for yaml configuration file ([#1054](https://github-redirect.dependabot.com/istanbuljs/nyc/issues/1054)) ([ca37ffa](https://github.com/istanbuljs/nyc/commit/ca37ffa)) > > > > # [14.0.0](https://github.com/istanbuljs/nyc/compare/v13.3.0...v14.0.0) (2019-04-15) > > > ### Bug Fixes > > * Add `cwd` option to instrument command ([#1024](https://github-redirect.dependabot.com/istanbuljs/nyc/issues/1024)) ([051d95a](https://github.com/istanbuljs/nyc/commit/051d95a)) > * Add config values to hash salt ([#988](https://github-redirect.dependabot.com/istanbuljs/nyc/issues/988)) ([7ac325d](https://github.com/istanbuljs/nyc/commit/7ac325d)), closes [#522](https://github-redirect.dependabot.com/istanbuljs/nyc/issues/522) > * Exclude negated not working with '--all' switch ([#977](https://github-redirect.dependabot.com/istanbuljs/nyc/issues/977)) ([91de23c](https://github.com/istanbuljs/nyc/commit/91de23c)) > * Make --all work for transpiled code ([#1047](https://github-redirect.dependabot.com/istanbuljs/nyc/issues/1047)) ([18e04ba](https://github.com/istanbuljs/nyc/commit/18e04ba)) > * Resolve absolute paths in nyc instrument ([#1012](https://github-redirect.dependabot.com/istanbuljs/nyc/issues/1012)) ([3cb1861](https://github.com/istanbuljs/nyc/commit/3cb1861)), closes [#1014](https://github-redirect.dependabot.com/istanbuljs/nyc/issues/1014) > * Set processinfo pid/ppid to actual numbers ([#1057](https://github-redirect.dependabot.com/istanbuljs/nyc/issues/1057)) ([32f75b0](https://github.com/istanbuljs/nyc/commit/32f75b0)) > * Use a single instance of nyc for all actions of main command. ([#1059](https://github-redirect.dependabot.com/istanbuljs/nyc/issues/1059)) ([b909575](https://github.com/istanbuljs/nyc/commit/b909575)) > > > ### Features > > * Add `delete` option to instrument command ([#1005](https://github-redirect.dependabot.com/istanbuljs/nyc/issues/1005)) ([d6db551](https://github.com/istanbuljs/nyc/commit/d6db551)) > * Add `include` and `exclude` options to instrument command ([#1007](https://github-redirect.dependabot.com/istanbuljs/nyc/issues/1007)) ([8da097e](https://github.com/istanbuljs/nyc/commit/8da097e)) > * Add processinfo index, add externalId ([#1055](https://github-redirect.dependabot.com/istanbuljs/nyc/issues/1055)) ([8dcf180](https://github.com/istanbuljs/nyc/commit/8dcf180)) > * Add support for nyc.config.js ([#1019](https://github-redirect.dependabot.com/istanbuljs/nyc/issues/1019)) ([3b203c7](https://github.com/istanbuljs/nyc/commit/3b203c7)) > * Add support to exclude files on coverage report generation ([#982](https://github-redirect.dependabot.com/istanbuljs/nyc/issues/982)) ([509c6aa](https://github.com/istanbuljs/nyc/commit/509c6aa)) > * Add test-exclude args to check-coverage and report subcommands. ([0fc217e](https://github.com/istanbuljs/nyc/commit/0fc217e)) > * Always build the processinfo temp dir ([#1061](https://github-redirect.dependabot.com/istanbuljs/nyc/issues/1061)) ([c213469](https://github.com/istanbuljs/nyc/commit/c213469)) > ... (truncated)
Commits - [`fe3311b`](https://github.com/istanbuljs/nyc/commit/fe3311bd4770726c67e6eee1e39b15a3b616457b) chore(release): 14.1.1 - [`85ec479`](https://github.com/istanbuljs/nyc/commit/85ec479d4dbe7a70ecab9cd6fcbcd38361256c1e) docs: Link to test-exclude in place of inline list of default excludes [skip ... - [`57debc1`](https://github.com/istanbuljs/nyc/commit/57debc1e8d57e6835045f8fbb1563b5732de1c07) fix(cli): Report error if unwanted positional arguments are received ([#1100](https://github-redirect.dependabot.com/istanbuljs/nyc/issues/1100)) - [`b3dfae8`](https://github.com/istanbuljs/nyc/commit/b3dfae81ae5fce83d72c5989d13c5347581316bc) docs: Point to updated location of default exclude list ([#1107](https://github-redirect.dependabot.com/istanbuljs/nyc/issues/1107)) - [`0cc7309`](https://github.com/istanbuljs/nyc/commit/0cc73099896cbfe9ae20f0ab41c44570d08e6e39) docs(readme): Fix Slack badge image insecure content warning [skip ci] ([#1105](https://github-redirect.dependabot.com/istanbuljs/nyc/issues/1105)) - [`3cdfb8e`](https://github.com/istanbuljs/nyc/commit/3cdfb8edf68abf8bd0cc3f25849273f2ecea563c) docs: Mention `extension` in the CHANGELOG about exclude-after-remap - [`b5b67de`](https://github.com/istanbuljs/nyc/commit/b5b67de5155fd8347ff56529cba28b7a9a1744f6) fix(check-coverage): make the --temp-dir option visible ([#1101](https://github-redirect.dependabot.com/istanbuljs/nyc/issues/1101)) - [`21fe1e7`](https://github.com/istanbuljs/nyc/commit/21fe1e7b062fc8a19f93173e9ade45ae67efe3c2) chore: Regenerate snapshots for tap >= 12.6.3 ([#1098](https://github-redirect.dependabot.com/istanbuljs/nyc/issues/1098)) - [`65478be`](https://github.com/istanbuljs/nyc/commit/65478be0d21a79eb73a1e7c8c7a400dac9342470) docs: Reorganize readme ([#1093](https://github-redirect.dependabot.com/istanbuljs/nyc/issues/1093)) - [`c5d90fa`](https://github.com/istanbuljs/nyc/commit/c5d90fa26f96b1c59875b2c8401442c5c4c9ad9c) chore(release): 14.1.0 - Additional commits viewable in [compare view](https://github.com/istanbuljs/nyc/compare/v11.7.1...v14.1.1)
Maintainer changes This version was pushed to npm by [coreyfarrell](https://www.npmjs.com/~coreyfarrell), a new releaser for nyc since your current version.


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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.