Skip to content
This repository has been archived by the owner on Apr 4, 2022. It is now read-only.

Commit

Permalink
Merge pull request #44 from nugit/release/2019-12-16
Browse files Browse the repository at this point in the history
v5.0.1 -- 16/12/2019
  • Loading branch information
moroine committed Dec 16, 2019
2 parents 6ed10b3 + fc8ab50 commit ef284cf
Show file tree
Hide file tree
Showing 5 changed files with 621 additions and 603 deletions.
25 changes: 25 additions & 0 deletions .dependabot/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
version: 1

update_configs:
- package_manager: "javascript"
directory: "/"
update_schedule: "daily"
target_branch: "develop"
default_reviewers:
- "moroine"
- "limtingzhi"
allowed_updates:
- match:
update_type: "security"

- package_manager: "javascript"
directory: "/"
update_schedule: "daily"
target_branch: "housekeeping"
allowed_updates:
- match:
update_type: "all"
automerged_updates:
- match:
dependency_type: "all"
update_type: "in_range"
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
# 5.0.1 -- 16/10/2019

## Update

- Dependencies:
- https://github.com/nugit/datetime-utils/pull/20
- https://github.com/nugit/datetime-utils/pull/22
- https://github.com/nugit/datetime-utils/pull/21
- https://github.com/nugit/datetime-utils/pull/28
- https://github.com/nugit/datetime-utils/pull/26
- https://github.com/nugit/datetime-utils/pull/25
- https://github.com/nugit/datetime-utils/pull/27
- https://github.com/nugit/datetime-utils/pull/24
- https://github.com/nugit/datetime-utils/pull/23
- https://github.com/nugit/datetime-utils/pull/29
- https://github.com/nugit/datetime-utils/pull/33
- https://github.com/nugit/datetime-utils/pull/31
- https://github.com/nugit/datetime-utils/pull/30
- https://github.com/nugit/datetime-utils/pull/34
- https://github.com/nugit/datetime-utils/pull/35
- https://github.com/nugit/datetime-utils/pull/37
- https://github.com/nugit/datetime-utils/pull/36
- https://github.com/nugit/datetime-utils/pull/41
- https://github.com/nugit/datetime-utils/pull/40
- https://github.com/nugit/datetime-utils/pull/42

## Misc

- Setup Dependabot https://github.com/nugit/datetime-utils/pull/43

# 5.0.0 -- 31/10/2019

> This version updates `date-fns` to its latest major version 2.6.0. This fixes a bug that does not parse daylight savings dates properly for Eastern Hemisphere regions (e.g. Australia and New Zealand). The update will not allow `date` to be passed as a string type anymore. Thus, helper methods have been created to still support it.
Expand Down
2 changes: 1 addition & 1 deletion lib/nugit-datetime-utils.umd.js

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nugit-datetime-utils",
"version": "5.0.0",
"version": "5.0.1",
"description": "Shared datetime utils library",
"main": "lib/nugit-datetime-utils.cjs.js",
"module": "lib/nugit-datetime-utils.esm.js",
Expand All @@ -16,34 +16,34 @@
},
"homepage": "https://github.com/nugit/datetime-utils#readme",
"dependencies": {
"date-fns": "^2.8.0"
"date-fns": "^2.8.1"
},
"devDependencies": {
"@babel/cli": "^7.7.0",
"@babel/core": "^7.7.2",
"@babel/preset-env": "^7.7.1",
"@babel/register": "^7.7.0",
"@babel/cli": "^7.7.5",
"@babel/core": "^7.7.5",
"@babel/preset-env": "^7.7.6",
"@babel/register": "^7.7.4",
"babel-core": "^7.0.0-0",
"babel-eslint": "^10.0.3",
"babel-jest": "^24.9.0",
"chai": "^4.2.0",
"eslint": "^6.6.0",
"eslint": "^6.7.2",
"eslint-config-nugit": "^0.2.0",
"eslint-plugin-flowtype": "^4.4.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-flowtype": "^4.5.2",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-ramda": "^2.5.1",
"eslint-plugin-react-hooks": "^2.3.0",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-react": "^7.17.0",
"jest": "^24.9.0",
"nyc": "^14.1.1",
"pre-git": "^3.17.1",
"rollup": "^1.27.2",
"rollup": "^1.27.13",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-bundle-size": "^1.0.3",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-uglify": "^6.0.3",
"rollup-plugin-uglify": "^6.0.4",
"sinon": "^7.5.0",
"timezone-mock": "^1.0.8"
},
Expand Down
Loading

0 comments on commit ef284cf

Please sign in to comment.