@box/combobox-with-api 0.64.7 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +24 -13
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,13 +1,24 @@
1
+ <!-- START doctoc generated TOC please keep comment here to allow auto update -->
2
+ <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
3
+
4
+ - [combobox-with-api](#combobox-with-api)
5
+ - [Running commands](#running-commands)
6
+ - [Available commands](#available-commands)
7
+ - [Ownership](#ownership)
8
+
9
+ <!-- END doctoc generated TOC please keep comment here to allow auto update -->
10
+
1
11
  # combobox-with-api
2
12
 
3
13
  This library was generated with [@box/automation](../../automation//README.md). General overview on how to perform tasks on the generated library can be found in [run-tasks](https://nx.dev/core-features/run-tasks) Nx documentation.
4
14
 
5
15
  ## Running commands
6
16
 
7
- Your terminal should stay in location of root directory of repository, which is `frontend-mono`. That Allows Nx to run action against your project, or multiple project if that is necessary.
17
+ Your terminal should stay in location of root directory of repository, which is `frontend-mono`. That Allows Nx to run action against your project, or multiple project if that is necessary.
8
18
  Do not navigate to `packages/group-shared-features/combobox-with-api` to run commands.
9
19
 
10
20
  Commands for the project are run using syntax used by Nx:
21
+
11
22
  ```
12
23
  Syntax: yarn nx <target name> <project name> <option overrides>
13
24
  | | |
@@ -18,18 +29,18 @@ Example: yarn nx test products --watch
18
29
 
19
30
  All commands used with Nx can be found in `project.json` file within your package.
20
31
 
21
- - `nx storybook combobox-with-api` - launches development environment for UI component.
22
- - `nx build-storybook combobox-with-api` - build static version of storybook with all stories.
23
- - `nx build combobox-with-api` - build package using `shared-feature-builder` executor from `automation` package.
24
- - `nx lint combobox-with-api` - run linter over package files,
25
- - `nx test combobox-with-api` - runs storybook tests (visual/interactions) and jest unit tests, producing coverage report at the end.
26
- - `nx test-storybook combobox-with-api` - runs storybook tests. You need first to start storybook in separate terminal for this to work.
27
- - `nx test-storybook-local-coverage combobox-with-api` - runs storybook tests, and produces coverage report at the end. Requires running instance of storybook.
28
- - `nx test-storybook-ci combobox-with-api` - build storybook and run storybook tests with coverage output. Designed for CI usage.
29
- - `nx test-jest combobox-with-api` - runs jest unit tests, producing code coverage at the end.
30
- - `nx sonar combobox-with-api` - performs static analysis of code using SonarQube tooling, to detect bugs and code smells. Integrated as one of the steps in CI process.
31
- - `nx chromatic combobox-with-api` - uploads storybook build for review to [box chromatic](https://box.chromatic.com/) , and performs visual comparison of the UI changes against baseline.
32
- - `nx prepare combobox-with-api` - command run during package publication process orchestrated by Lerna.
32
+ - `nx storybook combobox-with-api` - launches development environment for UI component.
33
+ - `nx build-storybook combobox-with-api` - build static version of storybook with all stories.
34
+ - `nx build combobox-with-api` - build package using `shared-feature-builder` executor from `automation` package.
35
+ - `nx lint combobox-with-api` - run linter over package files,
36
+ - `nx test combobox-with-api` - runs storybook tests (visual/interactions) and jest unit tests, producing coverage report at the end.
37
+ - `nx test-storybook combobox-with-api` - runs storybook tests. You need first to start storybook in separate terminal for this to work.
38
+ - `nx test-storybook-local-coverage combobox-with-api` - runs storybook tests, and produces coverage report at the end. Requires running instance of storybook.
39
+ - `nx test-storybook-ci combobox-with-api` - build storybook and run storybook tests with coverage output. Designed for CI usage.
40
+ - `nx test-jest combobox-with-api` - runs jest unit tests, producing code coverage at the end.
41
+ - `nx sonar combobox-with-api` - performs static analysis of code using SonarQube tooling, to detect bugs and code smells. Integrated as one of the steps in CI process.
42
+ - `nx chromatic combobox-with-api` - uploads storybook build for review to [box chromatic](https://box.chromatic.com/) , and performs visual comparison of the UI changes against baseline.
43
+ - `nx prepare combobox-with-api` - command run during package publication process orchestrated by Lerna.
33
44
 
34
45
  ## Ownership
35
46
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@box/combobox-with-api",
3
- "version": "0.64.7",
3
+ "version": "1.0.1",
4
4
  "peerDependencies": {
5
5
  "@ariakit/react": "0.4.15",
6
6
  "@box/blueprint-web": "^10.3.1",
@@ -11,11 +11,11 @@
11
11
  "react-intl": "^6.4.2"
12
12
  },
13
13
  "dependencies": {
14
- "@box/tree": "^0.69.3",
14
+ "@box/tree": "^0.69.5",
15
15
  "react-accessible-treeview": "2.9.0"
16
16
  },
17
17
  "devDependencies": {
18
- "@box/blueprint-web": "^12.80.0",
18
+ "@box/blueprint-web": "^12.81.1",
19
19
  "@box/blueprint-web-assets": "^4.71.0",
20
20
  "@box/storybook-utils": "^0.14.7",
21
21
  "react": "^18.3.0",