darkreader 4.9.75 → 4.9.78

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/darkreader.js +706 -523
  2. package/package.json +23 -23
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "darkreader",
3
- "version": "4.9.75",
3
+ "version": "4.9.78",
4
4
  "description": "Dark mode for every website",
5
5
  "scripts": {
6
6
  "api": "node --max-old-space-size=3072 tasks/cli.js build --api",
7
7
  "build": "node --max-old-space-size=3072 tasks/cli.js build --release",
8
8
  "build:all": "node --max-old-space-size=3072 tasks/cli.js build --debug --release --api",
9
- "code-style": "eslint --ignore-pattern '!.eslintplugin.js' --cache --fix -- 'src/**/*.ts' 'src/**/*.tsx' 'tasks/**/*.js' 'tests/[!coverage]**/*.js' 'tests/**/*.ts' '.eslintrc.js' 'index.d.ts' '.eslintplugin.js'",
9
+ "code-style": "npm run lint",
10
10
  "debug": "node --max-old-space-size=3072 tasks/cli.js build --debug",
11
11
  "debug:watch": "node --max-old-space-size=3072 tasks/cli.js build --debug --watch --chrome --firefox",
12
12
  "dependencies:upgrade": "node tasks/dependencies.js",
13
- "lint": "eslint --ignore-pattern '!.eslintplugin.js' -- 'src/**/*.ts' 'src/**/*.tsx' 'tasks/**/*.js' 'tests/**/*.ts' 'tests/[!coverage]**/*.js' 'index.d.ts' '.eslintplugin.js'",
13
+ "lint": "eslint --ignore-pattern '!.eslint-plugin-local.js' -- 'src/**/*.ts' 'src/**/*.tsx' 'tasks/**/*.js' 'tests/[!coverage]**/*.js' 'tests/**/*.ts' '.eslintrc.js' 'index.d.ts'",
14
14
  "lint:bundle": "(node ./tasks/check-exists.js ./build/debug/chrome || node tasks/build.js --debug --api --chrome) && eslint -- 'build/debug/chrome/**/*.js' 'darkreader.js'",
15
15
  "prepublishOnly": "npm test && npm run api",
16
16
  "release": "npm test && npm run lint && node tasks/cli.js build --release",
@@ -59,30 +59,30 @@
59
59
  "devDependencies": {
60
60
  "@rollup/plugin-node-resolve": "15.2.3",
61
61
  "@rollup/plugin-replace": "5.0.5",
62
- "@rollup/plugin-typescript": "11.1.5",
62
+ "@rollup/plugin-typescript": "11.1.6",
63
63
  "@rollup/pluginutils": "5.1.0",
64
- "@types/chrome": "0.0.256",
65
- "@types/eslint": "8.56.1",
64
+ "@types/chrome": "0.0.261",
65
+ "@types/eslint": "8.56.3",
66
66
  "@types/jasmine": "5.1.4",
67
- "@types/jest": "29.5.11",
67
+ "@types/jest": "29.5.12",
68
68
  "@types/karma": "6.3.8",
69
69
  "@types/karma-coverage": "2.0.3",
70
- "@types/node": "20.10.6",
70
+ "@types/node": "20.11.20",
71
71
  "@types/offscreencanvas": "2019.7.3",
72
72
  "@types/ws": "8.5.10",
73
- "@typescript-eslint/eslint-plugin": "6.17.0",
74
- "@typescript-eslint/parser": "6.17.0",
75
- "chokidar": "3.5.3",
76
- "eslint": "8.56.0",
73
+ "@typescript-eslint/eslint-plugin": "7.0.2",
74
+ "@typescript-eslint/parser": "7.0.2",
75
+ "chokidar": "3.6.0",
76
+ "eslint": "8.57.0",
77
77
  "eslint-plugin-compat": "4.2.0",
78
78
  "eslint-plugin-import": "2.29.1",
79
- "eslint-plugin-local": "1.0.0",
80
- "get-stream": "7.0.1",
81
- "globby": "14.0.0",
82
- "jasmine-core": "5.1.1",
79
+ "eslint-plugin-local": "4.2.1",
80
+ "get-stream": "8.0.1",
81
+ "globby": "14.0.1",
82
+ "jasmine-core": "5.1.2",
83
83
  "jest": "29.7.0",
84
84
  "jest-extended": "4.0.2",
85
- "karma": "6.4.2",
85
+ "karma": "6.4.3",
86
86
  "karma-chrome-launcher": "3.2.0",
87
87
  "karma-coverage": "2.2.1",
88
88
  "karma-firefox-launcher": "2.1.2",
@@ -91,15 +91,15 @@
91
91
  "karma-safari-launcher": "1.0.0",
92
92
  "karma-spec-reporter": "0.0.36",
93
93
  "less": "4.2.0",
94
- "malevic": "0.19.1",
95
- "prettier": "3.1.1",
96
- "puppeteer-core": "21.7.0",
97
- "rollup": "4.9.4",
94
+ "malevic": "0.20.1",
95
+ "prettier": "3.2.5",
96
+ "puppeteer-core": "22.2.0",
97
+ "rollup": "4.12.0",
98
98
  "rollup-plugin-istanbul": "5.0.0",
99
- "ts-jest": "29.1.1",
99
+ "ts-jest": "29.1.2",
100
100
  "tslib": "2.6.2",
101
101
  "typescript": "5.3.3",
102
- "web-ext": "7.9.0",
102
+ "web-ext": "7.11.0",
103
103
  "ws": "8.16.0",
104
104
  "yazl": "2.5.1"
105
105
  }