Skip to content

Commit 6dd5f48

Browse files
committed
Merge remote-tracking branch 'origin/dev' into benelan/revert-icon-types
* origin/dev: docs(list-item): add list as a type of element allowed in default slot. (#9934) build(deps): pin dependency @esri/calcite-ui-icons to 3.30.0 (#9918) build(deps): update dependency eslint-plugin-jsdoc to v48.8.3 (#9919) build: update browserslist db (#9927) docs: update component READMEs (#9928) docs(modal): update component deprecation message to v4 (#9925) test(tooltip): enhance test to better cover shadow root elements being focused (#9911) build(deps): update nrwl monorepo to v19.5.3 (#9902) build(deps): update dependency cpy to v11.1.0 (#9903) chore: release main (#9716) (#9916) chore: release next fix: widen icon type to allow string (#9915) ci: fix chromatic icon build errors (#9906) chore: release next
2 parents 768fa3b + ee257a6 commit 6dd5f48

File tree

54 files changed

+587
-970
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+587
-970
lines changed

.github/workflows/chromatic.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,10 @@ jobs:
1717
- uses: actions/setup-node@v4
1818
with:
1919
node-version-file: package.json
20-
- run: npm install
21-
- run: npm --workspace="packages/calcite-design-tokens" run build
20+
- run: |
21+
npm install
22+
npm --workspace="packages/calcite-design-tokens" run build
23+
npm --workspace="packages/calcite-ui-icons" run build
2224
- name: Publish to Chromatic
2325
uses: chromaui/action@v11
2426
with:

.release-please-manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"packages/calcite-components": "2.10.1",
3-
"packages/calcite-components-react": "2.10.1",
2+
"packages/calcite-components": "2.11.0",
3+
"packages/calcite-components-react": "2.11.0",
44
"packages/calcite-design-tokens": "2.2.0",
5-
"packages/calcite-ui-icons": "3.29.0",
5+
"packages/calcite-ui-icons": "3.30.0",
66
"packages/eslint-plugin-calcite-components": "1.2.0",
7-
"packages/calcite-components-angular/projects/component-library": "2.10.1"
7+
"packages/calcite-components-angular/projects/component-library": "2.11.0"
88
}

package-lock.json

Lines changed: 75 additions & 91 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
@@ -80,14 +80,14 @@
8080
"chromatic": "11.5.6",
8181
"concurrently": "8.2.2",
8282
"conventional-changelog-conventionalcommits": "7.0.2",
83-
"cpy": "11.0.1",
83+
"cpy": "11.1.0",
8484
"cpy-cli": "5.0.0",
8585
"dedent": "1.5.3",
8686
"eslint": "8.57.0",
8787
"eslint-config-prettier": "9.1.0",
8888
"eslint-plugin-import": "2.29.1",
8989
"eslint-plugin-jest": "28.6.0",
90-
"eslint-plugin-jsdoc": "48.4.0",
90+
"eslint-plugin-jsdoc": "48.8.3",
9191
"eslint-plugin-prettier": "5.1.3",
9292
"eslint-plugin-react": "7.34.4",
9393
"eslint-plugin-unicorn": "54.0.0",
@@ -135,8 +135,8 @@
135135
"patch-package": "8.0.0"
136136
},
137137
"optionalDependencies": {
138-
"@nx/nx-darwin-arm64": "19.5.1",
138+
"@nx/nx-darwin-arm64": "19.5.3",
139139
"@nx/nx-linux-x64-gnu": "18.3.5",
140-
"@nx/nx-win32-x64-msvc": "19.5.1"
140+
"@nx/nx-win32-x64-msvc": "19.5.3"
141141
}
142142
}

0 commit comments

Comments
 (0)