Skip to content

Commit

Permalink
chore: Mettre à jour les dépendances.
Browse files Browse the repository at this point in the history
  • Loading branch information
regseb committed Jan 29, 2024
1 parent f74e84d commit 7ebd904
Show file tree
Hide file tree
Showing 23 changed files with 1,469 additions and 1,077 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ Steps to reproduce the behavior:

### Environment

- Cast Kodi version<!-- e.g. 7.5.0 -->:
- Browser version<!-- e.g. Chrome 120.0.6099.71, Firefox 120.0 -->:
- Cast Kodi version<!-- e.g. 7.5.1 -->:
- Browser version<!-- e.g. Chrome 121.0.6167.85, Firefox 122.0 -->:
- Kodi version<!-- e.g. 20.2 -->:
- Kodi add-on version (if appropriate)<!-- e.g. YouTube 7.0.2.2 -->:

Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ assignees: ""

### Environment

- Cast Kodi version<!-- e.g. 7.5.0 -->:
- Browser version<!-- e.g. Chrome 120.0.6099.71, Firefox 120.0 -->:
- Cast Kodi version<!-- e.g. 7.5.1 -->:
- Browser version<!-- e.g. Chrome 121.0.6167.85, Firefox 122.0 -->:
- Kodi version<!-- e.g. 20.2 -->:
- Kodi add-on version (if appropriate)<!-- e.g. YouTube 7.0.2.2 -->:

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ jobs:
persist-credentials: false

- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
languages: javascript

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3
1 change: 1 addition & 0 deletions .metalint/eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -704,6 +704,7 @@ export default {
{ checkGlobalVariables: true },
],
"unicorn/no-unnecessary-await": "error",
"unicorn/no-unnecessary-polyfills": "error",
"unicorn/no-unreadable-array-destructuring": "error",
"unicorn/no-unreadable-iife": "error",
"unicorn/no-unused-properties": "error",
Expand Down
2 changes: 2 additions & 0 deletions .metalint/markdownlint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,6 @@ export default {
"link-image-reference-definitions": true,
// eslint-disable-next-line camelcase
"link-image-style": { shortcut: false, url_inline: false },
"table-pipe-style": { style: "leading_and_trailing" },
"table-column-count": true,
};
1 change: 1 addition & 0 deletions .metalint/stylelint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ export default {
"hue-degree-notation": "angle",
"import-notation": "string",
"keyframe-selector-notation": "keyword",
"lightness-notation": "percentage",
"media-feature-range-notation": "context",
"selector-not-notation": "complex",
"selector-pseudo-element-colon-notation": "double",
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2017-2023 Sébastien Règne
Copyright (c) 2017-2024 Sébastien Règne

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ dans la page _Paramètres_ / _Infos sur le système_ / _Résumé_.
## Contribuer

[Node.js et
npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm/) sont
npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) sont
nécessaires pour contribuer au projet. Après avoir [forké et
cloné](https://docs.github.com/get-started/quickstart/fork-a-repo) Cast Kodi,
exécutez `npm ci` pour télécharger les dépendances. Voici d'autres
cloné](https://docs.github.com/pull-requests/collaborating-with-pull-requests/working-with-forks/fork-a-repo)
Cast Kodi, exécutez `npm ci` pour télécharger les dépendances. Voici d'autres
commandes utiles :

- `npm run lint` : faire une analyse statique des fichiers ;
Expand Down
85 changes: 0 additions & 85 deletions asset/banner_920x680.svg

This file was deleted.

Loading

0 comments on commit 7ebd904

Please sign in to comment.