Skip to content

Commit 77ff7d9

Browse files
author
Kurt Medley
committed
chore(deps): refresh workspace deps and keep eslint 9 compatibility
1 parent 60bff15 commit 77ff7d9

15 files changed

Lines changed: 423 additions & 413 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Cedar One Changelog
22

3+
## 0.1.42-alpha.0 - 2026-02-09
4+
5+
- Updated workspace dependencies to latest compatible versions, including Storybook `10.2.7` packages.
6+
- Kept ESLint pinned to the `9.x` line after validating current parser/plugin compatibility.
7+
- Updated lockfile state after dependency refresh.
8+
39
## 0.1.41-alpha.0 - 2026-02-08
410

511
- Added a shared docs page with component classification badges across HTML, Vue, and React Storybooks.

apps/html/.storybook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"devDependencies": {
1111
"@rei/c1-icons": "workspace:*",
1212
"@rei/c1-lint": "workspace:*",
13-
"@types/react": "^19.2.11",
13+
"@types/react": "^19.2.13",
1414
"react": "^19.2.4"
1515
}
1616
}

apps/react/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# @rei/c1-react Changelog
22

3+
## 0.1.4-alpha.0 - 2026-02-09
4+
5+
- Updated Storybook devDependencies to `10.2.7`.
6+
- Updated Node/React type dependency versions.
7+
38
## 0.1.3-alpha.0 - 2026-02-08
49

510
- Added explicit docs classification metadata to React Input and Accordion stories.

apps/react/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rei/c1-react",
3-
"version": "0.1.3-alpha.0",
3+
"version": "0.1.4-alpha.0",
44
"private": true,
55
"type": "module",
66
"exports": {
@@ -32,16 +32,16 @@
3232
"devDependencies": {
3333
"@chromatic-com/storybook": "5.0.0",
3434
"@rei/c1-lint": "workspace:*",
35-
"@storybook/addon-docs": "10.2.6",
36-
"@storybook/addon-onboarding": "10.2.6",
37-
"@storybook/addon-vitest": "10.2.6",
38-
"@storybook/react": "10.2.6",
39-
"@storybook/react-vite": "10.2.6",
40-
"@types/node": "^25.2.0",
41-
"@types/react": "^19.2.11",
35+
"@storybook/addon-docs": "10.2.7",
36+
"@storybook/addon-onboarding": "10.2.7",
37+
"@storybook/addon-vitest": "10.2.7",
38+
"@storybook/react": "10.2.7",
39+
"@storybook/react-vite": "10.2.7",
40+
"@types/node": "^25.2.2",
41+
"@types/react": "^19.2.13",
4242
"@types/react-dom": "^19.2.3",
4343
"@vitejs/plugin-react": "^5.1.3",
44-
"storybook": "10.2.6",
44+
"storybook": "10.2.7",
4545
"typescript": "~5.9.3",
4646
"vite": "^7.3.1"
4747
}

apps/vue/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# @rei/c1-vue Changelog
22

3+
## 0.1.24-alpha.0 - 2026-02-09
4+
5+
- Updated Storybook devDependencies to `10.2.7`.
6+
- Updated Node type dependency versions.
7+
38
## 0.1.23-alpha.0 - 2026-02-08
49

510
- Added explicit docs classification metadata to Vue Input and Accordion stories.

apps/vue/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rei/c1-vue",
3-
"version": "0.1.23-alpha.0",
3+
"version": "0.1.24-alpha.0",
44
"private": true,
55
"type": "module",
66
"exports": {
@@ -31,14 +31,14 @@
3131
"devDependencies": {
3232
"@chromatic-com/storybook": "5.0.0",
3333
"@rei/c1-lint": "workspace:*",
34-
"@storybook/addon-docs": "10.2.6",
35-
"@storybook/addon-onboarding": "10.2.6",
36-
"@storybook/addon-vitest": "10.2.6",
37-
"@storybook/vue3-vite": "10.2.6",
38-
"@types/node": "^25.2.0",
34+
"@storybook/addon-docs": "10.2.7",
35+
"@storybook/addon-onboarding": "10.2.7",
36+
"@storybook/addon-vitest": "10.2.7",
37+
"@storybook/vue3-vite": "10.2.7",
38+
"@types/node": "^25.2.2",
3939
"@vitejs/plugin-vue": "^6.0.4",
4040
"@vue/tsconfig": "^0.8.1",
41-
"storybook": "10.2.6",
41+
"storybook": "10.2.7",
4242
"typescript": "~5.9.3",
4343
"vite": "^7.3.1",
4444
"vue-tsc": "^3.2.4"

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rei/c1",
3-
"version": "0.1.41-alpha.0",
3+
"version": "0.1.42-alpha.0",
44
"private": true,
55
"repository": {
66
"type": "git",
@@ -42,23 +42,23 @@
4242
},
4343
"devDependencies": {
4444
"@chromatic-com/storybook": "5.0.0",
45-
"@eslint/js": "latest",
45+
"@eslint/js": "^9.0.0",
4646
"@html-eslint/parser": "^0.54.0",
4747
"@rei/c1-lint": "workspace:*",
48-
"@storybook/addon-docs": "10.2.6",
49-
"@storybook/addon-onboarding": "10.2.6",
50-
"@storybook/addon-vitest": "10.2.6",
51-
"@storybook/html-vite": "10.2.6",
52-
"@storybook/vue3-vite": "10.2.6",
53-
"@types/node": "^25.2.0",
54-
"@types/react": "^19.2.11",
55-
"eslint": "latest",
48+
"@storybook/addon-docs": "10.2.7",
49+
"@storybook/addon-onboarding": "10.2.7",
50+
"@storybook/addon-vitest": "10.2.7",
51+
"@storybook/html-vite": "10.2.7",
52+
"@storybook/vue3-vite": "10.2.7",
53+
"@types/node": "^25.2.2",
54+
"@types/react": "^19.2.13",
55+
"eslint": "^9.0.0",
5656
"globals": "^17.3.0",
5757
"husky": "latest",
5858
"lint-staged": "latest",
5959
"prettier": "latest",
6060
"react": "^19.2.4",
61-
"storybook": "10.2.6",
61+
"storybook": "10.2.7",
6262
"typescript": "^5.9.3",
6363
"typescript-eslint": "latest",
6464
"vue-eslint-parser": "^10.2.0"

packages/icons/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# @rei/c1-icons Changelog
22

3+
## 0.1.4-alpha.0 - 2026-02-09
4+
5+
- Updated development dependency versions.
6+
37
## 0.1.3-alpha.0 - 2026-02-04
48

59
- Added React icon components with entrypoint exports.

packages/icons/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rei/c1-icons",
3-
"version": "0.1.3-alpha.0",
3+
"version": "0.1.4-alpha.0",
44
"private": true,
55
"description": "Framework-agnostic Cedar icon assets (sprite, raw SVGs, JSON, JS).",
66
"type": "module",
@@ -44,7 +44,7 @@
4444
},
4545
"devDependencies": {
4646
"@rei/c1-lint": "workspace:*",
47-
"@types/node": "^25.2.0",
47+
"@types/node": "^25.2.2",
4848
"svgo": "^4.0.0",
4949
"svgstore": "^3.0.1",
5050
"tsx": "^4.21.0",

packages/lint/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# @rei/c1-lint Changelog
22

3+
## 0.1.18-alpha.0 - 2026-02-09
4+
5+
- Updated lint package dependencies for current ESLint ecosystem compatibility.
6+
- Added RuleContext compatibility fallback for filename/source-code access across ESLint API versions.
7+
38
## 0.1.17-alpha.0 - 2026-02-04
49

510
- Added shorthand class aliases for accordion classes.

0 commit comments

Comments
 (0)