shitcorp / discord-bot-dashboard

The npm package for using the Discord Bot Dashboard inside your own source code
312 stars 124 forks source link

Bump ejs from 2.7.1 to 3.0.1 #78

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps ejs from 2.7.1 to 3.0.1.

Release notes *Sourced from [ejs's releases](https://github.com/mde/ejs/releases).* > ## v2.7.4 > ### Bug fixes > > - Fixed Node 4 support, which broke in v2.7.3 (https://github.com/mde/ejs/commit/5e42d6cef15ae6f2c7d29ef55a455e8e49b5e76e, [@​mde](https://github.com/mde)) > > ## v2.7.3 > ### Bug fixes > > - Made the post-install message more discreet by following the example of [opencollective-postinstall](https://github.com/opencollective/opencollective-postinstall) (https://github.com/mde/ejs/commit/228d8e45b7ced2afd3e596c13d44aed464e57e43, [@​mde](https://github.com/mde)) > > ## v2.7.2 > ### Features > > - Added support for destructuring locals ([#452](https://github-redirect.dependabot.com/mde/ejs/issues/452), [@​ExE-Boss](https://github.com/ExE-Boss)) > - Added support for disabling legacy `include` directives ([#458](https://github-redirect.dependabot.com/mde/ejs/issues/458), [#459](https://github-redirect.dependabot.com/mde/ejs/issues/459), [@​ExE-Boss](https://github.com/ExE-Boss)) > - Compiled functions are now shown in the debugger ([#456](https://github-redirect.dependabot.com/mde/ejs/issues/456), [@​S2](https://github.com/S2)-) > - `function.name` is now set to the file base name in environments that support this ([#466](https://github-redirect.dependabot.com/mde/ejs/issues/466), [@​ExE-Boss](https://github.com/ExE-Boss)) > > ### Bug Fixes > > - The error message when `async != true` now correctly mention the existence of the `async` option ([#460](https://github-redirect.dependabot.com/mde/ejs/issues/460), [@​ExE-Boss](https://github.com/ExE-Boss)) > - Improved performance of HTML output generation ([#470](https://github-redirect.dependabot.com/mde/ejs/issues/470), [@​nwoltman](https://github.com/nwoltman))
Changelog *Sourced from [ejs's changelog](https://github.com/mde/ejs/blob/master/CHANGELOG.md).* > ## v3.0.1: 2019-11-23 > * Removed require.extensions ([@​mde](https://github.com/mde)) > * Removed legacy preprocessor include ([@​mde](https://github.com/mde)) > * Removed support for EOL Nodes 4 and 6 ([@​mde](https://github.com/mde))
Commits - [`8ed8589`](https://github.com/mde/ejs/commit/8ed85896bf2c2d6bd7e26a3f1b25028d81530e05) Version 3.0.1 - [`e6fd45d`](https://github.com/mde/ejs/commit/e6fd45d2c48be1c379a6cdb29c5af3527bf1f245) Cleanup after removing preprocessor include - [`4836295`](https://github.com/mde/ejs/commit/4836295f30beac1698ff6508da93682ee7c4f812) Major version bump, v3 - [`2b56f6e`](https://github.com/mde/ejs/commit/2b56f6ee8278c7d7af10050fb7c0a9606b344d2a) Removed support for ancient Nodes - [`c6bca15`](https://github.com/mde/ejs/commit/c6bca15b0ac56f7e9f97a15afae4dd9a759dc1e0) Removed legacy preprocessor include - [`a8be7ec`](https://github.com/mde/ejs/commit/a8be7ecb8a47fd8e58f0a30a7ae0c3f81eefef14) Removed test for hacky require - [`18c03ab`](https://github.com/mde/ejs/commit/18c03ab52a943f22dbd72522d444b8b687bffb3f) Merge branch 'master' of github.com:mde/ejs - [`7c15b78`](https://github.com/mde/ejs/commit/7c15b781638f775561134eb608ecb9cfe2f761f2) Removed hacky require support - [`1fe67b4`](https://github.com/mde/ejs/commit/1fe67b49c97b619004f7b5d9584acbfb7b674daa) Version 2.7.4 - [`9d80803`](https://github.com/mde/ejs/commit/9d80803113d21f1b2c0a55d748e12896a449c33b) Removed istanbul - Additional commits viewable in [compare view](https://github.com/mde/ejs/compare/v2.7.1...v3.0.1)


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) - 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)