-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: update to yarn 4.5.3 * chore: bump all minor and patch versions of dependencies There is one exception: @lit-labs/scoped-registry-mixin. Updating it is breaking our unit tests with an odd type error, so punting on that update for now. * chore: remove deprecated husky configuration * chore: update dependencies * fix(combobox): dropdown button a11y label location Because the label is on the icon inside a button, when webkit renders it, it is failing our axe a111y tests. * chore: refresh yarn lock * chore: add changeset
- Loading branch information
1 parent
91870ce
commit 9a5672b
Showing
11 changed files
with
2,928 additions
and
2,811 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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@ithaka/pharos': patch | ||
--- | ||
|
||
Update the combobox component to set the accessible title on the button, not the icon itself |
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,4 +1 @@ | ||
#!/bin/sh | ||
. "$(dirname "$0")/_/husky.sh" | ||
|
||
yarn commitlint --edit "$1" |
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,2 @@ | ||
#!/bin/sh | ||
. "$(dirname "$0")/_/husky.sh" | ||
|
||
yarn pretty-quick --staged | ||
yarn lint-staged |
614 changes: 307 additions & 307 deletions
614
.yarn/releases/yarn-4.5.1.cjs → .yarn/releases/yarn-4.5.3.cjs
Large diffs are not rendered by default.
Oops, something went wrong.
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,3 +1,3 @@ | ||
nodeLinker: node-modules | ||
|
||
yarnPath: .yarn/releases/yarn-4.5.1.cjs | ||
yarnPath: .yarn/releases/yarn-4.5.3.cjs |
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 |
---|---|---|
|
@@ -61,57 +61,57 @@ | |
"@babel/plugin-syntax-import-assertions": "^7.26.0", | ||
"@babel/preset-env": "^7.26.0", | ||
"@changesets/changelog-github": "^0.5.0", | ||
"@changesets/cli": "^2.27.9", | ||
"@commitlint/cli": "^19.5.0", | ||
"@commitlint/config-conventional": "^19.5.0", | ||
"@emotion/babel-plugin": "^11.12.0", | ||
"@changesets/cli": "^2.27.10", | ||
"@commitlint/cli": "^19.6.0", | ||
"@commitlint/config-conventional": "^19.6.0", | ||
"@emotion/babel-plugin": "^11.13.5", | ||
"@size-limit/preset-small-lib": "^11.1.6", | ||
"@storybook/addon-a11y": "^8.4.2", | ||
"@storybook/addon-essentials": "^8.4.2", | ||
"@storybook/addon-links": "^8.4.2", | ||
"@storybook/blocks": "^8.4.2", | ||
"@storybook/manager-api": "^8.4.2", | ||
"@storybook/react-vite": "^8.4.2", | ||
"@storybook/theming": "^8.4.2", | ||
"@storybook/web-components": "^8.4.2", | ||
"@storybook/web-components-vite": "^8.4.2", | ||
"@storybook/addon-a11y": "^8.4.7", | ||
"@storybook/addon-essentials": "^8.4.7", | ||
"@storybook/addon-links": "^8.4.7", | ||
"@storybook/blocks": "^8.4.7", | ||
"@storybook/manager-api": "^8.4.7", | ||
"@storybook/react-vite": "^8.4.7", | ||
"@storybook/theming": "^8.4.7", | ||
"@storybook/web-components": "^8.4.7", | ||
"@storybook/web-components-vite": "^8.4.7", | ||
"@types/uuid": "^10.0.0", | ||
"@typescript-eslint/eslint-plugin": "^8.14.0", | ||
"@typescript-eslint/parser": "^8.14.0", | ||
"@vitejs/plugin-react": "^4.3.3", | ||
"@typescript-eslint/eslint-plugin": "^8.17.0", | ||
"@typescript-eslint/parser": "^8.17.0", | ||
"@vitejs/plugin-react": "^4.3.4", | ||
"all-contributors-cli": "^6.26.1", | ||
"concurrently": "^9.1.0", | ||
"cssnano": "^7.0.6", | ||
"eslint": "^9.14.0", | ||
"eslint": "^9.16.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-jsx-a11y": "^6.10.2", | ||
"eslint-plugin-lit": "^1.15.0", | ||
"eslint-plugin-prettier": "^5.2.1", | ||
"eslint-plugin-react": "^7.37.2", | ||
"eslint-plugin-react-hooks": "^5.0.0", | ||
"eslint-plugin-storybook": "^0.11.0", | ||
"eslint-plugin-react-hooks": "^5.1.0", | ||
"eslint-plugin-storybook": "^0.11.1", | ||
"eslint-plugin-wc": "^2.2.0", | ||
"globals": "^15.12.0", | ||
"husky": "^9.1.6", | ||
"globals": "^15.13.0", | ||
"husky": "^9.1.7", | ||
"lint-staged": "^15.2.10", | ||
"lit": "^2.8.0", | ||
"lit-analyzer": "^2.0.3", | ||
"markdown-toc": "^1.2.0", | ||
"postcss": "^8.4.49", | ||
"postcss-import": "^16.1.0", | ||
"postcss-media-minmax": "^5.0.0", | ||
"postcss-preset-env": "^10.1.0", | ||
"prettier": "^3.3.3", | ||
"postcss-preset-env": "^10.1.1", | ||
"prettier": "^3.4.2", | ||
"pretty-quick": "^4.0.0", | ||
"react": "^18.3.1", | ||
"react-dom": "^18.3.1", | ||
"sass": "^1.80.6", | ||
"sass": "^1.82.0", | ||
"size-limit": "^11.1.6", | ||
"storybook": "^8.4.2", | ||
"stylelint": "^16.10.0", | ||
"storybook": "^8.4.7", | ||
"stylelint": "^16.11.0", | ||
"stylelint-config-standard-scss": "^13.1.0", | ||
"stylelint-scss": "^6.9.0", | ||
"svglint": "^3.0.0", | ||
"stylelint-scss": "^6.10.0", | ||
"svglint": "^3.1.0", | ||
"vite": "^5.4.11" | ||
}, | ||
"workspaces": { | ||
|
@@ -124,5 +124,8 @@ | |
"path": "packages/pharos/lib/index.js" | ||
} | ||
], | ||
"packageManager": "[email protected]" | ||
"resolutions": { | ||
"@lit-labs/scoped-registry-mixin": "1.0.1" | ||
}, | ||
"packageManager": "[email protected]" | ||
} |
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.