diff --git a/lerna.json b/lerna.json index 31038f2c3..a2d342113 100644 --- a/lerna.json +++ b/lerna.json @@ -1,4 +1,4 @@ { - "version": "1.6.0", + "version": "1.6.1", "$schema": "node_modules/lerna/schemas/lerna-schema.json" } diff --git a/package-lock.json b/package-lock.json index e806a4889..4afbab392 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22003,32 +22003,32 @@ }, "packages/form-js": { "name": "@bpmn-io/form-js", - "version": "1.6.0", + "version": "1.6.1", "license": "SEE LICENSE IN LICENSE", "dependencies": { - "@bpmn-io/form-js-carbon-styles": "^1.6.0", - "@bpmn-io/form-js-editor": "^1.6.0", - "@bpmn-io/form-js-playground": "^1.6.0", - "@bpmn-io/form-js-viewer": "^1.6.0" + "@bpmn-io/form-js-carbon-styles": "^1.6.1", + "@bpmn-io/form-js-editor": "^1.6.1", + "@bpmn-io/form-js-playground": "^1.6.1", + "@bpmn-io/form-js-viewer": "^1.6.1" } }, "packages/form-js-carbon-styles": { "name": "@bpmn-io/form-js-carbon-styles", - "version": "1.6.0", + "version": "1.6.1", "license": "SEE LICENSE IN LICENSE", "devDependencies": { - "@bpmn-io/form-js-viewer": "^1.6.0", + "@bpmn-io/form-js-viewer": "^1.6.1", "@carbon/elements": "^11.33.1", "styled-components": "^6.1.1" } }, "packages/form-js-editor": { "name": "@bpmn-io/form-js-editor", - "version": "1.6.0", + "version": "1.6.1", "license": "SEE LICENSE IN LICENSE", "dependencies": { "@bpmn-io/draggle": "^4.0.0", - "@bpmn-io/form-js-viewer": "^1.6.0", + "@bpmn-io/form-js-viewer": "^1.6.1", "@bpmn-io/properties-panel": "^3.13.0", "array-move": "^3.0.1", "big.js": "^6.2.1", @@ -22069,18 +22069,18 @@ }, "packages/form-js-integration": { "name": "@bpmn-io/form-js-integration", - "version": "1.6.0", + "version": "1.6.1", "dependencies": { - "@bpmn-io/form-js": "^1.6.0" + "@bpmn-io/form-js": "^1.6.1" } }, "packages/form-js-playground": { "name": "@bpmn-io/form-js-playground", - "version": "1.6.0", + "version": "1.6.1", "license": "SEE LICENSE IN LICENSE", "dependencies": { - "@bpmn-io/form-js-editor": "^1.6.0", - "@bpmn-io/form-js-viewer": "^1.6.0", + "@bpmn-io/form-js-editor": "^1.6.1", + "@bpmn-io/form-js-viewer": "^1.6.1", "@codemirror/autocomplete": "^6.3.4", "@codemirror/commands": "^6.1.2", "@codemirror/lang-json": "^6.0.0", @@ -22120,7 +22120,7 @@ }, "packages/form-js-viewer": { "name": "@bpmn-io/form-js-viewer", - "version": "1.6.0", + "version": "1.6.1", "license": "SEE LICENSE IN LICENSE", "dependencies": { "@carbon/grid": "^11.11.0", @@ -23597,16 +23597,16 @@ "@bpmn-io/form-js": { "version": "file:packages/form-js", "requires": { - "@bpmn-io/form-js-carbon-styles": "^1.6.0", - "@bpmn-io/form-js-editor": "^1.6.0", - "@bpmn-io/form-js-playground": "^1.6.0", - "@bpmn-io/form-js-viewer": "^1.6.0" + "@bpmn-io/form-js-carbon-styles": "^1.6.1", + "@bpmn-io/form-js-editor": "^1.6.1", + "@bpmn-io/form-js-playground": "^1.6.1", + "@bpmn-io/form-js-viewer": "^1.6.1" } }, "@bpmn-io/form-js-carbon-styles": { "version": "file:packages/form-js-carbon-styles", "requires": { - "@bpmn-io/form-js-viewer": "^1.6.0", + "@bpmn-io/form-js-viewer": "^1.6.1", "@carbon/elements": "^11.33.1", "styled-components": "^6.1.1" } @@ -23615,7 +23615,7 @@ "version": "file:packages/form-js-editor", "requires": { "@bpmn-io/draggle": "^4.0.0", - "@bpmn-io/form-js-viewer": "^1.6.0", + "@bpmn-io/form-js-viewer": "^1.6.1", "@bpmn-io/properties-panel": "^3.13.0", "array-move": "^3.0.1", "big.js": "^6.2.1", @@ -23649,14 +23649,14 @@ "@bpmn-io/form-js-integration": { "version": "file:packages/form-js-integration", "requires": { - "@bpmn-io/form-js": "^1.6.0" + "@bpmn-io/form-js": "^1.6.1" } }, "@bpmn-io/form-js-playground": { "version": "file:packages/form-js-playground", "requires": { - "@bpmn-io/form-js-editor": "^1.6.0", - "@bpmn-io/form-js-viewer": "^1.6.0", + "@bpmn-io/form-js-editor": "^1.6.1", + "@bpmn-io/form-js-viewer": "^1.6.1", "@codemirror/autocomplete": "^6.3.4", "@codemirror/commands": "^6.1.2", "@codemirror/lang-json": "^6.0.0", diff --git a/packages/form-js-carbon-styles/package.json b/packages/form-js-carbon-styles/package.json index ee2721ebf..e19f44c63 100644 --- a/packages/form-js-carbon-styles/package.json +++ b/packages/form-js-carbon-styles/package.json @@ -1,6 +1,6 @@ { "name": "@bpmn-io/form-js-carbon-styles", - "version": "1.6.0", + "version": "1.6.1", "description": "Custom carbon styles for form-js", "scripts": { "all": "run-s test", @@ -18,7 +18,7 @@ "url": "https://github.com/bpmn-io" }, "devDependencies": { - "@bpmn-io/form-js-viewer": "^1.6.0", + "@bpmn-io/form-js-viewer": "^1.6.1", "@carbon/elements": "^11.33.1", "styled-components": "^6.1.1" }, diff --git a/packages/form-js-carbon-styles/test/spec/carbon-styles.spec.js b/packages/form-js-carbon-styles/test/spec/carbon-styles.spec.js index d511ac7c0..53574b181 100644 --- a/packages/form-js-carbon-styles/test/spec/carbon-styles.spec.js +++ b/packages/form-js-carbon-styles/test/spec/carbon-styles.spec.js @@ -227,7 +227,7 @@ describe('Carbon styles', function() { it('should have no violations', async function() { // given - this.timeout(5000); + this.timeout(10000); const data = {}; diff --git a/packages/form-js-editor/package.json b/packages/form-js-editor/package.json index 54218fef0..792080e3f 100644 --- a/packages/form-js-editor/package.json +++ b/packages/form-js-editor/package.json @@ -1,6 +1,6 @@ { "name": "@bpmn-io/form-js-editor", - "version": "1.6.0", + "version": "1.6.1", "description": "Edit forms - powered by bpmn.io", "exports": { ".": { @@ -47,7 +47,7 @@ }, "dependencies": { "@bpmn-io/draggle": "^4.0.0", - "@bpmn-io/form-js-viewer": "^1.6.0", + "@bpmn-io/form-js-viewer": "^1.6.1", "@bpmn-io/properties-panel": "^3.13.0", "array-move": "^3.0.1", "big.js": "^6.2.1", diff --git a/packages/form-js-editor/test/spec/FormEditor.spec.js b/packages/form-js-editor/test/spec/FormEditor.spec.js index d7905e2d2..9c580fc77 100644 --- a/packages/form-js-editor/test/spec/FormEditor.spec.js +++ b/packages/form-js-editor/test/spec/FormEditor.spec.js @@ -1557,7 +1557,7 @@ describe('FormEditor', function() { it('should have no violations', async function() { // given - this.timeout(5000); + this.timeout(10000); await bootstrapFormEditor({ schema, diff --git a/packages/form-js-editor/test/spec/features/palette/Palette.spec.js b/packages/form-js-editor/test/spec/features/palette/Palette.spec.js index e6b4b019a..8421ee6d2 100644 --- a/packages/form-js-editor/test/spec/features/palette/Palette.spec.js +++ b/packages/form-js-editor/test/spec/features/palette/Palette.spec.js @@ -245,7 +245,7 @@ describe('palette', function() { it('should have no violations', async function() { // given - this.timeout(5000); + this.timeout(10000); const result = createPalette({ container }); @@ -257,7 +257,7 @@ describe('palette', function() { it('should have no violations - searched', async function() { // given - this.timeout(5000); + this.timeout(10000); const result = createPalette({ container }); diff --git a/packages/form-js-editor/test/spec/render/components/form-fields/EditorText.spec.js b/packages/form-js-editor/test/spec/render/components/form-fields/EditorText.spec.js index b4c108ec0..80c41fa04 100644 --- a/packages/form-js-editor/test/spec/render/components/form-fields/EditorText.spec.js +++ b/packages/form-js-editor/test/spec/render/components/form-fields/EditorText.spec.js @@ -150,7 +150,7 @@ describe('Text', function() { it('should have no violations - default', async function() { // given - this.timeout(5000); + this.timeout(10000); const { container } = createEditorText(); @@ -162,7 +162,7 @@ describe('Text', function() { it('should have no violations - placeholder', async function() { // given - this.timeout(5000); + this.timeout(10000); const { container } = createEditorText({ field: { diff --git a/packages/form-js-integration/package.json b/packages/form-js-integration/package.json index f47b68350..ea4167938 100644 --- a/packages/form-js-integration/package.json +++ b/packages/form-js-integration/package.json @@ -1,6 +1,6 @@ { "name": "@bpmn-io/form-js-integration", - "version": "1.6.0", + "version": "1.6.1", "description": "A set of form-js integration testing resources", "private": true, "scripts": { @@ -17,6 +17,6 @@ "url": "https://github.com/bpmn-io" }, "dependencies": { - "@bpmn-io/form-js": "^1.6.0" + "@bpmn-io/form-js": "^1.6.1" } } diff --git a/packages/form-js-playground/package.json b/packages/form-js-playground/package.json index b8034b2d8..17948c214 100644 --- a/packages/form-js-playground/package.json +++ b/packages/form-js-playground/package.json @@ -1,6 +1,6 @@ { "name": "@bpmn-io/form-js-playground", - "version": "1.6.0", + "version": "1.6.1", "description": "A form-js playground", "files": [ "dist" @@ -44,8 +44,8 @@ "url": "https://github.com/bpmn-io" }, "dependencies": { - "@bpmn-io/form-js-editor": "^1.6.0", - "@bpmn-io/form-js-viewer": "^1.6.0", + "@bpmn-io/form-js-editor": "^1.6.1", + "@bpmn-io/form-js-viewer": "^1.6.1", "@codemirror/autocomplete": "^6.3.4", "@codemirror/commands": "^6.1.2", "@codemirror/lang-json": "^6.0.0", diff --git a/packages/form-js-playground/test/spec/Playground.spec.js b/packages/form-js-playground/test/spec/Playground.spec.js index ed2cd4bf9..c9c8cb888 100644 --- a/packages/form-js-playground/test/spec/Playground.spec.js +++ b/packages/form-js-playground/test/spec/Playground.spec.js @@ -63,7 +63,7 @@ describe('playground', function() { (singleStartBasic ? it.only : it)('should render', async function() { // given - this.timeout(5000); + this.timeout(10000); const data = { logo: "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160px' viewBox='0 0 58 23'%3E%3Cpath fill='currentColor' d='M7.75 3.8v.58c0 1.7-.52 2.78-1.67 3.32C7.46 8.24 8 9.5 8 11.24v1.34c0 2.54-1.35 3.9-3.93 3.9H0V0h3.91c2.68 0 3.84 1.25 3.84 3.8zM2.59 2.35V6.7H3.6c.97 0 1.56-.42 1.56-1.74v-.92c0-1.18-.4-1.7-1.32-1.7zm0 6.7v5.07h1.48c.87 0 1.34-.4 1.34-1.63v-1.43c0-1.53-.5-2-1.67-2H2.6zm14.65-4.98v2.14c0 2.64-1.27 4.08-3.87 4.08h-1.22v6.2H9.56V0h3.82c2.59 0 3.86 1.44 3.86 4.07zm-5.09-1.71v5.57h1.22c.83 0 1.28-.37 1.28-1.55V3.91c0-1.18-.45-1.56-1.28-1.56h-1.22zm11.89 9.34L25.81 0h3.6v16.48h-2.44V4.66l-1.8 11.82h-2.45L20.8 4.83v11.65h-2.26V0h3.6zm9.56-7.15v11.93h-2.33V0h3.25l2.66 9.87V0h2.31v16.48h-2.66zm10.25 9.44v2.5h-2.5v-2.5zM50 4.16C50 1.52 51.38.02 53.93.02c2.54 0 3.93 1.5 3.93 4.14v8.37c0 2.64-1.4 4.14-3.93 4.14-2.55 0-3.93-1.5-3.93-4.14zm2.58 8.53c0 1.18.52 1.63 1.35 1.63.82 0 1.34-.45 1.34-1.63V4c0-1.17-.52-1.62-1.34-1.62-.83 0-1.35.45-1.35 1.62zM0 18.7h57.86V23H0zM45.73 0h2.6v2.58h-2.6zm2.59 16.48V4.16h-2.59v12.32z'%3E%3C/path%3E%3C/svg%3E", @@ -837,7 +837,7 @@ describe('playground', function() { it('should have no violations', async function() { // given - this.timeout(5000); + this.timeout(10000); const main = document.createElement('main'); container.appendChild(main); diff --git a/packages/form-js-viewer/package.json b/packages/form-js-viewer/package.json index 20b17768e..cce291672 100644 --- a/packages/form-js-viewer/package.json +++ b/packages/form-js-viewer/package.json @@ -1,6 +1,6 @@ { "name": "@bpmn-io/form-js-viewer", - "version": "1.6.0", + "version": "1.6.1", "description": "View forms - powered by bpmn.io", "exports": { ".": { diff --git a/packages/form-js-viewer/test/spec/render/components/Description.spec.js b/packages/form-js-viewer/test/spec/render/components/Description.spec.js index b7d90e379..36f73beb7 100644 --- a/packages/form-js-viewer/test/spec/render/components/Description.spec.js +++ b/packages/form-js-viewer/test/spec/render/components/Description.spec.js @@ -98,7 +98,7 @@ describe('Description', function() { it('should have no violations', async function() { // given - this.timeout(5000); + this.timeout(10000); // @Note(pinussilvestrus): we need to render a bit more here as // Firefox + Ubuntu has problems with the description element on its own diff --git a/packages/form-js-viewer/test/spec/render/components/Label.spec.js b/packages/form-js-viewer/test/spec/render/components/Label.spec.js index b447c81fb..c3c5f7874 100644 --- a/packages/form-js-viewer/test/spec/render/components/Label.spec.js +++ b/packages/form-js-viewer/test/spec/render/components/Label.spec.js @@ -132,7 +132,7 @@ describe('Label', function() { it('should have no violations', async function() { // given - this.timeout(5000); + this.timeout(10000); const { container } = createLabel({ id: 'foo', diff --git a/packages/form-js-viewer/test/spec/render/components/form-fields/Button.spec.js b/packages/form-js-viewer/test/spec/render/components/form-fields/Button.spec.js index 5c0d909d0..69ad763f8 100644 --- a/packages/form-js-viewer/test/spec/render/components/form-fields/Button.spec.js +++ b/packages/form-js-viewer/test/spec/render/components/form-fields/Button.spec.js @@ -108,7 +108,7 @@ describe('Button', function() { it('should have no violations - submit', async function() { // given - this.timeout(5000); + this.timeout(10000); const { container } = createButton({ field: { @@ -126,7 +126,7 @@ describe('Button', function() { it('should have no violations - reset', async function() { // given - this.timeout(5000); + this.timeout(10000); const { container } = createButton({ field: { diff --git a/packages/form-js-viewer/test/spec/render/components/form-fields/Checkbox.spec.js b/packages/form-js-viewer/test/spec/render/components/form-fields/Checkbox.spec.js index ed1564738..3bd373952 100644 --- a/packages/form-js-viewer/test/spec/render/components/form-fields/Checkbox.spec.js +++ b/packages/form-js-viewer/test/spec/render/components/form-fields/Checkbox.spec.js @@ -207,7 +207,7 @@ describe('Checkbox', function() { it('should have no violations', async function() { // given - this.timeout(5000); + this.timeout(10000); const { container } = createCheckbox({ value: true @@ -221,7 +221,7 @@ describe('Checkbox', function() { it('should have no violations for readonly', async function() { // given - this.timeout(5000); + this.timeout(10000); const { container } = createCheckbox({ value: true, @@ -236,7 +236,7 @@ describe('Checkbox', function() { it('should have no violations for errors', async function() { // given - this.timeout(5000); + this.timeout(10000); const { container } = createCheckbox({ value: true, diff --git a/packages/form-js-viewer/test/spec/render/components/form-fields/Checklist.spec.js b/packages/form-js-viewer/test/spec/render/components/form-fields/Checklist.spec.js index 93a9189d9..f837d73ec 100644 --- a/packages/form-js-viewer/test/spec/render/components/form-fields/Checklist.spec.js +++ b/packages/form-js-viewer/test/spec/render/components/form-fields/Checklist.spec.js @@ -326,7 +326,7 @@ describe('Checklist', function() { it('should have no violations', async function() { // given - this.timeout(5000); + this.timeout(10000); const { container } = createChecklist({ value: [ 'approver' ] @@ -340,7 +340,7 @@ describe('Checklist', function() { it('should have no violations for readonly', async function() { // given - this.timeout(5000); + this.timeout(10000); const { container } = createChecklist({ value: [ 'approver' ], @@ -355,7 +355,7 @@ describe('Checklist', function() { it('should have no violations for errors', async function() { // given - this.timeout(5000); + this.timeout(10000); const { container } = createChecklist({ value: [ 'approver' ], diff --git a/packages/form-js-viewer/test/spec/render/components/form-fields/Datetime.spec.js b/packages/form-js-viewer/test/spec/render/components/form-fields/Datetime.spec.js index ee05c38f4..7b2fade7a 100644 --- a/packages/form-js-viewer/test/spec/render/components/form-fields/Datetime.spec.js +++ b/packages/form-js-viewer/test/spec/render/components/form-fields/Datetime.spec.js @@ -1068,7 +1068,7 @@ describe('Datetime', function() { it('should have no violations - date', async function() { // given - this.timeout(5000); + this.timeout(10000); const { container } = createDatetime(); @@ -1080,7 +1080,7 @@ describe('Datetime', function() { it('should have no violations for readonly - date', async function() { // given - this.timeout(5000); + this.timeout(10000); const { container } = createDatetime({ readonly: true }); @@ -1092,7 +1092,7 @@ describe('Datetime', function() { it('should have no violations for errors - date', async function() { // given - this.timeout(5000); + this.timeout(10000); const { container } = createDatetime({ errors: [ 'Something went wrong' ] @@ -1106,7 +1106,7 @@ describe('Datetime', function() { it('should have no violations - time', async function() { // given - this.timeout(5000); + this.timeout(10000); const { container } = createDatetime({ field: timeField @@ -1120,7 +1120,7 @@ describe('Datetime', function() { it('should have no violations for readonly - time', async function() { // given - this.timeout(5000); + this.timeout(10000); const { container } = createDatetime({ field: timeField, @@ -1135,7 +1135,7 @@ describe('Datetime', function() { it('should have no violations for errors - time', async function() { // given - this.timeout(5000); + this.timeout(10000); const { container } = createDatetime({ field: timeField, @@ -1150,7 +1150,7 @@ describe('Datetime', function() { it('should have no violations - datetime', async function() { // given - this.timeout(5000); + this.timeout(10000); const { container } = createDatetime({ field: datetimeField @@ -1164,7 +1164,7 @@ describe('Datetime', function() { it('should have no violations for readonly - datetime', async function() { // given - this.timeout(5000); + this.timeout(10000); const { container } = createDatetime({ field: datetimeField, @@ -1179,7 +1179,7 @@ describe('Datetime', function() { it('should have no violations for errors - datetime', async function() { // given - this.timeout(5000); + this.timeout(10000); const { container } = createDatetime({ field: datetimeField, diff --git a/packages/form-js-viewer/test/spec/render/components/form-fields/Dynamiclist.spec.js b/packages/form-js-viewer/test/spec/render/components/form-fields/Dynamiclist.spec.js index 9ef850de3..58cb06f73 100644 --- a/packages/form-js-viewer/test/spec/render/components/form-fields/Dynamiclist.spec.js +++ b/packages/form-js-viewer/test/spec/render/components/form-fields/Dynamiclist.spec.js @@ -279,7 +279,7 @@ describe('Dynamic List', () => { describe('a11y', function() { it('should have no violations', async function() { - this.timeout(5000); + this.timeout(10000); // when const { container } = createDynamicList(); diff --git a/packages/form-js-viewer/test/spec/render/components/form-fields/Group.spec.js b/packages/form-js-viewer/test/spec/render/components/form-fields/Group.spec.js index 4af202ccc..3b6b5d02f 100644 --- a/packages/form-js-viewer/test/spec/render/components/form-fields/Group.spec.js +++ b/packages/form-js-viewer/test/spec/render/components/form-fields/Group.spec.js @@ -152,7 +152,7 @@ describe('Group', () => { it('should have no violations', async function() { // given - this.timeout(5000); + this.timeout(10000); const { container } = createGroup(); diff --git a/packages/form-js-viewer/test/spec/render/components/form-fields/IFrame.spec.js b/packages/form-js-viewer/test/spec/render/components/form-fields/IFrame.spec.js index 3a8ee7333..54f178af7 100644 --- a/packages/form-js-viewer/test/spec/render/components/form-fields/IFrame.spec.js +++ b/packages/form-js-viewer/test/spec/render/components/form-fields/IFrame.spec.js @@ -283,7 +283,7 @@ describe('IFrame', function() { it('should have no violations', async function() { // given - this.timeout(5000); + this.timeout(10000); const { container } = createIFrame(); diff --git a/packages/form-js-viewer/test/spec/render/components/form-fields/Image.spec.js b/packages/form-js-viewer/test/spec/render/components/form-fields/Image.spec.js index daed0a35d..4bad14ec3 100644 --- a/packages/form-js-viewer/test/spec/render/components/form-fields/Image.spec.js +++ b/packages/form-js-viewer/test/spec/render/components/form-fields/Image.spec.js @@ -271,7 +271,7 @@ describe('Image', function() { it('should have no violations', async function() { // given - this.timeout(5000); + this.timeout(10000); const { container } = createImage(); diff --git a/packages/form-js-viewer/test/spec/render/components/form-fields/Number.spec.js b/packages/form-js-viewer/test/spec/render/components/form-fields/Number.spec.js index 5a863d419..28055fd42 100644 --- a/packages/form-js-viewer/test/spec/render/components/form-fields/Number.spec.js +++ b/packages/form-js-viewer/test/spec/render/components/form-fields/Number.spec.js @@ -990,7 +990,7 @@ describe('Number', function() { it('should have no violations', async function() { // given - this.timeout(5000); + this.timeout(10000); const { container } = createNumberField({ value: 123 @@ -1004,7 +1004,7 @@ describe('Number', function() { it('should have no violations for readonly', async function() { // given - this.timeout(5000); + this.timeout(10000); const { container } = createNumberField({ value: 123, @@ -1019,7 +1019,7 @@ describe('Number', function() { it('should have no violations for errors', async function() { // given - this.timeout(5000); + this.timeout(10000); const { container } = createNumberField({ value: 123, @@ -1034,7 +1034,7 @@ describe('Number', function() { it('should have no violations (decimal field)', async function() { // given - this.timeout(5000); + this.timeout(10000); const { container } = createNumberField({ field: decimalField, @@ -1049,7 +1049,7 @@ describe('Number', function() { it('should have no violations (string parsed field)', async function() { // given - this.timeout(5000); + this.timeout(10000); const { container } = createNumberField({ field: stringField, @@ -1064,7 +1064,7 @@ describe('Number', function() { it('should have no violations (step field)', async function() { // given - this.timeout(5000); + this.timeout(10000); const { container } = createNumberField({ field: stringField, diff --git a/packages/form-js-viewer/test/spec/render/components/form-fields/Radio.spec.js b/packages/form-js-viewer/test/spec/render/components/form-fields/Radio.spec.js index 7c29f44a8..b37641429 100644 --- a/packages/form-js-viewer/test/spec/render/components/form-fields/Radio.spec.js +++ b/packages/form-js-viewer/test/spec/render/components/form-fields/Radio.spec.js @@ -330,7 +330,7 @@ describe('Radio', function() { it('should have no violations', async function() { // given - this.timeout(5000); + this.timeout(10000); const { container } = createRadio({ value: 'camunda-platform' @@ -344,7 +344,7 @@ describe('Radio', function() { it('should have no violations for readonly', async function() { // given - this.timeout(5000); + this.timeout(10000); const { container } = createRadio({ value: 'camunda-platform', @@ -359,7 +359,7 @@ describe('Radio', function() { it('should have no violations for errors', async function() { // given - this.timeout(5000); + this.timeout(10000); const { container } = createRadio({ value: 'camunda-platform', diff --git a/packages/form-js-viewer/test/spec/render/components/form-fields/Select.spec.js b/packages/form-js-viewer/test/spec/render/components/form-fields/Select.spec.js index be1f852b2..c00d748bf 100644 --- a/packages/form-js-viewer/test/spec/render/components/form-fields/Select.spec.js +++ b/packages/form-js-viewer/test/spec/render/components/form-fields/Select.spec.js @@ -1118,7 +1118,7 @@ describe('Select', function() { it('should have no violations', async function() { // given - this.timeout(5000); + this.timeout(10000); const { container } = createSelect({ value: 'foo' @@ -1132,7 +1132,7 @@ describe('Select', function() { it('should have no violations for errors', async function() { // given - this.timeout(5000); + this.timeout(10000); const { container } = createSelect({ value: 'foo', @@ -1147,7 +1147,7 @@ describe('Select', function() { it('should have no violations - hidden select input', async function() { // given - this.timeout(5000); + this.timeout(10000); createSelect({ value: 'foo' @@ -1163,7 +1163,7 @@ describe('Select', function() { it('should have no violations - disabled', async function() { // given - this.timeout(5000); + this.timeout(10000); const { container } = createSelect({ value: 'foo', @@ -1178,7 +1178,7 @@ describe('Select', function() { it('should have no violations - readonly', async function() { // given - this.timeout(5000); + this.timeout(10000); const { container } = createSelect({ value: 'foo', @@ -1193,7 +1193,7 @@ describe('Select', function() { it('should have no violations - searchable', async function() { // given - this.timeout(5000); + this.timeout(10000); const { container } = createSelect({ value: 'german', @@ -1208,7 +1208,7 @@ describe('Select', function() { it('should have no violations - searchable, open list', async function() { // given - this.timeout(5000); + this.timeout(10000); const { container } = createSelect({ value: 'german', diff --git a/packages/form-js-viewer/test/spec/render/components/form-fields/Table.spec.js b/packages/form-js-viewer/test/spec/render/components/form-fields/Table.spec.js index 25bace19d..79d8390c1 100644 --- a/packages/form-js-viewer/test/spec/render/components/form-fields/Table.spec.js +++ b/packages/form-js-viewer/test/spec/render/components/form-fields/Table.spec.js @@ -437,7 +437,7 @@ describe('Table', function() { it('should have no violations', async function() { // given - this.timeout(5000); + this.timeout(10000); const { container } = createTable(); diff --git a/packages/form-js-viewer/test/spec/render/components/form-fields/Taglist.spec.js b/packages/form-js-viewer/test/spec/render/components/form-fields/Taglist.spec.js index 3279c073e..a2d485151 100644 --- a/packages/form-js-viewer/test/spec/render/components/form-fields/Taglist.spec.js +++ b/packages/form-js-viewer/test/spec/render/components/form-fields/Taglist.spec.js @@ -812,7 +812,7 @@ describe('Taglist', function() { it('should have no violations', async function() { // given - this.timeout(5000); + this.timeout(10000); const { container } = createTaglist({ value: [ 'tag1', 'tag2', 'tag3' ] @@ -826,7 +826,7 @@ describe('Taglist', function() { it('should have no violations for readonly', async function() { // given - this.timeout(5000); + this.timeout(10000); const { container } = createTaglist({ value: [ 'tag1', 'tag2', 'tag3' ], @@ -841,7 +841,7 @@ describe('Taglist', function() { it('should have no violations for errors', async function() { // given - this.timeout(5000); + this.timeout(10000); const { container } = createTaglist({ value: [ 'tag1', 'tag2', 'tag3' ], @@ -856,7 +856,7 @@ describe('Taglist', function() { it('should have no violations - focus on', async function() { // given - this.timeout(5000); + this.timeout(10000); const { container } = createTaglist({ value: [ 'tag1', 'tag2', 'tag3' ] diff --git a/packages/form-js-viewer/test/spec/render/components/form-fields/Text.spec.js b/packages/form-js-viewer/test/spec/render/components/form-fields/Text.spec.js index e639367ec..b0a264579 100644 --- a/packages/form-js-viewer/test/spec/render/components/form-fields/Text.spec.js +++ b/packages/form-js-viewer/test/spec/render/components/form-fields/Text.spec.js @@ -640,7 +640,7 @@ Some _em_ **strong** [text](#text) \`code\`. it('should have no violations', async function() { // given - this.timeout(5000); + this.timeout(10000); const { container } = createText(); @@ -652,7 +652,7 @@ Some _em_ **strong** [text](#text) \`code\`. it('should have no violations - links', async function() { // given - this.timeout(5000); + this.timeout(10000); const { container } = createText({ field: { @@ -669,7 +669,7 @@ Some _em_ **strong** [text](#text) \`code\`. it('should have no violations - expression', async function() { // given - this.timeout(5000); + this.timeout(10000); const content = '# foo'; diff --git a/packages/form-js-viewer/test/spec/render/components/form-fields/Textarea.spec.js b/packages/form-js-viewer/test/spec/render/components/form-fields/Textarea.spec.js index ba47eda24..617b6667e 100644 --- a/packages/form-js-viewer/test/spec/render/components/form-fields/Textarea.spec.js +++ b/packages/form-js-viewer/test/spec/render/components/form-fields/Textarea.spec.js @@ -370,7 +370,7 @@ describe('Textarea', function() { it('should have no violations', async function() { // given - this.timeout(5000); + this.timeout(10000); const { container } = createTextarea({ value: 'This is a textarea value /nFollowed by a newline' @@ -384,7 +384,7 @@ describe('Textarea', function() { it('should have no violations for readonly', async function() { // given - this.timeout(5000); + this.timeout(10000); const { container } = createTextarea({ value: 'This is a textarea value /nFollowed by a newline', @@ -399,7 +399,7 @@ describe('Textarea', function() { it('should have no violations for errors', async function() { // given - this.timeout(5000); + this.timeout(10000); const { container } = createTextarea({ value: 'This is a textarea value /nFollowed by a newline', diff --git a/packages/form-js-viewer/test/spec/render/components/form-fields/Textfield.spec.js b/packages/form-js-viewer/test/spec/render/components/form-fields/Textfield.spec.js index 992ee833d..a6ff67729 100644 --- a/packages/form-js-viewer/test/spec/render/components/form-fields/Textfield.spec.js +++ b/packages/form-js-viewer/test/spec/render/components/form-fields/Textfield.spec.js @@ -537,7 +537,7 @@ describe('Textfield', function() { it('should have no violations', async function() { // given - this.timeout(5000); + this.timeout(10000); const { container } = createTextfield({ value: 'John Doe Company' @@ -551,7 +551,7 @@ describe('Textfield', function() { it('should have no violations for readonly', async function() { // given - this.timeout(5000); + this.timeout(10000); const { container } = createTextfield({ value: 'John Doe Company', @@ -566,7 +566,7 @@ describe('Textfield', function() { it('should have no violations for errors', async function() { // given - this.timeout(5000); + this.timeout(10000); const { container } = createTextfield({ value: 'John Doe Company', @@ -581,7 +581,7 @@ describe('Textfield', function() { it('should have no violations - appearance', async function() { // given - this.timeout(5000); + this.timeout(10000); const { container } = createTextfield({ value: 'John Doe Company', diff --git a/packages/form-js-viewer/test/spec/render/components/form-fields/parts/DropdownList.spec.js b/packages/form-js-viewer/test/spec/render/components/form-fields/parts/DropdownList.spec.js index d5e8c26c1..3750ee3b0 100644 --- a/packages/form-js-viewer/test/spec/render/components/form-fields/parts/DropdownList.spec.js +++ b/packages/form-js-viewer/test/spec/render/components/form-fields/parts/DropdownList.spec.js @@ -178,7 +178,7 @@ describe('DropdownList', function() { it('should have no violations', async function() { // given - this.timeout(5000); + this.timeout(10000); const { container } = createDropdownList({ values: [ 'item1', 'item2' ] diff --git a/packages/form-js/package.json b/packages/form-js/package.json index 5c9a4d876..5c998b10d 100644 --- a/packages/form-js/package.json +++ b/packages/form-js/package.json @@ -1,6 +1,6 @@ { "name": "@bpmn-io/form-js", - "version": "1.6.0", + "version": "1.6.1", "description": "View and edit forms - powered by bpmn.io", "exports": { ".": { @@ -60,10 +60,10 @@ "url": "https://github.com/bpmn-io" }, "dependencies": { - "@bpmn-io/form-js-carbon-styles": "^1.6.0", - "@bpmn-io/form-js-editor": "^1.6.0", - "@bpmn-io/form-js-playground": "^1.6.0", - "@bpmn-io/form-js-viewer": "^1.6.0" + "@bpmn-io/form-js-carbon-styles": "^1.6.1", + "@bpmn-io/form-js-editor": "^1.6.1", + "@bpmn-io/form-js-playground": "^1.6.1", + "@bpmn-io/form-js-viewer": "^1.6.1" }, "sideEffects": [ "*.css"