Skip to content

Commit 98a7f79

Browse files
committed
Merge remote-tracking branch 'origin/dev' into benelan/osx-build-errors
* origin/dev: refactor(dropdown-item): remove unused members (#9794) test(combobox-item): add defaults and reflects tests (#9805) build(deps): update dependency globby to v14.0.2 (#9802) build(deps): update dependency postcss to v8.4.39 (#9803) build(deps): update dependency chromatic to v11.5.5 (#9800) build(deps): update dependency eslint-plugin-react to v7.34.4 (#9801) chore: remove codeowner team to reduce notifications (#9711) chore: release next fix(radio-button-group): remove blank clickable space outside of label (#9793)
2 parents 101d144 + 6801bb6 commit 98a7f79

File tree

15 files changed

+168
-75
lines changed

15 files changed

+168
-75
lines changed

.github/CODEOWNERS

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# The files matching the globs will be assigned to the @usernames that follow
2+
.* @benelan @jcfranco
3+
*.json @benelan @jcfranco
4+
CHANGELOG.md @benelan @jcfranco @geospatialem
5+
.github/ @benelan @jcfranco @geospatialem
6+
support/ @benelan @jcfranco
7+
/packages/calcite-components-react @benelan @jcfranco
8+
/packages/eslint-plugin-calcite-components @jcfranco
9+
/packages/calcite-design-tokens @alisonailea
10+

CODEOWNERS

Lines changed: 0 additions & 12 deletions
This file was deleted.

package-lock.json

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

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"change-case": "4.1.2",
7777
"cheerio": "1.0.0-rc.12",
7878
"chokidar": "3.6.0",
79-
"chromatic": "11.5.4",
79+
"chromatic": "11.5.5",
8080
"concurrently": "8.2.2",
8181
"conventional-changelog-conventionalcommits": "7.0.2",
8282
"cpy": "11.0.1",
@@ -88,17 +88,17 @@
8888
"eslint-plugin-jest": "28.6.0",
8989
"eslint-plugin-jsdoc": "48.4.0",
9090
"eslint-plugin-prettier": "5.1.3",
91-
"eslint-plugin-react": "7.34.3",
91+
"eslint-plugin-react": "7.34.4",
9292
"eslint-plugin-unicorn": "54.0.0",
93-
"globby": "14.0.1",
93+
"globby": "14.0.2",
9494
"husky": "9.0.11",
9595
"jest": "29.7.0",
9696
"jest-axe": "9.0.0",
9797
"jest-cli": "29.7.0",
9898
"lerna": "8.1.6",
9999
"lint-staged": "15.2.7",
100100
"markdownlint-cli": "0.41.0",
101-
"postcss": "8.4.38",
101+
"postcss": "8.4.39",
102102
"prettier": "3.3.2",
103103
"puppeteer": "21.5.0",
104104
"quicktype-core": "23.0.170",

packages/calcite-components-angular/projects/component-library/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.11.0-next.14](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected]) (2024-07-16)
7+
8+
**Note:** Version bump only for package @esri/calcite-components-angular
9+
610
## [2.11.0-next.13](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected]) (2024-07-16)
711

812
**Note:** Version bump only for package @esri/calcite-components-angular

packages/calcite-components-angular/projects/component-library/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@esri/calcite-components-angular",
3-
"version": "2.11.0-next.13",
3+
"version": "2.11.0-next.14",
44
"description": "A set of Angular components that wrap Esri's Calcite Components.",
55
"homepage": "https://developers.arcgis.com/calcite-design-system/",
66
"bugs": {
@@ -17,7 +17,7 @@
1717
},
1818
"sideEffects": false,
1919
"dependencies": {
20-
"@esri/calcite-components": "^2.11.0-next.13",
20+
"@esri/calcite-components": "^2.11.0-next.14",
2121
"tslib": "2.6.3"
2222
},
2323
"peerDependencies": {

packages/calcite-components-react/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.11.0-next.14](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected]) (2024-07-16)
7+
8+
**Note:** Version bump only for package @esri/calcite-components-react
9+
610
## [2.11.0-next.13](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected]) (2024-07-16)
711

812
**Note:** Version bump only for package @esri/calcite-components-react

packages/calcite-components-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@esri/calcite-components-react",
3-
"version": "2.11.0-next.13",
3+
"version": "2.11.0-next.14",
44
"description": "A set of React components that wrap calcite components",
55
"homepage": "https://developers.arcgis.com/calcite-design-system/",
66
"repository": {
@@ -28,7 +28,7 @@
2828
"tsc": "tsc"
2929
},
3030
"dependencies": {
31-
"@esri/calcite-components": "^2.11.0-next.13"
31+
"@esri/calcite-components": "^2.11.0-next.14"
3232
},
3333
"peerDependencies": {
3434
"react": ">=16.7",

0 commit comments

Comments
 (0)