mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-25 11:22:16 +00:00
Update JS dependencies and eslint (#22190)
- Update all JS dependencies to latest version - Enable unicorn/prefer-node-protocol and autofix issues - Regenerate SVGs - Add some comments to eslint rules - Tested build, Mermaid and Katex rendering
This commit is contained in:
parent
495b8b3635
commit
e767b3372a
14 changed files with 1514 additions and 1282 deletions
|
@ -1,7 +1,7 @@
|
|||
import {defineConfig} from 'vitest/dist/config.js';
|
||||
import {readFile} from 'fs/promises';
|
||||
import {readFile} from 'node:fs/promises';
|
||||
import {dataToEsm} from '@rollup/pluginutils';
|
||||
import {extname} from 'path';
|
||||
import {extname} from 'node:path';
|
||||
|
||||
function stringPlugin() {
|
||||
return {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue