Skip to content

Commit

Permalink
build: update packages to fix github dependabot warnings
Browse files Browse the repository at this point in the history
ESLint will be updated in a later version.
  • Loading branch information
BePo65 committed May 1, 2024
1 parent ddfcba7 commit 1287034
Show file tree
Hide file tree
Showing 6 changed files with 565 additions and 534 deletions.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ updates:
schedule:
interval: monthly
open-pull-requests-limit: 10
ignore:
- dependency-name: "eslint"
versions: ["9.x"]
1 change: 1 addition & 0 deletions .unimportedrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"projects/mat-datatable-lib/src/lib/mocking-data/mock-data.simple.ts"
],
"ignoreUnused": [
"@angular/compiler",
"material-icons",
"roboto-fontface",
"tslib"
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1096,3 +1096,6 @@ Distributed under the MIT License. See `LICENSE` for more information.
This project uses the fonts '[Roboto](https://fonts.google.com/specimen/Roboto/about)' and '[Material Icons](https://github.com/google/material-design-icons)' from the [Google Fonts Library](https://fonts.google.com/) that are licensed under the [Apache License Version 2.0](https://www.apache.org/licenses/LICENSE-2.0.txt).

<p align="right">(<a href="#top">back to top</a>)</p>

## Hints
As `eslint` V9 requires a fundamental change to the configuration files, the update will be done in a later version.
Loading

0 comments on commit 1287034

Please sign in to comment.