Update dependency npm-check-updates to v19 (#26)
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) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>raineorshine/npm-check-updates (npm-check-updates)</summary> ### [`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.** </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzIuNSIsInVwZGF0ZWRJblZlciI6IjQxLjEzMi41IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Reviewed-on: #26 Co-authored-by: Renovate Bot <renovate-bot@valverde.cloud> Co-committed-by: Renovate Bot <renovate-bot@valverde.cloud>
This commit was merged in pull request #26.
This commit is contained in:
4
bun.lock
4
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=="],
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user