Skip to content

Commit 56e0ff9

Browse files
Update dependency @moonrepo/cli to v1.41.5 (main) (#241193)
This PR contains the following updates: | Package | Type | Update | Change | Pending | |---|---|---|---|---| | [@moonrepo/cli](https://redirect.github.com/moonrepo/moon) ([source](https://redirect.github.com/moonrepo/moon/tree/HEAD/packages/cli)) | dependencies | patch | [`1.41.4` -> `1.41.5`](https://renovatebot.com/diffs/npm/@moonrepo%2fcli/1.41.4/1.41.5) | `1.41.6` | --- ### Release Notes <details> <summary>moonrepo/moon (@&#8203;moonrepo/cli)</summary> ### [`v1.41.5`](https://redirect.github.com/moonrepo/moon/blob/HEAD/CHANGELOG.md#1415) [Compare Source](https://redirect.github.com/moonrepo/moon/compare/@moonrepo/[email protected]...@moonrepo/[email protected]) ##### 🚀 Updates - Added an `optional` parameter to task glob outputs. - **WASM API** - Added `ParseManifestInput.root` and `ParseLockInput.root` fields. ##### 🧰 Toolchains - **JavaScript** - Added support for Bun v1.3 `package.json` catalogs. - Updated `parse_manifest` to resolve versions from applicable catalogs. ##### 🐞 Fixes - Fixed an issue where interactive tasks would constantly print the "running for" message. - Fixed an issue where touched files that were not staged would not be included in the affected/hashing calculation in CI. </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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOk9wZXJhdGlvbnMiLCJiYWNrcG9ydDpza2lwIiwicmVsZWFzZV9ub3RlOnNraXAiXX0=--> Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Co-authored-by: Brad White <[email protected]>
1 parent 247d386 commit 56e0ff9

File tree

2 files changed

+47
-47
lines changed

2 files changed

+47
-47
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1162,7 +1162,7 @@
11621162
"@mapbox/mapbox-gl-supported": "2.0.1",
11631163
"@mapbox/vector-tile": "1.3.1",
11641164
"@modelcontextprotocol/sdk": "^1.20.2",
1165-
"@moonrepo/cli": "1.41.4",
1165+
"@moonrepo/cli": "1.41.5",
11661166
"@n8n/json-schema-to-zod": "^1.1.0",
11671167
"@openfeature/core": "^1.9.1",
11681168
"@openfeature/launchdarkly-client-provider": "^0.3.3",

yarn.lock

Lines changed: 46 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -9749,55 +9749,55 @@
97499749
zod "^3.23.8"
97509750
zod-to-json-schema "^3.24.1"
97519751

9752-
"@moonrepo/[email protected].4":
9753-
version "1.41.4"
9754-
resolved "https://registry.yarnpkg.com/@moonrepo/cli/-/cli-1.41.4.tgz#d724744557c9e55abe009f602797cc8738147900"
9755-
integrity sha512-rFr1yYlA/KQ5rX/JDy/Nj59bt2ZTDUks+S36i9771tqKuq4QGkx+g6DRTy5AhT2C0H03yYJR5ZfXmGvccAAHWw==
9752+
"@moonrepo/[email protected].5":
9753+
version "1.41.5"
9754+
resolved "https://registry.yarnpkg.com/@moonrepo/cli/-/cli-1.41.5.tgz#6cc59b3ceff8af78f2d7ab3ce3f29b75ad4f5bd0"
9755+
integrity sha512-ZlT3qqoftCviFjMpiBviQUz/Tje4WsslmRRHC1yRcYjmJnuH2X8FnmdPn2wI4OLNRZ5suSTUEAyiOBDLc5qJLA==
97569756
dependencies:
97579757
detect-libc "^2.0.4"
97589758
optionalDependencies:
9759-
"@moonrepo/core-linux-arm64-gnu" "1.41.4"
9760-
"@moonrepo/core-linux-arm64-musl" "1.41.4"
9761-
"@moonrepo/core-linux-x64-gnu" "1.41.4"
9762-
"@moonrepo/core-linux-x64-musl" "1.41.4"
9763-
"@moonrepo/core-macos-arm64" "1.41.4"
9764-
"@moonrepo/core-macos-x64" "1.41.4"
9765-
"@moonrepo/core-windows-x64-msvc" "1.41.4"
9766-
9767-
"@moonrepo/[email protected].4":
9768-
version "1.41.4"
9769-
resolved "https://registry.yarnpkg.com/@moonrepo/core-linux-arm64-gnu/-/core-linux-arm64-gnu-1.41.4.tgz#f3b8b994f41bb0e55709b808ec0025bfa2b51f5a"
9770-
integrity sha512-S7xHGxebpxNfJ6GB2m2xSxUHt6LyHKqSEtvqmSW0QKUqapkhzV9/hizdYAZQo0hP72gDDTM8UrUjv9V/xFrVyw==
9771-
9772-
"@moonrepo/[email protected].4":
9773-
version "1.41.4"
9774-
resolved "https://registry.yarnpkg.com/@moonrepo/core-linux-arm64-musl/-/core-linux-arm64-musl-1.41.4.tgz#1eaa0cb3b186a9edf1a0f48754d13de00ef5d6df"
9775-
integrity sha512-q5JeZUHzyySoOu1YOI4z84iekV4PABW+oyfEUsRR5SFx6TTKmwohaOIEq+fTRgrlTKnEmUTnSq6qLDwy23frvg==
9776-
9777-
"@moonrepo/[email protected].4":
9778-
version "1.41.4"
9779-
resolved "https://registry.yarnpkg.com/@moonrepo/core-linux-x64-gnu/-/core-linux-x64-gnu-1.41.4.tgz#97e2ad4ed109f34c01173ca4e7f9ccbc043b03f9"
9780-
integrity sha512-s94anaFVdNJi1ZBC/2a0wNUTgaWj9Qxd3uoNoDwDvAA5Lmj047uvZ6kPKxivFQ8/jQSTgnFRgWjIjs0HMgT3Fg==
9781-
9782-
"@moonrepo/[email protected].4":
9783-
version "1.41.4"
9784-
resolved "https://registry.yarnpkg.com/@moonrepo/core-linux-x64-musl/-/core-linux-x64-musl-1.41.4.tgz#71760646e819a60a5c21d8904b610feb6a236bf2"
9785-
integrity sha512-dU7p7vxtZ2FpVevy8/NNweLhJ4x9xZ31AQpEvS/nw+41g+Tmj6qJzaz5WrULJOqSH7590W6c2A+ptIQw+A+62g==
9786-
9787-
"@moonrepo/[email protected].4":
9788-
version "1.41.4"
9789-
resolved "https://registry.yarnpkg.com/@moonrepo/core-macos-arm64/-/core-macos-arm64-1.41.4.tgz#b8b59207444b3ff45fb8c479d89186e6e0858d10"
9790-
integrity sha512-ZJvbATSxHA1NYgxKOpt+XwGb0C7H7dlh3bdNakBOgdbliv6bDVPoYsTnX35cteh8fqSEsqfpkMM+JJEMM8YHVg==
9791-
9792-
"@moonrepo/[email protected].4":
9793-
version "1.41.4"
9794-
resolved "https://registry.yarnpkg.com/@moonrepo/core-macos-x64/-/core-macos-x64-1.41.4.tgz#c351e36a169b0d94e3e52cbf97f90d00d09eb40b"
9795-
integrity sha512-wWISj+woFZVZaADkZXMwhoRcKCa8y8Q14jarRUCL5R3MkPXcBpzfeeI6NsChWwo4rXN019AaUMBlUJeR1ZGFoQ==
9796-
9797-
"@moonrepo/[email protected].4":
9798-
version "1.41.4"
9799-
resolved "https://registry.yarnpkg.com/@moonrepo/core-windows-x64-msvc/-/core-windows-x64-msvc-1.41.4.tgz#899e4dccadb1a456993d236c383cd6722629df65"
9800-
integrity sha512-abiQW0bC+UgFHbMPGLsx025EzEgMF7eNEkFTCazIWpeaJR4byFAN3iBEY7tXxEYrg6lc8m5zIJ7a7IXiqKJlAw==
9759+
"@moonrepo/core-linux-arm64-gnu" "1.41.5"
9760+
"@moonrepo/core-linux-arm64-musl" "1.41.5"
9761+
"@moonrepo/core-linux-x64-gnu" "1.41.5"
9762+
"@moonrepo/core-linux-x64-musl" "1.41.5"
9763+
"@moonrepo/core-macos-arm64" "1.41.5"
9764+
"@moonrepo/core-macos-x64" "1.41.5"
9765+
"@moonrepo/core-windows-x64-msvc" "1.41.5"
9766+
9767+
"@moonrepo/[email protected].5":
9768+
version "1.41.5"
9769+
resolved "https://registry.yarnpkg.com/@moonrepo/core-linux-arm64-gnu/-/core-linux-arm64-gnu-1.41.5.tgz#f7e57741227a886d1cff8d6a53ac819b83041125"
9770+
integrity sha512-dTf1F3ZucSBwYwtSl6VXRYUZfp7PD3BncU6xz38cq0p55yLpm0E+l8F1mJV6F0lyEj9DjidikfRhR8u9Gqz95w==
9771+
9772+
"@moonrepo/[email protected].5":
9773+
version "1.41.5"
9774+
resolved "https://registry.yarnpkg.com/@moonrepo/core-linux-arm64-musl/-/core-linux-arm64-musl-1.41.5.tgz#cf457b47cf830aafc7fe68e4e4faa6615e8107d4"
9775+
integrity sha512-yifj/1fRy+gKYwI5D/N0vZL8nuuUSZYqPsMMbwmCdwaBE+QwUvmanXYGCx5lxeVvPCkogCN5Y5X0uwXa0TYsHQ==
9776+
9777+
"@moonrepo/[email protected].5":
9778+
version "1.41.5"
9779+
resolved "https://registry.yarnpkg.com/@moonrepo/core-linux-x64-gnu/-/core-linux-x64-gnu-1.41.5.tgz#b2e785de00d1ac912aa6f7459707dce14096c58a"
9780+
integrity sha512-ttEeTf2a1ImjzhQWQ8JG+lgg9iuIMu681RoYnoRF8TXKVpywvuaDEFM7beWQyvMEn1hNTbJ82yeJCmb2fsq2ig==
9781+
9782+
"@moonrepo/[email protected].5":
9783+
version "1.41.5"
9784+
resolved "https://registry.yarnpkg.com/@moonrepo/core-linux-x64-musl/-/core-linux-x64-musl-1.41.5.tgz#7f3f3695782f697ce6e1b4823a60ab964c138ff7"
9785+
integrity sha512-qxiICL+UQim9+SIQh9jV/BX33HIT6ozxU97HhMxNtn3LbeUDNIHDAv3Wzzss7DSVCNdsFSO31OjgX8YY1Y//Bw==
9786+
9787+
"@moonrepo/[email protected].5":
9788+
version "1.41.5"
9789+
resolved "https://registry.yarnpkg.com/@moonrepo/core-macos-arm64/-/core-macos-arm64-1.41.5.tgz#516d1725a6675fd217e2c0dcbd70424f2848bba4"
9790+
integrity sha512-q5qIVbO52cIZ0bak1xoop6dYj0xF7cgcvys/LrmbMLwyPwcucj09F1TmTAkpQtl/AXGjACIoVbWoDrFwxKHf7Q==
9791+
9792+
"@moonrepo/[email protected].5":
9793+
version "1.41.5"
9794+
resolved "https://registry.yarnpkg.com/@moonrepo/core-macos-x64/-/core-macos-x64-1.41.5.tgz#9cf7c671dd17c81b84e5fcb6a83ba1b0302a2d8f"
9795+
integrity sha512-0C+Pth0IbMwesDpn78O0Ur1VG+KESHuB2QHlSK4zNh3dfTN5fdPhgdLCk50ASCM1Wh4aA8gx5ayHKeilDWv9uQ==
9796+
9797+
"@moonrepo/[email protected].5":
9798+
version "1.41.5"
9799+
resolved "https://registry.yarnpkg.com/@moonrepo/core-windows-x64-msvc/-/core-windows-x64-msvc-1.41.5.tgz#c2e3c02f13df3a5dd4fc5a8e1a15a1871bd7a35c"
9800+
integrity sha512-QxKbCPv3Jx9u3n6M5OXdqP3HL3m8gU7HB5IejHTtbgJtanxuG180SmAy51peAx/tq/JsWn1kWm9UvsC68YQfYA==
98019801

98029802
"@mrmlnc/readdir-enhanced@^2.2.1":
98039803
version "2.2.1"

0 commit comments

Comments
 (0)