Commit 183ee6e
authored
fix(deps): update website (#4829)
This PR contains the following updates:
| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [css-loader](https://redirect.github.com/webpack/css-loader) |
[`7.1.3` →
`7.1.4`](https://renovatebot.com/diffs/npm/css-loader/7.1.3/7.1.4) |

|

|
| [gunicorn](https://redirect.github.com/benoitc/gunicorn)
([changelog](https://gunicorn.org/news/)) | `==25.0.3` → `==25.1.0` |

|

|
| [webpack](https://redirect.github.com/webpack/webpack) | [`5.105.1` →
`5.105.2`](https://renovatebot.com/diffs/npm/webpack/5.105.1/5.105.2) |

|

|
---
### Release Notes
<details>
<summary>webpack/css-loader (css-loader)</summary>
###
[`v7.1.4`](https://redirect.github.com/webpack/css-loader/blob/HEAD/CHANGELOG.md#714-2026-02-16)
[Compare
Source](https://redirect.github.com/webpack/css-loader/compare/v7.1.3...v7.1.4)
</details>
<details>
<summary>benoitc/gunicorn (gunicorn)</summary>
###
[`v25.1.0`](https://redirect.github.com/benoitc/gunicorn/releases/tag/25.1.0):
Gunicorn 25.1.0
[Compare
Source](https://redirect.github.com/benoitc/gunicorn/compare/25.0.3...25.1.0)
##### New Features
- **Control Interface (gunicornc)**: Add interactive control interface
for managing
running Gunicorn instances, similar to birdc for BIRD routing daemon
([PR
#​3505](https://redirect.github.com/benoitc/gunicorn/pull/3505))
- Unix socket-based communication with JSON protocol
- Interactive mode with readline support and command history
- Commands: `show all/workers/dirty/config/stats/listeners`
- Worker management: `worker add/remove/kill`, `dirty add/remove`
- Server control: `reload`, `reopen`, `shutdown`
- New settings: `--control-socket`, `--control-socket-mode`,
`--no-control-socket`
- New CLI tool: `gunicornc` for connecting to control socket
- See [Control Interface Guide](https://gunicorn.org/guides/gunicornc/)
for details
- **Dirty Stash**: Add global shared state between workers via
`dirty.stash`
([PR
#​3503](https://redirect.github.com/benoitc/gunicorn/pull/3503))
- In-memory key-value store accessible by all workers
- Supports get, set, delete, clear, keys, and has operations
- Useful for sharing state like feature flags, rate limits, or cached
data
- **Dirty Binary Protocol**: Implement efficient binary protocol for
dirty arbiter IPC
using TLV (Type-Length-Value) encoding
([PR
#​3500](https://redirect.github.com/benoitc/gunicorn/pull/3500))
- More efficient than JSON for binary data
- Supports all Python types: str, bytes, int, float, bool, None, list,
dict
- Better performance for large payloads
- **Dirty TTIN/TTOU Signals**: Add dynamic worker scaling for dirty
arbiters
([PR
#​3504](https://redirect.github.com/benoitc/gunicorn/pull/3504))
- Send SIGTTIN to increase dirty workers
- Send SIGTTOU to decrease dirty workers
- Respects minimum worker constraints from app configurations
##### Changes
- **ASGI Worker**: Promoted from beta to stable
- **Dirty Arbiters**: Now marked as beta feature
##### Documentation
- Fix Markdown formatting in /configure documentation
</details>
<details>
<summary>webpack/webpack (webpack)</summary>
###
[`v5.105.2`](https://redirect.github.com/webpack/webpack/blob/HEAD/CHANGELOG.md#51052)
[Compare
Source](https://redirect.github.com/webpack/webpack/compare/v5.105.1...v5.105.2)
##### Patch Changes
- Fixed `WebpackPluginInstance` type regression. (by
[@​alexander-akait](https://redirect.github.com/alexander-akait)
in
[#​20440](https://redirect.github.com/webpack/webpack/pull/20440))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "before 6am on wednesday" in timezone
Australia/Sydney, Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/google/osv.dev).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMi4wIiwidXBkYXRlZEluVmVyIjoiNDMuMjIuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->1 parent 33489c7 commit 183ee6e
2 files changed
Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments