Bump postcss, cssnano, postcss-modules, postcss-nested, postcss-simple-vars and postcss-url#1476
Open
dependabot[bot] wants to merge 1 commit into
Open
Bump postcss, cssnano, postcss-modules, postcss-nested, postcss-simple-vars and postcss-url#1476dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
…e-vars and postcss-url Bumps [postcss](https://github.com/postcss/postcss), [cssnano](https://github.com/cssnano/cssnano), [postcss-modules](https://github.com/css-modules/postcss-modules), [postcss-nested](https://github.com/postcss/postcss-nested), [postcss-simple-vars](https://github.com/postcss/postcss-simple-vars) and [postcss-url](https://github.com/postcss/postcss-url). These dependencies needed to be updated together. Updates `postcss` from 7.0.35 to 8.5.15 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@7.0.35...8.5.15) Updates `cssnano` from 4.1.10 to 8.0.1 - [Release notes](https://github.com/cssnano/cssnano/releases) - [Commits](https://github.com/cssnano/cssnano/compare/v4.1.10...cssnano@8.0.1) Updates `postcss-modules` from 3.2.2 to 6.0.1 - [Changelog](https://github.com/madyankin/postcss-modules/blob/master/CHANGELOG.md) - [Commits](madyankin/postcss-modules@v3.2.2...v6.0.1) Updates `postcss-nested` from 4.2.3 to 7.0.2 - [Release notes](https://github.com/postcss/postcss-nested/releases) - [Changelog](https://github.com/postcss/postcss-nested/blob/main/CHANGELOG.md) - [Commits](postcss/postcss-nested@4.2.3...7.0.2) Updates `postcss-simple-vars` from 5.0.2 to 7.0.1 - [Changelog](https://github.com/postcss/postcss-simple-vars/blob/main/CHANGELOG.md) - [Commits](postcss/postcss-simple-vars@5.0.2...7.0.1) Updates `postcss-url` from 8.0.0 to 10.1.4 - [Release notes](https://github.com/postcss/postcss-url/releases) - [Changelog](https://github.com/postcss/postcss-url/blob/main/CHANGELOG.md) - [Commits](postcss/postcss-url@8.0.0...10.1.4) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.15 dependency-type: direct:development - dependency-name: cssnano dependency-version: 8.0.1 dependency-type: direct:development - dependency-name: postcss-modules dependency-version: 6.0.1 dependency-type: direct:development - dependency-name: postcss-nested dependency-version: 7.0.2 dependency-type: direct:development - dependency-name: postcss-simple-vars dependency-version: 7.0.1 dependency-type: direct:development - dependency-name: postcss-url dependency-version: 10.1.4 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
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.
Bumps postcss, cssnano, postcss-modules, postcss-nested, postcss-simple-vars and postcss-url. These dependencies needed to be updated together.
Updates
postcssfrom 7.0.35 to 8.5.15Release notes
Sourced from postcss's releases.
... (truncated)
Changelog
Sourced from postcss's changelog.
... (truncated)
Commits
eae46dbRelease 8.5.15 version79508ffUpdate CI actionsb128e21Speed up declaration parsing by avoiding creating new array on each token9825dcaFix code format55789c8Update dependencies84fbbe9Install older pnpm action for old Node.js9f860bdRevert pnpm action for old Node.js0877198Update CI actionsb2d1a33Fix linter warnings0700dacMerge pull request #2088 from rootvector2/add-oss-fuzz-harnessUpdates
cssnanofrom 4.1.10 to 8.0.1Release notes
Sourced from cssnano's releases.
... (truncated)
Commits
6679a29Publish cssnano 8.0.1 (#1800)9a68323fix(postcss-minify-selectors): tighten :is() fold acceptance to a strict allo...39a540efix(postcss-minify-selectors): reject :is() fold when divergent middle contai...10d54a1docs: update website for release1e058fcPublish cssnano 8.0aa11a12chore: update PostCSSea8e33achore!: drop Node.js 20 supportc7e9b2fchore: update pnpm to 10.33.3d7c57daMove declaration sorter to advanced preset (#1793)2069407Publish cssnano 7.1.9Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for cssnano since your current version.
Updates
postcss-modulesfrom 3.2.2 to 6.0.1Changelog
Sourced from postcss-modules's changelog.
... (truncated)
Commits
bfd40606.0.1aea9fdaUpdate changeloga19e40aUpdate dependenciesbd64c71Revert "Delete FUNDING.yml"325f0b36.0.0a453783Extract pluginFactory and localConvention into separate modulese87c4abRefactor to prepare the plugin to work in browsers1ad9a28Flatten file hierarchyd0c05d8Format changelog09e0789Increase line length to 100Updates
postcss-nestedfrom 4.2.3 to 7.0.2Release notes
Sourced from postcss-nested's releases.
Changelog
Sourced from postcss-nested's changelog.
Commits
db9c614Release 7.0.2 version64ff5c5Fixed an incorrect nesting error (#167)9f75b38Release 7.0.1 version60759a2Update dependencies12fc98cFixed a bug that could cause regexp to issue an error (#165)3a73b52Release 7.0.0 version7451546Update dependencies4ac2a59Fix linter warninga9a91e7Correction of the work with comments and general improvements (#163)013abd3Remove old Node.js 12, 14, 16Updates
postcss-simple-varsfrom 5.0.2 to 7.0.1Changelog
Sourced from postcss-simple-vars's changelog.
Commits
f9b9661Release 7.0.1 versione71464fUpdate dependenciesea9b351Add Node.js 19 to CI4e51a4bmake parameter &variablesproperty optional. (#120)1126e31Release 7.0 version505b5ffClean up code9c6e25eUpdate dev practices65ca9ec117: Support backslash sequences and unicode transformation (#118)aaa29b9Bump jsdom from 16.4.0 to 16.7.0 (#116)4fce22bBump semver-regex from 3.1.3 to 3.1.4 (#115)Updates
postcss-urlfrom 8.0.0 to 10.1.4Release notes
Sourced from postcss-url's releases.
Changelog
Sourced from postcss-url's changelog.
Commits
4a729fb10.1.498c9de0Update dev deps & package-lock.jsonff8a5b6Bump minimatch to sort CVEs (#185)c2523fbchore: update changelogfc52c8810.1.36c061a2fix: sync package-lock87db4b7Merge pull request #158 from realityking/mimefdff9b1Upgrade mime to 2.5 againa843ca0Correctly configure save-prefix301e572chore: update changelogDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.