Skip to content

Bump the all group with 3 updates - #3181

Merged
joshblack merged 1 commit into
mainfrom
dependabot/npm_and_yarn/all-27f0a12c0b
Sep 21, 2026
Merged

joshblack merged 1 commit into
mainfrom
dependabot/npm_and_yarn/all-27f0a12c0b

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 21, 2026

Copy link
Copy Markdown
Contributor

Bumps the all group with 3 updates: autoprefixer, postcss-calc and prettier.

Updates autoprefixer from 10.6.0 to 10.6.1

Release notes

Sourced from autoprefixer's releases.

10.6.1

  • Fixed grid gap set with the row-gap and column-gap longhands (by dualfroz).
Changelog

Sourced from autoprefixer's changelog.

10.6.1

  • Fixed grid gap set with the row-gap and column-gap longhands (by dualfroz).
Commits

Updates postcss-calc from 11.1.2 to 11.2.0

Release notes

Sourced from postcss-calc's releases.

11.2.0

What's Changed

Features

  • postcss-calc now offers two modes. By default, it tries to follow the spec as closely as possible by not unwrapping calc() value. This allows the browser to transform negative and floating point values, especially in cases where only integers are allowed in the CSS property. If you want to remove the calc() function when it wraps a single value, use unwrapSingleValue: true. This allows you to get rid of calc() and replace it with a single number wherever that is possible.

Bug fixes

  • postcss-calc performs rounding in a way that's hopefully closer to the specification
  • fix cases where the sign() function was not computed correctly

Migration

The published unwrapSingleNegativeNumber option remains available as a deprecated alias for unwrapSingleValue.

Full Changelog: postcss/postcss-calc@v11.1.2...v11.2.0

Changelog

Sourced from postcss-calc's changelog.

11.2.0 (2026-09-17)

Features

  • postcss-calc now offers two modes. By default, it tries to follow the spec as closely as possible by not unwrapping calc() value. This allows the browser to transform negative and floating point values, especially in cases where only integers are allowed in the CSS property. If you want to remove the calc() function when it wraps a single value, use unwrapSingleValue: true. This allows you to get rid of calc() and replace it with a single number wherever that is possible.

Bug fixes

  • postcss-calc performs rounding in a way that's hopefully closer to the specification
  • fix cases where the sign() function was not computed correctly

Migration

The published unwrapSingleNegativeNumber option remains available as a deprecated alias for unwrapSingleValue.

Commits
  • 9fca7d6 fix: improve unit resolution when simplifyin calc sums
  • 680bde2 Publish postcss-calc 11.2.0
  • 734c3b3 fix: improve rounding spec-conformance
  • b32c5ba fix: fix sign() and round() output
  • aad6fa4 refactor: remove superfluous custom error class
  • 77a7aee refactor: do not re-export functions
  • b1a6f8f perf: speed up hot spots
  • f6dab7b chore: prevent benchmark from crashing
  • 59e9e59 refactor: improve parser typing
  • e1ddee7 refactor: remove test-only indexBlocks fallback
  • Additional commits viewable in compare view

Updates prettier from 3.9.6 to 3.9.8

Release notes

Sourced from prettier's releases.

3.9.8

  • Markdown: Don't let Liquid objects interrupt paragraphs (#20087 by @​seiyab)

🔗 Changelog

3.9.7

  • Support Angular 22.2
  • Fix regressions in v3.9

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.9.8

diff

Markdown: Don't let Liquid objects interrupt paragraphs (#20087 by @​seiyab)

<!-- Input -->
If `module` is not a [`WebAssembly.Module`](https://github.com/prettier/prettier/blob/main/en-US/docs/WebAssembly/Reference/JavaScript_interface/Module) object instance, a
{{jsxref("TypeError")}} is thrown.
<!-- Prettier 3.9.7 -->
If module is not a WebAssembly.Module object instance, a
{{jsxref("TypeError")}} is thrown.
<!-- Prettier 3.9.8 -->
If module is not a WebAssembly.Module object instance, a
{{jsxref("TypeError")}} is thrown.

3.9.7

diff

Markdown: Prevent indentation drift in list-item code blocks (#19647, #19990 by @​Austin1serb, @​giaBaoJS)

<!-- Input -->
- [x] short first line.
  second paragraph at six spaces that wraps
  onto another line here.

<!-- Prettier 3.9.6 -->

 
short first line.
second paragraph at six spaces that wraps
    onto another line here.



<!-- Prettier 3.9.7 -->

 
short first line.
second paragraph at six spaces that wraps
onto another line here.


JavaScript: Fix embedded template literal idempotency (#19725 by @​fisker)

... (truncated)

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the all group with 3 updates: [autoprefixer](https://github.com/postcss/autoprefixer), [postcss-calc](https://github.com/postcss/postcss-calc) and [prettier](https://github.com/prettier/prettier).


Updates `autoprefixer` from 10.6.0 to 10.6.1
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](postcss/autoprefixer@10.6.0...10.6.1)

Updates `postcss-calc` from 11.1.2 to 11.2.0
- [Release notes](https://github.com/postcss/postcss-calc/releases)
- [Changelog](https://github.com/postcss/postcss-calc/blob/master/CHANGELOG.md)
- [Commits](postcss/postcss-calc@v11.1.2...v11.2.0)

Updates `prettier` from 3.9.6 to 3.9.8
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.9.6...3.9.8)

---
updated-dependencies:
- dependency-name: autoprefixer
  dependency-version: 10.6.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: postcss-calc
  dependency-version: 11.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: prettier
  dependency-version: 3.9.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot requested review from a team as code owners September 21, 2026 05:32
@dependabot
dependabot Bot requested a review from rickyzhangca September 21, 2026 05:32
@dependabot
dependabot Bot requested a review from joshblack September 21, 2026 05:32
@changeset-bot

changeset-bot Bot commented Sep 21, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 5703260

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@joshblack
joshblack merged commit f414e79 into main Sep 21, 2026
27 checks passed
@joshblack
joshblack deleted the dependabot/npm_and_yarn/all-27f0a12c0b branch September 21, 2026 15:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant