Lower level utilities for compiling Vue single file components
by vuejsTypeScript
Last 12 weeks · 0 commits
1 of 6 standards met
Repository: vuejs/component-compiler-utils. Description: Lower level utilities for compiling Vue single file components Stars: 324, Forks: 75. Primary language: TypeScript. Languages: TypeScript (99.6%), JavaScript (0.4%). Latest release: v3.3.0 (4y ago). Open PRs: 22, open issues: 24. Last activity: 1y ago. Community health: 25%. Top contributors: yyx990803, haoqunjiang, znck, boxizen, brianhelba, pikax, Akryum, NE-SmallTown, JounQin, mliew21396 and others.
Hello, i have alert from scanning about dependencie postcss. component-compiler-utils use "postcss": "^7.0.36", but "id":"CVE-2023-44270","package":"postcss","version":"7.0.39","fix_version":"8.4.31","severity":"Medium" Please update to postcss@8.4.31
This pull request includes several changes to improve code readability and update dependencies. The most important changes include adding braces to single-line statements, refactoring PostCSS plugin definitions, and updating the dependency version. Code readability improvements: Added braces to single-line statements in , , , , and to improve readability. [[1]](diffhunk://#diff-569fc66141bdb80d3e8f48fedbb0904c45f9a9041c97c056eefb4815f28d067bL90-R99) [[2]](diffhunk://#diff-0fbe4ce921b24fd21faac8f98d735ded6fd568285054a796cf579859821891acL59-R61) [[3]](diffhunk://#diff-cbc2d46c80354bb9ddd573785707c8be87ce86597057c4d9f6e9107369062206L84-R86) [[4]](diffhunk://#diff-cbc2d46c80354bb9ddd573785707c8be87ce86597057c4d9f6e9107369062206L109-R113) [[5]](diffhunk://#diff-8d25cf504bbb9344e71c4073887e9c0745835b29cce6561db9ed3aa576ba1899L68-R68) [[6]](diffhunk://#diff-55c389a4f2a0882f7667791d4d795710b1a3e911111ce7d5bdedda13b3adae86L30-R30) PostCSS plugin refactoring: Refactored PostCSS plugin definitions in and to use the new plugin API format. [[1]](diffhunk://#diff-757f6a8aaff2192d507a39302eb0e5214b82014b41d6d9bde125ec747423c9b1L2-R8) [[2]](diffhunk://#diff-757f6a8aaff2192d507a39302eb0e5214b82014b41d6d9bde125ec747423c9b1L101-R107) [[3]](diffhunk://#diff-858386cce1f169eb8089c0b50c86ab0ccddf1d8f37aa567d962bb8b1397baa62L2-R21) Dependency updates: Updated dependency to version 8.4.49 in and moved it to . [[1]](diffhunk://#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519R49) [[2]](diffhunk://#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519L63-R72)
npm build reports consolidate@0.15.1 is deprecated and to use v1.0.0+