Skip to content

Commit

Permalink
fix(deps): ⬆️ update nx monorepo to v18.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 16, 2024
1 parent 2fadf27 commit 259f7a7
Show file tree
Hide file tree
Showing 38 changed files with 441 additions and 592 deletions.
2 changes: 1 addition & 1 deletion apps/angular-examples-cdk/jest.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* eslint-disable */
export default {
displayName: 'angular-examples-cdk',
preset: '../../jest.preset.js',
Expand Down
2 changes: 1 addition & 1 deletion apps/angular-examples/jest.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { Config } from 'jest';

/* eslint-disable */
export default {
displayName: 'angular-examples',
setupFilesAfterEnv: ['<rootDir>/src/test-setup.ts'],
Expand Down
2 changes: 1 addition & 1 deletion apps/angular-examples/src/bootstrap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ init({
release: `angular-examples@${environment.version}`,
// This sets the sample rate to be 10%. You may want this to be 100% while
// in development and sample at a lower rate in production
// eslint-disable-next-line no-magic-numbers
replaysSessionSampleRate: 1,

// If the entire session is not sampled, use the below sample rate to sample
Expand Down
2 changes: 1 addition & 1 deletion apps/bacteria-game-remote-cdk/jest.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* eslint-disable */
export default {
displayName: 'bacteria-game-remote-cdk',
preset: '../../jest.preset.js',
Expand Down
2 changes: 1 addition & 1 deletion apps/bacteria-game-remote/jest.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* eslint-disable */
export default {
displayName: 'bacteria-game-remote',
preset: '../../jest.preset.js',
Expand Down
2 changes: 1 addition & 1 deletion apps/fourier-analysis-remote-cdk/jest.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* eslint-disable */
export default {
displayName: 'fourier-analysis-remote-cdk',
preset: '../../jest.preset.js',
Expand Down
2 changes: 1 addition & 1 deletion apps/fourier-analysis-remote/jest.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* eslint-disable */
export default {
displayName: 'fourier-analysis-remote',
preset: '../../jest.preset.js',
Expand Down
2 changes: 1 addition & 1 deletion apps/fourier-analysis-remote/playwright.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { defineConfig, devices } from '@playwright/test';
import { nxE2EPreset } from '@nx/playwright/preset';
// eslint-disable-next-line @typescript-eslint/no-unused-vars
import { workspaceRoot } from '@nx/devkit';

// For CI, you may want to set BASE_URL to the deployed application.
Expand Down
2 changes: 1 addition & 1 deletion apps/shader-examples-remote-cdk/jest.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* eslint-disable */
export default {
displayName: 'shader-examples-remote-cdk',
preset: '../../jest.preset.js',
Expand Down
2 changes: 1 addition & 1 deletion apps/shader-examples-remote/jest.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* eslint-disable */
export default {
displayName: 'shader-examples-remote',
preset: '../../jest.preset.js',
Expand Down
2 changes: 1 addition & 1 deletion libs/features/api/auth/jest.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* eslint-disable */
export default {
displayName: 'features-api-auth',
preset: '../../../../jest.preset.js',
Expand Down
2 changes: 1 addition & 1 deletion libs/features/lazy/bacteria-game/jest.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* eslint-disable */
export default {
displayName: 'feat-lazy-bacteria-game',
preset: '../../../../jest.preset.js',
Expand Down
2 changes: 1 addition & 1 deletion libs/features/lazy/fourier-analysis/jest.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* eslint-disable */
export default {
displayName: 'feature-lazy-fourier-analysis',

Expand Down
2 changes: 1 addition & 1 deletion libs/features/lazy/gravity-rocks/jest.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* eslint-disable */
export default {
displayName: 'feat-lazy-gravity-rocks',
preset: '../../../../jest.preset.js',
Expand Down
2 changes: 1 addition & 1 deletion libs/features/lazy/neural-networks/jest.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* eslint-disable */
export default {
displayName: 'neural-networks',
preset: '../../../../jest.preset.js',
Expand Down
6 changes: 3 additions & 3 deletions libs/features/lazy/neural-networks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"peerDependencies": {
"@angular/common": "^18.0.0",
"@angular/core": "^18.0.0",
"@angular/router": "18.0.2",
"@angular/material": "18.0.2",
"@angular/router": "18.0.3",
"@angular/material": "18.0.3",
"@wolsok/ui-kit": "0.0.1",
"rxjs": "7.8.1",
"@angular/forms": "18.0.2",
"@angular/forms": "18.0.3",
"p5": "1.9.3"
},
"dependencies": {},
Expand Down
2 changes: 1 addition & 1 deletion libs/features/lazy/poisson/jest.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* eslint-disable */
export default {
displayName: 'feat-lazy-poisson',
preset: '../../../../jest.preset.js',
Expand Down
6 changes: 3 additions & 3 deletions libs/features/lazy/poisson/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"peerDependencies": {
"@angular/common": "^18.0.0",
"@angular/core": "^18.0.0",
"@angular/router": "18.0.2",
"@angular/router": "18.0.3",
"@ngneat/until-destroy": "10.0.0",
"@wolsok/utils-math": "0.0.1",
"rxjs": "7.8.1",
"@angular/fire": "18.0.1",
"@angular/material": "18.0.2",
"@angular/material": "18.0.3",
"@wolsok/ui-kit": "0.0.1",
"@wolsok/utils-measure-fps": "0.0.1",
"@angular/forms": "18.0.2"
"@angular/forms": "18.0.3"
},
"dependencies": {},
"sideEffects": false
Expand Down
2 changes: 1 addition & 1 deletion libs/features/lazy/reaction-diffusion/jest.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* eslint-disable */
export default {
displayName: 'feat-lazy-reaction-diffusion',
preset: '../../../../jest.preset.js',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ export class ReactionDiffGpuCalcService implements ReactionDiffCalculator {
this.imageKernel?.(this.grid);
this.nextImage = this.imageKernel?.canvas;
const context = p.canvas.getContext('2d', { willReadFrequently: true });
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
if (this.nextImage) {
context?.drawImage(
this.nextImage,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ export class ReactionDiffWorkerCalcService implements ReactionDiffCalculator {
(x >= offsetWidth && offsetWidth + x < this.width) ||
(y >= offsetHeight && y + offsetHeight < this.height)
) {
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
const cell = ReactionDiffWorkerCalcService.getCell(
x - offsetWidth,
y - offsetHeight,
Expand Down
2 changes: 1 addition & 1 deletion libs/features/lazy/shader-examples/jest.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* eslint-disable */
export default {
displayName: 'feat-lazy-shader-examples',
preset: '../../../../jest.preset.js',
Expand Down
2 changes: 1 addition & 1 deletion libs/features/lazy/some-gpu-calculation/jest.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* eslint-disable */
export default {
displayName: 'feat-lazy-some-gpu-calculation',
preset: '../../../../jest.preset.js',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

// eslint-disable-next-line @typescript-eslint/no-namespace,@typescript-eslint/no-unused-vars
declare namespace Cypress {
// eslint-disable-next-line @typescript-eslint/no-unused-vars
}

// -- This is a parent command --
Expand Down
2 changes: 1 addition & 1 deletion libs/features/lazy/tensorflow-examples/jest.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* eslint-disable */
export default {
displayName: 'feat-lazy-tf-examples',
preset: '../../../../jest.preset.js',
Expand Down
2 changes: 1 addition & 1 deletion libs/features/lazy/wasm-test/jest.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* eslint-disable */
export default {
displayName: 'feat-lazy-wasm-test',

Expand Down
2 changes: 1 addition & 1 deletion libs/fib-wasm-api/jest.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* eslint-disable */
export default {
displayName: 'fib-wasm-api',

Expand Down
2 changes: 1 addition & 1 deletion libs/shared/data-access/jest.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* eslint-disable */
export default {
displayName: 'shared-data-access',
preset: '../../../jest.preset.js',
Expand Down
2 changes: 1 addition & 1 deletion libs/shared/ws-gl/jest.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* eslint-disable */
export default {
displayName: 'ws-gl',
preset: '../../../jest.preset.js',
Expand Down
2 changes: 1 addition & 1 deletion libs/test-helper/jest.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* eslint-disable */
export default {
displayName: 'test-helper',
preset: '../../jest.preset.js',
Expand Down
2 changes: 1 addition & 1 deletion libs/ui-kit/jest.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* eslint-disable */

import { JestConfigWithTsJest } from 'ts-jest';

Expand Down
2 changes: 1 addition & 1 deletion libs/utils/decorators/jest.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* eslint-disable */
export default {
displayName: 'libs/utils-decorators',

Expand Down
2 changes: 1 addition & 1 deletion libs/utils/gpu-calc/jest.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* eslint-disable */
export default {
displayName: 'utils-gpu-calc',
preset: '../../../jest.preset.js',
Expand Down
2 changes: 1 addition & 1 deletion libs/utils/math/jest.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* eslint-disable */
export default {
displayName: 'math',
preset: '../../../jest.preset.js',
Expand Down
2 changes: 1 addition & 1 deletion libs/utils/measure-fps/jest.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* eslint-disable */
export default {
displayName: 'utils-measure-fps',
preset: '../../../jest.preset.js',
Expand Down
2 changes: 1 addition & 1 deletion libs/utils/operators/jest.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* eslint-disable */
export default {
displayName: 'utils-operators',

Expand Down
Loading

0 comments on commit 259f7a7

Please sign in to comment.