Skip to content

Commit

Permalink
build: update packages to angular v17.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
BePo65 committed May 27, 2024
1 parent 6c55941 commit 1e19fcf
Show file tree
Hide file tree
Showing 5 changed files with 552 additions and 1,212 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@
"*.json"
],
"extends": [
"plugin:json/recommended"
"plugin:json/recommended-legacy"
],
"rules": {
"json/*": [
Expand Down
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,11 @@ updates:
ignore:
- dependency-name: "eslint"
versions: ["9.x"]
- dependency-name: '@angular/*'
versions: ['18.x']
- dependency-name: '@angular-devkit/build-angular'
versions: ['18.x']
- dependency-name: '@angular-eslint/*'
versions: ['18.x']
- dependency-name: 'ng-packagr'
versions: ['18.x']
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [18.x, 20.x, 21.x]
node-version: [18.x, 20.x, 22.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down
Loading

0 comments on commit 1e19fcf

Please sign in to comment.