Skip to content

Commit cf4e6fd

Browse files
Restore main branch to service released 7.9.2 version (#2193)
1 parent c22c0b5 commit cf4e6fd

File tree

132 files changed

+19260
-7603
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

132 files changed

+19260
-7603
lines changed

.env.example

Lines changed: 0 additions & 2 deletions
This file was deleted.

.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
vendor/
2+
*.icon.js

.eslintrc.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
---
2-
root: true
32
parserOptions:
4-
ecmaVersion: 2022
3+
ecmaVersion: 2018
54
env:
6-
es2022: true
5+
es6: true
76
browser: true
87
jquery: true
9-
webextensions: true
108
extends: eslint:recommended
119
rules:
1210
dot-notation: [error, allowPattern: "^[A-Z]"]
@@ -45,13 +43,9 @@
4543
after: true
4644
no-useless-escape: off
4745
no-prototype-builtins: off
48-
overrides:
49-
- files: "*.mjs"
50-
parserOptions:
51-
sourceType: module
5246
globals:
47+
BigInt: readonly
5348
_: readonly
54-
moment: readonly
5549
XKit: writable
5650
XBridge: writable
5751
centerIt: writable

.github/workflows/ci.yml

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,16 @@ jobs:
1313
name: Test
1414
runs-on: ubuntu-latest
1515
steps:
16-
- name: Checkout
17-
uses: actions/checkout@v4
16+
- name: Checkout
17+
uses: actions/checkout@v2
1818

19-
- name: Setup Node.js environment
20-
uses: actions/setup-node@v4
21-
with:
22-
node-version: lts/*
23-
cache: npm
19+
- name: Setup Node.js environment
20+
uses: actions/setup-node@v2.1.2
21+
with:
22+
node-version: 14
2423

25-
- name: Install dependencies
26-
run: npm ci
24+
- name: Install dependencies
25+
run: npm ci
2726

28-
- name: Run tests
29-
run: npm test
27+
- name: Run tests
28+
run: npm test

.github/workflows/gh-pages-update.yml

Lines changed: 0 additions & 42 deletions
This file was deleted.

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name: Rebuild Distribution (7.9.2)
1+
name: Rebuild Distribution
22

33
on:
44
push:
55
branches:
6-
- '7.9.2'
6+
- 'master'
77
paths:
88
- 'Extensions/*'
99
- 'Themes/*'

.github/workflows/release-after-signing.yml

Lines changed: 0 additions & 71 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 0 additions & 72 deletions
This file was deleted.

.github/workflows/update-release-metadata.yml

Lines changed: 0 additions & 37 deletions
This file was deleted.

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,3 @@ web-ext-artifacts/
1414

1515
*.iml
1616
.idea/
17-
18-
.env

0 commit comments

Comments
 (0)