From b9b7f185f51676fba41ac0daaa649a3f433b545b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 07:24:12 +0000 Subject: [PATCH 1/2] chore(deps): bump the npm group with 3 updates Bumps the npm group with 3 updates: [@astrojs/starlight](https://github.com/withastro/starlight/tree/HEAD/packages/starlight), [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) and [prettier](https://github.com/prettier/prettier). Updates `@astrojs/starlight` from 0.38.2 to 0.38.3 - [Release notes](https://github.com/withastro/starlight/releases) - [Changelog](https://github.com/withastro/starlight/blob/main/packages/starlight/CHANGELOG.md) - [Commits](https://github.com/withastro/starlight/commits/@astrojs/starlight@0.38.3/packages/starlight) Updates `astro` from 6.1.3 to 6.1.5 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/astro@6.1.5/packages/astro) Updates `prettier` from 3.8.1 to 3.8.2 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.8.1...3.8.2) --- updated-dependencies: - dependency-name: "@astrojs/starlight" dependency-version: 0.38.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm - dependency-name: astro dependency-version: 6.1.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm - dependency-name: prettier dependency-version: 3.8.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm ... Signed-off-by: dependabot[bot] --- package-lock.json | 25 ++++++++++++------------- package.json | 6 +++--- 2 files changed, 15 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index c0b6564b..36727822 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,12 +9,12 @@ "version": "0.0.1", "dependencies": { "@astrojs/sitemap": "^3.7.2", - "@astrojs/starlight": "^0.38.2", - "astro": "^6.1.3", + "@astrojs/starlight": "^0.38.3", + "astro": "^6.1.5", "sharp": "^0.34.5" }, "devDependencies": { - "prettier": "^3.8.1", + "prettier": "^3.8.2", "prettier-plugin-astro": "^0.14.0" } }, @@ -197,9 +197,9 @@ } }, "node_modules/@astrojs/starlight": { - "version": "0.38.2", - "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.38.2.tgz", - "integrity": "sha512-7AsrvG4EsXUmJT5uqiXJN4oZqKaY0wc/Ip7C6/zGnShHRVoTAA4jxeYIZ3wqbqA6zv4cnp9qk31vB2m2dUcmfg==", + "version": "0.38.3", + "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.38.3.tgz", + "integrity": "sha512-kDlJPlUDdQFWYmyFM2yUPo66yws7v067AEK+/rQjjoVyqehL3DabuOJuy6UJFFTFyGbHxYcBms/ITEgdW7tphw==", "license": "MIT", "dependencies": { "@astrojs/markdown-remark": "^7.0.0", @@ -1967,9 +1967,9 @@ } }, "node_modules/astro": { - "version": "6.1.3", - "resolved": "https://registry.npmjs.org/astro/-/astro-6.1.3.tgz", - "integrity": "sha512-FUKbBYOdYYrRNZwDd9I5CVSfR6Nj9aZeNzcjcvh1FgHwR0uXawkYFR3HiGxmdmAB2m8fs0iIkDdsiUfwGeO8qA==", + "version": "6.1.5", + "resolved": "https://registry.npmjs.org/astro/-/astro-6.1.5.tgz", + "integrity": "sha512-AJVw/JlssxUCBFi3Hp4djL8Pt7wUQqStBBawCd8cNGBBM2lBzp/rXGguzt4OcMfW+86fs0hpFwMyopHM2r6d3g==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^3.0.1", @@ -1988,7 +1988,6 @@ "cookie": "^1.1.1", "devalue": "^5.6.3", "diff": "^8.0.3", - "dlv": "^1.1.3", "dset": "^3.1.4", "es-module-lexer": "^2.0.0", "esbuild": "^0.27.3", @@ -4883,9 +4882,9 @@ } }, "node_modules/prettier": { - "version": "3.8.1", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.8.1.tgz", - "integrity": "sha512-UOnG6LftzbdaHZcKoPFtOcCKztrQ57WkHDeRD9t/PTQtmT0NHSeWWepj6pS0z/N7+08BHFDQVUrfmfMRcZwbMg==", + "version": "3.8.2", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.8.2.tgz", + "integrity": "sha512-8c3mgTe0ASwWAJK+78dpviD+A8EqhndQPUBpNUIPt6+xWlIigCwfN01lWr9MAede4uqXGTEKeQWTvzb3vjia0Q==", "dev": true, "license": "MIT", "bin": { diff --git a/package.json b/package.json index 11e107cb..93f6ab68 100644 --- a/package.json +++ b/package.json @@ -15,12 +15,12 @@ }, "dependencies": { "@astrojs/sitemap": "^3.7.2", - "@astrojs/starlight": "^0.38.2", - "astro": "^6.1.3", + "@astrojs/starlight": "^0.38.3", + "astro": "^6.1.5", "sharp": "^0.34.5" }, "devDependencies": { - "prettier": "^3.8.1", + "prettier": "^3.8.2", "prettier-plugin-astro": "^0.14.0" } } From 3eb775d6731b4d7f86d489d85b70104000a7f1ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 07:24:34 +0000 Subject: [PATCH 2/2] chore(deps): bump the ruby group with 7 updates Bumps the ruby group with 7 updates: | Package | From | To | | --- | --- | --- | | [html2rss](https://github.com/html2rss/html2rss) | ``4a414ce`` | ``e29ffd7`` | | [async-http](https://github.com/socketry/async-http) | `0.94.2` | `0.95.0` | | [mime-types-data](https://github.com/mime-types/mime-types-data) | `3.2026.0331` | `3.2026.0407` | | [parallel](https://github.com/grosser/parallel) | `2.0.0` | `2.0.1` | | [protocol-http](https://github.com/socketry/protocol-http) | `0.60.0` | `0.62.0` | | [protocol-http1](https://github.com/socketry/protocol-http1) | `0.37.0` | `0.39.0` | | [protocol-http2](https://github.com/socketry/protocol-http2) | `0.24.0` | `0.26.0` | Updates `html2rss` from `4a414ce` to `e29ffd7` - [Release notes](https://github.com/html2rss/html2rss/releases) - [Commits](https://github.com/html2rss/html2rss/compare/4a414ce3f0652ca19d2b632a401042cfd00159a6...e29ffd71ed8e5887a3a87df7b904c82e455e2067) Updates `async-http` from 0.94.2 to 0.95.0 - [Release notes](https://github.com/socketry/async-http/releases) - [Changelog](https://github.com/socketry/async-http/blob/main/releases.md) - [Commits](https://github.com/socketry/async-http/compare/v0.94.2...v0.95.0) Updates `mime-types-data` from 3.2026.0331 to 3.2026.0407 - [Changelog](https://github.com/mime-types/mime-types-data/blob/main/CHANGELOG.md) - [Commits](https://github.com/mime-types/mime-types-data/compare/v3.2026.0331...v3.2026.0407) Updates `parallel` from 2.0.0 to 2.0.1 - [Changelog](https://github.com/grosser/parallel/blob/master/CHANGELOG.md) - [Commits](https://github.com/grosser/parallel/compare/v2.0.0...v2.0.1) Updates `protocol-http` from 0.60.0 to 0.62.0 - [Release notes](https://github.com/socketry/protocol-http/releases) - [Changelog](https://github.com/socketry/protocol-http/blob/main/releases.md) - [Commits](https://github.com/socketry/protocol-http/compare/v0.60.0...v0.62.0) Updates `protocol-http1` from 0.37.0 to 0.39.0 - [Release notes](https://github.com/socketry/protocol-http1/releases) - [Changelog](https://github.com/socketry/protocol-http1/blob/main/releases.md) - [Commits](https://github.com/socketry/protocol-http1/compare/v0.37.0...v0.39.0) Updates `protocol-http2` from 0.24.0 to 0.26.0 - [Release notes](https://github.com/socketry/protocol-http2/releases) - [Changelog](https://github.com/socketry/protocol-http2/blob/main/releases.md) - [Commits](https://github.com/socketry/protocol-http2/compare/v0.24.0...v0.26.0) --- updated-dependencies: - dependency-name: html2rss dependency-version: e29ffd71ed8e5887a3a87df7b904c82e455e2067 dependency-type: direct:production dependency-group: ruby - dependency-name: async-http dependency-version: 0.95.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: ruby - dependency-name: mime-types-data dependency-version: 3.2026.0407 dependency-type: indirect update-type: version-update:semver-patch dependency-group: ruby - dependency-name: parallel dependency-version: 2.0.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: ruby - dependency-name: protocol-http dependency-version: 0.62.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: ruby - dependency-name: protocol-http1 dependency-version: 0.39.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: ruby - dependency-name: protocol-http2 dependency-version: 0.26.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: ruby ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 5dc6415c..45cfaae6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,7 +7,7 @@ GIT GIT remote: https://github.com/html2rss/html2rss.git - revision: 4a414ce3f0652ca19d2b632a401042cfd00159a6 + revision: e29ffd71ed8e5887a3a87df7b904c82e455e2067 specs: html2rss (0.18.0) addressable (~> 2.7) @@ -40,15 +40,15 @@ GEM io-event (~> 1.11) metrics (~> 0.12) traces (~> 0.18) - async-http (0.94.2) + async-http (0.95.0) async (>= 2.10.2) async-pool (~> 0.11) io-endpoint (~> 0.14) io-stream (~> 0.6) metrics (~> 0.12) - protocol-http (~> 0.58) - protocol-http1 (~> 0.36) - protocol-http2 (~> 0.22) + protocol-http (~> 0.62) + protocol-http1 (~> 0.39) + protocol-http2 (~> 0.26) protocol-url (~> 0.2) traces (~> 0.10) async-pool (0.11.2) @@ -128,21 +128,21 @@ GEM mime-types (3.7.0) logger mime-types-data (~> 3.2025, >= 3.2025.0507) - mime-types-data (3.2026.0331) + mime-types-data (3.2026.0407) net-http (0.9.1) uri (>= 0.11.1) nokogiri (1.19.2-arm64-darwin) racc (~> 1.4) nokogiri (1.19.2-x86_64-linux-gnu) racc (~> 1.4) - parallel (2.0.0) + parallel (2.0.1) protocol-hpack (1.5.1) - protocol-http (0.60.0) - protocol-http1 (0.37.0) - protocol-http (~> 0.58) - protocol-http2 (0.24.0) + protocol-http (0.62.0) + protocol-http1 (0.39.0) + protocol-http (~> 0.62) + protocol-http2 (0.26.0) protocol-hpack (~> 1.4) - protocol-http (~> 0.47) + protocol-http (~> 0.62) protocol-rack (0.22.1) io-stream (>= 0.10) protocol-http (~> 0.58)