mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2024-11-21 10:49:22 +01:00
update dependencies
This commit is contained in:
parent
4803ccd92f
commit
e4028761cb
4
.gitignore
vendored
4
.gitignore
vendored
@ -4,7 +4,6 @@
|
||||
*_original
|
||||
browsers
|
||||
node_modules
|
||||
pnpm-lock.yaml
|
||||
|
||||
# ---> TeX
|
||||
## Core latex/pdflatex auxiliary files:
|
||||
@ -44,9 +43,6 @@ pnpm-lock.yaml
|
||||
## Build tool auxiliary files:
|
||||
*.fdb_latexmk
|
||||
*.synctex*
|
||||
#*.synctex(busy)
|
||||
#*.synctex.gz
|
||||
#*.synctex.gz(busy)
|
||||
*.pdfsync
|
||||
|
||||
## Build tool directories for auxiliary files
|
||||
|
@ -7,7 +7,7 @@ ci:
|
||||
# the frequency of unnecessary PRs.
|
||||
# https://github.com/pre-commit-ci/issues/issues/83
|
||||
autoupdate_schedule: quarterly
|
||||
skip: [latexmk, exiftool, install-dev-deps, prettier]
|
||||
skip: [latexmk, exiftool, prettier]
|
||||
|
||||
repos:
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
@ -62,7 +62,7 @@ repos:
|
||||
args: [--update-only, --notitle]
|
||||
|
||||
- repo: https://github.com/python-jsonschema/check-jsonschema
|
||||
rev: 0.28.6
|
||||
rev: 0.29.0
|
||||
hooks:
|
||||
#- id: check-dependabot
|
||||
#- id: check-github-actions
|
||||
@ -71,16 +71,9 @@ repos:
|
||||
|
||||
- repo: local
|
||||
hooks:
|
||||
- id: install-dev-deps
|
||||
name: Install pnpm dev dependencies
|
||||
entry: corepack pnpm install -D
|
||||
language: system
|
||||
always_run: true
|
||||
verbose: true
|
||||
pass_filenames: false
|
||||
- id: prettier
|
||||
name: prettier
|
||||
entry: corepack pnpm exec prettier --cache --ignore-unknown --write
|
||||
entry: corepack pnpx prettier --cache --ignore-unknown --write
|
||||
language: system
|
||||
exclude_types: [json]
|
||||
- id: latexmk
|
||||
|
11
.prettierrc
11
.prettierrc
@ -1,11 +0,0 @@
|
||||
{
|
||||
"insertPragma": true,
|
||||
"proseWrap": "always",
|
||||
"singleAttributePerLine": true,
|
||||
"plugins": [
|
||||
"@prettier/plugin-xml",
|
||||
"prettier-plugin-toml",
|
||||
"prettier-plugin-sh"
|
||||
],
|
||||
"overrides": [{ "files": ".prettierrc", "options": { "parser": "json" } }]
|
||||
}
|
5
LaTeX/.gitignore
vendored
5
LaTeX/.gitignore
vendored
@ -37,10 +37,7 @@ mikrotik-config.tex
|
||||
|
||||
## Build tool auxiliary files:
|
||||
*.fdb_latexmk
|
||||
*.synctex
|
||||
*.synctex(busy)
|
||||
*.synctex.gz
|
||||
*.synctex.gz(busy)
|
||||
*.synctex*
|
||||
*.pdfsync
|
||||
|
||||
## Build tool directories for auxiliary files
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 2aceb703b9af8ffad1e7d55a01ba73a8fb6cbbb2
|
||||
Subproject commit 0ba40d03c62783aa6733530aad2e441c323f3255
|
@ -1 +1 @@
|
||||
Subproject commit 1c117a4df96265f6e8f3e0154538a8b8689d87bc
|
||||
Subproject commit c73827344596d2a42eb37ad3b81e891c1c15947a
|
@ -1,9 +1,6 @@
|
||||
{
|
||||
"devDependencies": {
|
||||
"@prettier/plugin-xml": "3.4.1",
|
||||
"prettier": "3.3.2",
|
||||
"prettier-plugin-sh": "0.14.0",
|
||||
"prettier-plugin-toml": "2.0.1"
|
||||
"@aminda/global-prettier-config": "2024.28.4"
|
||||
},
|
||||
"packageManager": "pnpm@9.5.0+sha512.140036830124618d624a2187b50d04289d5a087f326c9edfc0ccd733d76c4f52c3a313d4fc148794a2a9d81553016004e6742e8cf850670268a7387fc220c903"
|
||||
}
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 2c186dc7f0834808e42afe7782078233cb1f300d
|
||||
Subproject commit 375c8069a2b021fd3b0623ba5db4aff8a9437146
|
@ -1 +1 @@
|
||||
Subproject commit e06855373c4af1c7d77f3de1265adcaa8a6f8409
|
||||
Subproject commit 5ac2ad0f6116d04c5350685da811fa8399c33cbb
|
Loading…
Reference in New Issue
Block a user