From 7ee611ed321be476785f00f20245482817602f79 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 3 Oct 2025 17:31:52 +0200 Subject: [PATCH] Update dependency npm-check-updates to v19 (#26) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [npm-check-updates](https://github.com/raineorshine/npm-check-updates) | [`^18.1.1` -> `^19.0.0`](https://renovatebot.com/diffs/npm/npm-check-updates/18.3.1/19.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/npm-check-updates/19.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/npm-check-updates/18.3.1/19.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
raineorshine/npm-check-updates (npm-check-updates) ### [`v19.0.0`](https://github.com/raineorshine/npm-check-updates/releases/tag/v19.0.0) [Compare Source](https://github.com/raineorshine/npm-check-updates/compare/v18.3.1...v19.0.0) #### Breaking - node `>= 20` required - `--workspaces` (plural) short option `-ws` changed to `-w` - Better compatibility with commander [v13](https://github.com/tj/commander.js/releases/tag/v13.0.0) - Short option should always be a single character for consistency - **Replaces the short option for `--workspace` (singular)** - **`--workspace` (singular) no longer has a short option.**
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://git.valverde.cloud/Thilawyn/website/pulls/26 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- bun.lock | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bun.lock b/bun.lock index 42623a1..6f5197f 100644 --- a/bun.lock +++ b/bun.lock @@ -7,7 +7,7 @@ "@biomejs/biome": "^2.2.4", "@effect/language-service": "^0.41.0", "@types/bun": "latest", - "npm-check-updates": "^18.1.1", + "npm-check-updates": "^19.0.0", "npm-sort": "^0.0.4", "turbo": "^2.5.6", "typescript": "^5.9.2", @@ -786,7 +786,7 @@ "normalize-path": ["normalize-path@3.0.0", "", {}, "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA=="], - "npm-check-updates": ["npm-check-updates@18.3.1", "", { "bin": { "ncu": "build/cli.js", "npm-check-updates": "build/cli.js" } }, "sha512-5HwKPq7ybOOA1xB4FZg/1ToZZ5/i93U8m3co1mb3GYZAZPDkcxEFukQTTp/Abym+ZY6ShfrHl45Y0rCcwsNnQA=="], + "npm-check-updates": ["npm-check-updates@19.0.0", "", { "bin": { "npm-check-updates": "build/cli.js", "ncu": "build/cli.js" } }, "sha512-qcfjZEv6xB+WvW24S8wU1MKISPPiTREraBg62XDo/7zmOLXH3Zj7ti2v/LRfks0qITU8SDZLTWwgIitflvursw=="], "npm-sort": ["npm-sort@0.0.4", "", { "bin": { "npm-sort": "./index.js" } }, "sha512-S5Id/3Jvr7Cf/QnWjRteprngERCBhhEFOM+wMhUrAYP060/HUBC1aL5GoXS3xITlgacJCWaSmP4HQaAt91nNYQ=="], diff --git a/package.json b/package.json index 0d3b1f0..a0674f4 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@biomejs/biome": "^2.2.4", "@effect/language-service": "^0.41.0", "@types/bun": "latest", - "npm-check-updates": "^18.1.1", + "npm-check-updates": "^19.0.0", "npm-sort": "^0.0.4", "turbo": "^2.5.6", "typescript": "^5.9.2"