Skip to content

Bump the npm group with 5 updates#122

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-161e60b2b1
Jun 17, 2025
Merged

Bump the npm group with 5 updates#122
github-actions[bot] merged 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-161e60b2b1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 17, 2025

Bumps the npm group with 5 updates:

Package From To
astro 5.9.3 5.9.4
electron-to-chromium 1.5.167 1.5.169
postcss 8.5.5 8.5.6
validate-html-nesting 1.2.2 1.2.3
zod 3.25.64 3.25.67

Updates astro from 5.9.3 to 5.9.4

Release notes

Sourced from astro's releases.

astro@5.9.4

Patch Changes

Changelog

Sourced from astro's changelog.

5.9.4

Patch Changes

Commits

Updates electron-to-chromium from 1.5.167 to 1.5.169

Commits

Updates postcss from 8.5.5 to 8.5.6

Release notes

Sourced from postcss's releases.

8.5.6

  • Fixed ContainerWithChildren type discriminating (by @​Goodwine).
Changelog

Sourced from postcss's changelog.

8.5.6

  • Fixed ContainerWithChildren type discriminating (by @​Goodwine).
Commits
  • 91d6eb5 Release 8.5.6 version
  • 65ffc55 Update dependencies
  • ecd20eb Fix ContainerWithChildren to allow discriminating the node type by comparing ...
  • See full diff in compare view

Updates validate-html-nesting from 1.2.2 to 1.2.3

Release notes

Sourced from validate-html-nesting's releases.

v1.2.3

  • select > hr is added as a valid nesting in #12, Thanks @​tmbug
  • select > button is added as a valid nesting in #13, Thanks @​5P5
Commits

Updates zod from 3.25.64 to 3.25.67

Release notes

Sourced from zod's releases.

v3.25.67

Commits:

  • 7afe790d0f459278bc18e8197791db280cac341f Make $ZodLiteralDef generic
  • 91274c3e154731205cc6958fd8c2ba5d48503db9 3.25.67
  • c22944b029295cc0d33ee1b2273ea64e889528ff Fix race condition

v3.25.66

Commits:

  • 2b3e87bcdd399b8f99d53641648db5a764861e1b Update api.ts (#4724)
  • 100e9aa874032b49a1091e702213a52decf07521 chore: include zod-validation-error to Ecosystem page (#4722)
  • de3517eeb66fc6d901752ee78d4ec97e7f5d9bc6 fix(docs): prevent FOUC on website homepage logo (#4716)
  • 222a663732f6f605fd47c9c95bcef602e3d1e188 Change ZodObject default to $strip. Set inst.shape in zod mini
  • fb00618f7d2c888fc1a2e207b391619b6d04dc6b 3.25.66

v3.25.65

Commits:

  • 65309948ebcf926ee0570315b6254e06f59d01dd Clean up ecosystem
  • 131fdbd4ea63abf8d4788855c106e51ef7e83077 fix(docs): Use array as argument of templateLiteral (#4701)
  • ed648b132d55a12094b01e1abeae8a6d29b88364 chore: remove deprecated @​types/chalk (#4685)
  • 12dd4890e2310ca798dd4193f15372efc2cfd84b Add catchall to zod-mini
  • fcb722ae09e6190c87f082db4be556c151dea8b7 Add uuid to changelog
  • 8c74035ee6bcf27ab4b4398708b379713cc3eeee 3.25.65
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the npm group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) | `5.9.3` | `5.9.4` |
| [electron-to-chromium](https://github.com/kilian/electron-to-chromium) | `1.5.167` | `1.5.169` |
| [postcss](https://github.com/postcss/postcss) | `8.5.5` | `8.5.6` |
| [validate-html-nesting](https://github.com/MananTank/validate-html-nesting) | `1.2.2` | `1.2.3` |
| [zod](https://github.com/colinhacks/zod) | `3.25.64` | `3.25.67` |


Updates `astro` from 5.9.3 to 5.9.4
- [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@5.9.4/packages/astro)

Updates `electron-to-chromium` from 1.5.167 to 1.5.169
- [Changelog](https://github.com/Kilian/electron-to-chromium/blob/master/CHANGELOG.md)
- [Commits](Kilian/electron-to-chromium@v1.5.167...v1.5.169)

Updates `postcss` from 8.5.5 to 8.5.6
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.5.5...8.5.6)

Updates `validate-html-nesting` from 1.2.2 to 1.2.3
- [Release notes](https://github.com/MananTank/validate-html-nesting/releases)
- [Commits](MananTank/validate-html-nesting@1.2.2...1.2.3)

Updates `zod` from 3.25.64 to 3.25.67
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Commits](colinhacks/zod@v3.25.64...v3.25.67)

---
updated-dependencies:
- dependency-name: astro
  dependency-version: 5.9.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: electron-to-chromium
  dependency-version: 1.5.169
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: postcss
  dependency-version: 8.5.6
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: validate-html-nesting
  dependency-version: 1.2.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: zod
  dependency-version: 3.25.67
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: npm
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 17, 2025
@amazon-q-developer
Copy link
Copy Markdown

🔴 I'm not able to complete the request because you reached your monthly usage limit for this feature. Register your Amazon Q Developer app installation with your AWS account to increase your usage limit. Learn more

Request ID : d9a85849-2448-443e-8779-a8bf407d31d8

@github-actions github-actions Bot merged commit cfaac21 into main Jun 17, 2025
2 checks passed
@github-actions github-actions Bot deleted the dependabot/npm_and_yarn/npm-161e60b2b1 branch June 17, 2025 12:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant