Skip to content

Commit d2ec7fd

Browse files
chore(deps): update dependency web-ext to v9.2.0 (#324)
* chore(deps): update dependency web-ext to v9.2.0 * Add lint:ext * Fix min version --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Mathieu Leplatre <[email protected]>
1 parent 8c4fa35 commit d2ec7fd

File tree

4 files changed

+263
-661
lines changed

4 files changed

+263
-661
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: npm run lint
3333

3434
- name: Ext Lint
35-
run: npx web-ext lint --ignore-files="**/*.min.js" --warnings-as-errors --privileged --self-hosted --source-dir=extension/
35+
run: npm run lint:ext
3636

3737
test:
3838
runs-on: ubuntu-latest

extension/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"browser_specific_settings": {
1313
"gecko": {
1414
15-
"strict_min_version": "112.0",
15+
"strict_min_version": "142.0",
1616
"update_url": "https://raw.githubusercontent.com/mozilla-extensions/remote-settings-devtools/master/update.json",
1717
"data_collection_permissions": {
1818
"required": ["none"]

0 commit comments

Comments
 (0)