From 33123c354b79f7951423dd75097b11e7eb075f99 Mon Sep 17 00:00:00 2001 From: Markus Hatvan Date: Fri, 2 Jul 2021 19:49:55 -0600 Subject: Upgrade various dependencies to latest part 2 (#1557) * Upgrade various dependencies to latest, remove unnecessary electron-hunspell - upgrade eslint and friends to latest - remove deprecated 'node-sass' in favor of 'sass' - disable new rules from 'eslint-config-airbnb' that are conflicting with current code style - add workspace config for 'vscode' that silences 'experimentalDecorator' warning and forces 'prettier' to single quote * Run yarn lint to autofix with new ruleset and worked down lint issues to zero --- src/i18n/messages/src/components/auth/Pricing.json | 52 +++++++++++----------- .../src/components/settings/SettingsLayout.json | 15 +++++++ src/i18n/messages/src/components/ui/InfoBar.json | 15 +++++++ src/i18n/messages/src/components/ui/Infobox.json | 15 +++++++ src/i18n/messages/src/components/ui/Input.json | 15 +++++++ .../src/features/publishDebugInfo/Component.json | 28 ++++++------ .../workspaces/components/EditWorkspaceForm.json | 14 +++--- 7 files changed, 107 insertions(+), 47 deletions(-) create mode 100644 src/i18n/messages/src/components/settings/SettingsLayout.json create mode 100644 src/i18n/messages/src/components/ui/InfoBar.json create mode 100644 src/i18n/messages/src/components/ui/Infobox.json create mode 100644 src/i18n/messages/src/components/ui/Input.json (limited to 'src/i18n/messages') diff --git a/src/i18n/messages/src/components/auth/Pricing.json b/src/i18n/messages/src/components/auth/Pricing.json index c4c94bb32..b5b7d72a8 100644 --- a/src/i18n/messages/src/components/auth/Pricing.json +++ b/src/i18n/messages/src/components/auth/Pricing.json @@ -4,11 +4,11 @@ "defaultMessage": "!!!Hi {name}, welcome to Franz", "file": "src/components/auth/Pricing.js", "start": { - "line": 15, + "line": 14, "column": 12 }, "end": { - "line": 18, + "line": 17, "column": 3 } }, @@ -17,11 +17,11 @@ "defaultMessage": "!!!We have a special treat for you.", "file": "src/components/auth/Pricing.js", "start": { - "line": 19, + "line": 18, "column": 16 }, "end": { - "line": 22, + "line": 21, "column": 3 } }, @@ -30,11 +30,11 @@ "defaultMessage": "!!!Enjoy the full Franz Professional experience completely free for 14 days.", "file": "src/components/auth/Pricing.js", "start": { - "line": 23, + "line": 22, "column": 10 }, "end": { - "line": 26, + "line": 25, "column": 3 } }, @@ -43,11 +43,11 @@ "defaultMessage": "!!!Happy messaging,", "file": "src/components/auth/Pricing.js", "start": { - "line": 27, + "line": 26, "column": 18 }, "end": { - "line": 30, + "line": 29, "column": 3 } }, @@ -56,11 +56,11 @@ "defaultMessage": "!!!No strings attached", "file": "src/components/auth/Pricing.js", "start": { - "line": 31, + "line": 30, "column": 29 }, "end": { - "line": 34, + "line": 33, "column": 3 } }, @@ -69,11 +69,11 @@ "defaultMessage": "!!!No credit card required", "file": "src/components/auth/Pricing.js", "start": { - "line": 35, + "line": 34, "column": 16 }, "end": { - "line": 38, + "line": 37, "column": 3 } }, @@ -82,11 +82,11 @@ "defaultMessage": "!!!Your free trial ends automatically after 14 days", "file": "src/components/auth/Pricing.js", "start": { - "line": 39, + "line": 38, "column": 21 }, "end": { - "line": 42, + "line": 41, "column": 3 } }, @@ -95,11 +95,11 @@ "defaultMessage": "!!!Free trial (normally {currency}{price} per month)", "file": "src/components/auth/Pricing.js", "start": { - "line": 43, + "line": 42, "column": 14 }, "end": { - "line": 46, + "line": 45, "column": 3 } }, @@ -108,11 +108,11 @@ "defaultMessage": "!!!Sorry, we could not activate your trial!", "file": "src/components/auth/Pricing.js", "start": { - "line": 47, + "line": 46, "column": 19 }, "end": { - "line": 50, + "line": 49, "column": 3 } }, @@ -121,11 +121,11 @@ "defaultMessage": "!!!Start my 14-day Franz Professional Trial", "file": "src/components/auth/Pricing.js", "start": { - "line": 51, + "line": 50, "column": 13 }, "end": { - "line": 54, + "line": 53, "column": 3 } }, @@ -134,11 +134,11 @@ "defaultMessage": "!!!Start using Franz", "file": "src/components/auth/Pricing.js", "start": { - "line": 55, + "line": 54, "column": 12 }, "end": { - "line": 58, + "line": 57, "column": 3 } }, @@ -147,11 +147,11 @@ "defaultMessage": "!!!Continue to Ferdi", "file": "src/components/auth/Pricing.js", "start": { - "line": 59, + "line": 58, "column": 11 }, "end": { - "line": 62, + "line": 61, "column": 3 } }, @@ -160,11 +160,11 @@ "defaultMessage": "!!!Franz Professional includes:", "file": "src/components/auth/Pricing.js", "start": { - "line": 63, + "line": 62, "column": 20 }, "end": { - "line": 66, + "line": 65, "column": 3 } } diff --git a/src/i18n/messages/src/components/settings/SettingsLayout.json b/src/i18n/messages/src/components/settings/SettingsLayout.json new file mode 100644 index 000000000..99337a315 --- /dev/null +++ b/src/i18n/messages/src/components/settings/SettingsLayout.json @@ -0,0 +1,15 @@ +[ + { + "id": "settings.app.closeSettings", + "defaultMessage": "!!!Close settings", + "file": "src/components/settings/SettingsLayout.js", + "start": { + "line": 11, + "column": 17 + }, + "end": { + "line": 14, + "column": 3 + } + } +] \ No newline at end of file diff --git a/src/i18n/messages/src/components/ui/InfoBar.json b/src/i18n/messages/src/components/ui/InfoBar.json new file mode 100644 index 000000000..a6a629c71 --- /dev/null +++ b/src/i18n/messages/src/components/ui/InfoBar.json @@ -0,0 +1,15 @@ +[ + { + "id": "infobar.hide", + "defaultMessage": "!!!Hide", + "file": "src/components/ui/InfoBar.js", + "start": { + "line": 12, + "column": 8 + }, + "end": { + "line": 15, + "column": 3 + } + } +] \ No newline at end of file diff --git a/src/i18n/messages/src/components/ui/Infobox.json b/src/i18n/messages/src/components/ui/Infobox.json new file mode 100644 index 000000000..296c2ad3e --- /dev/null +++ b/src/i18n/messages/src/components/ui/Infobox.json @@ -0,0 +1,15 @@ +[ + { + "id": "infobox.dismiss", + "defaultMessage": "!!!Dismiss", + "file": "src/components/ui/Infobox.js", + "start": { + "line": 9, + "column": 11 + }, + "end": { + "line": 12, + "column": 3 + } + } +] \ No newline at end of file diff --git a/src/i18n/messages/src/components/ui/Input.json b/src/i18n/messages/src/components/ui/Input.json new file mode 100644 index 000000000..6240badfb --- /dev/null +++ b/src/i18n/messages/src/components/ui/Input.json @@ -0,0 +1,15 @@ +[ + { + "id": "settings.app.form.passwordToggle", + "defaultMessage": "!!!Password toggle", + "file": "src/components/ui/Input.js", + "start": { + "line": 11, + "column": 18 + }, + "end": { + "line": 14, + "column": 3 + } + } +] \ No newline at end of file diff --git a/src/i18n/messages/src/features/publishDebugInfo/Component.json b/src/i18n/messages/src/features/publishDebugInfo/Component.json index 85fbe7ca6..25048ace6 100644 --- a/src/i18n/messages/src/features/publishDebugInfo/Component.json +++ b/src/i18n/messages/src/features/publishDebugInfo/Component.json @@ -4,11 +4,11 @@ "defaultMessage": "!!!Publish debug information", "file": "src/features/publishDebugInfo/Component.js", "start": { - "line": 18, + "line": 17, "column": 9 }, "end": { - "line": 21, + "line": 20, "column": 3 } }, @@ -17,11 +17,11 @@ "defaultMessage": "!!!Publishing your debug information helps us find issues and errors in Ferdi. By publishing your debug information you accept Ferdi Debugger's privacy policy and terms of service", "file": "src/features/publishDebugInfo/Component.js", "start": { - "line": 22, + "line": 21, "column": 8 }, "end": { - "line": 25, + "line": 24, "column": 3 } }, @@ -30,11 +30,11 @@ "defaultMessage": "!!!There was an error while trying to publish the debug information. Please try again later or view the console for more information.", "file": "src/features/publishDebugInfo/Component.js", "start": { - "line": 26, + "line": 25, "column": 9 }, "end": { - "line": 29, + "line": 28, "column": 3 } }, @@ -43,11 +43,11 @@ "defaultMessage": "!!!Privacy policy", "file": "src/features/publishDebugInfo/Component.js", "start": { - "line": 30, + "line": 29, "column": 11 }, "end": { - "line": 33, + "line": 32, "column": 3 } }, @@ -56,11 +56,11 @@ "defaultMessage": "!!!Terms of service", "file": "src/features/publishDebugInfo/Component.js", "start": { - "line": 34, + "line": 33, "column": 9 }, "end": { - "line": 37, + "line": 36, "column": 3 } }, @@ -69,11 +69,11 @@ "defaultMessage": "!!!Accept and publish", "file": "src/features/publishDebugInfo/Component.js", "start": { - "line": 38, + "line": 37, "column": 11 }, "end": { - "line": 41, + "line": 40, "column": 3 } }, @@ -82,11 +82,11 @@ "defaultMessage": "!!!Your debug log was published and is now availible at", "file": "src/features/publishDebugInfo/Component.js", "start": { - "line": 42, + "line": 41, "column": 13 }, "end": { - "line": 45, + "line": 44, "column": 3 } } diff --git a/src/i18n/messages/src/features/workspaces/components/EditWorkspaceForm.json b/src/i18n/messages/src/features/workspaces/components/EditWorkspaceForm.json index 053751c84..804e30070 100644 --- a/src/i18n/messages/src/features/workspaces/components/EditWorkspaceForm.json +++ b/src/i18n/messages/src/features/workspaces/components/EditWorkspaceForm.json @@ -73,7 +73,7 @@ "column": 18 }, "end": { - "line": 44, + "line": 45, "column": 3 } }, @@ -82,11 +82,11 @@ "defaultMessage": "!!!Services in this Workspace", "file": "src/features/workspaces/components/EditWorkspaceForm.js", "start": { - "line": 45, + "line": 46, "column": 31 }, "end": { - "line": 48, + "line": 49, "column": 3 } }, @@ -95,11 +95,11 @@ "defaultMessage": "!!!Start by adding a service.", "file": "src/features/workspaces/components/EditWorkspaceForm.js", "start": { - "line": 49, + "line": 50, "column": 19 }, "end": { - "line": 52, + "line": 53, "column": 3 } }, @@ -108,11 +108,11 @@ "defaultMessage": "!!!Discover services", "file": "src/features/workspaces/components/EditWorkspaceForm.js", "start": { - "line": 53, + "line": 54, "column": 20 }, "end": { - "line": 56, + "line": 57, "column": 3 } } -- cgit v1.2.3-70-g09d2