Skip to content

Commit 16b40c1

Browse files
chore(web): bump postcss to 8.5.10 (#1155)
* chore(web): bump postcss to 8.5.10 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * docs: changelog entry for postcss bump Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 105ddf4 commit 16b40c1

3 files changed

Lines changed: 10 additions & 18 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
- Added commit history viewer to code browser. [#1150](https://github.com/sourcebot-dev/sourcebot/pull/1150)
1212
- Added `/api/commits/authors` to the public API to allow fetching a list of authors for a given path and revision. [#1150](https://github.com/sourcebot-dev/sourcebot/pull/1150)
1313

14+
### Fixed
15+
- Bumped `postcss` to `8.5.10`. [#1155](https://github.com/sourcebot-dev/sourcebot/pull/1155)
16+
1417
## [4.16.15] - 2026-04-23
1518

1619
### Changed

packages/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@
219219
"eslint-plugin-react-hooks": "^7.0.1",
220220
"jsdom": "^25.0.1",
221221
"npm-run-all": "^4.1.5",
222-
"postcss": "^8",
222+
"postcss": "^8.5.10",
223223
"raw-loader": "^4.0.2",
224224
"react-email": "^5.2.10",
225225
"react-grab": "^0.1.23",

yarn.lock

Lines changed: 6 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -8812,7 +8812,7 @@ __metadata:
88128812
octokit: "npm:^4.1.3"
88138813
openai: "npm:^4.98.0"
88148814
parse-diff: "npm:^0.11.1"
8815-
postcss: "npm:^8"
8815+
postcss: "npm:^8.5.10"
88168816
posthog-js: "npm:^1.369.0"
88178817
posthog-node: "npm:^5.24.15"
88188818
pretty-bytes: "npm:^6.1.1"
@@ -17085,7 +17085,7 @@ __metadata:
1708517085
languageName: node
1708617086
linkType: hard
1708717087

17088-
"nanoid@npm:^3.3.11, nanoid@npm:^3.3.6, nanoid@npm:^3.3.8":
17088+
"nanoid@npm:^3.3.11, nanoid@npm:^3.3.6":
1708917089
version: 3.3.11
1709017090
resolution: "nanoid@npm:3.3.11"
1709117091
bin:
@@ -18300,25 +18300,14 @@ __metadata:
1830018300
languageName: node
1830118301
linkType: hard
1830218302

18303-
"postcss@npm:^8, postcss@npm:^8.4.47":
18304-
version: 8.5.3
18305-
resolution: "postcss@npm:8.5.3"
18306-
dependencies:
18307-
nanoid: "npm:^3.3.8"
18308-
picocolors: "npm:^1.1.1"
18309-
source-map-js: "npm:^1.2.1"
18310-
checksum: 10c0/b75510d7b28c3ab728c8733dd01538314a18c52af426f199a3c9177e63eb08602a3938bfb66b62dc01350b9aed62087eabbf229af97a1659eb8d3513cec823b3
18311-
languageName: node
18312-
linkType: hard
18313-
18314-
"postcss@npm:^8.5.8":
18315-
version: 8.5.9
18316-
resolution: "postcss@npm:8.5.9"
18303+
"postcss@npm:^8.4.47, postcss@npm:^8.5.10, postcss@npm:^8.5.8":
18304+
version: 8.5.12
18305+
resolution: "postcss@npm:8.5.12"
1831718306
dependencies:
1831818307
nanoid: "npm:^3.3.11"
1831918308
picocolors: "npm:^1.1.1"
1832018309
source-map-js: "npm:^1.2.1"
18321-
checksum: 10c0/7cb2b32202ea1ead03f15cfbb2756a64a0f98942378e99b3dfce33678fe5eaf93e31d675a46e3a0dfb417d7b49b82d8999d0dd42a33c3b128e71ade0f978719a
18310+
checksum: 10c0/5baebaf574c567bc1b3d61197f38af4ce5920b8f611c887fb6bc3dcc14af00253c169dbf19897bc889cce0b0d9818ab5eb4ea0caedf02b0bab10da8a43ce8c12
1832218311
languageName: node
1832318312
linkType: hard
1832418313

0 commit comments

Comments
 (0)