Open renovate[bot] opened 2 weeks ago
✓ no_errors{server:node-http,mode:no-schema}
✓ expected_result{server:node-http,mode:no-schema}
✓ no_errors{server:node-http,mode:json-schema}
✓ expected_result{server:node-http,mode:json-schema}
✓ no_errors{server:uWebSockets,mode:no-schema}
✓ expected_result{server:uWebSockets,mode:no-schema}
✓ no_errors{server:uWebSockets,mode:json-schema}
✓ expected_result{server:uWebSockets,mode:json-schema}
checks......................................: 100.00% ✓ 906114 ✗ 0
data_received...............................: 82 MB 684 kB/s
data_sent...................................: 58 MB 479 kB/s
http_req_blocked............................: avg=1.56µs min=921ns med=1.53µs max=246.04µs p(90)=1.96µs p(95)=2.14µs
http_req_connecting.........................: avg=1ns min=0s med=0s max=142.52µs p(90)=0s p(95)=0s
http_req_duration...........................: avg=185.69µs min=116.49µs med=174.64µs max=12.16ms p(90)=201.67µs p(95)=210.81µs
{ expected_response:true }................: avg=185.69µs min=116.49µs med=174.64µs max=12.16ms p(90)=201.67µs p(95)=210.81µs
✓ { server:node-http,mode:json-schema }.....: avg=203.54µs min=150.99µs med=191.08µs max=7.77ms p(90)=213.92µs p(95)=221.9µs
✓ { server:node-http,mode:no-schema }.......: avg=194.85µs min=139.05µs med=180.24µs max=12.16ms p(90)=203.27µs p(95)=212.68µs
✓ { server:uWebSockets,mode:json-schema }...: avg=177.64µs min=127.81µs med=168.14µs max=9.16ms p(90)=188.93µs p(95)=195.24µs
✓ { server:uWebSockets,mode:no-schema }.....: avg=169.59µs min=116.49µs med=159.88µs max=7.69ms p(90)=180.25µs p(95)=186.94µs
http_req_failed.............................: 0.00% ✓ 0 ✗ 453057
http_req_receiving..........................: avg=23.69µs min=12.53µs med=23.21µs max=1.79ms p(90)=28.63µs p(95)=30.64µs
http_req_sending............................: avg=8.95µs min=5.27µs med=9.06µs max=851.07µs p(90)=11.86µs p(95)=13.08µs
http_req_tls_handshaking....................: avg=0s min=0s med=0s max=0s p(90)=0s p(95)=0s
http_req_waiting............................: avg=153.04µs min=90.94µs med=142.42µs max=12.11ms p(90)=167.24µs p(95)=175.91µs
http_reqs...................................: 453057 3775.435545/s
iteration_duration..........................: avg=260.1µs min=179.3µs med=248.35µs max=12.34ms p(90)=277.67µs p(95)=288.52µs
iterations..................................: 453057 3775.435545/s
vus.........................................: 1 min=1 max=1
vus_max.....................................: 2 min=2 max=2
This PR contains the following updates:
0.5.0
->0.6.0
Release Notes
the-guild-org/shared-config (@theguild/tailwind-config)
### [`v0.6.0`](https://redirect.github.com/the-guild-org/shared-config/blob/HEAD/packages/tailwind-config/CHANGELOG.md#060) [Compare Source](https://redirect.github.com/the-guild-org/shared-config/compare/@theguild/tailwind-config@0.5.0...@theguild/tailwind-config@0.6.0) ##### Minor Changes - [`99b9452`](https://redirect.github.com/the-guild-org/shared-config/commit/99b9452): Add `@tailwindcss/container-queries` plugin as `dependency` - [`ed086a8`](https://redirect.github.com/the-guild-org/shared-config/commit/ed086a8): Invert dark: prefix selector - [`a3d8e2f`](https://redirect.github.com/the-guild-org/shared-config/commit/a3d8e2f): - use ESM config for `postcss` - use `postcss-lightningcss` instead of `autoprefixer` and `cssnano` - BREAKING CHANGE: require `peerDependencies` to be installed `postcss-import`, `postcss-lightningcss` and `tailwindcss` - update tailwindcss `content` property to include Next.js' `app` directory - add `type: "module"` in `package.json` ##### Patch Changes - [`a3d8e2f`](https://redirect.github.com/the-guild-org/shared-config/commit/a3d8e2f): dependencies updates: - Removed dependency [`autoprefixer@^10.4.19` ↗︎](https://www.npmjs.com/package/autoprefixer/v/10.4.19) (from `dependencies`) - Removed dependency [`cssnano@^7.0.0` ↗︎](https://www.npmjs.com/package/cssnano/v/7.0.0) (from `dependencies`) - Removed dependency [`postcss@^8.4.38` ↗︎](https://www.npmjs.com/package/postcss/v/8.4.38) (from `dependencies`) - Removed dependency [`postcss-import@^16.1.0` ↗︎](https://www.npmjs.com/package/postcss-import/v/16.1.0) (from `dependencies`) - Removed dependency [`tailwindcss@^3.4.3` ↗︎](https://www.npmjs.com/package/tailwindcss/v/3.4.3) (from `dependencies`) - Added dependency [`postcss-import@^16.1.0` ↗︎](https://www.npmjs.com/package/postcss-import/v/16.1.0) (to `peerDependencies`) - Added dependency [`postcss-lightningcss@^1.0.1` ↗︎](https://www.npmjs.com/package/postcss-lightningcss/v/1.0.1) (to `peerDependencies`) - Added dependency [`tailwindcss@^3.4.14` ↗︎](https://www.npmjs.com/package/tailwindcss/v/3.4.14) (to `peerDependencies`)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.