Skip to content

Commit b5a2612

Browse files
Bump the javascript-dependencies group with 2 updates (#103)
* Bump the javascript-dependencies group with 2 updates Bumps the javascript-dependencies group with 2 updates: [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) and [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome). Updates `astro` from 6.1.4 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 `@biomejs/biome` from 2.4.10 to 2.4.11 - [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/biome@2.4.11/packages/@biomejs/biome) --- updated-dependencies: - dependency-name: astro dependency-version: 6.1.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: javascript-dependencies - dependency-name: "@biomejs/biome" dependency-version: 2.4.11 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: javascript-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> * Update schema version in biome.json Signed-off-by: Bradley Reynolds <bradley.reynolds@tailstory.dev> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Bradley Reynolds <bradley.reynolds@tailstory.dev> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Bradley Reynolds <bradley.reynolds@tailstory.dev>
1 parent 07a5fe0 commit b5a2612

3 files changed

Lines changed: 43 additions & 44 deletions

File tree

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.4.10/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.4.11/schema.json",
33
"vcs": {
44
"enabled": true,
55
"clientKind": "git",

package-lock.json

Lines changed: 40 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
"astro": "astro"
1010
},
1111
"dependencies": {
12-
"astro": "^6.1.4"
12+
"astro": "^6.1.5"
1313
},
1414
"devDependencies": {
15-
"@biomejs/biome": "2.4.10"
15+
"@biomejs/biome": "2.4.11"
1616
},
1717
"engines": {
1818
"node": ">=24.12.0"

0 commit comments

Comments
 (0)