소스 검색

Bump neostandard and blocked eslint (#9178)

https://github.com/neostandard/neostandard/issues/350
https://github.com/neostandard/neostandard/releases/tag/v0.14.0-next

Replaces https://github.com/FreshRSS/FreshRSS/pull/8751
Alexandre Alapetite 1 일 전
부모
커밋
324c1e3978
3개의 변경된 파일252개의 추가작업 그리고 373개의 파일을 삭제
  1. 1 1
      p/scripts/main.js
  2. 248 369
      package-lock.json
  3. 3 3
      package.json

+ 1 - 1
p/scripts/main.js

@@ -2471,7 +2471,7 @@ function init_navigation_handler() {
 	if (!('navigation' in window)) {
 		return;
 	}
-	navigation.addEventListener('navigate', (e) => {
+	window.navigation.addEventListener('navigate', (e) => {
 		if (!(e.canIntercept && e.hashChange && e.navigationType === 'traverse')) {
 			return;
 		}

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 248 - 369
package-lock.json


+ 3 - 3
package.json

@@ -34,11 +34,11 @@
 		"fix": "npm run eslint_fix && npm run stylelint_fix && npm run rtlcss && npm run markdownlint_fix"
 	},
 	"devDependencies": {
-		"eslint": "^9.39.4",
+		"eslint": "^10.8.0",
 		"@eslint/js": "^9.39.4",
-		"globals": "^17.4.0",
+		"globals": "^10.0.1",
 		"markdownlint-cli2": "^0.23.2",
-		"neostandard": "^0.13.0",
+		"neostandard": "^0.14.0-next",
 		"rtlcss": "^4.3.0",
 		"stylelint": "^17.14.1",
 		"stylelint-config-recommended": "^18.0.0",

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.