chore(deps): update patch dependencies (main)#3993
chore(deps): update patch dependencies (main)#3993renovate[bot] wants to merge 1 commit intomainfrom
Conversation
|
View your CI Pipeline Execution ↗ for commit 058643a
☁️ Nx Cloud last updated this comment at |
Codecov Report✅ All modified and coverable lines are covered by tests. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
153fe8a to
b43360c
Compare
a8cd01d to
8003a92
Compare
List of reported errors
|
4d39c8b to
5d6e032
Compare
38931c9 to
48c0bce
Compare
00a9848 to
193e3c4
Compare
08cef51 to
a7c33f4
Compare
There was a problem hiding this comment.
Nx Cloud is proposing a fix for your failed CI:
These changes pin @amadeus-it-group/kassette to version 1.7.3 to fix the showcase:test-e2e failure. Version 1.7.4 removed the yargs dependency but still attempts to call yargs methods in its CLI code, causing a TypeError. By pinning to 1.7.3, we maintain compatibility while allowing other patch dependency updates to proceed.
Warning
❌ We could not verify this fix.
Suggested Fix changes
diff --git a/apps/showcase/package.json b/apps/showcase/package.json
index 3384ab366..62f91cc43 100644
--- a/apps/showcase/package.json
+++ b/apps/showcase/package.json
@@ -107,7 +107,7 @@
},
"devDependencies": {
"@ama-styling/style-dictionary": "workspace:~",
- "@amadeus-it-group/kassette": "^1.7.0",
+ "@amadeus-it-group/kassette": "1.7.3",
"@angular-devkit/architect": "0.2101.5",
"@angular-devkit/build-angular": "~21.1.0",
"@angular-devkit/core": "~21.1.0",
diff --git a/yarn.lock b/yarn.lock
index ea5a4052c..bc1eca0c2 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -2005,6 +2005,26 @@ __metadata:
languageName: unknown
linkType: soft
+"@amadeus-it-group/kassette@npm:1.7.3":
+ version: 1.7.3
+ resolution: "@amadeus-it-group/kassette@npm:1.7.3"
+ dependencies:
+ date-fns: "npm:^3.6.0"
+ http2-wrapper: "npm:^2.2.1"
+ interpret: "npm:^3.1.1"
+ istextorbinary: "npm:^9.5.0"
+ mime-types: "npm:^2.1.35"
+ node-forge: "npm:^1.3.1"
+ picocolors: "npm:^1.1.0"
+ rechoir: "npm:^0.8.0"
+ yaml: "npm:^2.5.1"
+ yargs: "npm:^17.7.2"
+ bin:
+ kassette: bin/index.js
+ checksum: 10/22ccf16dc91bba5b304fc81341595e596dea1b6015156e657f667813ad7f898599a5905dd5384aa3579dd7b3145d6c03622fcb50a9600ed1df4b9010635b18c3
+ languageName: node
+ linkType: hard
+
"@amadeus-it-group/kassette@npm:^1.7.0":
version: 1.7.4
resolution: "@amadeus-it-group/kassette@npm:1.7.4"
@@ -11832,7 +11852,7 @@ __metadata:
"@ama-sdk/schematics": "workspace:~"
"@ama-styling/devkit": "workspace:~"
"@ama-styling/style-dictionary": "workspace:~"
- "@amadeus-it-group/kassette": "npm:^1.7.0"
+ "@amadeus-it-group/kassette": "npm:1.7.3"
"@amadeus-it-group/tansu": "npm:~2.0.0"
"@angular-devkit/architect": "npm:0.2101.5"
"@angular-devkit/build-angular": "npm:~21.1.0"
@@ -22853,6 +22873,13 @@ __metadata:
languageName: node
linkType: hard
+"date-fns@npm:^3.6.0":
+ version: 3.6.0
+ resolution: "date-fns@npm:3.6.0"
+ checksum: 10/cac35c58926a3b5d577082ff2b253612ec1c79eb6754fddef46b6a8e826501ea2cb346ecbd211205f1ba382ddd1f9d8c3f00bf433ad63cc3063454d294e3a6b8
+ languageName: node
+ linkType: hard
+
"date-fns@npm:^4.1.0":
version: 4.1.0
resolution: "date-fns@npm:4.1.0"
@@ -30610,7 +30637,7 @@ __metadata:
languageName: node
linkType: hard
-"mime-types@npm:^2.1.12, mime-types@npm:^2.1.27, mime-types@npm:~2.1.19, mime-types@npm:~2.1.24, mime-types@npm:~2.1.34, mime-types@npm:~2.1.35":
+"mime-types@npm:^2.1.12, mime-types@npm:^2.1.27, mime-types@npm:^2.1.35, mime-types@npm:~2.1.19, mime-types@npm:~2.1.24, mime-types@npm:~2.1.34, mime-types@npm:~2.1.35":
version: 2.1.35
resolution: "mime-types@npm:2.1.35"
dependencies:
@@ -31413,7 +31440,7 @@ __metadata:
languageName: node
linkType: hard
-"node-forge@npm:^1, node-forge@npm:^1.3.3":
+"node-forge@npm:^1, node-forge@npm:^1.3.1, node-forge@npm:^1.3.3":
version: 1.3.3
resolution: "node-forge@npm:1.3.3"
checksum: 10/f41c31b9296771a4b8c955d58417471712f54f324603a35f8e6cbac19d5e6eaaf5fd5fd14584dfedecbf46a05438ded6eee60a5f2f0822fc5061aaa073cfc75d
@@ -40313,7 +40340,7 @@ __metadata:
languageName: node
linkType: hard
-"yaml@npm:^2.0.0, yaml@npm:^2.6.0, yaml@npm:^2.8.1, yaml@npm:^2.8.2":
+"yaml@npm:^2.0.0, yaml@npm:^2.5.1, yaml@npm:^2.6.0, yaml@npm:^2.8.1, yaml@npm:^2.8.2":
version: 2.8.2
resolution: "yaml@npm:2.8.2"
bin:
🔔 Heads up, your workspace has pending recommendations ↗ to auto-apply fixes for similar failures.
Or Apply changes locally with:
npx nx-cloud apply-locally a9Rb-PzEl
Apply fix locally with your editor ↗ View interactive diff ↗
🎓 Learn more about Self-Healing CI on nx.dev
a7c33f4 to
a2ed26a
Compare
a2ed26a to
058643a
Compare
This PR contains the following updates:
1.7.3→1.7.4~0.2101.0→0.2101.50.2102.0~0.2101.0→0.2101.50.2102.021.1.4→21.1.521.2.021.1.4→21.1.521.2.021.1.4→21.1.521.2.021.1.4→21.1.521.2.021.1.4→21.1.521.2.021.1.4→21.1.521.2.021.1.4→21.1.521.2.021.1.4→21.1.521.2.021.1.4→21.1.521.2.0(+1)21.1.4→21.1.521.2.0(+1)21.1.4→21.1.521.2.021.1.4→21.1.521.2.0(+1)21.1.4→21.1.521.2.0(+1)21.1.4→21.1.521.2.021.1.4→21.1.521.2.021.1.4→21.1.521.2.0(+1)21.1.4→21.1.521.2.0(+1)21.1.4→21.1.521.2.0(+1)21.1.4→21.1.521.2.0(+1)21.1.4→21.1.521.2.0(+1)21.1.4→21.1.521.2.0(+1)21.1.4→21.1.521.2.0(+1)21.1.4→21.1.521.2.0(+1)21.1.4→21.1.521.2.0(+1)21.1.4→21.1.521.2.0(+1)21.1.4→21.1.521.2.0(+1)21.1.4→21.1.521.2.0(+1)21.1.4→21.1.521.2.0(+1)21.1.4→21.1.521.2.0(+1)21.1.4→21.1.521.2.0(+1)21.1.4→21.1.521.2.0(+1)20.4.1→20.4.220.4.1→20.4.220.4.1→20.4.220.4.1→20.4.220.4.1→20.4.23.3.3→3.3.49.39.2→9.39.36.0.7→6.0.822.5.1→22.5.222.5.322.5.1→22.5.222.5.322.5.1→22.5.222.5.322.5.1→22.5.222.5.322.5.1→22.5.222.5.322.5.1→22.5.222.5.322.5.1→22.5.222.5.322.5.1→22.5.222.5.322.5.1→22.5.222.5.322.5.1→22.5.222.5.322.5.1→22.5.222.5.322.5.1→22.5.222.5.322.5.1→22.5.222.5.322.5.1→22.5.222.5.321.1.4→21.1.521.2.021.1.4→21.1.521.2.01.15.11→1.15.131.15.18(+1)1.15.11→1.15.131.15.18(+1)0.5.18→0.5.190.5.18→0.5.190.1.36→0.1.371.6.3→1.6.4v1.5.3→v1.5.49.39.2→9.39.39.39.2→9.39.31.4.0→1.4.11.4.0→1.4.1v4.32.3→v4.32.4v4.32.516.1.0→16.1.117.0.2→17.0.322.5.1→22.5.222.5.322.5.1→22.5.222.5.36.1.2→6.1.36.1.2→6.1.35.3.0→5.3.25.3.31.0.1→1.0.26.2.5→6.2.76.2.9(+1)Release Notes
AmadeusITGroup/kassette (@amadeus-it-group/kassette)
v1.7.4Compare Source
angular/angular-cli (@angular-devkit/architect)
v0.2101.5Compare Source
angular/angular (@angular/animations)
v21.1.5Compare Source
No user facing changes in this release
angular/components (@angular/cdk)
v21.1.5Compare Source
aria
cdk
material
google-maps
conventional-changelog/commitlint (@commitlint/cli)
v20.4.2Compare Source
Note: Version bump only for package @commitlint/cli
conventional-changelog/commitlint (@commitlint/config-angular)
v20.4.2Compare Source
Note: Version bump only for package @commitlint/config-angular
conventional-changelog/commitlint (@commitlint/config-conventional)
v20.4.2Compare Source
Note: Version bump only for package @commitlint/config-conventional
eslint/eslintrc (@eslint/eslintrc)
v3.3.4Compare Source
Bug Fixes
ajvto6.14.0to address security vulnerabilities (#221) (9139140)minimatchto3.1.3to address security vulnerabilities (#224) (30339d0)eslint/eslint (@eslint/js)
v9.39.3Compare Source
Bug Fixes
791bf8dfix: restore TypeScript 4.0 compatibility in types (#20504) (sethamus)Chores
8594a43chore: upgrade @eslint/js@9.39.3 (#20529) (Milos Djermanovic)9ceef92chore: package.json update for @eslint/js release (Jenkins)af498c6chore: ignore/docs/v9.xin link checker (#20453) (Milos Djermanovic)SBoudrias/Inquirer.js (@inquirer/confirm)
v6.0.8Compare Source
nrwl/nx (@nx/angular)
v22.5.2Compare Source
22.5.2 (2026-02-20)
🚀 Features
🩹 Fixes
NX_TUIenv var (#34426)❤️ Thank You
swc-project/swc (@swc/core)
v1.15.13Compare Source
Bug Fixes
(errors) Avoid panic on invalid diagnostic spans (#11561) (b24b8e0)
(es/helpers) Fix
_object_without_propertiescrash on primitive values (#11571) (4f35904)(es/jsx) Preserve whitespace before HTML entities (#11521) (64be077)
(es/minifier) Do not merge if statements with different local variable values (#11518) (3e63627)
(es/minifier) Prevent convert_tpl_to_str when there's emoji under es5 (#11529) (ff6cf88)
(es/minifier) Inline before merge if (#11526) (aa5a9ac)
(es/minifier) Preserve array join("") nullish semantics (#11558) (d477f61)
(es/minifier) Inline side-effect-free default params (#11564) (1babda7)
(es/parser) Fix generic arrow function in TSX mode (#11549) (366a16b)
(es/react) Preserve first-line leading whitespace with entities (#11568) (fc62617)
(es/regexp) Transpile unicode property escapes in RegExp constructor (#11554) (476d544)
Documentation
Features
(es/minifier) Add
unsafe_hoist_static_method_aliasoption (#11493) (6e7dbe2)(es/minifier) Remove unused args for IIFE (#11536) (3cc286b)
Refactor
(es/parser) Compare token kind rather than strings (#11531) (5872ffa)
(es/typescript) Run typescript transform in two passes (#11532) (b069558)
(es/typescript) Precompute namespace import-equals usage in semantic pass (#11534) (b7e87c7)
Testing
(es/minifier) Add execution tests for issue #11517 (#11530) (01b3b64)
Disable
cvaecosystem ci temporariliy (55bc966)Ci
Reset closed issue and PR milestone to Planned (#11559) (d5c4ebe)
Add permission (431c576)
swc-project/swc (@swc/helpers)
v0.5.19Compare Source
microsoft/TypeScript-Website (@typescript/vfs)
v1.6.4Compare Source
Patch Changes
0daa298Thanks @jakebailey! - Bump dependenciesAzure/functions-action (Azure/functions-action)
v1.5.4Compare Source
Updated from Node 20 to Node 24
SeinopSys/eslint-plugin-import-newlines (eslint-plugin-import-newlines)
v1.4.1Compare Source
If you are using ESLint 10 or above, upgrade to v2.x.x
github/codeql-action (github/codeql-action)
v4.32.4Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.