From 2e8e74505e37ce80490e6e73b479f1e38749f952 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Fri, 12 Dec 2025 10:52:21 +0200 Subject: [PATCH] update dependencies --- .pre-commit-config.yaml | 4 +-- package.json | 2 +- pnpm-lock.yaml | 58 +++++++++++++++++++++++++-------- submodules/jauderho-nts-servers | 2 +- submodules/opendyslexic | 2 +- 5 files changed, 49 insertions(+), 19 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a55a0fc9..6f70fbb8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 diff --git a/package.json b/package.json index 980365c9..1a84e00d 100644 --- a/package.json +++ b/package.json @@ -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" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 25401d38..59ee628f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -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: diff --git a/submodules/jauderho-nts-servers b/submodules/jauderho-nts-servers index 4760a430..9439d341 160000 --- a/submodules/jauderho-nts-servers +++ b/submodules/jauderho-nts-servers @@ -1 +1 @@ -Subproject commit 4760a430407901a2d83c1a5ee61ed86ac04ab6dd +Subproject commit 9439d3411305169f5dbb387f3abc8f34f63e29d3 diff --git a/submodules/opendyslexic b/submodules/opendyslexic index 77bda89f..48218028 160000 --- a/submodules/opendyslexic +++ b/submodules/opendyslexic @@ -1 +1 @@ -Subproject commit 77bda89f3f2069c78d81d33de43b461c2de6c48e +Subproject commit 48218028cc8bd9f4f244cd4ce4049e6c879d4d1a