Skip to content

Commit 7f4b4d9

Browse files
authored
Merge branch 'main' into add/nebius-cloud
2 parents 1c2f7a1 + 7694eaf commit 7f4b4d9

3 files changed

Lines changed: 13 additions & 5 deletions

File tree

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,14 @@ updates:
2424
versions: [">0.88.0"]
2525
- dependency-name: "@nivo/radar"
2626
versions: [">0.88.0"]
27+
# lucide-react is imported in ~78 renderer components. The 1.0 line is an ESM-only
28+
# rewrite (`.mjs` bundles, RSC/dynamic-import reshuffles) and lucide ships icon
29+
# renames as plain minors on the 0.x line, so neither `semver-major` gating nor
30+
# the grouped minor/patch flow is safe here. Hold at 0.477.0 and bump deliberately
31+
# with a build + smoke test of icon-heavy pages (ModelZoo, Settings, Welcome,
32+
# Team). See PR #2174.
33+
- dependency-name: "lucide-react"
34+
versions: [">0.477.0"]
2735
# React 19 is a major API change (ref-as-prop, removed legacy APIs, new JSX
2836
# transform). `react`, `react-dom`, and their @types must move together, and
2937
# @testing-library/react must move in lockstep (see below). Hold the whole

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"dependencies": {
6060
"@emotion/react": "^11.14.0",
6161
"@emotion/styled": "^11.14.1",
62-
"@mdxeditor/editor": "^4.0.0",
62+
"@mdxeditor/editor": "^4.0.1",
6363
"@monaco-editor/react": "^4.7.0",
6464
"@mui/joy": "^5.0.0-beta.52",
6565
"@nivo/bar": "^0.88.0",

0 commit comments

Comments
 (0)