DefinedNet / nebula-docs

Documentation for the Nebula open source project
https://nebula.defined.net/docs
12 stars 10 forks source link

Bump postcss-nesting from 11.3.0 to 12.1.5 #134

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps postcss-nesting from 11.3.0 to 12.1.5.

Changelog

Sourced from postcss-nesting's changelog.

12.1.5

May 23, 2024

  • Fix nested rules within @scope

12.1.4

May 13, 2024

12.1.3

May 11, 2024

12.1.2

April 21, 2024

  • Edition 2024-02:
    • Do not rewrite selectors for declarations in conditional rules to a form with :is()

This will work:

::before, ::after {
    color: blue;
@media screen { color: cyan; }

}

This still wont work:

::before, ::after {
    color: blue;
&:hover { color: cyan; }

}

12.1.1

March 31, 2024

12.1.0

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by romainmenke, 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)
netlify[bot] commented 1 month ago

Deploy Preview for nebula-docs-dn ready!

Name Link
Latest commit 1878b247f4675cf8a77e1b565d29fa654429b7a2
Latest deploy log https://app.netlify.com/sites/nebula-docs-dn/deploys/66620d66e9967e0008714d3b
Deploy Preview https://deploy-preview-134--nebula-docs-dn.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.