Skip to content

chore(deps): bump postcss from 8.5.19 to 8.5.26 - #255

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/postcss-8.5.26
Open

chore(deps): bump postcss from 8.5.19 to 8.5.26#255
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/postcss-8.5.26

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps postcss from 8.5.19 to 8.5.26.

Release notes

Sourced from postcss's releases.

8.5.26

  • Fixed list.split() regression (by @​lazerg).
  • Track symlinks in path protection in source map loading (by @​drengir1).

8.5.25

  • Fixed 8.5.17 visitor regression.
  • Fixed list.split() for non-string values (by @​amir-rezaei).

8.5.24

  • Preserve the BOM after the processing (by @​hdimer).

8.5.23

  • Do not load source map without opts.from for security reasons.

8.5.22

8.5.21

8.5.20

Changelog

Sourced from postcss's changelog.

8.5.26

  • Fixed list.split() regression (by @​lazerg).
  • Track symlinks in path protection in source map loading (by @​drengir1).

8.5.25

  • Fixed 8.5.17 visitor regression.
  • Fixed list.split() for non-string values (by @​amir-rezaei).

8.5.24

  • Preserve the BOM after the processing (by @​hdimer).

8.5.23

  • Do not load source map without opts.from for security reasons.

8.5.22

8.5.21

8.5.20

Commits

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [postcss](https://github.com/postcss/postcss) from 8.5.19 to 8.5.26.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.5.19...8.5.26)

---
updated-dependencies:
- dependency-name: postcss
  dependency-version: 8.5.26
  dependency-type: indirect
...

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

@adesege adesege left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Details
Benchmark suite Current: 7f94523 Previous: ccb3f17 Ratio
test/benchmarks/request-response.bench.ts > Request/Response > simple GET - 200 51932.911486174205 ops/sec (±1.04%) 44355.827899388205 ops/sec (±1.52%) 0.85
test/benchmarks/request-response.bench.ts > Request/Response > GET with route params - 200 55319.505443620175 ops/sec (±0.71%) 49077.55133303189 ops/sec (±1.07%) 0.89
test/benchmarks/request-response.bench.ts > Request/Response > POST with JSON body - 201 27528.484171547596 ops/sec (±1.13%) 24127.579263272528 ops/sec (±1.28%) 0.88
test/benchmarks/request-response.bench.ts > Request/Response > POST invalid body - validation error 4737.306524647056 ops/sec (±2.54%) 4332.798367697519 ops/sec (±3.08%) 0.91
test/benchmarks/request-response.bench.ts > Request/Response > GET unknown route - 404 7878.846820464011 ops/sec (±1.15%) 6877.491973422911 ops/sec (±1.38%) 0.87
src/__benchmarks__/application.bench.ts > Application - Bootstrap > constructor only 348822.3577443507 ops/sec (±0.77%) 367439.1967778971 ops/sec (±2.58%) 1.05
src/__benchmarks__/application.bench.ts > Application - Bootstrap > full initialize() 42857.03717380342 ops/sec (±3.22%) 40916.51636711715 ops/sec (±2.82%) 0.95
src/__benchmarks__/application.bench.ts > Application - Service Resolution > resolve service after bootstrap 48985.60744496083 ops/sec (±1.44%) 46221.77899438597 ops/sec (±1.51%) 0.94
src/__benchmarks__/application.bench.ts > Application - Multi-Controller Bootstrap > initialize with 5 controllers (8 routes) 47656.07869752696 ops/sec (±0.90%) 47297.584538015675 ops/sec (±0.94%) 0.99
src/__benchmarks__/application.bench.ts > Application - Multi-Controller Bootstrap > resolve service after multi-controller bootstrap 46611.17227880416 ops/sec (±0.91%) 46712.398512126 ops/sec (±0.86%) 1.00
src/di/__benchmarks__/container.bench.ts > Container - Registration > register class provider 4410971.064874412 ops/sec (±1.77%) 3659523.004609583 ops/sec (±0.26%) 0.83
src/di/__benchmarks__/container.bench.ts > Container - Registration > registerSingleton 4243276.302689699 ops/sec (±0.19%) 3674735.919157303 ops/sec (±0.23%) 0.87
src/di/__benchmarks__/container.bench.ts > Container - Registration > registerValue 4701108.13835758 ops/sec (±1.59%) 3643329.0527346027 ops/sec (±0.97%) 0.77
src/di/__benchmarks__/container.bench.ts > Container - Registration > registerFactory 4649388.809753804 ops/sec (±2.40%) 3731349.291036125 ops/sec (±0.79%) 0.80
src/di/__benchmarks__/container.bench.ts > Container - Resolution > resolve class token 1523149.2597494586 ops/sec (±0.44%) 1231183.1036989056 ops/sec (±0.71%) 0.81
src/di/__benchmarks__/container.bench.ts > Container - Resolution > resolve symbol token 1477985.0067943144 ops/sec (±1.65%) 1316018.4734202325 ops/sec (±0.72%) 0.89
src/di/__benchmarks__/container.bench.ts > Container - Resolution > resolve value token 2047726.51744617 ops/sec (±0.17%) 1783899.5774658315 ops/sec (±0.30%) 0.87
src/di/__benchmarks__/container.bench.ts > Container - Resolution > resolve singleton token 1411329.6669269842 ops/sec (±0.54%) 1315930.5814242992 ops/sec (±0.55%) 0.93
src/di/__benchmarks__/container.bench.ts > Container - Resolution > isRegistered check 2113817.966179424 ops/sec (±0.19%) 1806360.778904609 ops/sec (±0.19%) 0.85
src/di/__benchmarks__/container.bench.ts > Container - Conditional Binding > when().use().give().otherwise() 2503614.2374589965 ops/sec (±3.47%) 1989351.3462046375 ops/sec (±2.25%) 0.79
src/di/__benchmarks__/container.bench.ts > Container - Conditional Binding > when() with cached predicate 2448451.221387928 ops/sec (±2.03%) 2077218.3049918814 ops/sec (±0.64%) 0.85
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Registration > register single module 1236937.1094053034 ops/sec (±0.85%) 1318623.2747570868 ops/sec (±0.43%) 1.07
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Registration > register 3-level module tree 663990.9907336824 ops/sec (±0.52%) 674368.8967327109 ops/sec (±0.61%) 1.02
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Registration > register dynamic module (forRoot) 1129433.2500559324 ops/sec (±0.41%) 1033574.8692689876 ops/sec (±0.46%) 0.92
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Initialization > initialize with lifecycle hooks 801348.6168724429 ops/sec (±0.56%) 861264.3797109328 ops/sec (±0.67%) 1.07
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Collection > getAllControllers 589492.5168364885 ops/sec (±0.48%) 601067.2979531069 ops/sec (±0.70%) 1.02
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Collection > getAllConsumers 593743.4739430662 ops/sec (±0.50%) 598005.5897686194 ops/sec (±2.06%) 1.01
src/module/__benchmarks__/module-registry.bench.ts > ModuleRegistry - Collection > getAllJobs 594583.558819301 ops/sec (±0.46%) 606220.5693193878 ops/sec (±0.44%) 1.02
src/router/__benchmarks__/route-registration.bench.ts > RouteRegistration - Configure > register controller with 5 OpenAPI routes 20771.169984047636 ops/sec (±7.40%) 20659.201604495036 ops/sec (±7.81%) 0.99
src/router/__benchmarks__/route-registration.bench.ts > RouteRegistration - Configure > register single-route controller 94396.57067097457 ops/sec (±8.61%) 87549.06480088776 ops/sec (±9.59%) 0.93
src/router/__benchmarks__/route-registration.bench.ts > RouteRegistration - Configure > register multiple controllers 20680.53966437269 ops/sec (±6.64%) 20055.348642388202 ops/sec (±7.48%) 0.97
src/router/__benchmarks__/route-registration.bench.ts > Route Sorting > sort 10 routes by specificity 366537.0675296929 ops/sec (±0.47%) 348297.84898624144 ops/sec (±1.02%) 0.95
src/router/__benchmarks__/route-registration.bench.ts > Route Sorting > sort 50 routes by specificity 67772.7438999652 ops/sec (±0.46%) 66342.982298651 ops/sec (±0.49%) 0.98
src/router/__benchmarks__/route-registration.bench.ts > Route Sorting > sort 100 routes by specificity 31573.257396987814 ops/sec (±0.57%) 32949.193140155745 ops/sec (±0.54%) 1.04
src/router/__benchmarks__/route-registration.bench.ts > Param Extraction > extractParamNames - static path 12716688.524838695 ops/sec (±0.14%) 12503091.774915366 ops/sec (±0.09%) 0.98
src/router/__benchmarks__/route-registration.bench.ts > Param Extraction > extractParamNames - single param 1900904.353819737 ops/sec (±0.66%) 2209847.5226742206 ops/sec (±1.46%) 1.16
src/router/__benchmarks__/route-registration.bench.ts > Param Extraction > extractParamNames - multiple params 1254845.9071411933 ops/sec (±0.96%) 1332989.981337998 ops/sec (±0.60%) 1.06

This comment was automatically generated by workflow using github-action-benchmark.

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.

1 participant