Skip to content

[Dependencies]: Bump the dependencies-dev group with 3 updates - #366

Merged
elchininet merged 1 commit into
masterfrom
dependabot/npm_and_yarn/dependencies-dev-7b045d8efe
Aug 23, 2026
Merged

[Dependencies]: Bump the dependencies-dev group with 3 updates#366
elchininet merged 1 commit into
masterfrom
dependabot/npm_and_yarn/dependencies-dev-7b045d8efe

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 23, 2026

Copy link
Copy Markdown
Contributor

Bumps the dependencies-dev group with 3 updates: eslint, postcss-calc and rollup.

Updates eslint from 10.8.1 to 10.9.0

Release notes

Sourced from eslint's releases.

v10.9.0

Features

  • 08de88e feat: handle underflow in no-loss-of-precision (#21218) (Rithish S)
  • 55db479 feat: add checkConditionalExpressions to no-unmodified-loop-condition (#21175) (sethamus)

Bug Fixes

  • 2ba3025 fix: prevent unsafe no-var autofix with hoisted functions (#21213) (sethamus)
  • 8e69622 fix: Prevent no-var autofix when var is shadowed by catch parameter (#21204) (Yang Hyeonjong)
  • 684b579 fix: prefer-template invalid autofix creates a tagged template call (#21207) (김채영)

Documentation

  • 9ef407a docs: use eslint.config.* wherever config file names are listed (#21216) (Marry (Subin Yang))
  • 87f66f4 docs: Update README (GitHub Actions Bot)
  • 585ef37 docs: update architecture documentation (#21112) (Francesco Trotta)
  • f3993b0 docs: Update README (GitHub Actions Bot)
  • ffc87d6 docs: fix broken links in Further Reading sections (#21203) (Minsu)
  • 1a761e1 docs: update moved JSX specification links (#21198) (Imran Mustafa)
  • 4d00ca4 docs: update ESLint peer dependency to ^10.0.0 in shareable configs (#21202) (lumir)
  • 510d1a2 docs: Update README (GitHub Actions Bot)

Chores

  • 899dbf1 chore: update github/codeql-action action to v4.37.7 (#21243) (renovate[bot])
  • 9aa3873 chore: update ecosystem plugins (#21235) (ESLint Bot)
  • dc1e7a8 chore: update ecosystem plugins (#21208) (ESLint Bot)
  • f878d21 ci: bump pnpm/action-setup from 6.0.9 to 6.0.10 (#21200) (dependabot[bot])
  • 4891e50 ci: bump github/codeql-action from 4.37.4 to 4.37.6 (#21199) (dependabot[bot])
Commits

Updates postcss-calc from 10.1.1 to 11.0.0

Release notes

Sourced from postcss-calc's releases.

11.0.0

Breaking changes

  • Require Node.js ^22.22.3, ^24.15, or >=26.0.

  • Publish an ESM package with an explicit exports entry point. CommonJS require('postcss-calc') remains supported on the supported Node.js versions.

  • Remove the preserve option. Transformations now always update declarations, enabled media-query parameters, and enabled selectors in place.

Features

  • Rewrite the calculation engine around a CSS-aware tokenizer, Pratt parser, canonical AST, simplifier, and serializer.

  • Add simplification support for modern CSS math functions, including abs(), sign(), mod(), rem(), round(), trigonometric functions, pow(), sqrt(), hypot(), log(), and exp().

  • Improve public TypeScript declarations, including the exported PostCssCalcOptions type.

Bug fixes

  • Preserve correct grouping when simplifying subtractions involving custom properties and other opaque expressions.

  • Improve numerical precision and rounding, including signed-zero and exact-multiple mod()/rem() behavior.

  • Fix handling of identifier-like negative tokens and selector calculations.

  • Maintain left-to-right evaluation order when folding product terms.

v11.0.0-rc.1

Breaking Changes

Requires Node.js 22.12 for the ability to require() ESM modules

Fixes

The parser has been entirely rewritten (thanks @​dkryaklin ) so most of the issues where the parser would error out with more complicated calc() expressions should be fixed.

Changelog

Sourced from postcss-calc's changelog.

Changelog

All notable changes to this project will be documented in this file. See commit-and-tag-version for commit guidelines.

11.0.0

Breaking changes

  • Require Node.js ^22.22.3, ^24.15, or >=26.0.

  • Publish an ESM package with an explicit exports entry point. CommonJS require('postcss-calc') remains supported on the supported Node.js versions.

  • Remove the preserve option. Transformations now always update declarations, enabled media-query parameters, and enabled selectors in place.

Features

  • Rewrite the calculation engine around a CSS-aware tokenizer, Pratt parser, canonical AST, simplifier, and serializer.

  • Add simplification support for modern CSS math functions, including abs(), sign(), mod(), rem(), round(), trigonometric functions, pow(), sqrt(), hypot(), log(), and exp().

  • Improve public TypeScript declarations, including the exported PostCssCalcOptions type.

Bug fixes

  • Preserve correct grouping when simplifying subtractions involving custom properties and other opaque expressions.

  • Improve numerical precision and rounding, including signed-zero and exact-multiple mod()/rem() behavior.

  • Fix handling of identifier-like negative tokens and selector calculations.

  • Maintain left-to-right evaluation order when folding product terms.

11.0.0-rc.3 (2026-08-14)

Bug Fixes

  • correctly simplify subtractions of custom properties (bc5147e)

11.0.0-rc.2

Breaking change

  • Define package entry point using exports instead of main`
  • Raise minimum supported Node.js version to 22.18

... (truncated)

Commits
  • 86bbfe5 Prepare release 11.0.0
  • 950ed3c test: group into suites
  • be855b1 chore: update changelog
  • 13e8c1f feat!: remove preserve option
  • 969cb4e chore: bump Node.js to a version that supports stable require(esm)
  • cec8dc1 chore: update development deps
  • 7f8a659 chore: tighten lint rules
  • 5e5dd26 test: update test command
  • b32abd3 test: add mutation tests
  • 2d73e6c test: test fewer cases but more diverse
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for postcss-calc since your current version.


Updates rollup from 4.62.4 to 4.62.5

Release notes

Sourced from rollup's releases.

v4.62.5

4.62.5

2026-08-20

Bug Fixes

  • Resolve an issue where compact mode could result in invalid module concatenations (#6468)

Pull Requests

Changelog

Sourced from rollup's changelog.

4.62.5

2026-08-20

Bug Fixes

  • Resolve an issue where compact mode could result in invalid module concatenations (#6468)

Pull Requests

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 dependencies-dev group with 3 updates: [eslint](https://github.com/eslint/eslint), [postcss-calc](https://github.com/postcss/postcss-calc) and [rollup](https://github.com/rollup/rollup).


Updates `eslint` from 10.8.1 to 10.9.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v10.8.1...v10.9.0)

Updates `postcss-calc` from 10.1.1 to 11.0.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@v10.1.1...v11.0.0)

Updates `rollup` from 4.62.4 to 4.62.5
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.62.4...v4.62.5)

---
updated-dependencies:
- dependency-name: eslint
  dependency-version: 10.9.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies-dev
- dependency-name: postcss-calc
  dependency-version: 11.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies-dev
- dependency-name: rollup
  dependency-version: 4.62.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies-dev
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Aug 23, 2026
@coveralls

Copy link
Copy Markdown

Coverage Status

coverage: 100.0%. remained the same — dependabot/npm_and_yarn/dependencies-dev-7b045d8efe into master

@elchininet
elchininet merged commit 88a3c85 into master Aug 23, 2026
2 checks passed
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/dependencies-dev-7b045d8efe branch August 23, 2026 11:27
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants