update deps

This commit is contained in:
Aminda Suomalainen 2025-01-10 09:16:40 +02:00
parent b48afe1131
commit f9e513b7c4
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723
9 changed files with 35 additions and 35 deletions

View File

@ -51,7 +51,7 @@ repos:
- id: check-illegal-windows-names - id: check-illegal-windows-names
- repo: https://github.com/pre-commit/sync-pre-commit-deps - repo: https://github.com/pre-commit/sync-pre-commit-deps
rev: v0.0.1 rev: v0.0.2
hooks: hooks:
- id: sync-pre-commit-deps - id: sync-pre-commit-deps
@ -67,7 +67,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.29.3 rev: 0.31.0
hooks: hooks:
#- id: check-dependabot #- id: check-dependabot
#- id: check-github-actions #- id: check-github-actions

@ -1 +1 @@
Subproject commit 43decb29b4cfeeb94fb6da815d2cb59765630441 Subproject commit cb83762db020a3259d916f173f6aefab6f199237

@ -1 +1 @@
Subproject commit ebe179d3a1e074498893bc041fc4473a8133dea5 Subproject commit 0e8f592afcac8800f38051e6c7bb0ba0375ffbeb

View File

@ -1,6 +1,6 @@
{ {
"devDependencies": { "devDependencies": {
"@aminda/global-prettier-config": "2024.28.4" "@aminda/global-prettier-config": "2025.1.0"
}, },
"packageManager": "pnpm@9.12.0+sha512.4abf725084d7bcbafbd728bfc7bee61f2f791f977fd87542b3579dcb23504d170d46337945e4c66485cd12d588a0c0e570ed9c477e7ccdd8507cf05f3f92eaca" "packageManager": "pnpm@9.15.3+sha512.1f79bc245a66eb0b07c5d4d83131240774642caaa86ef7d0434ab47c0d16f66b04e21e0c086eb61e62c77efc4d7f7ec071afad3796af64892fae66509173893a"
} }

View File

@ -8,14 +8,14 @@ importers:
.: .:
devDependencies: devDependencies:
"@aminda/global-prettier-config": "@aminda/global-prettier-config":
specifier: 2024.28.4 specifier: 2025.1.0
version: 2024.28.4 version: 2025.1.0
packages: packages:
"@aminda/global-prettier-config@2024.28.4": "@aminda/global-prettier-config@2025.1.0":
resolution: resolution:
{ {
integrity: sha512-VjyTd8fFRnLgZRAMDRr9pm5hknnsVxpTCshvvE7RAiuH72hUzC82rm5vXDJjrhkedWJir2qZjmiC5Vo2LoR4tw==, integrity: sha512-8xSL+2rG5Qc4nDTz1SLwQMKC+j2ET7y7Ez+j3ZaKz4EKC9IjG4LgRGq3cHp5fWwTPnuH33zGWkUbvS+Qu+QnJA==,
} }
"@prettier/plugin-ruby@4.0.4": "@prettier/plugin-ruby@4.0.4":
@ -88,10 +88,10 @@ packages:
peerDependencies: peerDependencies:
prettier: ^3.0.3 prettier: ^3.0.3
prettier@3.3.3: prettier@3.4.2:
resolution: resolution:
{ {
integrity: sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==, integrity: sha512-e9MewbtFo+Fevyuxn/4rrcDAaq0IYxPGLvObpQjiZBMAzB9IGmzlnG9RZy3FFas+eBMu2vA0CszMeduow5dIuQ==,
} }
engines: { node: ">=14" } engines: { node: ">=14" }
hasBin: true hasBin: true
@ -109,30 +109,30 @@ packages:
} }
engines: { node: ">=16.0.0" } engines: { node: ">=16.0.0" }
tslib@2.7.0: tslib@2.8.1:
resolution: resolution:
{ {
integrity: sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==, integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==,
} }
snapshots: snapshots:
"@aminda/global-prettier-config@2024.28.4": "@aminda/global-prettier-config@2025.1.0":
dependencies: dependencies:
"@prettier/plugin-ruby": 4.0.4(prettier@3.3.3) "@prettier/plugin-ruby": 4.0.4(prettier@3.4.2)
"@prettier/plugin-xml": 3.4.1(prettier@3.3.3) "@prettier/plugin-xml": 3.4.1(prettier@3.4.2)
prettier: 3.3.3 prettier: 3.4.2
prettier-plugin-nginx: 1.0.3 prettier-plugin-nginx: 1.0.3
prettier-plugin-sh: 0.14.0(prettier@3.3.3) prettier-plugin-sh: 0.14.0(prettier@3.4.2)
prettier-plugin-toml: 2.0.1(prettier@3.3.3) prettier-plugin-toml: 2.0.1(prettier@3.4.2)
"@prettier/plugin-ruby@4.0.4(prettier@3.3.3)": "@prettier/plugin-ruby@4.0.4(prettier@3.4.2)":
dependencies: dependencies:
prettier: 3.3.3 prettier: 3.4.2
"@prettier/plugin-xml@3.4.1(prettier@3.3.3)": "@prettier/plugin-xml@3.4.1(prettier@3.4.2)":
dependencies: dependencies:
"@xml-tools/parser": 1.0.11 "@xml-tools/parser": 1.0.11
prettier: 3.3.3 prettier: 3.4.2
"@taplo/core@0.1.1": {} "@taplo/core@0.1.1": {}
@ -152,23 +152,23 @@ snapshots:
prettier-plugin-nginx@1.0.3: {} prettier-plugin-nginx@1.0.3: {}
prettier-plugin-sh@0.14.0(prettier@3.3.3): prettier-plugin-sh@0.14.0(prettier@3.4.2):
dependencies: dependencies:
mvdan-sh: 0.10.1 mvdan-sh: 0.10.1
prettier: 3.3.3 prettier: 3.4.2
sh-syntax: 0.4.2 sh-syntax: 0.4.2
prettier-plugin-toml@2.0.1(prettier@3.3.3): prettier-plugin-toml@2.0.1(prettier@3.4.2):
dependencies: dependencies:
"@taplo/lib": 0.4.0-alpha.2 "@taplo/lib": 0.4.0-alpha.2
prettier: 3.3.3 prettier: 3.4.2
prettier@3.3.3: {} prettier@3.4.2: {}
regexp-to-ast@0.5.0: {} regexp-to-ast@0.5.0: {}
sh-syntax@0.4.2: sh-syntax@0.4.2:
dependencies: dependencies:
tslib: 2.7.0 tslib: 2.8.1
tslib@2.7.0: {} tslib@2.8.1: {}

@ -1 +1 @@
Subproject commit 5b0ff868c2ec5b3d9e71992817476e3f28c5c4f9 Subproject commit fd22db93a8e20a65595b40f362668d5e9e51284e

@ -1 +1 @@
Subproject commit a615004f16db2dbe65a11c6ee4c8d5a17a07ce47 Subproject commit 2740173603106cc713bcd7540f90566607852b01

@ -1 +1 @@
Subproject commit bc658b9cb1f1821755a04dc3505a4105b3396c7b Subproject commit 0a77e721db887b74caa0c01282bfd23e687827a6

@ -1 +1 @@
Subproject commit 6629b2ae350b06040984c876056845e48d169a08 Subproject commit 217a9a00dde5287ceee9840d3b81c39e17993698