Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 30, 2022

Bumps ejs to 3.1.8 and updates ancestor dependency koop. These dependencies need to be updated together.

Updates ejs from 2.6.2 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)
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)
Commits

Updates koop from 3.13.0 to 3.19.1

Release notes

Sourced from koop's releases.

v3.19.1

Fixed

  • Dist directory build

v3.19.0

Added

  • Option to disable console logging of routes; use environment variable KOOP_DISABLE_CONSOLE_ROUTES=true

v3.18.0

Added

  • Option to allow output routes to be registered before provider routes; if true any conflicts will default to output routes

v3.17.3

Fixed

  • Prevent overwriting cache and option assignments that occur in provider model constructors

v3.17.2

Added

  • New functions to support fetching metadata for data catalog and layer

Changed

  • Update dependencies
  • Update Travis CI config
  • Enhance development experience by using pre-commit linting
  • Make route method definitions case insensitive, i.e., get, GET or Get all ok
  • Refactored model extension

v3.17.1

Fixed

  • Provider name option gets used for plugin routes

v3.17.0

Added

  • Add options object to instantiated model
  • Add cache option validiation
  • Add before and after transformation functions to provider registration options
  • Add name to provider registration options and preferentially use as provider name in routes

v3.16.0

Added

  • lock files

Fixed

  • Support True and False as boolean values for query parameters

v3.15.0

Added

  • added pluginName property to plugin registration object, which takes precedence over plugin_name.

Fixed

  • when determining the plugin name, plugin_name takes precedence over Plugin.name.

... (truncated)

Changelog

Sourced from koop's changelog.

[3.19.1] - 2020-06-29

Fixed

  • Dist directory build

[3.19.0] - 2020-06-29

Added

  • Option to disable console logging of routes; use environment variable KOOP_DISABLE_CONSOLE_ROUTES=true

[3.18.0] - 2020-03-31

Added

  • Option to allow output routes to be registered before provider routes; if true any conflicts will default to output routes

[3.17.3] - 2020-03-26

Fixed

  • Prevent overwriting cache and option assignments that occur in provider model constructors

[3.17.2] - 2020-03-26

Added

  • New functions to support fetching metadata for data catalog and layer

Changed

  • Update dependencies
  • Update Travis CI config
  • Enhance development experience by using pre-commit linting
  • Make route method definitions case insensitive, i.e., get, GET or Get all ok
  • Refactored model extension

[3.17.1] - 2020-02-05

Fixed

  • Provider name option gets used for plugin routes

[3.17.0] - 2020-01-14

Added

  • Add options object to instantiated model
  • Add cache option validiation
  • Add before and after transformation functions to provider registration options
  • Add name to provider registration options and preferentially use as provider name in routes

[3.16.0] - 2019-12-17

Added

  • lock files

Fixed

  • Support True and False as boolean values for query parameters

[3.15.0] - 2019-12-05

Added

  • added pluginName property to plugin registration object, which takes precedence over plugin_name.

Fixed

  • when determining the plugin name, plugin_name takes precedence over Plugin.name.

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by richgwozdz, a new releaser for koop since your current version.


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

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [ejs](https://github.com/mde/ejs) to 3.1.8 and updates ancestor dependency [koop](https://github.com/koopjs/koop-core). These dependencies need to be updated together.


Updates `ejs` from 2.6.2 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.2...v3.1.8)

Updates `koop` from 3.13.0 to 3.19.1
- [Release notes](https://github.com/koopjs/koop-core/releases)
- [Changelog](https://github.com/koopjs/koop-core/blob/master/CHANGELOG.md)
- [Commits](koopjs/koop-core@v3.13.0...v3.19.1)

---
updated-dependencies:
- dependency-name: ejs
  dependency-type: indirect
- dependency-name: koop
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 30, 2022
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant