date-format 4.0.12 → 4.0.14

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +19 -1
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,8 +1,26 @@
1
1
  # date-format Changelog
2
2
 
3
+ ## 4.0.14
4
+
5
+ - [chore(deps-dev): updated dependencies](https://github.com/nomiddlename/date-format/pull/86) - thanks [@lamweili](https://github.com/lamweili)
6
+ - chore(deps-dev): bump eslint from 4.19.1 to 8.24.0
7
+ - chore(deps-dev): bump eslint-plugin-mocha from 4.12.1 to 10.1.0
8
+ - chore(deps-dev): bump mocha from 5.2.0 to 10.0.0
9
+ - chore(deps-dev): bump nyc from 13.0.0 to 15.1.0
10
+ - [ci: manually downgrade dev dependencies for older versions](https://github.com/nomiddlename/date-format/pull/87) - thanks [@lamweili](https://github.com/lamweili)
11
+ - [ci: separated npm audit](https://github.com/nomiddlename/date-format/pull/85) - thanks [@lamweili](https://github.com/lamweili)
12
+ - [ci: updated codeql from v1 to v2](https://github.com/nomiddlename/date-format/pull/80) - thanks [@lamweili](https://github.com/lamweili)
13
+
14
+ ## 4.0.13
15
+
16
+ - [ci: added tests for Node.js 4.x, 6.x, 8.x, 10.x, 18.x](https://github.com/nomiddlename/date-format/pull/75) - thanks [@lamweili](https://github.com/lamweili)
17
+ - [chore(deps-dev): bump hosted-git-info from 2.6.0 to 2.8.9](https://github.com/nomiddlename/date-format/pull/76) - thanks [@Dependabot](https://github.com/dependabot)
18
+ - [chore(deps-dev): bump handlebars from 4.0.11 to 4.7.7 ](https://github.com/nomiddlename/date-format/pull/77) - thanks [@Dependabot](https://github.com/dependabot)
19
+ - [chore(deps-dev): bump y18n from 3.2.1 to 3.2.2](https://github.com/nomiddlename/date-format/pull/78) - thanks [@Dependabot](https://github.com/dependabot)
20
+
3
21
  ## 4.0.12
4
22
 
5
- - [ci: added tests for 8.x, 10.x, 18.x](https://github.com/nomiddlename/date-format/pull/73) - thanks [@lamweili](https://github.com/lamweili)
23
+ - [ci: added tests for Node.js 8.x, 10.x, 18.x](https://github.com/nomiddlename/date-format/pull/73) - thanks [@lamweili](https://github.com/lamweili)
6
24
  - [docs: renamed peteriman to lamweili](https://github.com/nomiddlename/date-format/pull/72) - thanks [@lamweili](https://github.com/lamweili)
7
25
 
8
26
  ## 4.0.11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "date-format",
3
- "version": "4.0.12",
3
+ "version": "4.0.14",
4
4
  "description": "Formatting Date objects as strings since 2013",
5
5
  "main": "lib/index.js",
6
6
  "files": [
@@ -29,10 +29,10 @@
29
29
  "readmeFilename": "README.md",
30
30
  "gitHead": "bf59015ab6c9e86454b179374f29debbdb403522",
31
31
  "devDependencies": {
32
- "eslint": "^5.16.0",
33
- "eslint-plugin-mocha": "^6.3.0",
34
- "mocha": "^6.2.3",
35
- "nyc": "^14.1.1",
32
+ "eslint": "^8.24.0",
33
+ "eslint-plugin-mocha": "^10.1.0",
34
+ "mocha": "^10.0.0",
35
+ "nyc": "^15.1.0",
36
36
  "should": "^13.2.3"
37
37
  },
38
38
  "nyc": {