bevry / envfile

Parse and write environment files with Node.js
Other
61 stars 10 forks source link

Bump assert-helpers from 4.9.3 to 5.0.0 #21

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps assert-helpers from 4.9.3 to 5.0.0.

Changelog *Sourced from [assert-helpers's changelog](https://github.com/bevry/assert-helpers/blob/master/HISTORY.md).* > ## v5.0.0 2019 November 10 > > - Updated [base files](https://github.com/bevry/base) and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation) > - Changed `equal` and `deepEqual` to use their strict variants, which was first introduced in node.js v4, this [solves several issues with the prior variants](https://github-redirect.dependabot.com/nodejs/node/issues/30350) which node.js deprecated > - As such, the minimum supported node version has changed from `0.12` to the latest LTS at the time of this release which is `8` > - Changed `expectErrorViaFunction` and `expectFunctionToThrow` to now throw instead of failing silently due to their deprecation > > ## v4.10.0 2019 November 10 > > - Updated [base files](https://github.com/bevry/base) and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation) > > ## v4.9.7 2019 September 11 > > - Fix `TypeError: obj.hasOwnProperty is not a function` under special circumstances > - Closes [issue [#5](https://github-redirect.dependabot.com/bevry/assert-helpers/issues/5)](https://github-redirect.dependabot.com/bevry/assert-helpers/issues/5) > - Updated [base files](https://github.com/bevry/base) and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation) > > ## v4.9.6 2019 January 2 > > - Moved `@types/*` dev dependencies into dependencies, as otherwise TypeScript consumers would encounter issues > > ## v4.9.5 2019 January 2 > > - Removed `index.d.ts` file which should have been trimmed in v4.9.4 > - Reverted jspm workaround between v4.9.0-4.9.2 as it caused issues with node consumption > > ## v4.9.4 2019 January 2 > > - Fixed TypeScript consumption of types > - Updated [base files](https://github.com/bevry/base) and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation)
Commits - [`03ac722`](https://github.com/bevry/assert-helpers/commit/03ac722d00bf3717e00195ab2a42dc316463496b) v5.0.0 - use strict checks, requires node >= 8, throw deprecations - [`11f545b`](https://github.com/bevry/assert-helpers/commit/11f545b2a0e891d3c0c43750d26607c0986bbba7) v4.10.0 - changelog and version bump - [`8f1e813`](https://github.com/bevry/assert-helpers/commit/8f1e81330a92ffa8bd15c577d1729c2843176cd3) updated base files and editions using boundation - [`69a4164`](https://github.com/bevry/assert-helpers/commit/69a4164724d812691d7e898c399f96bc77a0cbb6) v4.9.7 - fix [#5](https://github-redirect.dependabot.com/bevry/assert-helpers/issues/5), + changelog and version bump - [`3827041`](https://github.com/bevry/assert-helpers/commit/382704187bddc67b1cdfb88af02d2ee95ddfae19) updated base files and editions using boundation - [`794f800`](https://github.com/bevry/assert-helpers/commit/794f800d62e984f4786a0f7ceeaf51473a5f6bab) v4.9.6 - [@​types](https://github.com/types) dev deps now deps to fix ts consumption - [`0ce4482`](https://github.com/bevry/assert-helpers/commit/0ce44825285879482940c973de3de533374fef22) v4.9.5 - changelog and version bump - [`1dc2b83`](https://github.com/bevry/assert-helpers/commit/1dc2b8396586450ed68a1eb3ad24c2b1b55caf0d) jspm workaround doesn't seem to work on node consumption, so try revert it, m... - [`65eea0c`](https://github.com/bevry/assert-helpers/commit/65eea0c163bd81da64b66c02e8bc114b3a2a869e) v4.9.4 - fixed typescript consumption of types - See full diff in [compare view](https://github.com/bevry/assert-helpers/compare/v4.9.3...v5.0.0)


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) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 4 years ago

Superseded by #22.