Skip to content

[Dependencies]: Bump the dependencies-dev group with 5 updates - #369

Merged
elchininet merged 1 commit into
masterfrom
dependabot/npm_and_yarn/dependencies-dev-3c217f0359
Sep 13, 2026
Merged

elchininet merged 1 commit into
masterfrom
dependabot/npm_and_yarn/dependencies-dev-3c217f0359

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the dependencies-dev group with 5 updates:

Package From To
@types/node 26.4.1 26.5.1
autoprefixer 10.5.5 10.5.6
postcss-calc 11.0.3 11.1.2
rollup 4.63.1 4.63.2
typescript-eslint 8.69.0 8.70.0

Updates @types/node from 26.4.1 to 26.5.1

Commits

Updates autoprefixer from 10.5.5 to 10.5.6

Release notes

Sourced from autoprefixer's releases.

10.5.6

Changelog

Sourced from autoprefixer's changelog.

10.5.6

Commits

Updates postcss-calc from 11.0.3 to 11.1.2

Release notes

Sourced from postcss-calc's releases.

11.1.2

What's Changed

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

v11.1.1

What's Changed

Full Changelog: postcss/postcss-calc@v11.1.0...v11.1.1

11.1.0

What's Changed

Full Changelog: postcss/postcss-calc@v11.0.3...v11.1.0

Changelog

Sourced from postcss-calc's changelog.

11.1.2 (2026-09-11)

Bug fixes

  • Preserve original escapes and pass through malformed CSS input safely
  • Pass through unknown CSS functions

11.1.1 (2026-09-07)

Bug fixes

  • Preserve calc() in a declaration when a property value reduces to a negative scalar

11.1.0 (2026-09-07)

Features

  • Add dedicated standalone reducer entry point postcss-calc/reduce (reduceCalc)
  • Simplify clamp() with none keyword per CSS Values 4 §10.5.3

Performance improvements

  • Improve performance by skipping parsing for values without calculation functions

Bug fixes

  • Update PostCSS peer dependency to ^8.5.28
Commits
  • 61e4bf0 Publish postcss-calc 11.1.2
  • c3fa17a refactor: remove unused field and streamline code
  • 5314aec fix: handle all unknown functions as opaque
  • b0997ea test: correct wrong test names move tests to different file
  • 1a88863 fix: preserve original escapes and handle other malformed input
  • 54658bb test: reorganize test files
  • 66770d8 chore: update development deps
  • 712b02c chore: updat pnpm
  • f88924f Publish postcss-calc 11.1.1
  • f72e176 chore: do not use the wording 'calc() wrapper'
  • Additional commits viewable in compare view

Updates rollup from 4.63.1 to 4.63.2

Release notes

Sourced from rollup's releases.

v4.63.2

4.63.2

2026-09-12

Bug Fixes

  • Fix a bug when filtering logs for nested properties via the CLI (#6511)

Pull Requests

Changelog

Sourced from rollup's changelog.

4.63.2

2026-09-12

Bug Fixes

  • Fix a bug when filtering logs for nested properties via the CLI (#6511)

Pull Requests

Commits

Updates typescript-eslint from 8.69.0 to 8.70.0

Release notes

Sourced from typescript-eslint's releases.

v8.70.0

8.70.0 (2026-09-07)

🚀 Features

  • eslint-plugin: [no-generated-empty-object-type] add rule (#12730)
  • website: generate per-page social preview cards (#12734)

🩹 Fixes

  • use stable release of pnpm 12 (#12808)
  • update pnpm to 12.3.4 and dedupe Docusaurus packages (#12829)
  • eslint-plugin: [member-ordering] don't report fields that read fields declared before them (#12729)
  • eslint-plugin: [no-unnecessary-condition] no false positive on RHS of a nested logical expression (#12728)
  • eslint-plugin: [no-deprecated] report deprecated imported values used in object shorthand properties (#12780)
  • project-service: avoid discarded tsserver logs (#12748)
  • typescript-estree: clarify the parserOptions.project error message (#12817)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from typescript-eslint's changelog.

8.70.0 (2026-09-07)

🩹 Fixes

  • eslint-plugin: [no-deprecated] report deprecated imported values used in object shorthand properties (#12780)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

Commits
  • 7ee7608 chore(release): publish 8.70.0
  • 4586535 fix(eslint-plugin): [no-deprecated] report deprecated imported values used in...
  • See full diff in compare view

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 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `26.4.1` | `26.5.1` |
| [autoprefixer](https://github.com/postcss/autoprefixer) | `10.5.5` | `10.5.6` |
| [postcss-calc](https://github.com/postcss/postcss-calc) | `11.0.3` | `11.1.2` |
| [rollup](https://github.com/rollup/rollup) | `4.63.1` | `4.63.2` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.69.0` | `8.70.0` |


Updates `@types/node` from 26.4.1 to 26.5.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

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

Updates `postcss-calc` from 11.0.3 to 11.1.2
- [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.0.3...v11.1.2)

Updates `rollup` from 4.63.1 to 4.63.2
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v4.63.1...v4.63.2)

Updates `typescript-eslint` from 8.69.0 to 8.70.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.70.0/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 26.5.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies-dev
- dependency-name: autoprefixer
  dependency-version: 10.5.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies-dev
- dependency-name: postcss-calc
  dependency-version: 11.1.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies-dev
- dependency-name: rollup
  dependency-version: 4.63.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies-dev
- dependency-name: typescript-eslint
  dependency-version: 8.70.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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 Sep 13, 2026
@coveralls

Copy link
Copy Markdown

Coverage Status

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

@elchininet
elchininet merged commit 0d9de8d into master Sep 13, 2026
2 checks passed
@elchininet
elchininet deleted the dependabot/npm_and_yarn/dependencies-dev-3c217f0359 branch September 13, 2026 10:46
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