From a3473664dee5d3b63f51c3a65d80914a25da0407 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Apr 2026 09:11:09 +0000 Subject: [PATCH 1/5] chore(deps): bump postcss Bumps the npm_and_yarn group with 1 update in the /docs directory: [postcss](https://github.com/postcss/postcss). Updates `postcss` from 8.5.8 to 8.5.10 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.5.8...8.5.10) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.10 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- docs/pnpm-lock.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/pnpm-lock.yaml b/docs/pnpm-lock.yaml index 020554e2..ae04085b 100644 --- a/docs/pnpm-lock.yaml +++ b/docs/pnpm-lock.yaml @@ -14,7 +14,7 @@ importers: devDependencies: vitepress: specifier: 1.6.4 - version: 1.6.4(@algolia/client-search@5.49.2)(postcss@8.5.8)(search-insights@2.17.3) + version: 1.6.4(@algolia/client-search@5.49.2)(postcss@8.5.10)(search-insights@2.17.3) packages: @@ -706,8 +706,8 @@ packages: resolution: {integrity: sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==} engines: {node: '>=12'} - postcss@8.5.8: - resolution: {integrity: sha512-OW/rX8O/jXnm82Ey1k44pObPtdblfiuWnrd8X7GJ7emImCOstunGbXUpp7HdBrFQX6rJzn3sPT397Wp5aCwCHg==} + postcss@8.5.10: + resolution: {integrity: sha512-pMMHxBOZKFU6HgAZ4eyGnwXF/EvPGGqUr0MnZ5+99485wwW41kW91A4LOGxSHhgugZmSChL5AlElNdwlNgcnLQ==} engines: {node: ^10 || ^12 || >=14} preact@10.29.0: @@ -1252,7 +1252,7 @@ snapshots: '@vue/shared': 3.5.30 estree-walker: 2.0.2 magic-string: 0.30.21 - postcss: 8.5.8 + postcss: 8.5.10 source-map-js: 1.2.1 '@vue/compiler-ssr@3.5.30': @@ -1490,7 +1490,7 @@ snapshots: picomatch@4.0.4: {} - postcss@8.5.8: + postcss@8.5.10: dependencies: nanoid: 3.3.11 picocolors: 1.1.1 @@ -1618,13 +1618,13 @@ snapshots: esbuild: 0.25.0 fdir: 6.5.0(picomatch@4.0.4) picomatch: 4.0.4 - postcss: 8.5.8 + postcss: 8.5.10 rollup: 4.59.0 tinyglobby: 0.2.15 optionalDependencies: fsevents: 2.3.3 - vitepress@1.6.4(@algolia/client-search@5.49.2)(postcss@8.5.8)(search-insights@2.17.3): + vitepress@1.6.4(@algolia/client-search@5.49.2)(postcss@8.5.10)(search-insights@2.17.3): dependencies: '@docsearch/css': 3.8.2 '@docsearch/js': 3.8.2(@algolia/client-search@5.49.2)(search-insights@2.17.3) @@ -1645,7 +1645,7 @@ snapshots: vite: 6.4.2 vue: 3.5.30 optionalDependencies: - postcss: 8.5.8 + postcss: 8.5.10 transitivePeerDependencies: - '@algolia/client-search' - '@types/node' From afb3059651a8553e3dc7d70210026e99d0842bd5 Mon Sep 17 00:00:00 2001 From: snowdream Date: Sat, 25 Apr 2026 22:25:53 +0800 Subject: [PATCH 2/5] fix(release): add initial-version to release-please config Set initial version for each Ubuntu release: - docker/22: 22.04.0 - docker/24: 24.04.0 - docker/25: 25.10.0 - docker/26: 26.04.0 This ensures release-please uses the correct version numbers instead of starting from 0.x.x --- .release-please-config.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.release-please-config.json b/.release-please-config.json index 1c432ef5..58d081f0 100644 --- a/.release-please-config.json +++ b/.release-please-config.json @@ -6,6 +6,7 @@ "component": "22", "include-component-in-tag": true, "changelog-path": "CHANGELOG.md", + "initial-version": "22.04.0", "extra-files": [ { "type": "generic", @@ -19,6 +20,7 @@ "component": "24", "include-component-in-tag": true, "changelog-path": "CHANGELOG.md", + "initial-version": "24.04.0", "extra-files": [ { "type": "generic", @@ -32,6 +34,7 @@ "component": "25", "include-component-in-tag": true, "changelog-path": "CHANGELOG.md", + "initial-version": "25.10.0", "extra-files": [ { "type": "generic", @@ -45,6 +48,7 @@ "component": "26", "include-component-in-tag": true, "changelog-path": "CHANGELOG.md", + "initial-version": "26.04.0", "extra-files": [ { "type": "generic", From 9719f10f483a7d825997d328d4a5f3b86f8e2be6 Mon Sep 17 00:00:00 2001 From: snowdream Date: Sat, 25 Apr 2026 23:15:48 +0800 Subject: [PATCH 3/5] fix(release): use release-as to force correct version numbers Replace initial-version with release-as to force release-please to use the correct version numbers (22.04.0, 24.04.0, etc.) instead of auto-calculating from commit history (0.7.1). This overrides release-please's commit message-based version tracking and respects our manually managed version scheme. --- .release-please-config.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.release-please-config.json b/.release-please-config.json index 58d081f0..61d80768 100644 --- a/.release-please-config.json +++ b/.release-please-config.json @@ -6,7 +6,7 @@ "component": "22", "include-component-in-tag": true, "changelog-path": "CHANGELOG.md", - "initial-version": "22.04.0", + "release-as": "22.04.0", "extra-files": [ { "type": "generic", @@ -20,7 +20,7 @@ "component": "24", "include-component-in-tag": true, "changelog-path": "CHANGELOG.md", - "initial-version": "24.04.0", + "release-as": "24.04.0", "extra-files": [ { "type": "generic", @@ -34,7 +34,7 @@ "component": "25", "include-component-in-tag": true, "changelog-path": "CHANGELOG.md", - "initial-version": "25.10.0", + "release-as": "25.10.0", "extra-files": [ { "type": "generic", @@ -48,7 +48,7 @@ "component": "26", "include-component-in-tag": true, "changelog-path": "CHANGELOG.md", - "initial-version": "26.04.0", + "release-as": "26.04.0", "extra-files": [ { "type": "generic", From 3e070741a6f02e9727f374c3296341097655cafa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2026 01:46:20 +0000 Subject: [PATCH 4/5] chore: release main --- .release-please-manifest.json | 6 +++--- docker/22/CHANGELOG.md | 32 ++++++++++++++++++++++++++++++++ docker/24/CHANGELOG.md | 31 +++++++++++++++++++++++++++++++ docker/25/CHANGELOG.md | 32 ++++++++++++++++++++++++++++++++ docker/26/CHANGELOG.md | 31 +++++++++++++++++++++++++++++++ 5 files changed, 129 insertions(+), 3 deletions(-) create mode 100644 docker/22/CHANGELOG.md create mode 100644 docker/24/CHANGELOG.md create mode 100644 docker/25/CHANGELOG.md create mode 100644 docker/26/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 165163c6..5fbb87ff 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,6 @@ { - "docker/22": "22.04.0", - "docker/24": "24.04.0", + "docker/22": "22.4.0", + "docker/24": "24.4.0", "docker/25": "25.10.0", - "docker/26": "26.04.0" + "docker/26": "26.4.0" } diff --git a/docker/22/CHANGELOG.md b/docker/22/CHANGELOG.md new file mode 100644 index 00000000..64446691 --- /dev/null +++ b/docker/22/CHANGELOG.md @@ -0,0 +1,32 @@ +# Changelog + +## [22.4.0](https://github.com/snowdreamtech/ubuntu/compare/22-v22.4.0...22-v22.4.0) (2026-04-26) + + +### 🚀 Features + +* **docker:** add Ubuntu 22.04 Dockerfile with OCI labels and essential packages ([8052396](https://github.com/snowdreamtech/ubuntu/commit/805239607efd0fdc84dc3a57a49a9c83ede9b41b)) +* **docker:** create version folder structure for Ubuntu 22, 24, 25, 26 ([310760a](https://github.com/snowdreamtech/ubuntu/commit/310760af16c4b6e61db28e919267814b5ac1e53a)) +* **scripts:** add Ubuntu 22.04 entrypoint scripts with modular initialization ([510d5a5](https://github.com/snowdreamtech/ubuntu/commit/510d5a5612fd6e1371690b651c9d8b218c8051df)) + + +### 🐛 Bug Fixes + +* **docker:** add execute permissions to entrypoint scripts ([5418ebd](https://github.com/snowdreamtech/ubuntu/commit/5418ebd9ee1937039a9ac67baa1239679400b0f7)) + + +### 🛠 Refactoring + +* **docker:** align Dockerfile and entrypoint scripts with Debian standard ([f2ebe01](https://github.com/snowdreamtech/ubuntu/commit/f2ebe01a37d0d2084a2c1f100cfc94845a5c6a6e)) +* **docker:** align Dockerfile and entrypoint scripts with Debian standard ([5b4f519](https://github.com/snowdreamtech/ubuntu/commit/5b4f5195c9e4348721875a990f4ae23e381f4da6)) +* **docker:** align vimrc.local with Debian standard ([9c234d4](https://github.com/snowdreamtech/ubuntu/commit/9c234d4e2ddf2e9cd5a551852c8cbf636d696d93)) +* **docker:** remove 99-base-end.sh to align with Debian standard ([4361742](https://github.com/snowdreamtech/ubuntu/commit/43617427fc9ad117d9999aa7d4e5e6822d963164)) +* **docker:** translate vimrc.local comments to English ([d3d5961](https://github.com/snowdreamtech/ubuntu/commit/d3d5961d5c29b8213d73f038895b692250394616)) + + +### ♻️ Miscellaneous Chores + +* **docker:** add missing vimrc.local to docker/22 ([a4ed7ca](https://github.com/snowdreamtech/ubuntu/commit/a4ed7cae89d35de62c21ea67f25580016587853f)) +* release 0.6.1 ([f6fc042](https://github.com/snowdreamtech/ubuntu/commit/f6fc042cad7d1c4991a20657655bc4b6b339d0d9)) +* release 0.7.1 ([5535492](https://github.com/snowdreamtech/ubuntu/commit/5535492160f3525dff06ff9f0c6d78147467bed3)) +* **release:** v0.4.0 - Fix Dependabot docker-compose detection ([e91f7d8](https://github.com/snowdreamtech/ubuntu/commit/e91f7d882f3c7b23260f4da02f0e5e53d6399968)) diff --git a/docker/24/CHANGELOG.md b/docker/24/CHANGELOG.md new file mode 100644 index 00000000..80ea4c04 --- /dev/null +++ b/docker/24/CHANGELOG.md @@ -0,0 +1,31 @@ +# Changelog + +## [24.4.0](https://github.com/snowdreamtech/ubuntu/compare/24-v24.4.0...24-v24.4.0) (2026-04-26) + + +### 🚀 Features + +* **docker:** add Ubuntu 24.04 Dockerfile with OCI labels and essential packages ([5f372db](https://github.com/snowdreamtech/ubuntu/commit/5f372db0983f56d1264596195488777fbed431e9)) +* **docker:** create version folder structure for Ubuntu 22, 24, 25, 26 ([310760a](https://github.com/snowdreamtech/ubuntu/commit/310760af16c4b6e61db28e919267814b5ac1e53a)) + + +### 🐛 Bug Fixes + +* **docker:** add execute permissions to entrypoint scripts ([5418ebd](https://github.com/snowdreamtech/ubuntu/commit/5418ebd9ee1937039a9ac67baa1239679400b0f7)) + + +### 🛠 Refactoring + +* **docker:** align Dockerfile and entrypoint scripts with Debian standard ([f2ebe01](https://github.com/snowdreamtech/ubuntu/commit/f2ebe01a37d0d2084a2c1f100cfc94845a5c6a6e)) +* **docker:** align Dockerfile and entrypoint scripts with Debian standard ([5b4f519](https://github.com/snowdreamtech/ubuntu/commit/5b4f5195c9e4348721875a990f4ae23e381f4da6)) +* **docker:** align vimrc.local with Debian standard ([9c234d4](https://github.com/snowdreamtech/ubuntu/commit/9c234d4e2ddf2e9cd5a551852c8cbf636d696d93)) +* **docker:** remove 99-base-end.sh to align with Debian standard ([4361742](https://github.com/snowdreamtech/ubuntu/commit/43617427fc9ad117d9999aa7d4e5e6822d963164)) +* **docker:** translate vimrc.local comments to English ([d3d5961](https://github.com/snowdreamtech/ubuntu/commit/d3d5961d5c29b8213d73f038895b692250394616)) + + +### ♻️ Miscellaneous Chores + +* **docker:** add missing .dockerignore files to all versions ([81ae420](https://github.com/snowdreamtech/ubuntu/commit/81ae420f1adffb1036dd2dbb2a4a3fdbbb779d8e)) +* release 0.6.1 ([f6fc042](https://github.com/snowdreamtech/ubuntu/commit/f6fc042cad7d1c4991a20657655bc4b6b339d0d9)) +* release 0.7.1 ([5535492](https://github.com/snowdreamtech/ubuntu/commit/5535492160f3525dff06ff9f0c6d78147467bed3)) +* **release:** v0.4.0 - Fix Dependabot docker-compose detection ([e91f7d8](https://github.com/snowdreamtech/ubuntu/commit/e91f7d882f3c7b23260f4da02f0e5e53d6399968)) diff --git a/docker/25/CHANGELOG.md b/docker/25/CHANGELOG.md new file mode 100644 index 00000000..bd0613a4 --- /dev/null +++ b/docker/25/CHANGELOG.md @@ -0,0 +1,32 @@ +# Changelog + +## [25.10.0](https://github.com/snowdreamtech/ubuntu/compare/25-v25.10.0...25-v25.10.0) (2026-04-26) + + +### 🚀 Features + +* **docker:** add Ubuntu 25.10 Dockerfile with OCI labels and essential packages ([c40635a](https://github.com/snowdreamtech/ubuntu/commit/c40635ae928a1abbf354f3bcd8e98ab91f61e80d)) +* **docker:** create version folder structure for Ubuntu 22, 24, 25, 26 ([310760a](https://github.com/snowdreamtech/ubuntu/commit/310760af16c4b6e61db28e919267814b5ac1e53a)) +* **scripts:** add Ubuntu 25.10 entrypoint scripts with modular initialization ([fad2150](https://github.com/snowdreamtech/ubuntu/commit/fad215064d4454dc907153ea16164d1c5b50974d)) + + +### 🐛 Bug Fixes + +* **docker:** add execute permissions to entrypoint scripts ([5418ebd](https://github.com/snowdreamtech/ubuntu/commit/5418ebd9ee1937039a9ac67baa1239679400b0f7)) + + +### 🛠 Refactoring + +* **docker:** align Dockerfile and entrypoint scripts with Debian standard ([f2ebe01](https://github.com/snowdreamtech/ubuntu/commit/f2ebe01a37d0d2084a2c1f100cfc94845a5c6a6e)) +* **docker:** align Dockerfile and entrypoint scripts with Debian standard ([5b4f519](https://github.com/snowdreamtech/ubuntu/commit/5b4f5195c9e4348721875a990f4ae23e381f4da6)) +* **docker:** align vimrc.local with Debian standard ([9c234d4](https://github.com/snowdreamtech/ubuntu/commit/9c234d4e2ddf2e9cd5a551852c8cbf636d696d93)) +* **docker:** remove 99-base-end.sh to align with Debian standard ([4361742](https://github.com/snowdreamtech/ubuntu/commit/43617427fc9ad117d9999aa7d4e5e6822d963164)) +* **docker:** translate vimrc.local comments to English ([d3d5961](https://github.com/snowdreamtech/ubuntu/commit/d3d5961d5c29b8213d73f038895b692250394616)) + + +### ♻️ Miscellaneous Chores + +* **docker:** add missing .dockerignore files to all versions ([81ae420](https://github.com/snowdreamtech/ubuntu/commit/81ae420f1adffb1036dd2dbb2a4a3fdbbb779d8e)) +* release 0.6.1 ([f6fc042](https://github.com/snowdreamtech/ubuntu/commit/f6fc042cad7d1c4991a20657655bc4b6b339d0d9)) +* release 0.7.1 ([5535492](https://github.com/snowdreamtech/ubuntu/commit/5535492160f3525dff06ff9f0c6d78147467bed3)) +* **release:** v0.4.0 - Fix Dependabot docker-compose detection ([e91f7d8](https://github.com/snowdreamtech/ubuntu/commit/e91f7d882f3c7b23260f4da02f0e5e53d6399968)) diff --git a/docker/26/CHANGELOG.md b/docker/26/CHANGELOG.md new file mode 100644 index 00000000..2da37926 --- /dev/null +++ b/docker/26/CHANGELOG.md @@ -0,0 +1,31 @@ +# Changelog + +## [26.4.0](https://github.com/snowdreamtech/ubuntu/compare/26-v26.4.0...26-v26.4.0) (2026-04-26) + + +### 🚀 Features + +* **docker:** add Ubuntu 26.04 Dockerfile with OCI labels and essential packages ([a896f8b](https://github.com/snowdreamtech/ubuntu/commit/a896f8b905bc3c8fc6bb6483f851e995abed5ca3)) +* **docker:** create version folder structure for Ubuntu 22, 24, 25, 26 ([310760a](https://github.com/snowdreamtech/ubuntu/commit/310760af16c4b6e61db28e919267814b5ac1e53a)) + + +### 🐛 Bug Fixes + +* **docker:** add execute permissions to entrypoint scripts ([5418ebd](https://github.com/snowdreamtech/ubuntu/commit/5418ebd9ee1937039a9ac67baa1239679400b0f7)) + + +### 🛠 Refactoring + +* **docker:** align Dockerfile and entrypoint scripts with Debian standard ([f2ebe01](https://github.com/snowdreamtech/ubuntu/commit/f2ebe01a37d0d2084a2c1f100cfc94845a5c6a6e)) +* **docker:** align Dockerfile and entrypoint scripts with Debian standard ([5b4f519](https://github.com/snowdreamtech/ubuntu/commit/5b4f5195c9e4348721875a990f4ae23e381f4da6)) +* **docker:** align vimrc.local with Debian standard ([9c234d4](https://github.com/snowdreamtech/ubuntu/commit/9c234d4e2ddf2e9cd5a551852c8cbf636d696d93)) +* **docker:** remove 99-base-end.sh to align with Debian standard ([4361742](https://github.com/snowdreamtech/ubuntu/commit/43617427fc9ad117d9999aa7d4e5e6822d963164)) +* **docker:** translate vimrc.local comments to English ([d3d5961](https://github.com/snowdreamtech/ubuntu/commit/d3d5961d5c29b8213d73f038895b692250394616)) + + +### ♻️ Miscellaneous Chores + +* **docker:** add missing .dockerignore files to all versions ([81ae420](https://github.com/snowdreamtech/ubuntu/commit/81ae420f1adffb1036dd2dbb2a4a3fdbbb779d8e)) +* release 0.6.1 ([f6fc042](https://github.com/snowdreamtech/ubuntu/commit/f6fc042cad7d1c4991a20657655bc4b6b339d0d9)) +* release 0.7.1 ([5535492](https://github.com/snowdreamtech/ubuntu/commit/5535492160f3525dff06ff9f0c6d78147467bed3)) +* **release:** v0.4.0 - Fix Dependabot docker-compose detection ([e91f7d8](https://github.com/snowdreamtech/ubuntu/commit/e91f7d882f3c7b23260f4da02f0e5e53d6399968)) From c131f1e0659dd0865358c7eb0be03a7a793cc189 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 26 Apr 2026 01:46:33 +0000 Subject: [PATCH 5/5] chore(release): synchronize lockfiles for version bump Signed-off-by: github-actions[bot] --- pnpm-lock.yaml | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index adfdd1e5..f883068b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -58,8 +58,8 @@ packages: resolution: {integrity: sha512-jiM3hNUdu04jFBf1VgPdjtIPvbuVfDTBAc6L98AWcoLjF5sYqkulBHBzlVWll4rMF1T5zeQFB6r//a+s+BBKlA==} engines: {node: '>=v18'} - '@commitlint/load@20.5.0': - resolution: {integrity: sha512-sLhhYTL/KxeOTZjjabKDhwidGZan84XKK1+XFkwDYL/4883kIajcz/dZFAhBJmZPtL8+nBx6bnkzA95YxPeDPw==} + '@commitlint/load@20.5.2': + resolution: {integrity: sha512-zmr0RGDz7vThxW1I8ohb9yBjnGuH9mqwJpn21hInjGla+IlLOkS9ey0+dD5HlkzFlY0lX2NYdA2lDW6/0rO7Gw==} engines: {node: '>=v18'} '@commitlint/message@20.4.3': @@ -74,8 +74,8 @@ packages: resolution: {integrity: sha512-JDEIJ2+GnWpK8QqwfmW7O42h0aycJEWNqcdkJnyzLD11nf9dW2dWLTVEa8Wtlo4IZFGLPATjR5neA5QlOvIH1w==} engines: {node: '>=v18'} - '@commitlint/resolve-extends@20.5.0': - resolution: {integrity: sha512-3SHPWUW2v0tyspCTcfSsYml0gses92l6TlogwzvM2cbxDgmhSRc+fldDjvGkCXJrjSM87BBaWYTPWwwyASZRrg==} + '@commitlint/resolve-extends@20.5.2': + resolution: {integrity: sha512-8EhSCU9eNos/5cI1yg64GW79UH1c64O69AfStCsj4zqy6An/qIphVEXj4/+2M6056T8coz00f+UXFn4WUUP1HQ==} engines: {node: '>=v18'} '@commitlint/rules@20.5.0': @@ -117,8 +117,8 @@ packages: '@types/node@25.6.0': resolution: {integrity: sha512-+qIYRKdNYJwY3vRCZMdJbPLJAtGjQBudzZzdzwQYkEPQd+PJGixUL5QfvCLDaULoLv+RhT3LDkwEfKaAkgSmNQ==} - ajv@8.18.0: - resolution: {integrity: sha512-PlXPeEWMXMZ7sPYOHqmDyCJzcfNrUr3fGNKtezX14ykXOEIvyK81d+qydx89KY5O71FKMPaQ2vBfBFI5NHR63A==} + ajv@8.20.0: + resolution: {integrity: sha512-Thbli+OlOj+iMPYFBVBfJ3OmCAnaSyNn4M1vz9T6Gka5Jt9ba/HIR56joy65tY6kx/FCF5VXNB819Y7/GUrBGA==} ansi-regex@5.0.1: resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==} @@ -215,9 +215,9 @@ packages: engines: {node: '>=18'} hasBin: true - global-directory@4.0.1: - resolution: {integrity: sha512-wHTUcDUoZ1H5/0iVqEudYW4/kAlN5cZ3j/bXn0Dpbizl9iaUVeWSHqiOjsgk6OW2bkLclbBjzewBz6weQ1zA2Q==} - engines: {node: '>=18'} + global-directory@5.0.0: + resolution: {integrity: sha512-1pgFdhK3J2LeM+dVf2Pd424yHx2ou338lC0ErNP2hPx4j8eW1Sp0XqSjNxtk6Tc4Kr5wlWtSvz8cn2yb7/SG/w==} + engines: {node: '>=20'} import-fresh@3.3.1: resolution: {integrity: sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==} @@ -226,9 +226,9 @@ packages: import-meta-resolve@4.2.0: resolution: {integrity: sha512-Iqv2fzaTQN28s/FwZAoFq0ZSs/7hMAHJVX+w8PZl3cY19Pxk6jFFalxQoIfW2826i/fDLXv8IiEZRIT0lDuWcg==} - ini@4.1.1: - resolution: {integrity: sha512-QQnnxNyfvmHFIsj7gkPcYymR8Jdw/o7mp5ZFihxn6h8Ci6fh3Dx4E1gPjpQEpIuPo9XVNY/ZUwh4BPMjGyL01g==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + ini@6.0.0: + resolution: {integrity: sha512-IBTdIkzZNOpqm7q3dRqJvMaldXjDHWkEDfrwGEQTs5eaQMWV+djAhR+wahyNNMAa+qpbDUhBMVt4ZKNwpPm7xQ==} + engines: {node: ^20.17.0 || >=22.9.0} is-arrayish@0.2.1: resolution: {integrity: sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==} @@ -372,7 +372,7 @@ snapshots: dependencies: '@commitlint/format': 20.5.0 '@commitlint/lint': 20.5.0 - '@commitlint/load': 20.5.0(@types/node@25.6.0)(typescript@6.0.3) + '@commitlint/load': 20.5.2(@types/node@25.6.0)(typescript@6.0.3) '@commitlint/read': 20.5.0(conventional-commits-parser@6.4.0) '@commitlint/types': 20.5.0 tinyexec: 1.1.1 @@ -391,7 +391,7 @@ snapshots: '@commitlint/config-validator@20.5.0': dependencies: '@commitlint/types': 20.5.0 - ajv: 8.18.0 + ajv: 8.20.0 '@commitlint/ensure@20.5.0': dependencies: @@ -421,11 +421,11 @@ snapshots: '@commitlint/rules': 20.5.0 '@commitlint/types': 20.5.0 - '@commitlint/load@20.5.0(@types/node@25.6.0)(typescript@6.0.3)': + '@commitlint/load@20.5.2(@types/node@25.6.0)(typescript@6.0.3)': dependencies: '@commitlint/config-validator': 20.5.0 '@commitlint/execute-rule': 20.0.0 - '@commitlint/resolve-extends': 20.5.0 + '@commitlint/resolve-extends': 20.5.2 '@commitlint/types': 20.5.0 cosmiconfig: 9.0.1(typescript@6.0.3) cosmiconfig-typescript-loader: 6.3.0(@types/node@25.6.0)(cosmiconfig@9.0.1(typescript@6.0.3))(typescript@6.0.3) @@ -455,11 +455,11 @@ snapshots: - conventional-commits-filter - conventional-commits-parser - '@commitlint/resolve-extends@20.5.0': + '@commitlint/resolve-extends@20.5.2': dependencies: '@commitlint/config-validator': 20.5.0 '@commitlint/types': 20.5.0 - global-directory: 4.0.1 + global-directory: 5.0.0 import-meta-resolve: 4.2.0 lodash.mergewith: 4.6.2 resolve-from: 5.0.0 @@ -500,7 +500,7 @@ snapshots: dependencies: undici-types: 7.19.2 - ajv@8.18.0: + ajv@8.20.0: dependencies: fast-deep-equal: 3.1.3 fast-uri: 3.1.0 @@ -593,9 +593,9 @@ snapshots: - conventional-commits-filter - conventional-commits-parser - global-directory@4.0.1: + global-directory@5.0.0: dependencies: - ini: 4.1.1 + ini: 6.0.0 import-fresh@3.3.1: dependencies: @@ -604,7 +604,7 @@ snapshots: import-meta-resolve@4.2.0: {} - ini@4.1.1: {} + ini@6.0.0: {} is-arrayish@0.2.1: {}