mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-12-22 10:58:06 +01:00
update dependencies
This commit is contained in:
parent
2f4e1a3fb3
commit
2e8e74505e
@ -72,7 +72,7 @@ repos:
|
||||
|
||||
# GitHub Actions etc. configuration validity checking
|
||||
- repo: https://github.com/python-jsonschema/check-jsonschema
|
||||
rev: 0.34.1
|
||||
rev: 0.35.0
|
||||
hooks:
|
||||
#- id: check-jsonschema
|
||||
- id: check-dependabot
|
||||
@ -106,7 +106,7 @@ repos:
|
||||
|
||||
# .editorconfig validity checking
|
||||
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
|
||||
rev: "3.4.1"
|
||||
rev: "3.6.0"
|
||||
hooks:
|
||||
- id: editorconfig-checker
|
||||
alias: ec
|
||||
|
||||
2
package.json
vendored
2
package.json
vendored
@ -9,6 +9,6 @@
|
||||
"prettier-plugin-sh": "0.18.0",
|
||||
"prettier-plugin-toml": "2.0.6"
|
||||
},
|
||||
"packageManager": "pnpm@10.20.0+sha512.cf9998222162dd85864d0a8102e7892e7ba4ceadebbf5a31f9c2fce48dfce317a9c53b9f6464d1ef9042cba2e02ae02a9f7c143a2b438cd93c91840f0192b9dd",
|
||||
"packageManager": "pnpm@10.25.0+sha512.5e82639027af37cf832061bcc6d639c219634488e0f2baebe785028a793de7b525ffcd3f7ff574f5e9860654e098fe852ba8ac5dd5cefe1767d23a020a92f501",
|
||||
"prettier": "@aminda/global-prettier-config"
|
||||
}
|
||||
|
||||
58
pnpm-lock.yaml
generated
vendored
58
pnpm-lock.yaml
generated
vendored
@ -9,7 +9,7 @@ importers:
|
||||
devDependencies:
|
||||
"@aminda/global-prettier-config":
|
||||
specifier: latest
|
||||
version: 2025.28.0
|
||||
version: 2025.48.0
|
||||
"@prettier/plugin-ruby":
|
||||
specifier: 4.0.4
|
||||
version: 4.0.4(prettier@3.6.2)
|
||||
@ -18,7 +18,7 @@ importers:
|
||||
version: 3.4.2(prettier@3.6.2)
|
||||
corepack:
|
||||
specifier: latest
|
||||
version: 0.34.2
|
||||
version: 0.34.5
|
||||
prettier:
|
||||
specifier: 3.6.2
|
||||
version: 3.6.2
|
||||
@ -33,10 +33,10 @@ importers:
|
||||
version: 2.0.6(prettier@3.6.2)
|
||||
|
||||
packages:
|
||||
"@aminda/global-prettier-config@2025.28.0":
|
||||
"@aminda/global-prettier-config@2025.48.0":
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-65rmLNrMWMr4NkjiCrBdKAyBQ7GoWTPElXzZQjUIkpBARFJWD4QTVOuffMxfLCuq4x3rmbD0rcyaVWNsUsQIVA==,
|
||||
integrity: sha512-4SonJYs6SjMb6q2bs8a0ls2Ob4btBJDQeKafoD8kDFKAgf9so2LQFfeoDcwyE1h4vSw+KRIEChT6+rA6B901kA==,
|
||||
}
|
||||
|
||||
"@prettier/plugin-ruby@4.0.4":
|
||||
@ -86,10 +86,10 @@ packages:
|
||||
integrity: sha512-wy3mC1x4ye+O+QkEinVJkPf5u2vsrDIYW9G7ZuwFl6v/Yu0LwUuT2POsb+NUWApebyxfkQq6+yDfRExbnI5rcw==,
|
||||
}
|
||||
|
||||
corepack@0.34.2:
|
||||
corepack@0.34.5:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-pNlZwsxQ7W+Sgj5SMiTxwUMMv8rKqEetznMytt+LGW6uk/chZsLGRl1TIO7OjGIfCqkvqURB1yaTK5KzdEEeSA==,
|
||||
integrity: sha512-G+ui7ZUxTzgwRc45pi7OhOybKFnGpxVDp0khf+eFdw/gcQmZfme4nUh4Z4URY9YPoaZYP86zNZmqV/T2Bf5/rA==,
|
||||
}
|
||||
engines: { node: ^20.10.0 || ^22.11.0 || >=24.0.0 }
|
||||
hasBin: true
|
||||
@ -126,6 +126,14 @@ packages:
|
||||
engines: { node: ">=14" }
|
||||
hasBin: true
|
||||
|
||||
prettier@3.7.1:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-RWKXE4qB3u5Z6yz7omJkjWwmTfLdcbv44jUVHC5NpfXwFGzvpQM798FGv/6WNK879tc+Cn0AAyherCl1KjbyZQ==,
|
||||
}
|
||||
engines: { node: ">=14" }
|
||||
hasBin: true
|
||||
|
||||
regexp-to-ast@0.5.0:
|
||||
resolution:
|
||||
{
|
||||
@ -146,25 +154,34 @@ packages:
|
||||
}
|
||||
|
||||
snapshots:
|
||||
"@aminda/global-prettier-config@2025.28.0":
|
||||
"@aminda/global-prettier-config@2025.48.0":
|
||||
dependencies:
|
||||
"@prettier/plugin-ruby": 4.0.4(prettier@3.6.2)
|
||||
"@prettier/plugin-xml": 3.4.2(prettier@3.6.2)
|
||||
corepack: 0.34.2
|
||||
prettier: 3.6.2
|
||||
"@prettier/plugin-ruby": 4.0.4(prettier@3.7.1)
|
||||
"@prettier/plugin-xml": 3.4.2(prettier@3.7.1)
|
||||
corepack: 0.34.5
|
||||
prettier: 3.7.1
|
||||
prettier-plugin-nginx: 1.0.3
|
||||
prettier-plugin-sh: 0.18.0(prettier@3.6.2)
|
||||
prettier-plugin-toml: 2.0.6(prettier@3.6.2)
|
||||
prettier-plugin-sh: 0.18.0(prettier@3.7.1)
|
||||
prettier-plugin-toml: 2.0.6(prettier@3.7.1)
|
||||
|
||||
"@prettier/plugin-ruby@4.0.4(prettier@3.6.2)":
|
||||
dependencies:
|
||||
prettier: 3.6.2
|
||||
|
||||
"@prettier/plugin-ruby@4.0.4(prettier@3.7.1)":
|
||||
dependencies:
|
||||
prettier: 3.7.1
|
||||
|
||||
"@prettier/plugin-xml@3.4.2(prettier@3.6.2)":
|
||||
dependencies:
|
||||
"@xml-tools/parser": 1.0.11
|
||||
prettier: 3.6.2
|
||||
|
||||
"@prettier/plugin-xml@3.4.2(prettier@3.7.1)":
|
||||
dependencies:
|
||||
"@xml-tools/parser": 1.0.11
|
||||
prettier: 3.7.1
|
||||
|
||||
"@reteps/dockerfmt@0.3.6": {}
|
||||
|
||||
"@taplo/core@0.2.0": {}
|
||||
@ -181,7 +198,7 @@ snapshots:
|
||||
dependencies:
|
||||
regexp-to-ast: 0.5.0
|
||||
|
||||
corepack@0.34.2: {}
|
||||
corepack@0.34.5: {}
|
||||
|
||||
prettier-plugin-nginx@1.0.3: {}
|
||||
|
||||
@ -191,13 +208,26 @@ snapshots:
|
||||
prettier: 3.6.2
|
||||
sh-syntax: 0.5.8
|
||||
|
||||
prettier-plugin-sh@0.18.0(prettier@3.7.1):
|
||||
dependencies:
|
||||
"@reteps/dockerfmt": 0.3.6
|
||||
prettier: 3.7.1
|
||||
sh-syntax: 0.5.8
|
||||
|
||||
prettier-plugin-toml@2.0.6(prettier@3.6.2):
|
||||
dependencies:
|
||||
"@taplo/lib": 0.5.0
|
||||
prettier: 3.6.2
|
||||
|
||||
prettier-plugin-toml@2.0.6(prettier@3.7.1):
|
||||
dependencies:
|
||||
"@taplo/lib": 0.5.0
|
||||
prettier: 3.7.1
|
||||
|
||||
prettier@3.6.2: {}
|
||||
|
||||
prettier@3.7.1: {}
|
||||
|
||||
regexp-to-ast@0.5.0: {}
|
||||
|
||||
sh-syntax@0.5.8:
|
||||
|
||||
@ -1 +1 @@
|
||||
Subproject commit 4760a430407901a2d83c1a5ee61ed86ac04ab6dd
|
||||
Subproject commit 9439d3411305169f5dbb387f3abc8f34f63e29d3
|
||||
@ -1 +1 @@
|
||||
Subproject commit 77bda89f3f2069c78d81d33de43b461c2de6c48e
|
||||
Subproject commit 48218028cc8bd9f4f244cd4ce4049e6c879d4d1a
|
||||
Loading…
x
Reference in New Issue
Block a user