@atlaspack/transformer-postcss
Advanced tools
Comparing version 2.12.1-canary.3366 to 2.12.1-canary.3367
@@ -75,6 +75,6 @@ "use strict"; | ||
if (!isPackageJson && redundantPlugins.length === pluginArray.length) { | ||
message = (0, _diagnostic().md)`Atlaspack includes CSS transpilation and vendor prefixing by default. PostCSS config __${filename}__ contains only redundant plugins. Deleting it may significantly improve build performance.`; | ||
message = (0, _diagnostic().md)`Parcel includes CSS transpilation and vendor prefixing by default. PostCSS config __${filename}__ contains only redundant plugins. Deleting it may significantly improve build performance.`; | ||
hints.push((0, _diagnostic().md)`Delete __${filename}__`); | ||
} else { | ||
message = (0, _diagnostic().md)`Atlaspack includes CSS transpilation and vendor prefixing by default. PostCSS config __${filename}__ contains the following redundant plugins: ${[...redundantPlugins].map(p => _diagnostic().md.underline(p))}. Removing these may improve build performance.`; | ||
message = (0, _diagnostic().md)`Parcel includes CSS transpilation and vendor prefixing by default. PostCSS config __${filename}__ contains the following redundant plugins: ${[...redundantPlugins].map(p => _diagnostic().md.underline(p))}. Removing these may improve build performance.`; | ||
hints.push((0, _diagnostic().md)`Remove the above plugins from __${filename}__`); | ||
@@ -152,3 +152,3 @@ } | ||
logger.warn({ | ||
message: 'WARNING: Using a JavaScript PostCSS config file means losing out on caching features of Atlaspack. Use a .postcssrc(.json) file whenever possible.' | ||
message: 'WARNING: Using a JavaScript PostCSS config file means losing out on caching features of Parcel. Use a .postcssrc(.json) file whenever possible.' | ||
}); | ||
@@ -155,0 +155,0 @@ } |
{ | ||
"name": "@atlaspack/transformer-postcss", | ||
"version": "2.12.1-canary.3366+4100cb64c", | ||
"version": "2.12.1-canary.3367+815758ba7", | ||
"license": "MIT", | ||
@@ -16,9 +16,9 @@ "publishConfig": { | ||
"node": ">= 16.0.0", | ||
"atlaspack": "2.12.1-canary.3366+4100cb64c" | ||
"parcel": "2.12.1-canary.3367+815758ba7" | ||
}, | ||
"dependencies": { | ||
"@atlaspack/diagnostic": "2.12.1-canary.3366+4100cb64c", | ||
"@atlaspack/plugin": "2.12.1-canary.3366+4100cb64c", | ||
"@atlaspack/rust": "2.12.1-canary.3366+4100cb64c", | ||
"@atlaspack/utils": "2.12.1-canary.3366+4100cb64c", | ||
"@atlaspack/diagnostic": "2.12.1-canary.3367+815758ba7", | ||
"@atlaspack/plugin": "2.12.1-canary.3367+815758ba7", | ||
"@atlaspack/rust": "2.12.1-canary.3367+815758ba7", | ||
"@atlaspack/utils": "2.12.1-canary.3367+815758ba7", | ||
"clone": "^2.1.1", | ||
@@ -33,3 +33,3 @@ "nullthrows": "^1.1.1", | ||
}, | ||
"gitHead": "4100cb64ca5e666092cee90af18f4124c15292fa" | ||
"gitHead": "815758ba750fdf03c404e4ab67e0930acc51404a" | ||
} |
@@ -85,6 +85,6 @@ // @flow | ||
if (!isPackageJson && redundantPlugins.length === pluginArray.length) { | ||
message = md`Atlaspack includes CSS transpilation and vendor prefixing by default. PostCSS config __${filename}__ contains only redundant plugins. Deleting it may significantly improve build performance.`; | ||
message = md`Parcel includes CSS transpilation and vendor prefixing by default. PostCSS config __${filename}__ contains only redundant plugins. Deleting it may significantly improve build performance.`; | ||
hints.push(md`Delete __${filename}__`); | ||
} else { | ||
message = md`Atlaspack includes CSS transpilation and vendor prefixing by default. PostCSS config __${filename}__ contains the following redundant plugins: ${[ | ||
message = md`Parcel includes CSS transpilation and vendor prefixing by default. PostCSS config __${filename}__ contains the following redundant plugins: ${[ | ||
...redundantPlugins, | ||
@@ -192,3 +192,3 @@ ].map(p => | ||
message: | ||
'WARNING: Using a JavaScript PostCSS config file means losing out on caching features of Atlaspack. Use a .postcssrc(.json) file whenever possible.', | ||
'WARNING: Using a JavaScript PostCSS config file means losing out on caching features of Parcel. Use a .postcssrc(.json) file whenever possible.', | ||
}); | ||
@@ -195,0 +195,0 @@ } |
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
47686