우편 번호를 8.3.11에서 8.4.4로 늘리다
묘사
8.3.11에서 8.4.4까지의 충돌postcss.릴리즈 노트
출처postcss's releases.
8.4.4
- Fixed absolute path in source map on zero plugins mode.
8.4.3
- Fixed
this.css.replace is not a function
error.8.4.2
- Fixed previous source map support in zero plugins mode.
8.4.1
- Fixed
Stringifier
types (by@43081j
).8.4 "카미오 대통령"
PostCSS 8.4 brought ranges for warnings and errors, smaller
node_modules
size, lazy parsing to avoidPostCSS does nothing
warning, and TypeScript fixes.스폰서 감사합니다.
This release was possible thanks to our community.
If your company wants to support the sustainability of front-end infrastructure or wants to give some love to PostCSS, you can join our supporters by:
- Tidelift with a Spotify-like subscription model supporting all projects from your lock file.
- Direct donations in PostCSS & Autoprefixer Open Collective.
잘못과 경고에 대한 분노
@adalinesimonian
, the author of amazing Stylelint extension for VS Code, added ranges to errors and warnings.result.warn(msg, { index }) // One character warning at index result.warn(msg, { endIndex }) // Starts at node start, ends at endIndex result.warn(msg, { index, endIndex }) // Starts at index, ends at endIndex result.warn(msg, { start }) // Starts at start, ends at node end result.warn(msg, { end }) // Starts at node start, ends at end result.warn(msg, { start, end }) // Starts at start, ends at end result.warn(msg, { word }) // Starts at word location, ends at word index + length
It will improve DX in the IDE extension.
... (자르기)
변경 로그
출처postcss's changelog.
8.4.4
- Fixed absolute path in source map on zero plugins mode.
8.4.3
- Fixed
this.css.replace is not a function
error.8.4.2
- Fixed previous source map support in zero plugins mode.
8.4.1
- Fixed
Stringifier
types (by James Garbutt).8.4 "카미오 대통령"
- Added ranges for errors and warnings (by Adaline Valentina Simonian).
- Added
Stringifier
types (by James Garbutt).- Added
Processor
types.- Removed
PostCSS does nothing
warning by lazy parser (Bogdan Dolin).- Fixed
Node#walkRules()
types (by Aleks Hudochenkov).- Fixed types
Root
andDocument
in result values (by James Garbutt).- Reduced npm install size by 0.5 MB.
- Moved tests from Jest to
uvu
(by Andrey Kim).- Fixed docs (by Paul Shryock).
언약
2dd468e
8.4.4 에디션ea8b798
플러그인1f2cde7
8.4.3c8e5bc5
8.4.2 에디션 a34b6ca
VScode 구성 삭제07bb8d7
Windows CI 복구af4d9af
c8 컨트롤 주석이 불안정a31b189
복구 NoWorkResult 및 prev mapb7c556c
정렬 가져오기90c9729
compare view
이 PR과의 충돌은 사용자가 직접 변경하지 않는 한 해결될 수 있습니다.주석
@dependabot rebase
을 사용하여 수동으로 재기준을 트리거할 수도 있습니다.신뢰성 명령 및 옵션
이 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로 업그레이드하지 않는 한)
토론 #1
#20으로 대체됩니다.Reference
이 문제에 관하여(우편 번호를 8.3.11에서 8.4.4로 늘리다), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://github.com/sbusso/blog.sbusso.dev/issues/16텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)