| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-03-24 | [mod] drop support for Python releases older than 4 years (#5895) | Markus Heiser | |
| The end-of-life (EOL) of a Python release is reached after 5 years, with the last three years dedicated to security fixes. [1] Unfortunately, this doesn't apply to common libraries (dependencies): bug fixes are often only included in major releases, and minor releases with corresponding security fixes are rarely offered. To make matters worse, these dependencies often prematurely discontinue their support for older Python releases (because, for example, they want/need to use new Python features). If we want to offer secure software, we are faced with the dilemma of either supporting old Python releases and accepting that there are security bugs in the dependencies, or ending support for older Python versions before the actual EOL of the Python release. [1] https://devguide.python.org/versions/ Closes: https://github.com/searxng/searxng/issues/5869 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2025-12-12 | [upd] web-client (simple): Bump @types/node in /client/simple | dependabot[bot] | |
| Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 24.10.1 to 25.0.1. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 25.0.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> | |||
| 2025-09-27 | [mod] pin external developer tools (mise en place) (#5253) | Markus Heiser | |
| Mise en place config [1] does no longer support ``.tool-versions`` compatibility syntax, migrate to TOML ``mise.toml``. In ``utils/lib_sxng_node.sh`` the node version was not updated, update to 24.3.0 (compare ``mise.toml``). [1] https://mise.jdx.dev/configuration.html Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
