Skip to content

Commit

Permalink
chore(lapis-docs): bump the minorandpatch group (#1080)
Browse files Browse the repository at this point in the history
Bumps the minorandpatch group in /lapis-docs with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [@astrojs/starlight](https://github.com/withastro/starlight/tree/HEAD/packages/starlight) | `0.31.1` | `0.32.0` |
| [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) | `5.2.3` | `5.3.0` |
| [swagger-ui](https://github.com/swagger-api/swagger-ui) | `5.18.3` | `5.19.0` |
| [swagger-ui-react](https://github.com/swagger-api/swagger-ui) | `5.18.3` | `5.19.0` |
| [zod](https://github.com/colinhacks/zod) | `3.24.1` | `3.24.2` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.13.0` | `22.13.4` |
| [prettier](https://github.com/prettier/prettier) | `3.4.2` | `3.5.1` |


Updates `@astrojs/starlight` from 0.31.1 to 0.32.0
- [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/[email protected]/packages/starlight)

Updates `astro` from 5.2.3 to 5.3.0
- [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 `swagger-ui` from 5.18.3 to 5.19.0
- [Release notes](https://github.com/swagger-api/swagger-ui/releases)
- [Changelog](https://github.com/swagger-api/swagger-ui/blob/master/.releaserc)
- [Commits](swagger-api/swagger-ui@v5.18.3...v5.19.0)

Updates `swagger-ui-react` from 5.18.3 to 5.19.0
- [Release notes](https://github.com/swagger-api/swagger-ui/releases)
- [Changelog](https://github.com/swagger-api/swagger-ui/blob/master/.releaserc)
- [Commits](swagger-api/swagger-ui@v5.18.3...v5.19.0)

Updates `zod` from 3.24.1 to 3.24.2
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Changelog](https://github.com/colinhacks/zod/blob/main/CHANGELOG.md)
- [Commits](colinhacks/zod@v3.24.1...v3.24.2)

Updates `@types/node` from 22.13.0 to 22.13.4
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

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

---
updated-dependencies:
- dependency-name: "@astrojs/starlight"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minorandpatch
- dependency-name: astro
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minorandpatch
- dependency-name: swagger-ui
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minorandpatch
- dependency-name: swagger-ui-react
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minorandpatch
- dependency-name: zod
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minorandpatch
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minorandpatch
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minorandpatch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 18, 2025
1 parent e7946ec commit 0f8fe47
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 55 deletions.
120 changes: 72 additions & 48 deletions lapis-docs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions lapis-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,31 +15,31 @@
},
"dependencies": {
"@astrojs/react": "^4.2.0",
"@astrojs/starlight": "^0.31.1",
"@astrojs/starlight": "^0.32.0",
"@astrojs/starlight-tailwind": "^3.0.0",
"@astrojs/tailwind": "^5.1.5",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"astro": "^5.2.3",
"astro": "^5.3.0",
"change-case": "^5.4.4",
"daisyui": "^4.12.23",
"js-yaml": "^4.1.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sharp": "^0.33.5",
"swagger-ui": "^5.18.3",
"swagger-ui-react": "^5.18.3",
"swagger-ui": "^5.19.0",
"swagger-ui-react": "^5.19.0",
"tailwindcss": "^3.4.17",
"yaml": "^2.7.0",
"zod": "^3.24.1"
"zod": "^3.24.2"
},
"devDependencies": {
"@astrojs/check": "^0.9.4",
"@playwright/test": "^1.50.1",
"@types/js-yaml": "^4.0.9",
"@types/node": "^22.13.0",
"@types/node": "^22.13.4",
"@types/swagger-ui": "^3.52.4",
"prettier": "^3.4.2",
"prettier": "^3.5.1",
"prettier-plugin-astro": "^0.14.1",
"typescript": "^5.7.3"
}
Expand Down

0 comments on commit 0f8fe47

Please sign in to comment.