Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into benelan/osx-build-errors
Browse files Browse the repository at this point in the history
* 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)
  • Loading branch information
benelan committed Jul 18, 2024
2 parents 101d144 + 6801bb6 commit 98a7f79
Show file tree
Hide file tree
Showing 15 changed files with 168 additions and 75 deletions.
10 changes: 10 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# The files matching the globs will be assigned to the @usernames that follow
.* @benelan @jcfranco
*.json @benelan @jcfranco
CHANGELOG.md @benelan @jcfranco @geospatialem
.github/ @benelan @jcfranco @geospatialem
support/ @benelan @jcfranco
/packages/calcite-components-react @benelan @jcfranco
/packages/eslint-plugin-calcite-components @jcfranco
/packages/calcite-design-tokens @alisonailea

12 changes: 0 additions & 12 deletions CODEOWNERS

This file was deleted.

117 changes: 75 additions & 42 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"change-case": "4.1.2",
"cheerio": "1.0.0-rc.12",
"chokidar": "3.6.0",
"chromatic": "11.5.4",
"chromatic": "11.5.5",
"concurrently": "8.2.2",
"conventional-changelog-conventionalcommits": "7.0.2",
"cpy": "11.0.1",
Expand All @@ -88,17 +88,17 @@
"eslint-plugin-jest": "28.6.0",
"eslint-plugin-jsdoc": "48.4.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-react": "7.34.3",
"eslint-plugin-react": "7.34.4",
"eslint-plugin-unicorn": "54.0.0",
"globby": "14.0.1",
"globby": "14.0.2",
"husky": "9.0.11",
"jest": "29.7.0",
"jest-axe": "9.0.0",
"jest-cli": "29.7.0",
"lerna": "8.1.6",
"lint-staged": "15.2.7",
"markdownlint-cli": "0.41.0",
"postcss": "8.4.38",
"postcss": "8.4.39",
"prettier": "3.3.2",
"puppeteer": "21.5.0",
"quicktype-core": "23.0.170",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.11.0-next.14](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected]) (2024-07-16)

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

## [2.11.0-next.13](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected]) (2024-07-16)

**Note:** Version bump only for package @esri/calcite-components-angular
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esri/calcite-components-angular",
"version": "2.11.0-next.13",
"version": "2.11.0-next.14",
"description": "A set of Angular components that wrap Esri's Calcite Components.",
"homepage": "https://developers.arcgis.com/calcite-design-system/",
"bugs": {
Expand All @@ -17,7 +17,7 @@
},
"sideEffects": false,
"dependencies": {
"@esri/calcite-components": "^2.11.0-next.13",
"@esri/calcite-components": "^2.11.0-next.14",
"tslib": "2.6.3"
},
"peerDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions packages/calcite-components-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.11.0-next.14](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected]) (2024-07-16)

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

## [2.11.0-next.13](https://github.com/Esri/calcite-design-system/compare/@esri/[email protected]...@esri/[email protected]) (2024-07-16)

**Note:** Version bump only for package @esri/calcite-components-react
Expand Down
4 changes: 2 additions & 2 deletions packages/calcite-components-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esri/calcite-components-react",
"version": "2.11.0-next.13",
"version": "2.11.0-next.14",
"description": "A set of React components that wrap calcite components",
"homepage": "https://developers.arcgis.com/calcite-design-system/",
"repository": {
Expand Down Expand Up @@ -28,7 +28,7 @@
"tsc": "tsc"
},
"dependencies": {
"@esri/calcite-components": "^2.11.0-next.13"
"@esri/calcite-components": "^2.11.0-next.14"
},
"peerDependencies": {
"react": ">=16.7",
Expand Down
Loading

0 comments on commit 98a7f79

Please sign in to comment.