7.9.0에서 7.12.1로 eslint 증가

35077 단어 stitches

묘사

7.9.0에서 7.12.1로 요동eslint.
릴리즈 노트
출처eslint's releases.

v7。12.1

  • 08f33e8 Upgrade: @eslint/eslintrc to fix rule schema validation (fixes #13793) (#13794) (Brandon Mills)
  • aeef485 Fix: Pass internal config paths in FileEnumerator default (fixes #13789) (#13792) (Brandon Mills)
  • 631ae8b Sponsors: Sync README with website (ESLint Jenkins)

v7。12

  • cbf3585 Update: skip keyword check for fns in space-before-blocks (fixes #13553) (#13712) (Milos Djermanovic)
  • 256f656 Fix: autofix shouldn't produce template literals with \8 or \9 (#13737) (Milos Djermanovic)
  • b165aa5 Fix: yoda rule autofix produces syntax errors with adjacent tokens (#13760) (Milos Djermanovic)
  • 3175316 Fix: prefer-destructuring invalid autofix with comma operator (#13761) (Milos Djermanovic)
  • 1a9f171 Chore: Remove more ESLintRC-related files (refs #13481) (#13762) (Nicholas C. Zakas)
  • bfddced Update: remove suggestion if it didn't provide a fix (fixes #13723) (#13772) (Milos Djermanovic)
  • 5183b14 Update: check template literal in no-script-url (#13775) (YeonJuan)
  • bfe97d2 Sponsors: Sync README with website (ESLint Jenkins)
  • 6c51ade Sponsors: Sync README with website (ESLint Jenkins)
  • 603de04 Update: treat all literals like boolean literal in no-constant-condition (#13245) (Zen)
  • 289aa6f Sponsors: Sync README with website (ESLint Jenkins)
  • 9a1f669 Sponsors: Sync README with website (ESLint Jenkins)
  • 637f818 Docs: add more examples for no-func-assign (fixes #13705) (#13777) (Nitin Kumar)
  • 17cc0dd Chore: add test case for no-func-assign (refs #13705) (#13783) (Nitin Kumar)
  • dee0f77 Docs: add TOC to user-guide/configuring.md (#13727) (metasean)
  • 0510621 Update: Fix && vs || short-circuiting false negatives (fixes #13634) (#13769) (Brandon Mills)
  • 8b6ed69 Sponsors: Sync README with website (ESLint Jenkins)
  • 1457509 Docs: fix broken links in Node.js API docs (#13771) (Laura Barluzzi)
  • 7c813d4 Docs: Fix typo in v7 migration page (#13778) (Yusuke Sasaki)
  • b025795 Docs: Fix the format option name in the document (#13770) (Hideki Igarashi)
  • 84fd591 Chore: Increase Mocha timeout for copying fixtures (#13768) (Brandon Mills)
  • 1faeb84 Docs: clarify that space-unary-ops doesn't apply when space is required (#13767) (Taylor Morgan)
  • 67c0605 Update: check computed keys in no-prototype-builtins (fixes #13088) (#13755) (Milos Djermanovic)
  • b5e011c Sponsors: Sync README with website (ESLint Jenkins)

v7。11

  • 23e966f Chore: Refactor CLIEngine tests (refs #13481) (#13709) (Nicholas C. Zakas)
  • fa9429a Fix: don't count line after EOF in max-lines (#13735) (Milos Djermanovic)
  • d973675 Docs: Update anchor links to use existing linkrefs (refs #13715) (#13741) (Brandon Mills)
  • 2c6d774 Docs: Fix typos (#13730) (Frieder Bluemle)
  • cc468c0 Upgrade: [email protected] (#13732) (Milos Djermanovic)
  • ab0ac6c Docs: Fix anchor links (#13715) (Gary Moore)
  • 27f0de6 Fix: account for linebreaks before postfix ++/-- in no-extra-parens (#13731) (Milos Djermanovic)
  • da78fa1 Update: support async arrow fn in function-paren-newline (fixes #13728) (#13729) (Michal Dziekonski)
  • fe301b8 Docs: Add configuration comments in examples (#13738) (YeonJuan)
  • 504408c Sponsors: Sync README with website (ESLint Jenkins)
  • 3900659 Sponsors: Sync README with website (ESLint Jenkins)
  • c1974b3 Sponsors: Sync README with website (ESLint Jenkins)
  • 6f4abe5 Sponsors: Sync README with website (ESLint Jenkins)

v7。10

  • 6919fbb Docs: Clarify that ignorePattern should be a string (refs #13029) (#13718) (Brandon Mills)
  • 07d9bea Update: Add ignorePattern to no-inline-comments (#13029) (Edie Lemoine)
  • d79bbe9 Docs: fix typo (#13717) (Alexander Liu)

변경 로그
출처eslint's changelog.

v7.12.1 - October 26, 2020

  • 08f33e8 Upgrade: @eslint/eslintrc to fix rule schema validation (fixes #13793) (#13794) (Brandon Mills)
  • aeef485 Fix: Pass internal config paths in FileEnumerator default (fixes #13789) (#13792) (Brandon Mills)
  • 631ae8b Sponsors: Sync README with website (ESLint Jenkins)

v7.12.0 - October 23, 2020

  • cbf3585 Update: skip keyword check for fns in space-before-blocks (fixes #13553) (#13712) (Milos Djermanovic)
  • 256f656 Fix: autofix shouldn't produce template literals with \8 or \9 (#13737) (Milos Djermanovic)
  • b165aa5 Fix: yoda rule autofix produces syntax errors with adjacent tokens (#13760) (Milos Djermanovic)
  • 3175316 Fix: prefer-destructuring invalid autofix with comma operator (#13761) (Milos Djermanovic)
  • 1a9f171 Chore: Remove more ESLintRC-related files (refs #13481) (#13762) (Nicholas C. Zakas)
  • bfddced Update: remove suggestion if it didn't provide a fix (fixes #13723) (#13772) (Milos Djermanovic)
  • 5183b14 Update: check template literal in no-script-url (#13775) (YeonJuan)
  • bfe97d2 Sponsors: Sync README with website (ESLint Jenkins)
  • 6c51ade Sponsors: Sync README with website (ESLint Jenkins)
  • 603de04 Update: treat all literals like boolean literal in no-constant-condition (#13245) (Zen)
  • 289aa6f Sponsors: Sync README with website (ESLint Jenkins)
  • 9a1f669 Sponsors: Sync README with website (ESLint Jenkins)
  • 637f818 Docs: add more examples for no-func-assign (fixes #13705) (#13777) (Nitin Kumar)
  • 17cc0dd Chore: add test case for no-func-assign (refs #13705) (#13783) (Nitin Kumar)
  • dee0f77 Docs: add TOC to user-guide/configuring.md (#13727) (metasean)
  • 0510621 Update: Fix && vs || short-circuiting false negatives (fixes #13634) (#13769) (Brandon Mills)
  • 8b6ed69 Sponsors: Sync README with website (ESLint Jenkins)
  • 1457509 Docs: fix broken links in Node.js API docs (#13771) (Laura Barluzzi)
  • 7c813d4 Docs: Fix typo in v7 migration page (#13778) (Yusuke Sasaki)
  • b025795 Docs: Fix the format option name in the document (#13770) (Hideki Igarashi)
  • 84fd591 Chore: Increase Mocha timeout for copying fixtures (#13768) (Brandon Mills)
  • 1faeb84 Docs: clarify that space-unary-ops doesn't apply when space is required (#13767) (Taylor Morgan)
  • 67c0605 Update: check computed keys in no-prototype-builtins (fixes #13088) (#13755) (Milos Djermanovic)
  • b5e011c Sponsors: Sync README with website (ESLint Jenkins)

v7.11.0 - October 9, 2020

  • 23e966f Chore: Refactor CLIEngine tests (refs #13481) (#13709) (Nicholas C. Zakas)
  • fa9429a Fix: don't count line after EOF in max-lines (#13735) (Milos Djermanovic)
  • d973675 Docs: Update anchor links to use existing linkrefs (refs #13715) (#13741) (Brandon Mills)
  • 2c6d774 Docs: Fix typos (#13730) (Frieder Bluemle)
  • cc468c0 Upgrade: [email protected] (#13732) (Milos Djermanovic)
  • ab0ac6c Docs: Fix anchor links (#13715) (Gary Moore)
  • 27f0de6 Fix: account for linebreaks before postfix ++/-- in no-extra-parens (#13731) (Milos Djermanovic)
  • da78fa1 Update: support async arrow fn in function-paren-newline (fixes #13728) (#13729) (Michal Dziekonski)
  • fe301b8 Docs: Add configuration comments in examples (#13738) (YeonJuan)
  • 504408c Sponsors: Sync README with website (ESLint Jenkins)
  • 3900659 Sponsors: Sync README with website (ESLint Jenkins)
  • c1974b3 Sponsors: Sync README with website (ESLint Jenkins)
  • 6f4abe5 Sponsors: Sync README with website (ESLint Jenkins)

v7.10.0 - September 26, 2020


언약
  • a1a9d14 7.12.1
  • ea2d249 구축: 7.12.1
  • 의 변경 로그 업데이트
  • 08f33e8 업그레이드: @eslint/eslintrc에서 복구 규칙 구조 검증(복원#13793)(#13794))
  • aeef485 복구: FileEnumerator 기본값에서 내부 설정 경로#13789#13를 전달합니다.
  • 스폰서: 자술과 사이트 동기화
  • 631ae8b 7.12.0
  • 3e7cd16 구축: 7.12.0
  • 의 변경 로그 업데이트
  • 9ddf9d7 업데이트: 블록 앞 공백에 있는 FN의 키워드 검사를 건너뛰기(복구 cbf3585 ))#13553.
  • #13 복구: autofix는 256f656 또는 \8( \9 )
  • 가 있는 템플릿 텍스트를 생성해서는 안 된다.
  • #13737복원:yoda rule autofix는 인접 태그 사용( b165aa5 )
  • 로 문법 오류 생성
  • #13760
  • 에서 볼 수 있는 추가 제출
    compare view
    이 PR과의 충돌은 사용자가 직접 변경하지 않는 한 해결될 수 있습니다.주석@dependabot rebase을 사용하여 수동으로 재기준을 트리거할 수도 있습니다.
    Trusted Note는 개발 종속성에 대한 작은 업데이트가 포함되어 있기 때문에 이 PR을 자동으로 병합하지 않습니다.
    신뢰성 명령 및 옵션
    이 PR에 의견을 달면 Cortebot 작업을 트리거할 수 있습니다.
    - "@relateot rebase"는 이 PR의 기초를 재설정합니다.
    - "@relateot recreate"는 이 PR을 다시 만들고 편집한 내용을 덮어씁니다.
    - "@cordenot merge"는 CI 전송 후 이 PR을 병합합니다.
    - "@relateot squash and merge"는 CI 전송 후 이 PR을 누르고 병합합니다.
    - "@Correlot cancel merge"는 이전에 요청한 병합을 취소하고 자동 병합을 차단합니다.
    - 이 PR이 종료되면 @Correlot Recover에서 다시 열립니다.
    - @CorrelotClose가 PR을 닫고 Correlott를 중지하고 다시 생성합니다.수동으로 닫아서 같은 결과를 얻을 수 있습니다
    - "@corderot ignore this main version"은 이 PR을 닫고 Corderot가 이 주요 버전의 콘텐츠를 다시 만드는 것을 중지합니다. (PR을 다시 열거나 업그레이드하지 않는 한)
    - "@corderot ignore this minor version"은 이 PR을 닫고 corderot가 이 minor version에 대해 더 많은 PR을 만드는 것을 중지합니다. (PR을 다시 열거나 PR로 업그레이드하지 않는 한)
    - "@corderot ignore this dependency"는 이 PR을 닫고 이 의존항에 대한 corderot의 내용을 다시 만들지 않습니다(PR을 다시 열거나 PR로 업그레이드하지 않는 한)
    - "@cordeot use this label"현재 태그를 재구매 프로토콜 및 언어의 미래 PRs 기본 태그로 설정
    - "@cordenot use this reviewers"현재 검토자를 해당 재구매 계약 및 언어의 미래 PRs에 대한 기본 검토자로 설정
    - "@corderiot use this assignees"는 현재 소유자를 재구매 프로토콜과 언어의 미래 PRs에 대한 기본값으로 설정합니다.
    - "@cordeot use this milestone"은 현재 이정표를 재구매 계약 및 언어의 미래 PRs에 대한 기본 이정표로 설정
    - "@Relateot badge me"는 자술한 파일에 "Relateot enabled"배지를 추가할 수 있도록 코드로 이 홍보에 대해 설명합니다.
    또한 Correlot[대시보드]에서 다음을 설정할 수도 있습니다(https://app.dependabot.com):
    - 업데이트 빈도(하루 중 시간과 일주일 중 날짜 포함)
    - 끌어오기 요청 제한(업데이트가 실행될 때마다/또는 언제든지 열려 있음)
    - 자동 병합 옵션(기본/패치/보조 및 개발/런타임 종속성)
    - 범위 밖의 업데이트(필요한 경우 잠금 파일 업데이트만 수신)
    - 보안 업데이트(필요한 경우 보안 업데이트만 수신)

    토론 #1

    가 #121로 대체되었습니다.

    좋은 웹페이지 즐겨찾기