aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
Commit message (Collapse)AuthorAge
* refactor: more lint improvementsLibravatar MCMXC2023-07-30
| | | | | | | | | - set parserOptions.ecmaVersion to latest and env to es2024 in eslint config - install missing types libraries - install eslint-plugin-sonar - enable eslint-plugin-sonar recommended rules and declare jsx-runtime for react in eslint config - clean up disabled lint rules which don't inflict problems anymore - disable various lint issues and fix others
* refactor: various improvements (#1296)Libravatar MCMXC2023-07-30
| | | | | | | | | | | | | | | | | | | | | | | | | * refactor: various improvements - enable no-use-before-define eslint rule - shuffle code to conform to no-use-before-define eslint rule - remove btoa dependency which is deprecated and replace with Buffer.from(string).toString('base64') - convert some any types into useful ones - add type annotations where possible - remove unused @types/expect.js - install @types/semver and ts-node which were missing - repair and rewrite add-crowdin-contributors script - remove export keyword from variables which are never consumed in another file - remove unity indicator hack where linked issue was closed - remove module declaration for kebab-case which is unused - add missing state interface for certain components - remove default exports for files which already have a named export - export IRecipePreview so it can be used throughout codebase - remove unused removeCacheForCallWith method from CachedRequest.ts - cleanup unused colors and styles inside legacy theme * - improve ColorPickerInput - fix invalid DOM nesting with div inside p in EditSettingsForm - fix progressbarAccentColor color picker not updating input when using slider - install missing @types/react-color dependency
* 6.4.1-nightly.15 [skip ci]Libravatar github-actions2023-07-30
|
* 6.4.1-nightly.14 [skip ci]v6.4.1-nightly.14Libravatar github-actions2023-07-28
|
* chore: upgrade mobx-react-form to latestLibravatar MCMXC2023-07-27
| | | | | | | | - upgrade mobx-react-form from v3 to v6 - remove stub mobx-react-form.d.ts since the dependency is written in TS now - remove as any cast for new Form invocation in invite.tsx - reuse Error component in Radio.tsx to get validation error message in red - use FieldInterface type for field property instead of typeof Field in Radio.tsx
* 6.4.1-nightly.13 [skip ci]v6.4.1-nightly.13Libravatar github-actions2023-07-27
|
* Upgrade 'electron' to '25.3.2'Libravatar Vijay A2023-07-27
| | | | - allow bumping up version of dependencies even when lock file is present
* ci: modernize github actions (#1287)Libravatar MCMXC2023-07-26
| | | | | | | | | | - use `ubuntu-22.04` runner instead of `ubuntu-20.04` - use `windows-2022` runner instead of `windows-2019` - use `pnpm/action-setup` instead of handling `pnpm install` manually - use pnpm-lock.yaml as caching key for actions/cache instead of inexistent package-lock.json - define `packageManager` config option in `package.json` which is read by `pnpm/action-setup` --------- Co-authored-by: Vijay A <vraravam@users.noreply.github.com>
* chore: silence deprecated version and unmet peer dependency warningsLibravatar MCMXC2023-07-26
| | | | | | - add logged deprecated dependencies to pnpm.allowedDeprecatedVersions - configure unmet peer dependencies in pnpm.peerDependencyRules.allowedVersions - update used flags in .npmrc
* style: reformat all files properlyLibravatar MCMXC2023-07-26
| | | | | | | | | | | - remove .json from .eslintignore - add type intellisense to .prettierrc.js - install missing @jest/types which is used in jest.config.js - split up typecheck and lint into two separate commands - remove --require-pragma flag from reformat-files which leads to unformatted files - install suggested @types/prop-types and @types/react-loader dependencies - add @ts-expect-error to Loader usages - reformat all scss files automatically with reformat-files command
* chore: upgrade @octokit/core to latestLibravatar MCMXC2023-07-26
| | | | - upgrade @octokit/core to v5
* 6.4.1-nightly.12 [skip ci]Libravatar github-actions2023-07-26
|
* chore: improve lint setupLibravatar MCMXC2023-07-25
| | | | | | | | | | | | | | | - update eslint config - merged eslint rules for JS and TS to avoid duplicates - extended stricter lint ruleset from typescript-eslint - corrected wrong setup for certain eslint rulesets - opt in to reportUnusedDisableDirectives config option - fix or disable a lot of lint issues throughout codebase - remove trailingComma: all from prettier config which is default in prettier v3 - add volta configuration to package.json to autoload correct node and pnpm versions - upgrade all eslint and prettier related dependencies to latest - remove config options from settings.json which are default anyways - remove config options from settings.json which are outdated/unknown - set up prettier as default formatter in settings.json
* 6.4.1-nightly.11 [skip ci]v6.4.1-nightly.11Libravatar github-actions2023-07-24
|
* Update 'fast-folder-size'Libravatar Alphrag2023-07-23
|
* update react-router-dom,react-tooltip& react-transition-groupLibravatar Muhamed2023-07-23
|
* 6.4.1-nightly.10 [skip ci]Libravatar github-actions2023-07-23
|
* 6.4.1-nightly.9 [skip ci]Libravatar github-actions2023-07-22
|
* Revert "update react-router-dom to version 6.14.1"Libravatar Vijay A2023-07-21
| | | | | | and "update react-router-dom,react-tooltip& react-transition-group" This reverts commit 0a4a0497bb630dc85cfa0145d57f954feb9c052a and 345fd98dc52a3b7f0d69022b6a19818e559e4557.
* 6.4.1-nightly.8 [skip ci]v6.4.1-nightly.8Libravatar github-actions2023-07-21
|
* Upgrade npm modulesv6.4.1-nightly.7Libravatar Vijay A2023-07-20
|
* update react-router-dom to version 6.14.1Libravatar Muhamed2023-07-20
|
* update react-router-dom,react-tooltip& react-transition-groupLibravatar Muhamed2023-07-20
|
* Upgrade 'electron' to '25.3.1'Libravatar Vijay A2023-07-20
|
* 6.4.1-nightly.7 [skip ci]Libravatar github-actions2023-07-20
|
* 6.4.1-nightly.6 [skip ci]Libravatar github-actions2023-07-19
|
* 6.4.1-nightly.5 [skip ci]Libravatar github-actions2023-07-17
|
* Upgrade outdated npm modulesLibravatar Vijay A2023-07-16
|
* 6.4.1-nightly.4 [skip ci]v6.4.1-nightly.4Libravatar github-actions2023-07-14
|
* Upgrade 'electron' to '25.3.0'Libravatar Vijay A2023-07-13
|
* 6.4.1-nightly.3 [skip ci]v6.4.1-nightly.3Libravatar github-actions2023-07-01
|
* 6.4.1-nightly.2 [skip ci]Libravatar github-actions2023-06-30
|
* 6.4.1-nightly.1 [skip ci]Libravatar github-actions2023-06-24
|
* Bump version to '6.4.1-nightly.0'Libravatar Alphrag2023-06-23
|
* 6.4.0-nightly.7 [skip ci]v6.4.0-nightly.7Libravatar github-actions2023-06-23
|
* Upgrade 'electron' to '25.2.0'Libravatar Vijay A2023-06-22
|
* 6.4.0-nightly.6 [skip ci]v6.4.0-nightly.6Libravatar github-actions2023-06-18
|
* 6.4.0-nightly.5 [skip ci]v6.4.0-nightly.5Libravatar github-actions2023-06-16
|
* Upgrade 'electron' to '25.1.1'Libravatar Vijay A2023-06-15
|
* 6.4.0-nightly.4 [skip ci]v6.4.0-nightly.4Libravatar github-actions2023-06-14
|
* Upgrade 'pnpm' to '8.6.2'; Upgrade npm modules (minor version bumps).Libravatar Vijay A2023-06-13
|
* 6.4.0-nightly.3 [skip ci]v6.4.0-nightly.3Libravatar github-actions2023-06-08
|
* Upgrade 'electron' to '25.1.0'Libravatar Vijay A2023-06-08
|
* 6.4.0-nightly.2 [skip ci]v6.4.0-nightly.2Libravatar github-actions2023-06-05
|
* 6.4.0-nightly.1 [skip ci]v6.4.0-nightly.1Libravatar github-actions2023-06-04
|
* Bump version to '6.4.0-nightly.0'Libravatar Vijay A2023-06-03
|
* Upgrade npm modules and some minor refactoring to remove redundant variableLibravatar Vijay A2023-06-03
|
* 6.3.0-nightly.18 [skip ci]v6.3.0-nightly.18Libravatar github-actions2023-06-03
|
* Upgrade npm modules (#1222)Libravatar Vijay Aravamudhan2023-06-02
|
* 6.3.0-nightly.17 [skip ci]v6.3.0-nightly.17Libravatar github-actions2023-06-02
|