Skip to content

build(deps): bump postcss-sort-media-queries from 5.2.0 to 6.6.0#1725

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/master/postcss-sort-media-queries-6.6.0
Closed

build(deps): bump postcss-sort-media-queries from 5.2.0 to 6.6.0#1725
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/master/postcss-sort-media-queries-6.6.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 13, 2026

Bumps postcss-sort-media-queries from 5.2.0 to 6.6.0.

Release notes

Sourced from postcss-sort-media-queries's releases.

v6.6.0

What's Changed

Full Changelog: yunusga/postcss-sort-media-queries@v6.5.0...v6.6.0

v6.5.0

What's Changed

New Contributors

Full Changelog: yunusga/postcss-sort-media-queries@v6.4.4...v6.5.0

v6.4.4

  1. chore(deps): Update dev deps + security audit
  2. [feat: Add types to module. Closes #73](yunusga/postcss-sort-media-queries@85151f2)
  3. chore: Optimize README.md content
  4. chore: Update CHANGELOG

v6.3.3

Update dependencies:

  1. @​vitest/coverage-v8 4.0.18 to 4.1.0
  2. esbuild 0.27.3 to 0.27.4
  3. eslint 10.0.3 to 10.1.0
  4. vitest 4.0.18 to 4.1.0
  5. sort-css-media-queries from 3.0.1 to 3.0.3

v6.3.2

Full Changelog: yunusga/postcss-sort-media-queries@v6.2.2...v6.3.2

6.2.2

Fixed

Nodes are silently dropped when merging duplicate media queries

When multiple @​media rules share the same query params, the plugin merges them into a single rule. In v6, this merge iterates atRule.nodes with forEach while simultaneously calling append() on each node which moves the node out of atRule.nodes, shrinking the live array mid-iteration.

The result is that every other node is skipped and silently dropped from the output. For a media query with 4 rules, only 2 survive.

Wrong sorting of nested media queries and rules inside

Incorrect sorting of nested media queries and incorrect handling of rules that move media queries to the end of their parent.

... (truncated)

Changelog

Sourced from postcss-sort-media-queries's changelog.

[6.6.0] 2026-05-13

  • Remove unnecessary nanoid peerDependency

[6.5.0] 2026-04-14

  • Update the files field in package.json to point to the correct directory.
  • Add a format script to ensure consistent code formatting across the project.
  • Optimize the project directory structure and build process.
  • fix: type definition export issue

[6.4.4] 2026-04-08

  • Add types to module
  • Update DEV and security dependencies

[6.3.2] 2026-03-13

  • Add nested media queries support
  • Remove onlyTopLevel (no problem with nested queries)
  • Add ESM and CJS support without breaking changes
Commits
  • 56ae177 6.6.0
  • 7fd09b0 Update CHANGELOG
  • 4c990ba Merge pull request #78 from ajiho/fix-issue-77
  • c91c8b9 perf: Remove unnecessary nanoid peerDependency
  • 77f27db 6.5.0
  • abf0c17 chore: Update CHANGELOG
  • 1ede144 chore: Update README
  • df1d206 Merge pull request #76 from ajiho/fix-type
  • fb14e72 Update the iles field in package.json to point to the correct directory.
  • d227f2d Add a ormat script to ensure consistent code formatting across the project.
  • Additional commits viewable in compare view
Install script changes

This version adds prepare script that runs during installation. Review the package contents before updating.


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 show <dependency name> 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)

Bumps [postcss-sort-media-queries](https://github.com/yunusga/postcss-sort-media-queries) from 5.2.0 to 6.6.0.
- [Release notes](https://github.com/yunusga/postcss-sort-media-queries/releases)
- [Changelog](https://github.com/yunusga/postcss-sort-media-queries/blob/main/CHANGELOG.md)
- [Commits](yunusga/postcss-sort-media-queries@v5.2.0...v6.6.0)

---
updated-dependencies:
- dependency-name: postcss-sort-media-queries
  dependency-version: 6.6.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 13, 2026
@socket-security
Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedpostcss-sort-media-queries@​5.2.0 ⏵ 6.6.0100 +110010090 -2100

View full report

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 14, 2026

Superseded by #1727.

@dependabot dependabot Bot closed this May 14, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/master/postcss-sort-media-queries-6.6.0 branch May 14, 2026 15:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants