Skip to content

Commit 4b2720f

Browse files
CopilotAVGVSTVS96
andauthored
chore(deps): dependency management updates (#79)
dep and renovate managemant updates --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: AVGVSTVS96 <122117267+AVGVSTVS96@users.noreply.github.com>
1 parent 10e813b commit 4b2720f

File tree

6 files changed

+51
-24
lines changed

6 files changed

+51
-24
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'react-shiki': patch
3+
---
4+
5+
Internal updates to dependency management

package/package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@
3030
"dist",
3131
"src/lib/styles.css"
3232
],
33+
"sideEffects": [
34+
"src/lib/styles.css"
35+
],
3336
"exports": {
3437
".": {
3538
"types": "./dist/index.d.ts",
@@ -60,7 +63,6 @@
6063
"react-dom": ">= 16.8.0"
6164
},
6265
"dependencies": {
63-
"@types/jest": "^29.5.14",
6466
"clsx": "^2.1.1",
6567
"dequal": "^2.0.3",
6668
"hast-util-to-jsx-runtime": "^2.3.6",
@@ -71,8 +73,9 @@
7173
"@testing-library/jest-dom": "^6.6.3",
7274
"@testing-library/react": "^16.3.0",
7375
"@types/hast": "^3.0.4",
76+
"@types/jest": "^29.5.14",
7477
"@types/node": "22.14.0",
75-
"@types/react": "^19.1.0",
78+
"@types/react": "catalog:",
7679
"@vitejs/plugin-react": "^4.3.4",
7780
"benny": "^3.7.1",
7881
"html-react-parser": "^5.2.3",

playground/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@
1010
"preview": "vite preview"
1111
},
1212
"dependencies": {
13-
"react": "^19.1.0",
14-
"react-dom": "^19.1.0",
13+
"react": "catalog:",
14+
"react-dom": "catalog:",
1515
"react-shiki": "workspace:*"
1616
},
1717
"devDependencies": {
1818
"@mdx-js/react": "^3.1.0",
1919
"@mdx-js/rollup": "^3.1.0",
2020
"@tailwindcss/typography": "^0.5.16",
2121
"@tailwindcss/vite": "^4.1.3",
22-
"@types/react": "^19.1.0",
23-
"@types/react-dom": "^19.1.1",
22+
"@types/react": "catalog:",
23+
"@types/react-dom": "catalog:",
2424
"@vitejs/plugin-react": "^4.3.4",
2525
"tailwindcss": "^4.1.3",
2626
"vite": "^6.2.5"

pnpm-lock.yaml

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

pnpm-workspace.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
packages:
22
- package
33
- playground
4+
5+
catalog:
6+
react: ^19.1.0
7+
react-dom: ^19.1.0
8+
"@types/react": ^19.1.0
9+
"@types/react-dom": ^19.1.1
10+
411
onlyBuiltDependencies:
512
- "@biomejs/biome"
613
- esbuild

renovate.json

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,27 +23,24 @@
2323
"matchDepTypes": ["peerDependencies"],
2424
"enabled": false
2525
},
26+
{
27+
"groupName": "react dependencies",
28+
"matchPackageNames": ["react", "react-dom", "@types/react", "@types/react-dom"]
29+
},
2630
{
2731
"groupName": "playground dependencies",
2832
"matchFileNames": ["playground/**"],
2933
"matchUpdateTypes": ["minor", "patch", "major"]
3034
},
3135
{
32-
"groupName": "package dev-dependencies",
33-
"semanticCommitScope": "dev-deps",
34-
"matchDepTypes": ["devDependencies"],
35-
"matchFileNames": ["package/**"]
36-
},
37-
{
38-
"groupName": "package core dependencies",
36+
"groupName": "library runtime dependencies",
3937
"matchDepTypes": ["dependencies"],
4038
"matchFileNames": ["package/**"]
4139
},
4240
{
43-
"groupName": "root dev-dependencies",
41+
"groupName": "dev dependencies",
4442
"semanticCommitScope": "dev-deps",
45-
"matchDepTypes": ["devDependencies"],
46-
"matchFileNames": ["package.json"]
43+
"matchDepTypes": ["devDependencies"]
4744
}
4845
]
4946
}

0 commit comments

Comments
 (0)