Skip to content

Commit 2619fa8

Browse files
chore(deps): bump the patch-updates group with 7 updates (saicaca#629)
Bumps the patch-updates group with 7 updates: | Package | From | To | | --- | --- | --- | | [@astrojs/svelte](https://github.com/withastro/astro/tree/HEAD/packages/integrations/svelte) | `7.1.0` | `7.1.1` | | [@fontsource-variable/jetbrains-mono](https://github.com/fontsource/font-files/tree/HEAD/fonts/variable/jetbrains-mono) | `5.2.6` | `5.2.7` | | [@fontsource/roboto](https://github.com/fontsource/font-files/tree/HEAD/fonts/google/roboto) | `5.2.6` | `5.2.7` | | [@iconify-json/material-symbols](https://github.com/iconify/icon-sets) | `1.2.34` | `1.2.35` | | [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) | `5.13.5` | `5.13.7` | | [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) | `5.38.7` | `5.38.10` | | [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `2.2.3` | `2.2.4` | Updates `@astrojs/svelte` from 7.1.0 to 7.1.1 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/svelte/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/[email protected]/packages/integrations/svelte) Updates `@fontsource-variable/jetbrains-mono` from 5.2.6 to 5.2.7 - [Changelog](https://github.com/fontsource/font-files/blob/main/CHANGELOG.md) - [Commits](https://github.com/fontsource/font-files/commits/HEAD/fonts/variable/jetbrains-mono) Updates `@fontsource/roboto` from 5.2.6 to 5.2.7 - [Changelog](https://github.com/fontsource/font-files/blob/main/CHANGELOG.md) - [Commits](https://github.com/fontsource/font-files/commits/HEAD/fonts/google/roboto) Updates `@iconify-json/material-symbols` from 1.2.34 to 1.2.35 - [Commits](https://github.com/iconify/icon-sets/commits) Updates `astro` from 5.13.5 to 5.13.7 - [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/[email protected]/packages/astro) Updates `svelte` from 5.38.7 to 5.38.10 - [Release notes](https://github.com/sveltejs/svelte/releases) - [Changelog](https://github.com/sveltejs/svelte/blob/main/packages/svelte/CHANGELOG.md) - [Commits](https://github.com/sveltejs/svelte/commits/[email protected]/packages/svelte) Updates `@biomejs/biome` from 2.2.3 to 2.2.4 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/[email protected]/packages/@biomejs/biome) --- updated-dependencies: - dependency-name: "@astrojs/svelte" dependency-version: 7.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: "@fontsource-variable/jetbrains-mono" dependency-version: 5.2.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: "@fontsource/roboto" dependency-version: 5.2.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: "@iconify-json/material-symbols" dependency-version: 1.2.35 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: astro dependency-version: 5.13.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: svelte dependency-version: 5.38.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: "@biomejs/biome" dependency-version: 2.2.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-updates ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1d527b6 commit 2619fa8

File tree

2 files changed

+317
-544
lines changed

2 files changed

+317
-544
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,21 +19,21 @@
1919
"@astrojs/check": "^0.9.4",
2020
"@astrojs/rss": "^4.0.12",
2121
"@astrojs/sitemap": "^3.5.1",
22-
"@astrojs/svelte": "7.1.0",
22+
"@astrojs/svelte": "7.1.1",
2323
"@astrojs/tailwind": "^6.0.2",
2424
"@expressive-code/core": "^0.41.3",
2525
"@expressive-code/plugin-collapsible-sections": "^0.41.3",
2626
"@expressive-code/plugin-line-numbers": "^0.41.3",
27-
"@fontsource-variable/jetbrains-mono": "^5.2.6",
28-
"@fontsource/roboto": "^5.2.6",
27+
"@fontsource-variable/jetbrains-mono": "^5.2.7",
28+
"@fontsource/roboto": "^5.2.7",
2929
"@iconify-json/fa6-brands": "^1.2.6",
3030
"@iconify-json/fa6-regular": "^1.2.4",
3131
"@iconify-json/fa6-solid": "^1.2.4",
32-
"@iconify-json/material-symbols": "^1.2.34",
32+
"@iconify-json/material-symbols": "^1.2.35",
3333
"@iconify/svelte": "^4.2.0",
3434
"@swup/astro": "^1.7.0",
3535
"@tailwindcss/typography": "^0.5.16",
36-
"astro": "5.13.5",
36+
"astro": "5.13.7",
3737
"astro-expressive-code": "^0.41.3",
3838
"astro-icon": "^1.1.5",
3939
"hastscript": "^9.0.1",
@@ -56,14 +56,14 @@
5656
"sanitize-html": "^2.17.0",
5757
"sharp": "^0.34.3",
5858
"stylus": "^0.64.0",
59-
"svelte": "^5.38.7",
59+
"svelte": "^5.38.10",
6060
"tailwindcss": "^3.4.17",
6161
"typescript": "^5.9.2",
6262
"unist-util-visit": "^5.0.0"
6363
},
6464
"devDependencies": {
6565
"@astrojs/ts-plugin": "^1.10.4",
66-
"@biomejs/biome": "2.2.3",
66+
"@biomejs/biome": "2.2.4",
6767
"@rollup/plugin-yaml": "^4.1.2",
6868
"@types/hast": "^3.0.4",
6969
"@types/markdown-it": "^14.1.2",

0 commit comments

Comments
 (0)