Skip to content

Commit f0dc676

Browse files
Build(deps-dev): Bump the development-dependencies group across 1 directory with 3 updates (#41626)
Bumps the development-dependencies group with 3 updates in the / directory: [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro), [stylelint](https://github.com/stylelint/stylelint) and [zod](https://github.com/colinhacks/zod). Updates `astro` from 5.12.4 to 5.12.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/[email protected]/packages/astro) Updates `stylelint` from 16.22.0 to 16.23.0 - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](stylelint/stylelint@16.22.0...16.23.0) Updates `zod` from 4.0.10 to 4.0.13 - [Release notes](https://github.com/colinhacks/zod/releases) - [Commits](colinhacks/zod@v4.0.10...v4.0.13) --- updated-dependencies: - dependency-name: astro dependency-version: 5.12.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: stylelint dependency-version: 16.23.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: zod dependency-version: 4.0.13 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e8fdc4f commit f0dc676

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
"@types/js-yaml": "^4.0.9",
127127
"@types/mime": "^4.0.0",
128128
"@types/prismjs": "^1.26.5",
129-
"astro": "^5.12.4",
129+
"astro": "^5.12.5",
130130
"astro-auto-import": "^0.4.4",
131131
"autoprefixer": "^10.4.21",
132132
"bundlewatch": "^0.4.1",
@@ -175,12 +175,12 @@
175175
"sass": "1.78.0",
176176
"sass-true": "^9.0.0",
177177
"shelljs": "^0.10.0",
178-
"stylelint": "^16.22.0",
178+
"stylelint": "^16.23.0",
179179
"stylelint-config-twbs-bootstrap": "^16.1.0",
180180
"terser": "^5.43.1",
181181
"unist-util-visit": "^5.0.0",
182182
"vnu-jar": "24.10.17",
183-
"zod": "^4.0.10"
183+
"zod": "^4.0.13"
184184
},
185185
"files": [
186186
"dist/{css,js}/*.{css,js,map}",

0 commit comments

Comments
 (0)