-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2127 from chanzuckerberg/release-v15.10.0
## [15.10.0](v15.9.0...v15.10.0) (2025-01-21) [Storybook](https://61313967cde49b003ae2a860-ppfzyqbjud.chromatic.com/) ### Features * **TabGroup:** update handling for tab item hover states ([#2124](#2124)) ([8b6cb4e](8b6cb4e)) ### Bug Fixes * **ToastNotification:** fix typo in prop name ([#2122](#2122)) ([8c70d28](8c70d28))
- Loading branch information
Showing
11 changed files
with
177 additions
and
133 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# Overview: https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners | ||
|
||
# Any line with invalid syntax will invalidate the entire file. | ||
|
||
# Education Shared Infrastructure Team | ||
package.json @chanzuckerberg/edu-shared-infra | ||
# Education Admin teams | ||
|
||
package.json @chanzuckerberg/edu-shared-infra @chanzuckerberg/edu-design-system |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@chanzuckerberg/eds", | ||
"version": "15.9.0", | ||
"version": "15.10.0", | ||
"description": "The React-powered design system library for Chan Zuckerberg Initiative education web applications", | ||
"author": "CZI <[email protected]>", | ||
"homepage": "https://github.com/chanzuckerberg/edu-design-system", | ||
|
@@ -90,7 +90,7 @@ | |
"dependencies": { | ||
"@headlessui/react": "^1.7.19", | ||
"@popperjs/core": "^2.11.8", | ||
"@tanstack/react-table": "^8.20.5", | ||
"@tanstack/react-table": "^8.20.6", | ||
"@tippyjs/react": "^4.2.6", | ||
"chalk": "^4.1.2", | ||
"clsx": "^2.1.1", | ||
|
@@ -102,7 +102,7 @@ | |
"ora": "^8.1.1", | ||
"react-beautiful-dnd": "^13.1.1", | ||
"react-children-by-type": "^1.1.0", | ||
"react-focus-lock": "^2.13.2", | ||
"react-focus-lock": "^2.13.5", | ||
"react-popper": "^2.3.0", | ||
"react-portal": "^4.2.2", | ||
"react-uid": "^2.3.3", | ||
|
@@ -123,12 +123,12 @@ | |
"@chanzuckerberg/eslint-plugin-stories": "^3.2.14", | ||
"@chanzuckerberg/story-utils": "^4.0.8", | ||
"@chromatic-com/storybook": "^3", | ||
"@commitlint/cli": "^19.6.0", | ||
"@commitlint/cli": "^19.6.1", | ||
"@commitlint/config-conventional": "^19.6.0", | ||
"@geometricpanda/storybook-addon-badges": "^2.0.5", | ||
"@omlet/cli": "^1.12.0", | ||
"@rollup/plugin-node-resolve": "^15.3.0", | ||
"@rollup/plugin-typescript": "^12.1.1", | ||
"@rollup/plugin-node-resolve": "^15.3.1", | ||
"@rollup/plugin-typescript": "^12.1.2", | ||
"@size-limit/file": "^8.2.6", | ||
"@storybook/addon-a11y": "^8.4.7", | ||
"@storybook/addon-essentials": "^8.4.7", | ||
|
@@ -150,7 +150,7 @@ | |
"@types/jsonfile": "^6", | ||
"@types/lodash": "^4.17.13", | ||
"@types/node": "^20.17.10", | ||
"@types/react": "^18.3.16", | ||
"@types/react": "^18.3.18", | ||
"@types/react-beautiful-dnd": "^13.1.8", | ||
"@types/react-dom": "^18.3.5", | ||
"@types/react-portal": "^4.0.7", | ||
|
@@ -161,7 +161,7 @@ | |
"copyfiles": "^2.4.1", | ||
"eslint": "^8.57.1", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-jest": "^28.9.0", | ||
"eslint-plugin-jest": "^28.10.0", | ||
"eslint-plugin-prettier": "^5.2.1", | ||
"eslint-plugin-storybook": "^0.11.0", | ||
"eslint-plugin-testing-library": "^7.1.1", | ||
|
@@ -188,11 +188,11 @@ | |
"standard-version": "^9.5.0", | ||
"storybook": "^8.4.7", | ||
"style-dictionary": "^3.9.2", | ||
"stylelint": "^16.11.0", | ||
"stylelint": "^16.12.0", | ||
"stylelint-config-recommended": "^14.0.1", | ||
"tailwindcss": "^3.4.16", | ||
"tailwindcss": "^3.4.17", | ||
"ts-jest": "^29.2.5", | ||
"typescript": "^5.7.2" | ||
"typescript": "^5.7.3" | ||
}, | ||
"lint-staged": { | ||
"*.{js,jsx,ts,tsx}": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.