sounisi5011 / metalsmith-netlify-published-date

Get published date and modified date of the each page published by Netlify
MIT License
0 stars 0 forks source link

⬆️ Update dependency flat-cache to v3 - abandoned #148

Open renovate[bot] opened 3 years ago

renovate[bot] commented 3 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
flat-cache 2.0.1 -> 3.0.4 age adoption passing confidence

Release Notes

royriojas/flat-cache ### [`v3.0.4`](https://togithub.com/royriojas/flat-cache/blob/HEAD/changelog.md#v304) [Compare Source](https://togithub.com/royriojas/flat-cache/compare/v3.0.3...v3.0.4) - **Refactoring** - add files by name to the list of exported files - [89a2698](https://togithub.com/royriojas/flat-cache/commit/89a2698), \[Roy Riojas]\(https://github.com/Roy Riojas), 08/11/2020 02:35:39 ### [`v3.0.3`](https://togithub.com/royriojas/flat-cache/blob/HEAD/changelog.md#v303) [Compare Source](https://togithub.com/royriojas/flat-cache/compare/v3.0.2...v3.0.3) - **Bug Fixes** - Fix wrong eslint command - [f268e42](https://togithub.com/royriojas/flat-cache/commit/f268e42), \[Roy Riojas]\(https://github.com/Roy Riojas), 08/11/2020 02:15:04 ### [`v3.0.2`](https://togithub.com/royriojas/flat-cache/blob/HEAD/changelog.md#v302) [Compare Source](https://togithub.com/royriojas/flat-cache/compare/v3.0.0...v3.0.2) - **Refactoring** - Update the files paths - [6983a80](https://togithub.com/royriojas/flat-cache/commit/6983a80), \[Roy Riojas]\(https://github.com/Roy Riojas), 08/11/2020 01:58:39 - Move code to src/ - [18ed6e8](https://togithub.com/royriojas/flat-cache/commit/18ed6e8), \[Roy Riojas]\(https://github.com/Roy Riojas), 08/11/2020 01:57:17 - Change eslint-cache location - [beed74c](https://togithub.com/royriojas/flat-cache/commit/beed74c), \[Roy Riojas]\(https://github.com/Roy Riojas), 08/11/2020 01:48:32 ### [`v3.0.0`](https://togithub.com/royriojas/flat-cache/blob/HEAD/changelog.md#v300) [Compare Source](https://togithub.com/royriojas/flat-cache/compare/v2.0.1...v3.0.0) - **Refactoring** - Fix engines - [52b824c](https://togithub.com/royriojas/flat-cache/commit/52b824c), \[Roy Riojas]\(https://github.com/Roy Riojas), 08/11/2020 01:01:52 - **Other changes** - Replace write with combination of mkdir and writeFile ([#​49](https://togithub.com/royriojas/flat-cache/issues/49)) - [ef48276](https://togithub.com/royriojas/flat-cache/commit/ef48276), \[Bogdan Chadkin]\(https://github.com/Bogdan Chadkin), 08/11/2020 00:17:15 Node v10 introduced a great "recursive" option for mkdir which allows to get rid from mkdirp package and easily rewrite "write" package usage with two function calls. https://nodejs.org/api/fs.html#fs_fs_mkdir_path_options_callback - Added a testcase for clearAll ([#​48](https://togithub.com/royriojas/flat-cache/issues/48)) - [45b51ca](https://togithub.com/royriojas/flat-cache/commit/45b51ca), \[Aaron Chen]\(https://github.com/Aaron Chen), 21/05/2020 08:40:03 - requet node>=10 - [a5c482c](https://togithub.com/royriojas/flat-cache/commit/a5c482c), [yumetodo](https://togithub.com/yumetodo), 10/04/2020 23:14:53 thanks [@​SuperITMan](https://togithub.com/SuperITMan) - Update README.md - [29fe40b](https://togithub.com/royriojas/flat-cache/commit/29fe40b), \[Roy Riojas]\(https://github.com/Roy Riojas), 10/04/2020 20:08:05 - reduce vulnerability to 1 - [e9db1b2](https://togithub.com/royriojas/flat-cache/commit/e9db1b2), [yumetodo](https://togithub.com/yumetodo), 30/03/2020 11:10:43 - reduce vulnerabilities dependencies to 8 - [b58d196](https://togithub.com/royriojas/flat-cache/commit/b58d196), [yumetodo](https://togithub.com/yumetodo), 30/03/2020 10:54:56 - use prettier instead of esbeautifier - [03b1db7](https://togithub.com/royriojas/flat-cache/commit/03b1db7), [yumetodo](https://togithub.com/yumetodo), 30/03/2020 10:27:14 - update proxyquire - [c2f048d](https://togithub.com/royriojas/flat-cache/commit/c2f048d), [yumetodo](https://togithub.com/yumetodo), 30/03/2020 10:16:16 - update flatted and mocha - [a0e56da](https://togithub.com/royriojas/flat-cache/commit/a0e56da), [yumetodo](https://togithub.com/yumetodo), 30/03/2020 09:46:45 mocha > mkdirp is updated istanble >>> optimist > minimist is not updated - drop support node.js < 10 in develop - [beba691](https://togithub.com/royriojas/flat-cache/commit/beba691), [yumetodo](https://togithub.com/yumetodo), 18/03/2020 01:31:09 see mkdirp - npm aufit fix(still remains) - [ce166cb](https://togithub.com/royriojas/flat-cache/commit/ce166cb), [yumetodo](https://togithub.com/yumetodo), 18/03/2020 01:18:08 37 vulnerabilities required manual review and could not be updated - updtate sinon - [9f2d1b6](https://togithub.com/royriojas/flat-cache/commit/9f2d1b6), [yumetodo](https://togithub.com/yumetodo), 18/03/2020 01:17:51 - apply eslint-plugin-mocha - [07343b5](https://togithub.com/royriojas/flat-cache/commit/07343b5), [yumetodo](https://togithub.com/yumetodo), 13/03/2020 22:17:21 - Less strint version check ([#​44](https://togithub.com/royriojas/flat-cache/issues/44)) - [92aca1c](https://togithub.com/royriojas/flat-cache/commit/92aca1c), \[Wojciech Maj]\(https://github.com/Wojciech Maj), 13/11/2019 16:18:25 - Use ^ version matching for production dependencies - Run npm audit fix - **Bug Fixes** - update dependencies and use eslint directly - [73fbed2](https://togithub.com/royriojas/flat-cache/commit/73fbed2), [yumetodo](https://togithub.com/yumetodo), 18/03/2020 01:17:27

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

codeclimate[bot] commented 3 years ago

Code Climate has analyzed commit 940cef9d and detected 0 issues on this pull request.

View more on Code Climate.

renovate[bot] commented 1 year ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

renovate[bot] commented 9 months ago

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.