Skip to content

Commit ea09d64

Browse files
committed
chore(repo): patch nx/angular for ajv for now
1 parent 4557312 commit ea09d64

File tree

4 files changed

+28
-11
lines changed

4 files changed

+28
-11
lines changed

libs/soba/controls/src/lib/orbit-controls.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -115,19 +115,13 @@ export class NgtsOrbitControls {
115115
const startCallback = this.started.emit.bind(this.started);
116116
const endCallback = this.ended.emit.bind(this.ended);
117117

118-
// @ts-expect-error - type error from three-stdlib
119118
controls.addEventListener('change', changeCallback);
120-
// @ts-expect-error - type error from three-stdlib
121119
controls.addEventListener('start', startCallback);
122-
// @ts-expect-error - type error from three-stdlib
123120
controls.addEventListener('end', endCallback);
124121

125122
onCleanup(() => {
126-
// @ts-expect-error - type error from three-stdlib
127123
controls.removeEventListener('change', changeCallback);
128-
// @ts-expect-error - type error from three-stdlib
129124
controls.removeEventListener('start', startCallback);
130-
// @ts-expect-error - type error from three-stdlib
131125
controls.removeEventListener('end', endCallback);
132126
});
133127
});

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,5 +177,10 @@
177177
}
178178
}
179179
}
180+
},
181+
"pnpm": {
182+
"patchedDependencies": {
183+
184+
}
180185
}
181186
}

patches/@[email protected]

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
diff --git a/src/executors/package/schema.json b/src/executors/package/schema.json
2+
index 84639385336c03d1e24ced196c2d05419bcd9e81..a016c0ad41e13303f560dbc245567fa9cbd6e662 100644
3+
--- a/src/executors/package/schema.json
4+
+++ b/src/executors/package/schema.json
5+
@@ -1,7 +1,7 @@
6+
{
7+
"version": 2,
8+
"outputCapture": "direct-nodejs",
9+
- "$schema": "https://json-schema.org/schema",
10+
+ "$schema": "http://json-schema.org/schema",
11+
"title": "ng-packagr Target",
12+
"description": "Builds and packages an Angular library producing an output following the Angular Package Format (APF) to be distributed as an NPM package.\n\nThis executor is a drop-in replacement for the `@angular-devkit/build-angular:ng-packagr` with additional support for incremental builds.",
13+
"cli": "nx",

pnpm-lock.yaml

Lines changed: 10 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)