@orchestrator-ui/orchestrator-ui-components 2.7.0 → 2.8.0

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.
@@ -1,21 +1,21 @@
1
1
 
2
- > @orchestrator-ui/orchestrator-ui-components@2.7.0 build
2
+ > @orchestrator-ui/orchestrator-ui-components@2.8.0 build
3
3
  > npm run generate-version && tsup src/index.ts
4
4
 
5
5
 
6
- > @orchestrator-ui/orchestrator-ui-components@2.7.0 generate-version
6
+ > @orchestrator-ui/orchestrator-ui-components@2.8.0 generate-version
7
7
  > node -p "'export const ORCHESTRATOR_UI_LIBRARY_VERSION = ' + JSON.stringify(require('./package.json').version) + ';'" > src/configuration/version.ts && prettier --write src/configuration/version.ts
8
8
 
9
- src/configuration/version.ts 57ms
9
+ src/configuration/version.ts 48ms
10
10
  CLI Building entry: src/index.ts
11
11
  CLI Using tsconfig: tsconfig.build.json
12
- CLI tsup v8.1.0
12
+ CLI tsup v8.3.0
13
13
  CLI Using tsup config: /home/runner/work/orchestrator-ui-library/orchestrator-ui-library/packages/orchestrator-ui-components/tsup.config.ts
14
14
  CLI Target: es2020
15
15
  ESM Build start
16
16
  DTS Build start
17
17
  ESM dist/index.js 1.90 MB
18
- ESM dist/index.js.map 3.44 MB
19
- ESM ⚡️ Build success in 1060ms
20
- DTS ⚡️ Build success in 21223ms
21
- DTS dist/index.d.ts 185.65 KB
18
+ ESM dist/index.js.map 3.45 MB
19
+ ESM ⚡️ Build success in 1235ms
20
+ DTS ⚡️ Build success in 20736ms
21
+ DTS dist/index.d.ts 416.05 KB
@@ -1,10 +1,13 @@
1
1
 
2
- > @orchestrator-ui/orchestrator-ui-components@2.7.0 lint
2
+ > @orchestrator-ui/orchestrator-ui-components@2.8.0 lint
3
3
  > eslint "src/**/*.ts*"
4
4
 
5
5
 
6
+ /home/runner/work/orchestrator-ui-library/orchestrator-ui-library/packages/orchestrator-ui-components/src/components/WfoForms/formFields/SelectField/SelectField.tsx
7
+ 102:8 warning React Hook useEffect has missing dependencies: 'onChange' and 'selectedValue?.value'. Either include them or remove the dependency array. If 'onChange' changes too often, find the parent component that defines it and wrap that definition in useCallback react-hooks/exhaustive-deps
8
+
6
9
  /home/runner/work/orchestrator-ui-library/orchestrator-ui-library/packages/orchestrator-ui-components/src/components/WfoForms/formFields/deprecated/VlanField.tsx
7
10
  168:8 warning React Hook useEffect has missing dependencies: 'disabled' and 'value'. Either include them or remove the dependency array react-hooks/exhaustive-deps
8
11
 
9
- 1 problem (0 errors, 1 warning)
12
+ 2 problems (0 errors, 2 warnings)
10
13
 
@@ -1,42 +1,42 @@
1
1
 
2
- > @orchestrator-ui/orchestrator-ui-components@2.7.0 test
2
+ > @orchestrator-ui/orchestrator-ui-components@2.8.0 test
3
3
  > jest
4
4
 
5
- PASS Wfo-UI Tests src/components/WfoSubscription/utils/utils.spec.ts
6
5
  PASS Wfo-UI Tests src/components/WfoForms/formFields/utils.spec.ts
7
- PASS Wfo-UI Tests src/utils/date.spec.ts
6
+ PASS Wfo-UI Tests src/components/WfoSubscription/utils/utils.spec.ts
8
7
  PASS Wfo-UI Tests src/components/WfoTree/treeUtils.spec.ts
8
+ PASS Wfo-UI Tests src/utils/date.spec.ts
9
9
  PASS Wfo-UI Tests src/pages/processes/timelineUtils.spec.ts
10
- PASS Wfo-UI Tests src/utils/string.spec.ts
11
- PASS Wfo-UI Tests src/components/WfoTable/WfoTable/WfoGroupedTable/utils.spec.ts
12
10
  PASS Wfo-UI Tests src/utils/getProductNamesFromProcess.spec.ts
11
+ PASS Wfo-UI Tests src/components/WfoTable/WfoTable/WfoGroupedTable/utils.spec.ts
12
+ PASS Wfo-UI Tests src/utils/string.spec.ts
13
13
  PASS Wfo-UI Tests src/components/WfoTable/utils/tableConfigPersistence.spec.ts
14
14
  PASS Wfo-UI Tests src/components/WfoTable/WfoTableWithFilter/updateQueryString.spec.ts
15
- PASS Wfo-UI Tests src/components/WfoTable/utils/tableUtils.spec.ts
16
15
  PASS Wfo-UI Tests src/rtk/utils.spec.ts
16
+ PASS Wfo-UI Tests src/components/WfoTable/utils/tableUtils.spec.ts
17
17
  PASS Wfo-UI Tests src/components/WfoPageTemplate/WfoSidebar/utils/menuItemIsAllowed.spec.ts
18
18
  PASS Wfo-UI Tests src/utils/resultFlattener.spec.ts
19
19
  PASS Wfo-UI Tests src/messages/getTranslationMessages.spec.ts
20
20
  PASS Wfo-UI Tests src/utils/getEnvironmentVariables.spec.ts
21
- PASS Wfo-UI Tests src/utils/toSortedObjectKeys.spec.ts
22
21
  PASS Wfo-UI Tests src/utils/getToastMessage.spec.ts
23
- PASS Wfo-UI Tests src/components/WfoTable/utils/columns.spec.ts
22
+ PASS Wfo-UI Tests src/utils/toSortedObjectKeys.spec.ts
24
23
  PASS Wfo-UI Tests src/utils/optionalArray.spec.ts
24
+ PASS Wfo-UI Tests src/components/WfoTable/utils/columns.spec.ts
25
25
  PASS Wfo-UI Tests src/utils/filterData.spec.ts
26
26
  PASS Wfo-UI Tests src/utils/toObjectWithSerializedValues.spec.ts
27
27
  PASS Wfo-UI Tests src/components/WfoWorkflowSteps/stepListUtils.spec.ts
28
28
  PASS Wfo-UI Tests src/utils/getTokenName.spec.ts
29
29
  PASS Wfo-UI Tests src/utils/environmentVariables.spec.ts
30
30
  PASS Wfo-UI Tests src/utils/onlyUnique.spec.ts
31
- PASS Wfo-UI Tests src/utils/getTypedFieldFromObject.spec.ts
32
31
  PASS Wfo-UI Tests src/utils/uuid.spec.ts
33
- PASS Wfo-UI Tests src/utils/getQueryVariablesForExport.spec.ts
32
+ PASS Wfo-UI Tests src/utils/getTypedFieldFromObject.spec.ts
34
33
  PASS Wfo-UI Tests src/utils/cacheTag.spec.ts
34
+ PASS Wfo-UI Tests src/utils/getQueryVariablesForExport.spec.ts
35
35
  PASS Wfo-UI Tests src/components/WfoPageTemplate/WfoPageHeader/utils/toHexColorWithOpacity.spec.ts
36
- PASS Wfo-UI Tests src/components/WfoTable/WfoTable/utils.spec.ts (7.582 s)
36
+ PASS Wfo-UI Tests src/components/WfoTable/WfoTable/utils.spec.ts (7.318 s)
37
37
 
38
38
  Test Suites: 32 passed, 32 total
39
39
  Tests: 197 passed, 197 total
40
40
  Snapshots: 0 total
41
- Time: 10.829 s
41
+ Time: 10.765 s
42
42
  Ran all test suites.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @orchestrator-ui/orchestrator-ui-components
2
2
 
3
+ ## 2.8.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 846a884: Updates npm dependency minor versions
8
+
9
+ ## 2.7.1
10
+
11
+ ### Patch Changes
12
+
13
+ - 2da7671: Fix: Add onchange on the useEffect state in order to set the default
14
+
3
15
  ## 2.7.0
4
16
 
5
17
  ### Minor Changes