From 73de8878c2399b72333cc094c8f391ff00bb20f0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Jan 2024 20:31:29 +0000 Subject: [PATCH] =?UTF-8?q?chore(dev-deps):=20=E2=AC=86=EF=B8=8F=20upgrade?= =?UTF-8?q?=20git-url-parse=20to=20v14=20(#89)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [git-url-parse](https://github.com/IonicaBizau/git-url-parse) | [`13.1.0` -> `14.0.0`](https://renovatebot.com/diffs/npm/git-url-parse/13.1.0/14.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/git-url-parse/14.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/git-url-parse/14.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/git-url-parse/13.1.0/14.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/git-url-parse/13.1.0/14.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
IonicaBizau/git-url-parse (git-url-parse) ### [`v14.0.0`](https://github.com/IonicaBizau/git-url-parse/releases/tag/14.0.0) [Compare Source](https://github.com/IonicaBizau/git-url-parse/compare/13.1.1...14.0.0) Reencode owner and repo names -- thanks [@​lfcyja](https://github.com/lfcyja) :cake: ### [`v13.1.1`](https://github.com/IonicaBizau/git-url-parse/releases/tag/13.1.1) [Compare Source](https://github.com/IonicaBizau/git-url-parse/compare/13.1.0...13.1.1) fixed name and organization issue when parsing on the issue URL
--- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on Monday" in timezone Asia/Kolkata, 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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/timelessco/node-ts-app). --- package.json | 2 +- pnpm-lock.yaml | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index eb1b6a2..37d1023 100644 --- a/package.json +++ b/package.json @@ -104,7 +104,7 @@ "execa": "8.0.1", "gacp": "3.0.3", "git-remote-origin-url": "4.0.0", - "git-url-parse": "13.1.0", + "git-url-parse": "14.0.0", "husky": "8.0.3", "jsonc-eslint-parser": "2.3.0", "knip": "3.3.4", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f0015c6..e6aa579 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -89,8 +89,8 @@ devDependencies: specifier: 4.0.0 version: 4.0.0 git-url-parse: - specifier: 13.1.0 - version: 13.1.0 + specifier: 14.0.0 + version: 14.0.0 husky: specifier: 8.0.3 version: 8.0.3 @@ -5608,14 +5608,14 @@ packages: parse-url: 8.1.0 dev: true - /git-url-parse@13.1.0: - resolution: {integrity: sha512-5FvPJP/70WkIprlUZ33bm4UAaFdjcLkJLpWft1BeZKqwR0uhhNGoKwlUaPtVb4LxCSQ++erHapRak9kWGj+FCA==} + /git-url-parse@13.1.1: + resolution: {integrity: sha512-PCFJyeSSdtnbfhSNRw9Wk96dDCNx+sogTe4YNXeXSJxt7xz5hvXekuRn9JX7m+Mf4OscCu8h+mtAl3+h5Fo8lQ==} dependencies: git-up: 7.0.0 dev: true - /git-url-parse@13.1.1: - resolution: {integrity: sha512-PCFJyeSSdtnbfhSNRw9Wk96dDCNx+sogTe4YNXeXSJxt7xz5hvXekuRn9JX7m+Mf4OscCu8h+mtAl3+h5Fo8lQ==} + /git-url-parse@14.0.0: + resolution: {integrity: sha512-NnLweV+2A4nCvn4U/m2AoYu0pPKlsmhK9cknG7IMwsjFY1S2jxM+mAhsDxyxfCIGfGaD+dozsyX4b6vkYc83yQ==} dependencies: git-up: 7.0.0 dev: true