update dependencies

This commit is contained in:
Aminda Suomalainen 2024-07-14 20:54:37 +03:00
parent 4803ccd92f
commit e4028761cb
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
9 changed files with 9 additions and 37 deletions

4
.gitignore vendored
View File

@ -4,7 +4,6 @@
*_original *_original
browsers browsers
node_modules node_modules
pnpm-lock.yaml
# ---> TeX # ---> TeX
## Core latex/pdflatex auxiliary files: ## Core latex/pdflatex auxiliary files:
@ -44,9 +43,6 @@ pnpm-lock.yaml
## Build tool auxiliary files: ## Build tool auxiliary files:
*.fdb_latexmk *.fdb_latexmk
*.synctex* *.synctex*
#*.synctex(busy)
#*.synctex.gz
#*.synctex.gz(busy)
*.pdfsync *.pdfsync
## Build tool directories for auxiliary files ## Build tool directories for auxiliary files

View File

@ -7,7 +7,7 @@ ci:
# the frequency of unnecessary PRs. # the frequency of unnecessary PRs.
# https://github.com/pre-commit-ci/issues/issues/83 # https://github.com/pre-commit-ci/issues/issues/83
autoupdate_schedule: quarterly autoupdate_schedule: quarterly
skip: [latexmk, exiftool, install-dev-deps, prettier] skip: [latexmk, exiftool, prettier]
repos: repos:
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks
@ -62,7 +62,7 @@ repos:
args: [--update-only, --notitle] args: [--update-only, --notitle]
- repo: https://github.com/python-jsonschema/check-jsonschema - repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.28.6 rev: 0.29.0
hooks: hooks:
#- id: check-dependabot #- id: check-dependabot
#- id: check-github-actions #- id: check-github-actions
@ -71,16 +71,9 @@ repos:
- repo: local - repo: local
hooks: 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 - id: prettier
name: prettier name: prettier
entry: corepack pnpm exec prettier --cache --ignore-unknown --write entry: corepack pnpx prettier --cache --ignore-unknown --write
language: system language: system
exclude_types: [json] exclude_types: [json]
- id: latexmk - id: latexmk

View File

@ -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
View File

@ -37,10 +37,7 @@ mikrotik-config.tex
## Build tool auxiliary files: ## Build tool auxiliary files:
*.fdb_latexmk *.fdb_latexmk
*.synctex *.synctex*
*.synctex(busy)
*.synctex.gz
*.synctex.gz(busy)
*.pdfsync *.pdfsync
## Build tool directories for auxiliary files ## Build tool directories for auxiliary files

@ -1 +1 @@
Subproject commit 2aceb703b9af8ffad1e7d55a01ba73a8fb6cbbb2 Subproject commit 0ba40d03c62783aa6733530aad2e441c323f3255

@ -1 +1 @@
Subproject commit 1c117a4df96265f6e8f3e0154538a8b8689d87bc Subproject commit c73827344596d2a42eb37ad3b81e891c1c15947a

View File

@ -1,9 +1,6 @@
{ {
"devDependencies": { "devDependencies": {
"@prettier/plugin-xml": "3.4.1", "@aminda/global-prettier-config": "2024.28.4"
"prettier": "3.3.2",
"prettier-plugin-sh": "0.14.0",
"prettier-plugin-toml": "2.0.1"
}, },
"packageManager": "pnpm@9.5.0+sha512.140036830124618d624a2187b50d04289d5a087f326c9edfc0ccd733d76c4f52c3a313d4fc148794a2a9d81553016004e6742e8cf850670268a7387fc220c903" "packageManager": "pnpm@9.5.0+sha512.140036830124618d624a2187b50d04289d5a087f326c9edfc0ccd733d76c4f52c3a313d4fc148794a2a9d81553016004e6742e8cf850670268a7387fc220c903"
} }

@ -1 +1 @@
Subproject commit 2c186dc7f0834808e42afe7782078233cb1f300d Subproject commit 375c8069a2b021fd3b0623ba5db4aff8a9437146

@ -1 +1 @@
Subproject commit e06855373c4af1c7d77f3de1265adcaa8a6f8409 Subproject commit 5ac2ad0f6116d04c5350685da811fa8399c33cbb