favware / esbuild-plugin-file-path-extensions

An esbuild plugin to automatically insert file extensions in your built JavaScript files based on the specified target
MIT License
18 stars 1 forks source link

chore(deps): update dependency @favware/cliff-jumper to v4 #111

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@favware/cliff-jumper 3.0.3 -> 4.0.2 age adoption passing confidence

Release Notes

favware/cliff-jumper (@​favware/cliff-jumper) ### [`v4.0.2`](https://togithub.com/favware/cliff-jumper/blob/HEAD/CHANGELOG.md#favwarecliff-jumper402---2024-06-03) [Compare Source](https://togithub.com/favware/cliff-jumper/compare/@favware/cliff-jumper@4.0.1...@favware/cliff-jumper@4.0.2) #### 🐛 Bug Fixes - Add a verbose logging entry for github release payload ([a15e2b4](https://togithub.com/favware/cliff-jumper/commit/a15e2b4ed3cfddfba555dad591a89d6c15c25cd9)) ### [`v4.0.1`](https://togithub.com/favware/cliff-jumper/blob/HEAD/CHANGELOG.md#favwarecliff-jumper401---2024-06-03) [Compare Source](https://togithub.com/favware/cliff-jumper/compare/@favware/cliff-jumper@4.0.0...@favware/cliff-jumper@4.0.1) #### 🏠 Refactor - Remove dependency on `conventional-changelog-angular` and inline `whatBump` code ([684b29f](https://togithub.com/favware/cliff-jumper/commit/684b29fc8b49a511d57507b92eb12955ee5b4284)) #### 🐛 Bug Fixes - Fixed a grammar typo in preflight checks ([9129a67](https://togithub.com/favware/cliff-jumper/commit/9129a67bd6a1d9a88a7e5058d4f8525eafcde80b)) #### 📝 Documentation - Cleanup changelog ([4c6377e](https://togithub.com/favware/cliff-jumper/commit/4c6377ece53d3b2319b83562743721a713c75d7a)) - Further specify github releasing ([b59595b](https://togithub.com/favware/cliff-jumper/commit/b59595b6f113e23a8e570c3d2e0ff0c086e9d78d)) ### [`v4.0.0`](https://togithub.com/favware/cliff-jumper/blob/HEAD/CHANGELOG.md#favwarecliff-jumper400---2024-06-03) [Compare Source](https://togithub.com/favware/cliff-jumper/compare/@favware/cliff-jumper@3.0.3...@favware/cliff-jumper@4.0.0) #### 🏠 Refactor - Rename `first-release` to `skip-automatic-bump` ([fe244a0](https://togithub.com/favware/cliff-jumper/commit/fe244a074addc7cd183d2bcdda420f266e684ffc)) - 💥 **BREAKING CHANGE:** `first-release` has been renamed to `skip-automatic-bump` in order to better describe what it does - Remove automatic `CI` env detection ([775f02e](https://togithub.com/favware/cliff-jumper/commit/775f02e86da45a694e2db6e272de4dd6e8aac531)) - 💥 **BREAKING CHANGE:** Previously when running with `CI` env `--skip-changelog` and `--skip-tag` were automatically enabled. This is no longer the case, because the new GitHub releasing feature makes it more appealing to run this tool in CI. To restore the old functionality for your pipelines please explicitly add these tags to your command line. - **deps:** Update dependency conventional-recommended-bump to v10 ([da1d45d](https://togithub.com/favware/cliff-jumper/commit/da1d45d5929be5ae8597da27736431b3e5c9c93d)) - 💥 **BREAKING CHANGE:** Node 18 is now required as per the new version of `conventional-recommended-bump` - 💥 **BREAKING CHANGE:** The base `conventional-changelog-angular` is now used instead of a customization of it. This should not affect the semver resolution, but if it does please create a GitHub issue #### 🐛 Bug Fixes - Respect the tag-template for github releases ([85f4272](https://togithub.com/favware/cliff-jumper/commit/85f42725648210265a6d5fe3910802c7c1e9839f)) - **deps:** Update all non-major dependencies ([93640e2](https://togithub.com/favware/cliff-jumper/commit/93640e207b3f78eb32e0216e4151d45e139a49be)) - **deps:** Update dependency execa to v9 ([07e39ae](https://togithub.com/favware/cliff-jumper/commit/07e39ae3a94ae50326ba3d250f4c16a23d665c84)) ([#​175](https://togithub.com/favware/cliff-jumper/pull/175)) #### 📝 Documentation - **readme:** Document github releases ([32208f2](https://togithub.com/favware/cliff-jumper/commit/32208f2f7602031ae6904d6ce5b73ad27e64f152)) - Update readme with missing flags ([ffaf31a](https://togithub.com/favware/cliff-jumper/commit/ffaf31a6d79ee2ec9e2fda58a143229c6849172b)) - **readme:** Document which git-cliff commands get executed ([7527ae9](https://togithub.com/favware/cliff-jumper/commit/7527ae92e8604ef0f93f7bab394a3e5848a08a6e)) #### 🚀 Features - Add `--no-push-tag` to override config file for prereleases ([6f5d748](https://togithub.com/favware/cliff-jumper/commit/6f5d748041fae5ec9465d49fc9c66ee351bacde7)) - Add `--no-github-release` to override config file for prereleases ([656c8ec](https://togithub.com/favware/cliff-jumper/commit/656c8ec9ab20e6f6ebc90ed67a98f856b420fcdf)) - Add option `--changelog-prepend-file` to customize to which file the changelog is prepended ([35e9731](https://togithub.com/favware/cliff-jumper/commit/35e97314a272e7b0e02f70e4e43060176d20b1f2)) - Add `--push-tag` and `--github-release` to automatically push a Git tag and create a release on GitHub ([b66bfa1](https://togithub.com/favware/cliff-jumper/commit/b66bfa1bdefc2ef7988ba1119c083bce0dbd7a19))

Configuration

📅 Schedule: Branch creation - "before 12pm on Sunday" (UTC), 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.