mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2026-06-10 02:09:28 +02:00
update deps
This commit is contained in:
parent
02ba189e1e
commit
cc24f31011
8
.pre-commit-config.yaml
vendored
8
.pre-commit-config.yaml
vendored
@ -45,26 +45,26 @@ repos:
|
||||
- id: check-pre-commit-ci-config
|
||||
|
||||
- repo: https://github.com/thlorenz/doctoc
|
||||
rev: v2.3.0
|
||||
rev: v2.4.1
|
||||
hooks:
|
||||
- id: doctoc
|
||||
# https://github.com/Mikaela/gist/blob/master/doctoc.txt
|
||||
args: [--update-only]
|
||||
|
||||
- repo: https://github.com/pre-commit/mirrors-mypy
|
||||
rev: "v1.19.1"
|
||||
rev: "v2.1.0"
|
||||
hooks:
|
||||
- id: mypy
|
||||
additional_dependencies: [types-tabulate]
|
||||
|
||||
- repo: https://github.com/pycqa/isort
|
||||
rev: 8.0.1
|
||||
rev: 9.0.0a3
|
||||
hooks:
|
||||
- id: isort
|
||||
name: isort (python)
|
||||
|
||||
- repo: https://github.com/psf/black
|
||||
rev: 26.3.1
|
||||
rev: 26.5.1
|
||||
hooks:
|
||||
- id: black
|
||||
|
||||
|
||||
@ -1 +1 @@
|
||||
4.0.1
|
||||
4.0.5
|
||||
|
||||
@ -7,8 +7,10 @@ GEM
|
||||
tilt
|
||||
logger (1.7.0)
|
||||
prettier_print (1.2.1)
|
||||
rbs (3.10.3)
|
||||
prism (1.9.0)
|
||||
rbs (4.0.2)
|
||||
logger
|
||||
prism (>= 1.6.0)
|
||||
tsort
|
||||
syntax_tree (6.3.0)
|
||||
prettier_print (>= 1.2.0)
|
||||
@ -36,7 +38,7 @@ DEPENDENCIES
|
||||
syntax_tree-rbs
|
||||
|
||||
RUBY VERSION
|
||||
ruby 4.0.1
|
||||
ruby 4.0.5
|
||||
|
||||
BUNDLED WITH
|
||||
4.0.3
|
||||
4.0.11
|
||||
|
||||
@ -9,6 +9,6 @@
|
||||
"prettier-plugin-sh": "0.18.0",
|
||||
"prettier-plugin-toml": "2.0.6"
|
||||
},
|
||||
"packageManager": "pnpm@10.32.1+sha512.a706938f0e89ac1456b6563eab4edf1d1faf3368d1191fc5c59790e96dc918e4456ab2e67d613de1043d2e8c81f87303e6b40d4ffeca9df15ef1ad567348f2be",
|
||||
"packageManager": "pnpm@11.5.2+sha512.71c631e382066efc25625d5cf029075de07b61b37f6e27350fbd84b1bda5864c8c1967adc280776b45c30a715c0359a3be08fef42d5bb09e2b99029979692916",
|
||||
"prettier": "@aminda/global-prettier-config"
|
||||
}
|
||||
|
||||
12
pnpm-lock.yaml
generated
vendored
12
pnpm-lock.yaml
generated
vendored
@ -18,7 +18,7 @@ importers:
|
||||
version: 3.4.2(prettier@3.8.1)
|
||||
corepack:
|
||||
specifier: latest
|
||||
version: 0.34.6
|
||||
version: 0.35.0
|
||||
prettier:
|
||||
specifier: 3.8.1
|
||||
version: 3.8.1
|
||||
@ -86,12 +86,12 @@ packages:
|
||||
integrity: sha512-wy3mC1x4ye+O+QkEinVJkPf5u2vsrDIYW9G7ZuwFl6v/Yu0LwUuT2POsb+NUWApebyxfkQq6+yDfRExbnI5rcw==,
|
||||
}
|
||||
|
||||
corepack@0.34.6:
|
||||
corepack@0.35.0:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-gvylq9kzJB09mSsiOnKOnhg0YdCWNy2aGaeGbYF4HlyGd/v4moxEonQjJPYI45/K4zP7q1hW9qCVvaYYKK5nkA==,
|
||||
integrity: sha512-9BuIGHDFE7Zieor1CeRsvt7X7AJFEuJ6OnbSbsVprq83ChDFoBh1wP98NeUS9FT3ZwlzFllPElXcz/OiDf0YGw==,
|
||||
}
|
||||
engines: { node: ^20.10.0 || ^22.11.0 || >=24.0.0 }
|
||||
engines: { node: ^22.22.2 || ^24.15.0 || >=26.0.0 }
|
||||
hasBin: true
|
||||
|
||||
prettier-plugin-nginx@1.0.3:
|
||||
@ -150,7 +150,7 @@ snapshots:
|
||||
dependencies:
|
||||
"@prettier/plugin-ruby": 4.0.4(prettier@3.8.1)
|
||||
"@prettier/plugin-xml": 3.4.2(prettier@3.8.1)
|
||||
corepack: 0.34.6
|
||||
corepack: 0.35.0
|
||||
prettier: 3.8.1
|
||||
prettier-plugin-nginx: 1.0.3
|
||||
prettier-plugin-sh: 0.18.0(prettier@3.8.1)
|
||||
@ -181,7 +181,7 @@ snapshots:
|
||||
dependencies:
|
||||
regexp-to-ast: 0.5.0
|
||||
|
||||
corepack@0.34.6: {}
|
||||
corepack@0.35.0: {}
|
||||
|
||||
prettier-plugin-nginx@1.0.3: {}
|
||||
|
||||
|
||||
@ -1 +1 @@
|
||||
Subproject commit d0476c545baf6b87b1b6d0a72e959c426a945929
|
||||
Subproject commit 5719b0048a35b0c03d65601d2295937b2921348a
|
||||
@ -1 +1 @@
|
||||
Subproject commit 13396fb711ae3f0855021cbeeb02815f01876cf4
|
||||
Subproject commit 5a4c168f1b4376704de2442d796cd2dd63abe244
|
||||
Loading…
x
Reference in New Issue
Block a user