summaryrefslogtreecommitdiffstats
path: root/poetry.lock (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update dependency djlint to v1.36.4 (forgejo) (#6365)Renovate Bot2024-12-251-24/+36
| | | | | Co-authored-by: Renovate Bot <forgejo-renovate-action@forgejo.org> Co-committed-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
* Lock file maintenanceRenovate Bot2024-12-231-9/+10
|
* Lock file maintenanceRenovate Bot2024-12-041-6/+36
|
* Update dependency djlint to v1.36.3 (forgejo) (#6108)Renovate Bot2024-12-011-24/+24
| | | | | Co-authored-by: Renovate Bot <forgejo-renovate-action@forgejo.org> Co-committed-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
* Lock file maintenanceRenovate Bot2024-11-251-4/+4
|
* Lock file maintenanceRenovate Bot2024-11-181-105/+109
|
* Update dependency djlint to v1.36.0Renovate Bot2024-11-061-60/+24
|
* Lock file maintenance (forgejo) (#5804)Renovate Bot2024-11-041-3/+3
| | | | | | | Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/5804 Reviewed-by: Michael Kriese <michael.kriese@gmx.de> Co-authored-by: Renovate Bot <forgejo-renovate-action@forgejo.org> Co-committed-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
* Update dependency djlint to v1.35.4Renovate Bot2024-11-021-4/+36
|
* Update dependency djlint to v1.35.3Renovate Bot2024-10-311-8/+8
|
* Lock file maintenanceRenovate Bot2024-10-211-4/+4
|
* Lock file maintenanceRenovate Bot2024-09-251-95/+96
|
* Update dependency djlint to v1.35.2Renovate Bot2024-08-301-17/+17
|
* Update dependency djlint to v1.34.2Renovate Bot2024-08-291-5/+5
|
* Lock file maintenanceRenovate Bot2024-08-121-53/+55
|
* Lock file maintenanceRenovate Bot2024-08-051-3/+3
|
* Lock file maintenanceRenovate Bot2024-07-011-3/+3
|
* Update dependency codespell to v2.3.0Renovate Bot2024-05-251-3/+3
|
* Upgrade `tqdm` dependency (#30996)silverwind2024-05-191-4/+4
| | | | | | | Result of `make update-py` Fixes: https://github.com/go-gitea/gitea/security/dependabot/65 (cherry picked from commit a73e3c6a696029541ebd423f4eb2fec1ba151f79)
* Add codespell support and fix a good number of typos with its help (#3270)Yaroslav Halchenko2024-05-091-1/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | More about codespell: https://github.com/codespell-project/codespell . I personally introduced it to dozens if not hundreds of projects already and so far only positive feedback. ``` ❯ grep lint-spell Makefile @echo " - lint-spell lint spelling" @echo " - lint-spell-fix lint spelling and fix issues" lint: lint-frontend lint-backend lint-spell lint-fix: lint-frontend-fix lint-backend-fix lint-spell-fix .PHONY: lint-spell lint-spell: lint-codespell .PHONY: lint-spell-fix lint-spell-fix: lint-codespell-fix ❯ git grep lint- -- .forgejo/ .forgejo/workflows/testing.yml: - run: make --always-make -j$(nproc) lint-backend checks-backend # ensure the "go-licenses" make target runs .forgejo/workflows/testing.yml: - run: make lint-frontend ``` so how would you like me to invoke `lint-codespell` on CI? (without that would be IMHO very suboptimal and let typos sneak in) Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/3270 Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org> Co-authored-by: Yaroslav Halchenko <debian@onerussian.com> Co-committed-by: Yaroslav Halchenko <debian@onerussian.com>
* Update JS any PY dependencies, remove workarounds (#30085)silverwind2024-03-301-6/+3
| | | | | | | | | | | - Update dependencies via `make update-js update-py svg` - Remove `postcss` workaround - https://github.com/postcss/postcss/issues/1914 - Remove `happy-dom` workaround - https://github.com/capricorn86/happy-dom/pull/1365. - Tested Katex and Asciinema (cherry picked from commit c1ac72150885b327f56ea61273e27b16d6da5435)
* Update js and py dependencies, bump python (#29561)silverwind2024-03-061-20/+19
| | | | | | | | | | | | | | - Update js and py dependencies excluding `@mcaptcha/vanilla-glue`, `eslint-plugin-array-func` - Update stylelint config - Require python 3.10 and use 3.12 on CI, bump setup-python as well - Tested markdown toolbar, charts, clipboard, swagger ui, vue (cherry picked from commit efa631aeead094267d46ea8f86e6d568f0c731e4) Conflicts: .github/workflows/pull-compliance.yml does not existin in Forgejo
* Update JS and PY dependencies (#29184)silverwind2024-02-171-4/+4
| | | | | | | | - Update all excluding `@mcaptcha/vanilla-glue` and `eslint-plugin-array-func` - Tested pdf, chart.js, swagger (cherry picked from commit 8f9c9d3a5fa185f4a61f71e49f15b6d5e611b44a)
* Update JS and PY dependencies (#29127)silverwind2024-02-141-4/+4
| | | | | | | | | - Update all excluding `@mcaptcha/vanilla-glue` and `eslint-plugin-array-func` - Remove deprecated and duplicate eslint rule - Tested Monaco, Mermaid and Swagger (cherry picked from commit 4fe37124e9ad5395b734662a7e8ab7b0025c38a3)
* Update JS and PY dependencies, build for `es2020` browsers (#28977)silverwind2024-02-021-98/+103
| | | | | | | | | - Update all JS dependencies minus @mcaptcha/vanilla-glue - Fix new lint errors - Regenerate SVGs - Switch to maintained stylelint stylistic plugin - Tested Mermaid, Citation, Swagger, sorting - Raise ESBuild target to `es2020` as dictated by `pretty-ms` dependency.
* Update JS and PY dependencies (#28120)silverwind2023-11-201-10/+20
| | | | | | | | - Update all JS and PY dependencies minus `@mcaptcha/vanilla-glue` - Adapt to eslint rule rename - Regenerate all SVGs because of [new optimizations](https://github.com/svg/svgo/releases/tag/v3.0.4) from svgo. - Tested mentions, mermaid, vue, api docs
* Update JS dependencies (#27922)silverwind2023-11-061-1/+1
| | | | | | | | - Update all JS dependencies minus @mcaptcha/vanilla-glue (unsolved error, see https://github.com/mCaptcha/glue/issues/65) - Migrate deprecated eslint rules to `@stylistic/eslint-plugin-js` - Enable and autofix `@stylistic/js/no-multiple-empty-lines` - Regenerate poetry.lock with latest poetry - Tested Mermaid, Swagger, Citation, Vue
* Update JS and PY dependencies (#27501)silverwind2023-10-081-90/+90
| | | | | | | | | | | | | - Update all JS and PY dependencies - Enable eslint `prefer-object-has-own` and autofix issue - Fix styling on citation buttons - Tested citation, mermaid, monaco, swagger, katex Citation button issue was that these buttons were not filled: <img width="136" alt="Screenshot 2023-10-07 at 14 05 08" src="https://github.com/go-gitea/gitea/assets/115237/435f0c91-28ac-46b3-bae4-dad768b29c05"> Co-authored-by: techknowlogick <techknowlogick@gitea.com>
* Update JS and Poetry dependencies and eslint (#27200)silverwind2023-09-221-14/+4
| | | | | | | - Update all JS and Poetry dependencies - Remove deprecated `eslint-plugin-custom-elements` and replace it with rules from `eslint-plugin-wc` - Add a convenience `make update` to update both js and py dependencies - Tested markdown toolbar, swagger and citation
* Lock yamllint and update indirect python deps (#26979)silverwind2023-09-081-97/+107
| | | | I forgot to lock `yamllint` to exact version, so did that and regenerated `poetry.lock` as well.
* Add `yamllint` (#26965)silverwind2023-09-081-2/+20
| | | | | | | | | So that https://github.com/go-gitea/gitea/pull/26964 does not happen again. Merge this after that PR. Config is based on [node's](https://github.com/nodejs/node/blob/main/.yamllint.yaml). --------- Co-authored-by: techknowlogick <techknowlogick@gitea.com>
* Update js and py dependencies (#26243)silverwind2023-07-311-11/+11
| | | | | | | | - Update all JS and PY dependencies minus `eslint-plugin-eslint-comments` (because of https://github.com/eslint-community/eslint-plugin-eslint-comments/issues/89) - Regenerate SVGs - Remove depreacted eslint rule - Tested mermaid and swagger
* Update djlint, enable H026 and T027 (#25980)silverwind2023-07-191-48/+48
| | | | | | | | | | | New rules enabled as the bugs I reported were fixed: - H026 | Empty id and class tags can be removed. - T027 | Unclosed string found in template syntax. Refs: https://github.com/Riverside-Healthcare/djLint/issues/711 https://github.com/Riverside-Healthcare/djLint/issues/712
* Add `make poetry-update`, upgrade `djlint` (#25399)silverwind2023-06-261-4/+4
| | | | | | [updates](https://github.com/silverwind/updates) now supports poetry as well so we can use it for a new `make poetry-update` to update all poetry dependencies.
* Add template linting via djlint (#25212)silverwind2023-06-141-0/+331
So I found this [linter](https://github.com/Riverside-Healthcare/djlint) which features a mode for go templates, so I gave it a try and it did find a number of valid issue, like unbalanced tags etc. It also has a number of bugs, I had to disable/workaround many issues. Given that this linter is written in python, this does add a dependency on `python` >= 3.8 and `poetry` to the development environment to be able to run this linter locally. - `e.g.` prefixes on placeholders are removed because the linter had a false-positive on `placeholder="e.g. cn=Search"` for the `attr=value` syntax and it's not ideal anyways to write `e.g.` into a placeholder because a placeholder is meant to hold a sample value. - In `templates/repo/settings/options.tmpl` I simplified the logic to not conditionally create opening tags without closing tags because this stuff confuses the linter (and possibly the reader as well).