aboutsummaryrefslogtreecommitdiffstats
path: root/updates.config.js
Commit message (Collapse)AuthorAgeFilesLines
* Update JS and PY deps, misc tweaks (#33903)silverwind9 days1-0/+3
| | | | | | | | | - Update all updateable dependencies - Add a few more unupgradable ones to updates blocklist - Adapt to breaking changes - Update to typescript 5.8, enable `erasableSyntaxOnly` which necessitated a change because of forbidden syntax - Misc cleanups - Tested htmx, easymde, swagger, chart.js
* Update JS and PY dependencies (#33249)silverwind2025-01-161-0/+1
| | | | | | - Update all JS and PY dependencies - Tested affected dependencies - Disabled `async-preventdefault` lint rule because it brought up new false-positives.
* Update JS dependencies (#31120)silverwind2024-05-281-0/+1
| | | | | | | - Add `eslint-plugin-no-use-extend-native` to exclude list because it requires flat config - Exclude `@github/text-expander-element` because new version has broken positioning - Tested mermaid, monaco, swagger, chartjs
* Update JS and PY deps, lock eslint and related plugins (#30452)silverwind2024-04-131-0/+2
| | | | | | | | Update all JS dependencies and lock eslint and flat-only plugins. There is at least the blocker https://github.com/SonarSource/eslint-plugin-sonarjs/issues/454 preventing us from upgrading to eslint 9. Tested API spec, charts and absolute dates.
* Configure pinned JS dependencies via updates.config.js (#29696)silverwind2024-03-131-0/+6
Split out from https://github.com/go-gitea/gitea/pull/29684. This configures the [`updates`](https://github.com/silverwind/updates) module to exclude these modules for reasons stated in the comments.