Update dependencies

update dependencies to the latest versions for Node.js 20

 Signed-off-by: skoved <skoved@redhat.com>
This commit is contained in:
skoved 2025-08-29 15:11:51 -04:00
parent 5ed88d269c
commit 88f5514eb0
No known key found for this signature in database
GPG key ID: 3A90B4E0A425063F
13 changed files with 1557 additions and 711 deletions

View file

@ -17,7 +17,7 @@ env:
jobs: jobs:
push-ghcr: push-ghcr:
name: Build and push image name: Build and push image
runs-on: ubuntu-22.04 runs-on: ubuntu-latest
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:

View file

@ -6,7 +6,7 @@ on:
jobs: jobs:
lint: lint:
name: Run ESLint name: Run ESLint
runs-on: ubuntu-20.04 runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
@ -15,7 +15,7 @@ jobs:
check-dist: check-dist:
name: Check Distribution name: Check Distribution
runs-on: ubuntu-22.04 runs-on: ubuntu-latest
env: env:
BUNDLE_FILE: "dist/index.js" BUNDLE_FILE: "dist/index.js"
BUNDLE_COMMAND: "npm run bundle" BUNDLE_COMMAND: "npm run bundle"
@ -33,7 +33,7 @@ jobs:
check-inputs-outputs: check-inputs-outputs:
name: Check Input and Output enums name: Check Input and Output enums
runs-on: ubuntu-22.04 runs-on: ubuntu-latest
env: env:
IO_FILE: ./src/generated/inputs-outputs.ts IO_FILE: ./src/generated/inputs-outputs.ts
steps: steps:

View file

@ -17,7 +17,7 @@ env:
jobs: jobs:
push-ghcr: push-ghcr:
name: Build and push image name: Build and push image
runs-on: ubuntu-22.04 runs-on: ubuntu-latest
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:

View file

@ -12,7 +12,7 @@ on:
jobs: jobs:
markdown-link-check: markdown-link-check:
name: Check links in markdown name: Check links in markdown
runs-on: ubuntu-22.04 runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: gaurav-nelson/github-action-markdown-link-check@v1 - uses: gaurav-nelson/github-action-markdown-link-check@v1

View file

@ -17,7 +17,7 @@ env:
jobs: jobs:
push-quay: push-quay:
name: Build and push manifest name: Build and push manifest
runs-on: ubuntu-22.04 runs-on: ubuntu-latest
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:

View file

@ -17,7 +17,7 @@ jobs:
build: build:
name: |- name: |-
Build with ${{ matrix.build_with }} and push${{ matrix.fully_qualified_image_name_tag && ' FQIN' || '' }} (latest: ${{ matrix.install_latest }}) Build with ${{ matrix.build_with }} and push${{ matrix.fully_qualified_image_name_tag && ' FQIN' || '' }} (latest: ${{ matrix.install_latest }})
runs-on: ubuntu-22.04 runs-on: ubuntu-latest
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:

View file

@ -17,7 +17,7 @@ env:
jobs: jobs:
push-quay: push-quay:
name: Build and push image name: Build and push image
runs-on: ubuntu-22.04 runs-on: ubuntu-latest
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:

View file

@ -9,7 +9,7 @@ on:
jobs: jobs:
crda-scan: crda-scan:
runs-on: ubuntu-22.04 runs-on: ubuntu-latest
name: Scan project vulnerability with CRDA name: Scan project vulnerability with CRDA
steps: steps:

View file

@ -17,7 +17,7 @@ env:
jobs: jobs:
login-and-push: login-and-push:
name: Login and push image to Quay.io name: Login and push image to Quay.io
runs-on: ubuntu-22.04 runs-on: ubuntu-latest
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:

6
dist/index.js vendored

File diff suppressed because one or more lines are too long

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

2236
package-lock.json generated

File diff suppressed because it is too large Load diff