Update dependency ejs-lint to v1
Created by: renovate[bot]
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
ejs-lint | ^0.1.1 -> 1.2.2 |
Release Notes
ryanzim/ejs-lint
v1.2.2
Update EJS to silence unrelated security warning
v1.2.1
Patch release to upgrade EJS version
v1.2.0
- Add
--await
option - Add support for backslashes in paths on Windows
- Internal refactoring
- Dependency upgrades
v1.1.0
Print the line of code where the error occurred, so you can see the context of the error, instead of just the file, line, and column number. (Thanks to @kenirwin for this!)
v1.0.1
Docs fix
v1.0.0
Breaking Changes
- Drop all Node versions prior to Node 10
- Remove old deprecated
.lint()
alias function
New Features
- Now lints inside expression tags (like
<%=
) - Can now pass directories into the CLI interface to lint all files in the directory (#53)
v0.3.0
Breaking Changes
- Removed the
parse()
method & the--parse
cli option - CLI exits with an error code of
1
if errors are found - CLI prints errors to
stderr
instead ofstdout
Other Changes
- Updated & Refactored internals
- Upgraded dependencies
- Added tests for the CLI
v0.2.0
Configuration
-
If you want to rebase/retry this PR, click this checkbox.
This PR has been generated by WhiteSource Renovate. View repository job log here.