silvenon / silvenon.com

My overengineered personal website
https://silvenon.com
MIT License
22 stars 2 forks source link

Bump postcss-nesting from 7.0.1 to 10.1.0 #321

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps postcss-nesting from 7.0.1 to 10.1.0.

Changelog

Sourced from postcss-nesting's changelog.

10.1.0 (December 22, 2021)

  • Added: noIsPseudoSelector plugin option.
  • Changed: :is() pseudo is now avoided as much as possible by default.
  • Updated: documentation

more info on noIsPseudoSelector

postcssNesting({
    noIsPseudoSelector: true
})

10.0.3 (December 13, 2021)

  • Updated: documentation

10.0.2 (November 18, 2021)

  • Fixed: Support for Deno. Ensuring we pack mod.js so it can be accessible by CDNs.

10.0.1 (November 17, 2021)

  • Removed: Support for allowDeclarationsAfterNestedRules.

We've realised that enforcing this rule from the spec was going to be problematic in the long run given how plugins work and the whole ecosystem around mixins and other features. Treating this as a patch given that this was introduced in the previous version and was starting to break projects that were using other features.

10.0.0 (November 16, 2021)

  • Added: Support for allowDeclarationsAfterNestedRules to deviate from spec.

  • Added: .npmrc file.

  • Updated: Aligning completely with the spec updates.

  • Updated: esbuild to 0.13.12 (minor)

  • Removed: Support for PostCSS 7

9.0.0 (October 27, 2021)

  • Added: Support for Deno
  • Fixed: Issue with PostCSS 8 compatibility using the RuleExit listener

8.0.1 (May 1, 2021)

  • Fixed: Compatibility issue with CommonJS.

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by alaguna, a new releaser for postcss-nesting since your current version.


Dependabot compatibility score

Dependabot 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 rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 2 years ago

Looks like postcss-nesting is no longer a dependency, so this is no longer needed.