mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-03-06 14:40:37 +01:00
update deps
This commit is contained in:
parent
321a776a4e
commit
3decb108a3
@ -73,7 +73,7 @@ repos:
|
|||||||
|
|
||||||
# GitHub Actions etc. configuration validity checking
|
# GitHub Actions etc. configuration validity checking
|
||||||
- repo: https://github.com/python-jsonschema/check-jsonschema
|
- repo: https://github.com/python-jsonschema/check-jsonschema
|
||||||
rev: 0.31.1
|
rev: 0.31.2
|
||||||
hooks:
|
hooks:
|
||||||
#- id: check-jsonschema
|
#- id: check-jsonschema
|
||||||
- id: check-dependabot
|
- id: check-dependabot
|
||||||
|
10
package.json
vendored
10
package.json
vendored
@ -1,13 +1,13 @@
|
|||||||
{
|
{
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@aminda/global-prettier-config": "2025.7.1",
|
"@aminda/global-prettier-config": "2025.8.0",
|
||||||
"@prettier/plugin-ruby": "4.0.4",
|
"@prettier/plugin-ruby": "4.0.4",
|
||||||
"@prettier/plugin-xml": "3.4.1",
|
"@prettier/plugin-xml": "3.4.1",
|
||||||
"prettier": "3.5.1",
|
"prettier": "3.5.2",
|
||||||
"prettier-plugin-nginx": "1.0.3",
|
"prettier-plugin-nginx": "1.0.3",
|
||||||
"prettier-plugin-sh": "0.14.0",
|
"prettier-plugin-sh": "0.15.0",
|
||||||
"prettier-plugin-toml": "2.0.1"
|
"prettier-plugin-toml": "2.0.2"
|
||||||
},
|
},
|
||||||
"packageManager": "pnpm@10.3.0+sha512.ee592eda8815a8a293c206bb0917c4bb0ff274c50def7cbc17be05ec641fc2d1b02490ce660061356bd0d126a4d7eb2ec8830e6959fb8a447571c631d5a2442d",
|
"packageManager": "pnpm@10.4.1+sha512.c753b6c3ad7afa13af388fa6d808035a008e30ea9993f58c6663e2bc5ff21679aa834db094987129aa4d488b86df57f7b634981b2f827cdcacc698cc0cfb88af",
|
||||||
"prettier": "@aminda/global-prettier-config"
|
"prettier": "@aminda/global-prettier-config"
|
||||||
}
|
}
|
||||||
|
68
pnpm-lock.yaml
generated
vendored
68
pnpm-lock.yaml
generated
vendored
@ -8,8 +8,8 @@ importers:
|
|||||||
.:
|
.:
|
||||||
devDependencies:
|
devDependencies:
|
||||||
"@aminda/global-prettier-config":
|
"@aminda/global-prettier-config":
|
||||||
specifier: 2025.7.1
|
specifier: 2025.8.0
|
||||||
version: 2025.7.1
|
version: 2025.8.0
|
||||||
"@prettier/plugin-ruby":
|
"@prettier/plugin-ruby":
|
||||||
specifier: 4.0.4
|
specifier: 4.0.4
|
||||||
version: 4.0.4(prettier@3.5.1)
|
version: 4.0.4(prettier@3.5.1)
|
||||||
@ -30,10 +30,10 @@ importers:
|
|||||||
version: 2.0.1(prettier@3.5.1)
|
version: 2.0.1(prettier@3.5.1)
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
"@aminda/global-prettier-config@2025.7.1":
|
"@aminda/global-prettier-config@2025.8.0":
|
||||||
resolution:
|
resolution:
|
||||||
{
|
{
|
||||||
integrity: sha512-fTxXBUsillMfAigewcuhqHVBhn2Xr2mwCH41t9rY/p3FNKsX9DvRAWOROrkvnT9gyW86J9Aw/ZGGNwPeiq4PTQ==,
|
integrity: sha512-B5TaC6F9G9y1Yy3lZmAHSpBwueIVBcLZV0HK6f38TxEzNyI8Q0AFhUTK5zG4QLWfvDmm0KzbpJnxqgXgfJ5nIw==,
|
||||||
}
|
}
|
||||||
|
|
||||||
"@prettier/plugin-ruby@4.0.4":
|
"@prettier/plugin-ruby@4.0.4":
|
||||||
@ -97,6 +97,15 @@ packages:
|
|||||||
peerDependencies:
|
peerDependencies:
|
||||||
prettier: ^3.0.3
|
prettier: ^3.0.3
|
||||||
|
|
||||||
|
prettier-plugin-sh@0.15.0:
|
||||||
|
resolution:
|
||||||
|
{
|
||||||
|
integrity: sha512-U0PikJr/yr2bzzARl43qI0mApBj0C1xdAfA04AZa6LnvIKawXHhuy2fFo6LNA7weRzGlAiNbaEFfKMFo0nZr/A==,
|
||||||
|
}
|
||||||
|
engines: { node: ">=16.0.0" }
|
||||||
|
peerDependencies:
|
||||||
|
prettier: ^3.0.3
|
||||||
|
|
||||||
prettier-plugin-toml@2.0.1:
|
prettier-plugin-toml@2.0.1:
|
||||||
resolution:
|
resolution:
|
||||||
{
|
{
|
||||||
@ -106,6 +115,15 @@ packages:
|
|||||||
peerDependencies:
|
peerDependencies:
|
||||||
prettier: ^3.0.3
|
prettier: ^3.0.3
|
||||||
|
|
||||||
|
prettier-plugin-toml@2.0.2:
|
||||||
|
resolution:
|
||||||
|
{
|
||||||
|
integrity: sha512-tUIIhyfdVX5DMsLGKX/2qaEwi3W48OkUSR7XC91PRI5jFzhexmaYWkrSP1Xh/eWUcEc0TVMQenM3lB09xLQstQ==,
|
||||||
|
}
|
||||||
|
engines: { node: ">=16.0.0" }
|
||||||
|
peerDependencies:
|
||||||
|
prettier: ^3.0.3
|
||||||
|
|
||||||
prettier@3.5.1:
|
prettier@3.5.1:
|
||||||
resolution:
|
resolution:
|
||||||
{
|
{
|
||||||
@ -114,6 +132,14 @@ packages:
|
|||||||
engines: { node: ">=14" }
|
engines: { node: ">=14" }
|
||||||
hasBin: true
|
hasBin: true
|
||||||
|
|
||||||
|
prettier@3.5.2:
|
||||||
|
resolution:
|
||||||
|
{
|
||||||
|
integrity: sha512-lc6npv5PH7hVqozBR7lkBNOGXV9vMwROAPlumdBkX0wTbbzPu/U1hk5yL8p2pt4Xoc+2mkT8t/sow2YrV/M5qg==,
|
||||||
|
}
|
||||||
|
engines: { node: ">=14" }
|
||||||
|
hasBin: true
|
||||||
|
|
||||||
regexp-to-ast@0.5.0:
|
regexp-to-ast@0.5.0:
|
||||||
resolution:
|
resolution:
|
||||||
{
|
{
|
||||||
@ -134,24 +160,33 @@ packages:
|
|||||||
}
|
}
|
||||||
|
|
||||||
snapshots:
|
snapshots:
|
||||||
"@aminda/global-prettier-config@2025.7.1":
|
"@aminda/global-prettier-config@2025.8.0":
|
||||||
dependencies:
|
dependencies:
|
||||||
"@prettier/plugin-ruby": 4.0.4(prettier@3.5.1)
|
"@prettier/plugin-ruby": 4.0.4(prettier@3.5.2)
|
||||||
"@prettier/plugin-xml": 3.4.1(prettier@3.5.1)
|
"@prettier/plugin-xml": 3.4.1(prettier@3.5.2)
|
||||||
prettier: 3.5.1
|
prettier: 3.5.2
|
||||||
prettier-plugin-nginx: 1.0.3
|
prettier-plugin-nginx: 1.0.3
|
||||||
prettier-plugin-sh: 0.14.0(prettier@3.5.1)
|
prettier-plugin-sh: 0.15.0(prettier@3.5.2)
|
||||||
prettier-plugin-toml: 2.0.1(prettier@3.5.1)
|
prettier-plugin-toml: 2.0.2(prettier@3.5.2)
|
||||||
|
|
||||||
"@prettier/plugin-ruby@4.0.4(prettier@3.5.1)":
|
"@prettier/plugin-ruby@4.0.4(prettier@3.5.1)":
|
||||||
dependencies:
|
dependencies:
|
||||||
prettier: 3.5.1
|
prettier: 3.5.1
|
||||||
|
|
||||||
|
"@prettier/plugin-ruby@4.0.4(prettier@3.5.2)":
|
||||||
|
dependencies:
|
||||||
|
prettier: 3.5.2
|
||||||
|
|
||||||
"@prettier/plugin-xml@3.4.1(prettier@3.5.1)":
|
"@prettier/plugin-xml@3.4.1(prettier@3.5.1)":
|
||||||
dependencies:
|
dependencies:
|
||||||
"@xml-tools/parser": 1.0.11
|
"@xml-tools/parser": 1.0.11
|
||||||
prettier: 3.5.1
|
prettier: 3.5.1
|
||||||
|
|
||||||
|
"@prettier/plugin-xml@3.4.1(prettier@3.5.2)":
|
||||||
|
dependencies:
|
||||||
|
"@xml-tools/parser": 1.0.11
|
||||||
|
prettier: 3.5.2
|
||||||
|
|
||||||
"@taplo/core@0.1.1": {}
|
"@taplo/core@0.1.1": {}
|
||||||
|
|
||||||
"@taplo/lib@0.4.0-alpha.2":
|
"@taplo/lib@0.4.0-alpha.2":
|
||||||
@ -176,13 +211,26 @@ snapshots:
|
|||||||
prettier: 3.5.1
|
prettier: 3.5.1
|
||||||
sh-syntax: 0.4.2
|
sh-syntax: 0.4.2
|
||||||
|
|
||||||
|
prettier-plugin-sh@0.15.0(prettier@3.5.2):
|
||||||
|
dependencies:
|
||||||
|
mvdan-sh: 0.10.1
|
||||||
|
prettier: 3.5.2
|
||||||
|
sh-syntax: 0.4.2
|
||||||
|
|
||||||
prettier-plugin-toml@2.0.1(prettier@3.5.1):
|
prettier-plugin-toml@2.0.1(prettier@3.5.1):
|
||||||
dependencies:
|
dependencies:
|
||||||
"@taplo/lib": 0.4.0-alpha.2
|
"@taplo/lib": 0.4.0-alpha.2
|
||||||
prettier: 3.5.1
|
prettier: 3.5.1
|
||||||
|
|
||||||
|
prettier-plugin-toml@2.0.2(prettier@3.5.2):
|
||||||
|
dependencies:
|
||||||
|
"@taplo/lib": 0.4.0-alpha.2
|
||||||
|
prettier: 3.5.2
|
||||||
|
|
||||||
prettier@3.5.1: {}
|
prettier@3.5.1: {}
|
||||||
|
|
||||||
|
prettier@3.5.2: {}
|
||||||
|
|
||||||
regexp-to-ast@0.5.0: {}
|
regexp-to-ast@0.5.0: {}
|
||||||
|
|
||||||
sh-syntax@0.4.2:
|
sh-syntax@0.4.2:
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 54ed9e4da94e7ea566a0322afc60b750c8544eaa
|
Subproject commit 38b8ed1dd67bd25ef4180140492810cf050ef501
|
@ -1 +1 @@
|
|||||||
Subproject commit 50fbaa0e91b3ff33be036f5696022ca8a03245ac
|
Subproject commit 344aecee4d39b6b3deb11670e1b2880c13225d64
|
Loading…
x
Reference in New Issue
Block a user