Skip to content

Commit 1287034

Browse files
committed
build: update packages to fix github dependabot warnings
ESLint will be updated in a later version.
1 parent ddfcba7 commit 1287034

File tree

6 files changed

+565
-534
lines changed

6 files changed

+565
-534
lines changed

.github/dependabot.yml

+3
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@ updates:
55
schedule:
66
interval: monthly
77
open-pull-requests-limit: 10
8+
ignore:
9+
- dependency-name: "eslint"
10+
versions: ["9.x"]

.unimportedrc.json

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"projects/mat-datatable-lib/src/lib/mocking-data/mock-data.simple.ts"
3636
],
3737
"ignoreUnused": [
38+
"@angular/compiler",
3839
"material-icons",
3940
"roboto-fontface",
4041
"tslib"

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -1096,3 +1096,6 @@ Distributed under the MIT License. See `LICENSE` for more information.
10961096
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).
10971097

10981098
<p align="right">(<a href="#top">back to top</a>)</p>
1099+
1100+
## Hints
1101+
As `eslint` V9 requires a fundamental change to the configuration files, the update will be done in a later version.

0 commit comments

Comments
 (0)