Bump ejs, nightwatch and webpack-bundle-analyzer in /src/main/resources/dashboard
Bumps ejs, nightwatch and webpack-bundle-analyzer. These dependencies needed to be updated together.
Updates ejs from 2.5.7 to 3.1.8
Release notes
Sourced from ejs's releases.
v3.1.8
Version 3.1.8
v3.1.7
Version 3.1.7
v3.1.6
Version 3.1.6
v3.1.5
Version 3.1.5
v3.0.2
No release notes provided.
v2.7.4
Bug fixes
- Fixed Node 4 support, which broke in v2.7.3 (https://github.com/mde/ejs/commit/5e42d6cef15ae6f2c7d29ef55a455e8e49b5e76e,
@mde)v2.7.3
Bug fixes
- Made the post-install message more discreet by following the example of opencollective-postinstall (https://github.com/mde/ejs/commit/228d8e45b7ced2afd3e596c13d44aed464e57e43,
@mde)v2.7.2
Features
- Added support for destructuring locals (#452,
@ExE-Boss)- Added support for disabling legacy
includedirectives (#458, #459,@ExE-Boss)- Compiled functions are now shown in the debugger (#456,
@S2-)function.nameis now set to the file base name in environments that support this (#466,@ExE-Boss)Bug Fixes
- The error message when
async != truenow correctly mention the existence of theasyncoption (#460,@ExE-Boss)- Improved performance of HTML output generation (#470,
@nwoltman)v2.7.1
Deprecated:
- Added deprecation notice for use of
require.extensions(@mde)v2.6.2
- Correctly pass custom escape function to includes (
@alecgibson)- Fixes for rmWhitespace (
@nwoltman)
- Examples for client-side EJS compiled with Express middleware (
@mjgs)- Make Template constructor public (
@ThisNameWasTaken)- Added
removefunction to cache (@S2-)
- Recognize both 'Nix and Windows absolute paths (
@mde)
... (truncated)
Changelog
Sourced from ejs's changelog.
v3.0.1: 2019-11-23
- Removed require.extensions (
@mde)- Removed legacy preprocessor include (
@mde)- Removed support for EOL Nodes 4 and 6 (
@mde)v2.7.4: 2019-11-19
Bug fixes
v2.7.3: 2019-11-19
Bug fixes
- Made the post-install message more discreet by following the example of opencollective-postinstall (
228d8e4,@mde)v2.7.2: 2019-11-13
Features
- Added support for destructuring locals (#452,
@ExE-Boss)- Added support for disabling legacy
includedirectives (#458, #459,@ExE-Boss)- Compiled functions are now shown in the debugger (#456,
@S2-)function.nameis now set to the file base name in environments that support this (#466,@ExE-Boss)Bug Fixes
- The error message when
async != truenow correctly mention the existence of theasyncoption (#460,@ExE-Boss)- Improved performance of HTML output generation (#470,
@nwoltman)v2.7.1: 2019-09-02
- Added deprecation notice for use of require.extensions (
@mde)v2.6.2: 2019-06-19
- Correctly pass custom escape function to includes (
@alecgibson)- Fixes for rmWhitespace (
@nwoltman)
- Examples for client-side EJS compiled with Express middleware (
@mjgs)- Make Template constructor public (
@ThisNameWasTaken)- Added
removefunction to cache (@S2-)
- Recognize both 'Nix and Windows absolute paths (
@mde)v2.6.1: 2018-04-18
- Async rendering (
@Viko)v2.5.9: 2018-04-18
v2.5.8: 2018-03-25
... (truncated)
Commits
5126ff5Version 3.1.87d5a1c6Merge branch 'main' of github.com:mde/ejs into main551949dMinor mitigation66f7471Merge pull request #664 from netcode/patch-1820855aVersion 3.1.7076dcb6Don't use template literalfaf8b84Skip test -- error message vary depending on JS runtimec028c34Update packages839ad20Update SECURITY.mdc040180Update README.md- Additional commits viewable in compare view
Updates nightwatch from 0.9.21 to 2.3.4
Release notes
Sourced from nightwatch's releases.
v2.3.4
- Fixed #3284 – beforeEach hook was executed even
it()/test()is marked as skipped- Fixed #3352 – a TypeError was thrown if a custom command is throwing an error
v2.3.3
Improvements
- Added support for using native mobile drivers (#3335)
- Added new cli flag
--list-files(#3246)- Added support to retain the html report between test runs (#3309)
Fixes
- Fixed #3304 - added
buildnameto settings when running on Browserstack- Fixed #3301 - awaited asserts used inside custom commands were hanging the test run
- Fixed #3257 - expect.elements(..).count should be 0 if element not found
v2.3.0
New feature
- Added pause and debug capabilities - nightwatchjs/nightwatch#3243
Improvements & Fixes
- Added actionable error messages - #3233
- Fixed #3177 – additional options in config does not getting passed to cucumber runner
- Added support for waitUntil to use a custom message for timeout errors (https://github.com/nightwatchjs/nightwatch/commit/4b79d79fb01017b2ddc807a6e9cd74fb59cb6e71)
v2.2.3
- Fixed #3183 – setting
chromeOptionsin older format didn't work- Fixed #3130 – an issue with setting the driver service port number in case of parallel runs with test workers
- Fixed #3096 – an issue with session request redirection when using SauceLabs
- Fixed #3264 – HTML reporter raw http logs were failing to escape html
- Added support for
.mockNetworkResponse()to accept relative urls (tolaunch_urlsetting)- Other – Upgraded
selenium-webdriverversion to 4.3.1 (#3278)v2.2.2
Important fixes
- Fixed #2975 –
expect.element().to.not.be.presentthrows error when the element is not present- Fixed – an issue with persisting http data for the HTML reporter
New features
The new Nightwatch init CLI tool is now available to use in order to kick-start a new Nightwatch test project in under 60 seconds.
Simply run:
npm init nightwatchRelease notes for
create-nightwatch: https://github.com/nightwatchjs/create-nightwatch/releases/tag/v1.0.0
... (truncated)
Commits
- See full diff in compare view
Updates webpack-bundle-analyzer from 2.13.1 to 4.6.1
Changelog
Sourced from webpack-bundle-analyzer's changelog.
4.6.1
- Bug Fix
- fix outputting different URL in cli mode (#524 by
@southorange1228)4.6.0
- New Feature
- Support outputting different URL in server mode (#520 by
@southorange1228)- Use deterministic chunk colors (#501 by
@CreativeTechGuy)4.5.0
Improvement
- Stop publishing src folder to npm (#478 by
@wood1986)Internal
- Update some dependencies (#448)
- Replace nightmare with Puppeteer (#469 by
@valscion)- Replace Mocha with Jest (#470 by
@valscion)4.4.2
- Bug Fix
- Fix failure with
compiler.outputFileSystem.constructorbeingundefined(#447 by@kedarvand@alexander-akait)
- NOTE: This fix doesn't have added test coverage so the fix might break in future versions unless test coverage is added later.
4.4.1
Bug Fix
- Fix missing module chunks (#433 by
@deanshub)Internal
- Fix tests timing out in CI (#435 by
@deanshub)- Fix command in issue template (#428 by
@cncolder)4.4.0
Improvement
- Keep treemap labels visible during zooming animations for better user experience (#414 by
@stanislawosinski)Bug Fix
- Don't show an empty tooltip when hovering over the FoamTree attribution group or between top-level groups (#413 by
@stanislawosinski)Internal
- Upgrade FoamTree to version 3.5.0, replace vendor dependency with an NPM package (#412 by
@stanislawosinski)4.3.0
- Improvement
... (truncated)
Commits
f902f10v4.6.150a0ecafix: can't setup with cli mode (#524)fe7e9e4v4.6.07f9972cUpdate package-lock.json integrity fields3ce0d21stable color rendering (#501)16d8e07feat: support custom loginfo with server mode (#520)7d6039eBump minimist from 1.2.5 to 1.2.6 in /test/webpack-versions/4.44.2 (#502)caa59feBump url-parse from 1.5.7 to 1.5.10 (#496)f7cfc36Bump url-parse from 1.5.4 to 1.5.7 (#494)7c18063Bump follow-redirects from 1.14.7 to 1.14.8 (#493)- Additional commits viewable in compare view
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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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 labelswill set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.