@jocmp/mercury-parser 3.0.3 → 3.0.4

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jocmp/mercury-parser",
3
- "version": "3.0.3",
3
+ "version": "3.0.4",
4
4
  "description": "Mercury Parser transforms web pages into clean text. Publishers and programmers use it to make the web make sense, and readers use it to read any web article comfortably.",
5
5
  "author": "jocmp <hello@jocmp.com>",
6
6
  "homepage": "https://github.com/jocmp/mercury-parser",
@@ -67,20 +67,22 @@
67
67
  "@rollup/plugin-terser": "^0.4.4",
68
68
  "@vitest/browser": "^4.0.17",
69
69
  "@vitest/browser-playwright": "^4.0.17",
70
+ "@babel/eslint-parser": "^7.28.6",
71
+ "@babel/eslint-plugin": "^7.27.1",
72
+ "@eslint/eslintrc": "^3.3.4",
70
73
  "babel-core": "^7.0.0-bridge.0",
71
- "babel-eslint": "^10.0.1",
72
74
  "babel-jest": "^30.2.0",
73
75
  "babel-plugin-module-alias": "^1.6.0",
74
76
  "babel-plugin-module-resolver": "^5.0.2",
75
77
  "babelrc-rollup": "^3.0.0",
76
- "eslint": "^5.12.0",
77
- "eslint-config-airbnb": "^17.1.0",
78
- "eslint-config-prettier": "^6.1.0",
78
+ "eslint": "^9.39.2",
79
+ "eslint-config-airbnb": "^19.0.4",
80
+ "eslint-config-prettier": "^10.1.8",
79
81
  "eslint-import-resolver-babel-module": "^5.3.2",
80
- "eslint-plugin-babel": "^5.3.0",
81
- "eslint-plugin-import": "^2.14.0",
82
- "eslint-plugin-jsx-a11y": "^6.1.2",
83
- "eslint-plugin-react": "^7.12.3",
82
+ "eslint-plugin-import": "^2.32.0",
83
+ "eslint-plugin-jsx-a11y": "^6.10.2",
84
+ "eslint-plugin-react": "^7.37.5",
85
+ "eslint-plugin-react-hooks": "^7.0.1",
84
86
  "express": "^4.16.4",
85
87
  "husky": "^9.1.7",
86
88
  "inquirer": "^13.2.1",
@@ -89,7 +91,7 @@
89
91
  "nock": "^14.0.10",
90
92
  "ora": "^4.0.0",
91
93
  "playwright": "^1.57.0",
92
- "prettier": "^1.15.3",
94
+ "prettier": "^3.8.1",
93
95
  "remark-cli": "^12.0.1",
94
96
  "remark-lint": "^10.0.1",
95
97
  "remark-preset-lint-recommended": "^7.0.0",
@@ -106,7 +108,7 @@
106
108
  "dayjs": "^1.11.19",
107
109
  "difflib": "github:postlight/difflib.js",
108
110
  "ellipsize": "0.1.0",
109
- "iconv-lite": "0.6.3",
111
+ "iconv-lite": "0.7.2",
110
112
  "postman-request": "^2.88.1-postman.31",
111
113
  "string-direction": "^0.1.2",
112
114
  "turndown": "^7.1.1",
@@ -121,6 +123,12 @@
121
123
  "postman-request": "browser-request",
122
124
  "iconv-lite": "./src/shims/iconv-lite"
123
125
  },
126
+ "overrides": {
127
+ "eslint-config-airbnb": {
128
+ "eslint": "$eslint",
129
+ "eslint-plugin-react-hooks": "$eslint-plugin-react-hooks"
130
+ }
131
+ },
124
132
  "husky": {
125
133
  "hooks": {
126
134
  "pre-commit": "lint-staged"