From c9ffa6ad360292934d583c0d0a79966508ffc84c Mon Sep 17 00:00:00 2001 From: Mahdi Lazraq <94069699+mlz11@users.noreply.github.com> Date: Sat, 17 Aug 2024 10:51:10 +0200 Subject: [PATCH 1/2] chore: bump @angular-eslint/eslint-plugin v17.3.0 -> v18.3.0 (#488) --- .github/workflows/ci.yml | 2 +- package.json | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5820814..28aac0d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: install - run: npm install --force + run: npm install - name: build run: npm run build -- --skip-nx-cache - name: test diff --git a/package.json b/package.json index 235d0ec..a934fb2 100644 --- a/package.json +++ b/package.json @@ -47,11 +47,11 @@ "@angular-devkit/build-angular": "18.0.1", "@angular-devkit/core": "18.0.1", "@angular-devkit/schematics": "18.0.1", - "@angular-eslint/builder": "17.3.0", - "@angular-eslint/eslint-plugin": "17.3.0", - "@angular-eslint/eslint-plugin-template": "17.3.0", - "@angular-eslint/schematics": "17.5.1", - "@angular-eslint/template-parser": "17.3.0", + "@angular-eslint/builder": "18.3.0", + "@angular-eslint/eslint-plugin": "18.3.0", + "@angular-eslint/eslint-plugin-template": "18.3.0", + "@angular-eslint/schematics": "18.3.0", + "@angular-eslint/template-parser": "18.3.0", "@angular/cli": "~18.0.0", "@angular/compiler-cli": "18.0.0", "@angular/forms": "18.0.0", From eb4fc7445b58af9b4fb6e0f0f5b886d4c0504065 Mon Sep 17 00:00:00 2001 From: Tim Deschryver <28659384+timdeschryver@users.noreply.github.com> Date: Fri, 23 Aug 2024 18:47:53 +0200 Subject: [PATCH 2/2] fix: update description in JSDocs (#489) --- projects/testing-library/src/lib/models.ts | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/projects/testing-library/src/lib/models.ts b/projects/testing-library/src/lib/models.ts index 62413fb..a52371d 100644 --- a/projects/testing-library/src/lib/models.ts +++ b/projects/testing-library/src/lib/models.ts @@ -254,10 +254,11 @@ export interface RenderComponentOptions; @@ -292,7 +293,7 @@ export interface RenderComponentOptions { ... } * await render(AppComponent, { * on: { - * send: (_v:any) => void + * send: (value) => sendValue(value) * } * }) */