diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-10-04 14:22:51 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-04 14:22:51 +0200 |
| commit | e0b680853d0f092b9e11bd8856536c470a7e007e (patch) | |
| tree | 1fc7a2b869ddf6b6f5ff7c479e924dd2d1b363f0 /client/simple/package.json | |
| parent | cdf5f4343a18b40799dc4ab86ba5d791df0b27b2 (diff) | |
[upd] web-client (simple): Bump the minor group (#5277)
Bumps the minor group in /client/simple with 5 updates:
| Package | From | To |
| --- | --- | --- |
| [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `2.2.4` | `2.2.5` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.5.2` | `24.6.2` |
| [browserslist](https://github.com/browserslist/browserslist) | `4.26.2` | `4.26.3` |
| [lightningcss](https://github.com/parcel-bundler/lightningcss) | `1.30.1` | `1.30.2` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.9.2` | `5.9.3` |
Updates `@biomejs/biome` from 2.2.4 to 2.2.5
- [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.2.5/packages/@biomejs/biome)
Updates `@types/node` from 24.5.2 to 24.6.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
Updates `browserslist` from 4.26.2 to 4.26.3
- [Release notes](https://github.com/browserslist/browserslist/releases)
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md)
- [Commits](https://github.com/browserslist/browserslist/compare/4.26.2...4.26.3)
Updates `lightningcss` from 1.30.1 to 1.30.2
- [Release notes](https://github.com/parcel-bundler/lightningcss/releases)
- [Commits](https://github.com/parcel-bundler/lightningcss/compare/v1.30.1...v1.30.2)
Updates `typescript` from 5.9.2 to 5.9.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml)
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.2...v5.9.3)
---
updated-dependencies:
- dependency-name: "@biomejs/biome"
dependency-version: 2.2.5
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: minor
- dependency-name: "@types/node"
dependency-version: 24.6.2
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: minor
- dependency-name: browserslist
dependency-version: 4.26.3
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: minor
- dependency-name: lightningcss
dependency-version: 1.30.2
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: minor
- dependency-name: typescript
dependency-version: 5.9.3
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'client/simple/package.json')
| -rw-r--r-- | client/simple/package.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/client/simple/package.json b/client/simple/package.json index 38fc85e46..bb6b85642 100644 --- a/client/simple/package.json +++ b/client/simple/package.json @@ -31,21 +31,21 @@ "swiped-events": "1.2.0" }, "devDependencies": { - "@biomejs/biome": "2.2.4", - "@types/node": "~24.5.2", - "browserslist": "~4.26.2", + "@biomejs/biome": "2.2.5", + "@types/node": "~24.6.2", + "browserslist": "~4.26.3", "browserslist-to-esbuild": "~2.1.0", "edge.js": "~6.3.0", "less": "~4.4.1", - "lightningcss": "~1.30.0", + "lightningcss": "~1.30.2", "sharp": "~0.34.4", "sort-package-json": "~3.4.0", "stylelint": "~16.24.0", "stylelint-config-standard-less": "~3.0.0", "stylelint-prettier": "~5.0.0", "svgo": "~4.0.0", - "typescript": "~5.9.0", - "vite": "npm:rolldown-vite@7.1.11", + "typescript": "~5.9.3", + "vite": "npm:rolldown-vite@7.1.15", "vite-bundle-analyzer": "~1.2.3" } } |