Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump ejs and strong-error-handler in /examples/simple #1455

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 12, 2022

Bumps ejs to 3.1.8 and updates ancestor dependency strong-error-handler. These dependencies need to be updated together.

Updates ejs from 2.6.1 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

v2.7.3

Bug fixes

v2.7.2

Features

Bug Fixes

  • The error message when async != true now correctly mention the existence of the async option (#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

  • Examples for client-side EJS compiled with Express middleware (@​mjgs)
  • Make Template constructor public (@​ThisNameWasTaken)
  • Added remove function to cache (@​S2-)
  • Recognize both 'Nix and Windows absolute paths (@​mde)
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

v2.7.2: 2019-11-13

Features

Bug Fixes

  • The error message when async != true now correctly mention the existence of the async option (#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

  • Examples for client-side EJS compiled with Express middleware (@​mjgs)
  • Make Template constructor public (@​ThisNameWasTaken)
  • Added remove function to cache (@​S2-)
  • Recognize both 'Nix and Windows absolute paths (@​mde)
Commits

Updates strong-error-handler from 3.2.0 to 3.5.0

Changelog

Sourced from strong-error-handler's changelog.

2020-06-23, Version 3.5.0

  • feat: add options.rootProperty for json/xml (Raymond Feng)

  • chore: update deps and drop Node 8.x support (Raymond Feng)

2019-10-12, Version 3.4.0

  • chore: js2xmlparser to ^4.0.0 (Miroslav Bajtoš)

  • chore: update dev-dependencies (mocha, supertest) (Miroslav Bajtoš)

  • chore: update eslint & config to latest (Miroslav Bajtoš)

  • chore: update strong-globalize to ^5.0.2 (Miroslav Bajtoš)

  • chore: update debug to ^4.1.1 (Miroslav Bajtoš)

  • feat: drop support for Node.js 6.x (Miroslav Bajtoš)

2019-09-30, Version 3.3.0

  • fix: handle Error objects with circular properties (dkrantsberg)

  • chore: update copyrights years (Agnes Lin)

Commits
  • 2ef83b9 3.5.0
  • 3eeaaef Merge pull request #90 from strongloop/root-property
  • bda981f feat: add options.rootProperty for json/xml
  • 36d2b18 chore: update deps and drop Node 8.x support
  • b0b138a 3.4.0
  • 875809d Merge pull request #87 from strongloop/update-deps
  • 69ea022 chore: js2xmlparser to ^4.0.0
  • 257adad chore: update dev-dependencies (mocha, supertest)
  • 67fc40b chore: update eslint & config to latest
  • c74146d chore: update strong-globalize to ^5.0.2
  • 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 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 12, 2022
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/examples/simple/ejs-and-strong-error-handler-3.1.8 branch 3 times, most recently from bc99258 to 9ef96d8 Compare October 12, 2022 23:21
@codecov-commenter
Copy link

codecov-commenter commented Oct 12, 2022

Codecov Report

Merging #1455 (59ec8cb) into master (576b8cb) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #1455   +/-   ##
=======================================
  Coverage   95.10%   95.10%           
=======================================
  Files         117      117           
  Lines        1123     1123           
  Branches      128      128           
=======================================
  Hits         1068     1068           
  Misses         23       23           
  Partials       32       32           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/examples/simple/ejs-and-strong-error-handler-3.1.8 branch 5 times, most recently from f5704b8 to 4d47cdc Compare October 12, 2022 23:42
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/examples/simple/ejs-and-strong-error-handler-3.1.8 branch 11 times, most recently from 5311f22 to 8f74657 Compare October 13, 2022 08:10
Bumps [ejs](https://github.com/mde/ejs) to 3.1.8 and updates ancestor dependency [strong-error-handler](https://github.com/strongloop/strong-error-handler). These dependencies need to be updated together.


Updates `ejs` from 2.6.1 to 3.1.8
- [Release notes](https://github.com/mde/ejs/releases)
- [Changelog](https://github.com/mde/ejs/blob/main/CHANGELOG.md)
- [Commits](mde/ejs@v2.6.1...v3.1.8)

Updates `strong-error-handler` from 3.2.0 to 3.5.0
- [Release notes](https://github.com/strongloop/strong-error-handler/releases)
- [Changelog](https://github.com/loopbackio/strong-error-handler/blob/master/CHANGES.md)
- [Commits](loopbackio/strong-error-handler@v3.2.0...v3.5.0)

---
updated-dependencies:
- dependency-name: ejs
  dependency-type: indirect
- dependency-name: strong-error-handler
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/examples/simple/ejs-and-strong-error-handler-3.1.8 branch from 8f74657 to 1451656 Compare October 13, 2022 08:14
@lukashroch lukashroch merged commit 21dab12 into master Oct 13, 2022
@lukashroch lukashroch deleted the dependabot/npm_and_yarn/examples/simple/ejs-and-strong-error-handler-3.1.8 branch October 13, 2022 08:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants