chore(deps): update dependency postcss-modules to v8#8756
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Contributor
|
Size Change: +3 B (0%) Total Size: 520 kB 📦 View Changed
ℹ️ View Unchanged
|
Coverage Report for CI Build 28677646138Coverage remained the same at 85.493%Details
Uncovered ChangesNo uncovered changes found. Coverage RegressionsNo coverage regressions found. Coverage Stats💛 - Coveralls |
e4cbd7f to
0a3c7a3
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
6.0.1→8.3.1Release Notes
css-modules/postcss-modules (postcss-modules)
v8.3.1Compare Source
Fixed
hashPrefixis now applied when no customgenerateScopedNameis set. Previously the option was only honoured bygeneric-names, so the built-in default generator silently ignored it. #160:global { ... }unwrapping (e.g. a Sass block containing only a multi-line comment) are now removed instead of emitted as orphaned{ ... }blocks. #136v8.3.0Compare Source
Added
localsConventionvalue'all'— emit the original class name plus the camelCase and dashes-camelCase variants in one pass.localsConventionvalue'none'— emit only the original class name, with no additional aliases.localsConventionmay now return an array of strings. Every entry in the array is added to the locals map and resolves to the same value, which makes it easy to expose a single CSS class under multiple JS-friendly aliases.Adapted from the unmerged work in #154 by @CarbonORM.
v8.1.0Compare Source
Internal
@swc/clicompilessrc/tobuild/,@swc/jesttransforms test files, and ESLint now uses its defaultespreeparser. Removed five@babel/*devDependencies and the unused@babel/registerruntime hook. The publishedbuild/*.jskeeps the samemodule.exports = (opts) => ...; module.exports.postcss = trueshape, so existing CommonJS consumers are unaffected.file-typeto v22 viaoverridesto silence@swc/cli's vulnerable dependency chain.v7.0.0Compare Source
Breaking
Security
form-data,lodash,@babel/core,@babel/plugin-transform-modules-systemjs,uuid,picomatch,flatted,minimatch,qs,js-yaml,nanoid)jestfrom 26 to 30 to drop vulnerablenode-notifier,sane, andjsdomchainsInternal
pretty-formatserializer (cosmetic only; emitted CSS and JSON are unchanged)Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.