@knime/jsonforms 1.18.6 → 1.18.7

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @knime/json-forms
2
2
 
3
+ ## 1.18.7
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [b72f811]
8
+ - @knime/components@1.45.4
9
+ - @knime/rich-text-editor@1.8.10
10
+
3
11
  ## 1.18.6
4
12
 
5
13
  ### Patch Changes
package/README.md CHANGED
@@ -98,6 +98,10 @@ pnpm coverage:integration
98
98
  The output can be found in the `coverage` folder. It contains a browseable html report as well as raw coverage data in
99
99
  [LCOV] and [Clover] format, which can be used in analysis software (SonarQube, Jenkins, …).
100
100
 
101
+ Note: noisy Vue warnings are suppressed if you set the environment flag `SUPPRESS_WARNINGS=true`,
102
+ and they are also suppressed when running with `CI=true` which is set by default in most pipeline
103
+ environments.
104
+
101
105
  ### Running security audit
102
106
 
103
107
  npm provides a check against known security issues of used dependencies. Run it by calling
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@knime/jsonforms",
3
- "version": "1.18.6",
3
+ "version": "1.18.7",
4
4
  "description": "Internal JSON Forms integration for frontend KNIME projects",
5
5
  "repository": {
6
6
  "type": "git",
@@ -22,10 +22,10 @@
22
22
  "focus-trap-vue": "4.0.3",
23
23
  "tabbable": "6.2.0",
24
24
  "uuid": "10.0.0",
25
- "@knime/rich-text-editor": "1.8.9",
26
- "@knime/utils": "1.9.2",
25
+ "@knime/components": "1.45.4",
26
+ "@knime/rich-text-editor": "1.8.10",
27
27
  "@knime/styles": "1.15.0",
28
- "@knime/components": "1.45.3"
28
+ "@knime/utils": "1.9.2"
29
29
  },
30
30
  "peerDependencies": {
31
31
  "consola": "3.x",