Dropped Node.js 12 support.
Added Node.js 16 & 18 support.
Read more in the migration guide.
Fixed several security vulnerabilities:
-
Use of a Broken or Risky Cryptographic Algorithm in elliptic. Updated from 6.5.3 to 6.5.4.
-
Prototype Pollution in y18n. Updated from 3.2.1 to 3.2.2.
-
Remote Code Execution in handlebars. Updated from 4.7.6 to 4.7.7.
-
Regular Expression Denial of Service in hosted-git-info. Updated from 2.8.8 to 2.8.9.
-
Command Injection in lodash. Updated from 4.17.20 to 4.17.21.
-
Regular Expression Denial of Service in browserslist. Updated from 4.13.0 to 4.16.6.
-
Regular Expression Denial of Service in ws. Updated from 7.4.5 to 7.4.6.
-
Regular Expression Denial of Service in glob-parent. Updated from 3.1.0 to 5.1.2. Also led to @babel/cli update from 7.0.0 to 7.14.5.
-
and others.
- Add type declarations.
- Add LICENSE file.
- Improve package description in README and package.json.
- Prepare package to publish on GitHub.
- Update typograf to 6.8.2.
- Disable rule
common/space/delBeforePunctuation
.
- Disable not recommended rules.
- Add rule
common/space/afterPunctuation
into the “Do not turn on” section.
- Add rule
common/space/delBeforePunctuation
into the “Do not turn on” section.
- Improve
ru/money/ruble
description in README.
- Initial version.