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 dependencies: npm-scripts packages (major) #143

Open renovate[bot] opened 4 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
del-cli 3.0.0 -> 6.0.0 age adoption passing confidence
git-branch-is 3.1.0 -> 4.0.0 age adoption passing confidence
package-version-git-tag 2.0.2 -> 3.0.0 age adoption passing confidence

Release Notes

sindresorhus/del-cli (del-cli) ### [`v6.0.0`](https://redirect.github.com/sindresorhus/del-cli/releases/tag/v6.0.0) [Compare Source](https://redirect.github.com/sindresorhus/del-cli/compare/v5.1.0...v6.0.0) ##### Breaking - Require Node.js 18 [`de54031`](https://redirect.github.com/sindresorhus/del-cli/commit/de54031) ##### Improvements - Update dependencies [`de54031`](https://redirect.github.com/sindresorhus/del-cli/commit/de54031) ### [`v5.1.0`](https://redirect.github.com/sindresorhus/del-cli/releases/tag/v5.1.0) [Compare Source](https://redirect.github.com/sindresorhus/del-cli/compare/v5.0.1...v5.1.0) - Add `--verbose` flag ([#​37](https://redirect.github.com/sindresorhus/del-cli/issues/37)) [`f32b531`](https://redirect.github.com/sindresorhus/del-cli/commit/f32b531) ### [`v5.0.1`](https://redirect.github.com/sindresorhus/del-cli/releases/tag/v5.0.1) [Compare Source](https://redirect.github.com/sindresorhus/del-cli/compare/v5.0.0...v5.0.1) - Fix Windows compatibility for use with `npx` [`537e5b3`](https://redirect.github.com/sindresorhus/del-cli/commit/537e5b3) ### [`v5.0.0`](https://redirect.github.com/sindresorhus/del-cli/releases/tag/v5.0.0) [Compare Source](https://redirect.github.com/sindresorhus/del-cli/compare/v4.0.1...v5.0.0) ##### Breaking - Require Node.js 14 [`b977982`](https://redirect.github.com/sindresorhus/del-cli/commit/b977982) ### [`v4.0.1`](https://redirect.github.com/sindresorhus/del-cli/releases/tag/v4.0.1) [Compare Source](https://redirect.github.com/sindresorhus/del-cli/compare/v4.0.0...v4.0.1) - Upgrade dependencies [`72e377d`](https://redirect.github.com/sindresorhus/del-cli/commit/72e377d) ### [`v4.0.0`](https://redirect.github.com/sindresorhus/del-cli/releases/tag/v4.0.0) [Compare Source](https://redirect.github.com/sindresorhus/del-cli/compare/v3.0.1...v4.0.0) ##### Breaking - Require Node.js 12 [`4c65d87`](https://redirect.github.com/sindresorhus/del-cli/commit/4c65d87) ##### Improvements - Upgrade dependencies [`4c65d87`](https://redirect.github.com/sindresorhus/del-cli/commit/4c65d87) ### [`v3.0.1`](https://redirect.github.com/sindresorhus/del-cli/releases/tag/v3.0.1) [Compare Source](https://redirect.github.com/sindresorhus/del-cli/compare/v3.0.0...v3.0.1) - Update dependencies ([#​16](https://redirect.github.com/sindresorhus/del-cli/issues/16)) [`922e9fe`](https://redirect.github.com/sindresorhus/del-cli/commit/922e9fe)
kevinoid/git-branch-is (git-branch-is) ### [`v4.0.0`](https://redirect.github.com/kevinoid/git-branch-is/blob/HEAD/CHANGELOG.md#400-2020-07-31) [Compare Source](https://redirect.github.com/kevinoid/git-branch-is/compare/v3.1.0...v4.0.0) ##### BREAKING CHANGES - Detached HEAD is now handled like an empty branch name (which can be matched in the usual ways) rather than causing an error as it did in previous versions. ##### Features - Update to `commander@5`. #### [3.1.0](https://redirect.github.com/kevinoid/git-branch-is/tree/v3.1.0) (2019-11-16) [Full Changelog](https://redirect.github.com/kevinoid/git-branch-is/compare/v3.0.0...v3.1.0) - Dependency version updates. - Code style fixes. #### [3.0.0](https://redirect.github.com/kevinoid/git-branch-is/tree/3.0.0) (2019-08-09) [Full Changelog](https://redirect.github.com/kevinoid/git-branch-is/compare/v2.1.0...3.0.0) - **BREAKING** Require Node 8 or later. - Dependency version updates. - Code style fixes. #### [v2.1.0](https://redirect.github.com/kevinoid/git-branch-is/tree/v2.1.0) (2018-09-27) [Full Changelog](https://redirect.github.com/kevinoid/git-branch-is/compare/v2.0.0...v2.1.0) - Add support for inverting/negating match with `-I`/`--invert-match`/`--not` ([#​28](https://redirect.github.com/kevinoid/git-branch-is/issues/28) [#​29](https://redirect.github.com/kevinoid/git-branch-is/pull/29)) - Update dependency versions. #### [v2.0.0](https://redirect.github.com/kevinoid/git-branch-is/tree/v2.0.0) (2018-06-29) [Full Changelog](https://redirect.github.com/kevinoid/git-branch-is/compare/v1.0.0...v2.0.0) - **BREAKING** Drop support for Node 4. - Dependency version updates. - Code style fixes. #### [v1.0.0](https://redirect.github.com/kevinoid/git-branch-is/tree/v1.0.0) (2018-06-01) [Full Changelog](https://redirect.github.com/kevinoid/git-branch-is/compare/v0.1.0...v1.0.0) - Branch name regex support [#​22](https://redirect.github.com/kevinoid/git-branch-is/issues/22) (and [#​23](https://redirect.github.com/kevinoid/git-branch-is/pull/23), partially) - Support for case-insensitive comparison and matching. - Support for passing a test function to `gitBranchIs`. - Drop support for Node 0.10 and 0.12. - Bump to 1.0.0 to declare API as stable. #### [v0.1.0](https://redirect.github.com/kevinoid/git-branch-is/tree/v0.1.0) (2016-04-01) \* *This Change Log was automatically generated by [github_changelog_generator](https://redirect.github.com/skywinder/Github-Changelog-Generator)*
sounisi5011/package-version-git-tag (package-version-git-tag) ### [`v3.0.0`](https://redirect.github.com/sounisi5011/package-version-git-tag/blob/HEAD/CHANGELOG.md#300-2020-06-02-UTC) [Compare Source](https://redirect.github.com/sounisi5011/package-version-git-tag/compare/v2.1.0...v3.0.0) - Drop support for Node.js 8, 9, 11 and 13 - Don't pin non-dev dependencies - Update dev dependencies ##### Supported Node version `8.3.0 - 14.x` -> `10.x || 12.x || 14.x` - [#​138] - Omit unsupported Node.js ##### Documentation - [#​140] - Update markdown syntax - [#​142] - Fix install step in README - [#​143] - Add Change Log section to README ##### Updated Dependencies ##### devDependencies - `@types/cross-spawn` - [#​133] - `6.0.1` -> `6.0.2` - `@typescript-eslint/eslint-plugin` - [#​129] - `2.30.0` -> `2.34.0` - `@typescript-eslint/parser` - [#​129] - `2.30.0` -> `2.34.0` - `del-cli` - [#​134] - `3.0.0` -> `3.0.1` - `lint-staged` - [#​127] - `10.2.0` -> `10.2.7` - `sort-package-json` - [#​127] - `1.42.1` -> `1.44.0` - `ts-node` - [#​128] - `8.9.1` -> `8.10.2` - `typescript` - [#​131] - `3.8.3` -> `3.9.3` ##### Added Dependencies ##### devDependencies - [#​137] - `@sounisi5011/readme-generator@0.0.2` - [#​137] - `check-peer-deps@1.1.3` - [#​137] - `patch-package@6.2.2` ##### Removed Dependencies ##### devDependencies - [#​137] - `@sounisi5011/check-peer-deps` ##### Tests - [#​146] - Fix error handling of `Git.listen()` method in node-git-server ##### Others - [#​136] - Pin only devDependencies - [#​137] - Change project file structure - [#​139] - Enable compilerOptions.inlineSources - [#​141] - Update to strict type definition code - [#​144] - Fix patch-package config [3.0.0]: https://redirect.github.com/sounisi5011/package-version-git-tag/compare/v2.1.0...v3.0.0 [#​136]: https://redirect.github.com/sounisi5011/package-version-git-tag/pull/136 [#​138]: https://redirect.github.com/sounisi5011/package-version-git-tag/pull/138 [#​137]: https://redirect.github.com/sounisi5011/package-version-git-tag/pull/137 [#​139]: https://redirect.github.com/sounisi5011/package-version-git-tag/pull/139 [#​140]: https://redirect.github.com/sounisi5011/package-version-git-tag/pull/140 [#​141]: https://redirect.github.com/sounisi5011/package-version-git-tag/pull/141 [#​142]: https://redirect.github.com/sounisi5011/package-version-git-tag/pull/142 [#​143]: https://redirect.github.com/sounisi5011/package-version-git-tag/pull/143 [#​144]: https://redirect.github.com/sounisi5011/package-version-git-tag/pull/144 [#​129]: https://redirect.github.com/sounisi5011/package-version-git-tag/pull/129 [#​127]: https://redirect.github.com/sounisi5011/package-version-git-tag/pull/127 [#​128]: https://redirect.github.com/sounisi5011/package-version-git-tag/pull/128 [#​134]: https://redirect.github.com/sounisi5011/package-version-git-tag/pull/134 [#​131]: https://redirect.github.com/sounisi5011/package-version-git-tag/pull/131 [#​133]: https://redirect.github.com/sounisi5011/package-version-git-tag/pull/133 [#​146]: https://redirect.github.com/sounisi5011/package-version-git-tag/pull/146 ### [`v2.1.0`](https://redirect.github.com/sounisi5011/package-version-git-tag/blob/HEAD/CHANGELOG.md#210-2020-04-30-UTC) [Compare Source](https://redirect.github.com/sounisi5011/package-version-git-tag/compare/v2.0.3...v2.1.0) - Support Node.js 14 - Added `-V` as alias for `--version` option - Replace [`commander` package](https://www.npmjs.com/package/commander/v/5.0.0) to [`cac` package](https://www.npmjs.com/package/cac/v/6.5.8) - Update dev dependencies ##### Features - [#​125] - Add `-V` option ##### Breaking Changes - [#​125] - Change output format: - ```ShellSession $ package-version-git-tag --version 2.0.3 ``` ↓ ```ShellSession $ package-version-git-tag --version package-version-git-tag/2.0.3 darwin-x64 node-v10.18.0 ``` - ```ShellSession $ package-version-git-tag --help Usage: bin [options] Add Git tag corresponding to the version field of package.json Options: -v, --version output the version number --push `git push` the added tag to the remote repository --verbose show details of executed git commands -n, --dry-run perform a trial run with no changes made -h, --help display help for command ``` ↓ ```ShellSession $ package-version-git-tag --help package-version-git-tag v2.0.3 Add Git tag corresponding to the version field of package.json Usage: $ package-version-git-tag [options] Options: -V, -v, --version Display version number -h, --help Display this message --push `git push` the added tag to the remote repository --verbose show details of executed git commands -n, --dry-run perform a trial run with no changes made ``` - ```ShellSession $ package-version-git-tag --typo-option error: unknown option '--typo-option' ``` ↓ ```ShellSession $ package-version-git-tag --typo-option unknown option: --typoOption Try `package-version-git-tag --help` for valid options. ``` ##### Supported Node version `>=8.3.0` -> `8.3.0 - 14.x` - [#​122] - Support Node.js 14 ##### Updated Dependencies ##### devDependencies - `@typescript-eslint/eslint-plugin` - [#​121] - `2.29.0` -> `2.30.0` - `@typescript-eslint/parser` - [#​121] - `2.29.0` -> `2.30.0` - `eslint-config-prettier` - [#​121] - `6.10.1` -> `6.11.0` - `eslint-plugin-simple-import-sort` - [#​121] - `5.0.2` -> `5.0.3` - `lint-staged` - [#​120] - `10.1.7` -> `10.2.0` - `make-dir` - [#​123] - `3.0.2` -> `3.1.0` - `prettier` - [#​120] - `2.0.4` -> `2.0.5` - `sort-package-json` - [#​120] - `1.42.0` -> `1.42.1` - `ts-node` - [#​123] - `8.9.0` -> `8.9.1` ##### Added Dependencies ##### dependencies - [#​125] - `cac@6.5.8` ##### Removed Dependencies ##### dependencies - [#​125] - `commander` [2.1.0]: https://redirect.github.com/sounisi5011/package-version-git-tag/compare/v2.0.3...v2.1.0 [#​122]: https://redirect.github.com/sounisi5011/package-version-git-tag/pull/122 [#​125]: https://redirect.github.com/sounisi5011/package-version-git-tag/pull/125 [#​120]: https://redirect.github.com/sounisi5011/package-version-git-tag/pull/120 [#​121]: https://redirect.github.com/sounisi5011/package-version-git-tag/pull/121 [#​123]: https://redirect.github.com/sounisi5011/package-version-git-tag/pull/123 ### [`v2.0.3`](https://redirect.github.com/sounisi5011/package-version-git-tag/blob/HEAD/CHANGELOG.md#203-2020-04-21-UTC) [Compare Source](https://redirect.github.com/sounisi5011/package-version-git-tag/compare/v2.0.2...v2.0.3) - Update dependencies - Downgrade supported Node version ##### Supported Node version `>=8.10.0` -> `>=8.3.0` - [#​92] - Downgrade supported Node version ##### Updated Dependencies ##### dependencies - `commander` - [#​112] - `4.0.1` -> `5.0.0` - `cross-spawn` - [#​115] - `7.0.1` -> `7.0.2` ##### devDependencies - `@typescript-eslint/eslint-plugin` - [#​103] - `2.7.0` -> `2.29.0` - `@typescript-eslint/parser` - [#​103] - `2.7.0` -> `2.29.0` - `eslint` - [#​103] - `6.6.0` -> `6.8.0` - `eslint-config-prettier` - [#​103] - `6.5.0` -> `6.10.1` - `eslint-config-standard` - [#​103] - `14.1.0` -> `14.1.1` - `eslint-plugin-import` - [#​103] - `2.18.2` -> `2.20.2` - `eslint-plugin-node` - [#​106] - `10.0.0` -> `11.1.0` - `eslint-plugin-prettier` - [#​103] - `3.1.1` -> `3.1.3` - `eslint-plugin-simple-import-sort` - [#​106] - `4.0.0` -> `5.0.2` - `git-branch-is` - [#​104] - `3.0.0` -> `3.1.0` - `husky` - [#​109] - `3.0.9` -> `4.2.5` - `lint-staged` - [#​109] - `9.4.2` -> `10.1.6` - [#​117] - `10.1.6` -> `10.1.7` - `make-dir` - [#​105] - `3.0.0` -> `3.0.2` - `node-git-server` - [#​105] - `0.6.0` -> `0.6.1` - `prettier` - [#​109] - `1.19.1` -> `2.0.4` - `prettier-package-json` - [#​102] - `2.1.0` -> `2.1.3` - `sort-package-json` - [#​102] - `1.23.1` -> `1.42.0` - `ts-node` - [#​105] - `8.5.0` -> `8.9.0` - `typescript` - [#​107] - `3.7.2` -> `3.8.3` ##### Others - [#​101] - Renovate package groups [2.0.3]: https://redirect.github.com/sounisi5011/package-version-git-tag/compare/v2.0.2...v2.0.3 [#​92]: https://redirect.github.com/sounisi5011/package-version-git-tag/pull/92 [#​101]: https://redirect.github.com/sounisi5011/package-version-git-tag/pull/101 [#​112]: https://redirect.github.com/sounisi5011/package-version-git-tag/pull/112 [#​115]: https://redirect.github.com/sounisi5011/package-version-git-tag/pull/115 [#​109]: https://redirect.github.com/sounisi5011/package-version-git-tag/pull/109 [#​106]: https://redirect.github.com/sounisi5011/package-version-git-tag/pull/106 [#​103]: https://redirect.github.com/sounisi5011/package-version-git-tag/pull/103 [#​102]: https://redirect.github.com/sounisi5011/package-version-git-tag/pull/102 [#​105]: https://redirect.github.com/sounisi5011/package-version-git-tag/pull/105 [#​104]: https://redirect.github.com/sounisi5011/package-version-git-tag/pull/104 [#​107]: https://redirect.github.com/sounisi5011/package-version-git-tag/pull/107 [#​117]: https://redirect.github.com/sounisi5011/package-version-git-tag/pull/117

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 is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR was generated by Mend Renovate. View the repository job log.

codeclimate[bot] commented 1 month ago

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

View more on Code Climate.