aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
Commit message (Collapse)AuthorAge
* 6.7.1-nightly.9 [skip ci]v6.7.1-nightly.9Libravatar github-actions2024-01-17
|
* 6.7.1-nightly.8 [skip ci]v6.7.1-nightly.8Libravatar github-actions2024-01-15
|
* Remove unnecessary 'ws' dependencyLibravatar Vijay A2024-01-14
|
* 6.7.1-nightly.7 [skip ci]v6.7.1-nightly.7Libravatar github-actions2024-01-14
|
* Upgrade to Electron 28.1.3 (#1525)Libravatar Vijay Aravamudhan2024-01-13
|
* Upgrade npm modules patch versions and dev modules only (#1523)Libravatar Vijay Aravamudhan2024-01-13
|
* Downgrading to electron `27.2.2` to get to a working version (#1521)Libravatar Vijay Aravamudhan2024-01-13
| | | | | | | * Revert "chore: upgrade electron to v28.1.3 (#1517)" This reverts commit 1b1529b5ff8fe0e49eb7d3d527334561d8e6f886. * Upgrade electron to '27.2.2' from '27.1.3'
* Upgrade node to latest LTS (20.11.0) and pnpm to latest (8.14.1)Libravatar Vijay A2024-01-13
|
* 6.7.1-nightly.6 [skip ci]v6.7.1-nightly.6Libravatar github-actions2024-01-13
|
* chore: upgrade electron to v28.1.3 (#1517)Libravatar xduugu2024-01-12
|
* 6.7.1-nightly.5 [skip ci]v6.7.1-nightly.5Libravatar github-actions2024-01-08
|
* 6.7.1-nightly.4 [skip ci]Libravatar github-actions2024-01-06
|
* 6.7.1-nightly.3 [skip ci]Libravatar github-actions2024-01-04
|
* 6.7.1-nightly.2 [skip ci]Libravatar github-actions2023-12-27
|
* 6.7.1-nightly.1 [skip ci]Libravatar github-actions2023-12-23
|
* Reset nightly version to 6.7.1-nightly.0Libravatar MCMXC2023-12-22
|
* 6.6.1-nightly.23 [skip ci]Libravatar github-actions2023-12-22
|
* chore: upgrade lint-related dependencies to latest (#1491)Libravatar MCMXC2023-12-21
| | | - upgrade typescript-eslint, eslint and eslint plugins to latest
* 6.6.1-nightly.22 [skip ci]Libravatar github-actions2023-12-20
|
* 6.6.1-nightly.21 [skip ci]Libravatar github-actions2023-12-18
|
* 6.6.1-nightly.20 [skip ci]v6.6.1-nightly.20Libravatar github-actions2023-12-16
|
* 6.6.1-nightly.19 [skip ci]Libravatar github-actions2023-12-14
|
* 6.6.1-nightly.18 [skip ci]Libravatar github-actions2023-12-09
|
* 6.6.1-nightly.17 [skip ci]Libravatar github-actions2023-12-05
|
* refactor: implement biome (#1467)Libravatar MCMXC2023-12-04
| | | | | | | | - add `biome.json` - add `biome:check` and `biome:check:fix` commands to `package.json` - add `biome:check:fix` command to run as part of `prepare-code` command - install `@biomejs/biome` dependency - add `@npmcli/move-file` v2.0.1 to `pnpm.allowedDeprecatedVersions` - fix or comment out various reported lint issues
* chore: project maintenance (#1466)Libravatar MCMXC2023-12-03
| | | | | | | | | | - temporarily disable newly introduced `jsx-a11y/control-has-associated-label` rule - add `--quiet` flag to lint command to see issues with error level only - reuse `lint` command for `lint:fix` command - use `--cache` flag for `prettier` and `eslint` commands - upgrade all non-major dependencies to latest except for `esbuild` - run `pnpm dedupe` to simplify lockfile - autofix various `.ts` and `.tsx` files with `pnpm prepare-code` command - disable newly discovered lint issue in `SearchInput`
* 6.6.1-nightly.16 [skip ci]Libravatar github-actions2023-12-03
|
* 6.6.1-nightly.15 [skip ci]Libravatar github-actions2023-12-02
|
* 6.6.1-nightly.14 [skip ci]v6.6.1-nightly.14Libravatar github-actions2023-11-30
|
* 6.6.1-nightly.13 [skip ci]Libravatar github-actions2023-11-29
|
* 6.6.1-nightly.12 [skip ci]Libravatar github-actions2023-11-28
|
* 6.6.1-nightly.11 [skip ci]Libravatar github-actions2023-11-27
|
* 6.6.1-nightly.10 [skip ci]Libravatar github-actions2023-11-26
|
* 6.6.1-nightly.9 [skip ci]Libravatar github-actions2023-11-20
|
* 6.6.1-nightly.8 [skip ci]Libravatar github-actions2023-11-11
|
* 6.6.1-nightly.7 [skip ci]v6.6.1-nightly.7Libravatar github-actions2023-11-07
|
* 6.6.1-nightly.6 [skip ci]Libravatar github-actions2023-11-06
|
* 6.6.1-nightly.5 [skip ci]Libravatar github-actions2023-11-04
|
* 6.6.1-nightly.4 [skip ci]Libravatar github-actions2023-11-03
|
* 6.6.1-nightly.3 [skip ci]v6.6.1-nightly.3Libravatar github-actions2023-11-02
|
* chore: upgrade used node and pnpm version (#1433)Libravatar MCMXC2023-11-01
| | | | | | | | | | - upgrade node and pnpm version in `engines`, `volta` and `packageManager` config - upgrade `@types/node` to v20 - remove `react-loader` overrides from `peerDependencyRules.allowedVersions` - remove `@npmcli/move-file` 2.0.1 from `allowedDeprecatedVersions` - update node image to 20.9.0 in `Dockerfile` - update required system dependencies in `CONTRIBUTING.md` - update node version to 20.9.0 in `.nvmrc` - correct type definitions for `setInterval` usage in `WebviewCrashHandler` and `AppStore` necessary due to `@types/node` upgrade
* 6.6.1-nightly.2 [skip ci]Libravatar github-actions2023-11-01
|
* refactor: uninstall node-fetch which is built-in since node 18 (#1431)Libravatar MCMXC2023-10-31
| | | | | | | | | | | | | | | | | * Update submodules [skip ci] * Update submodules [skip ci] * refactor: uninstall node-fetch which is built-in since node 18 - uninstall node-fetch from package.json - remove fetch import from translation-helpers.ts - remove fetch import from RecipeController and UserController * remove leftover console.log --------- Co-authored-by: github-actions <github-actions@github.com>
* 6.6.1-nightly.1 [skip ci]v6.6.1-nightly.1Libravatar github-actions2023-10-27
|
* Bump version to '6.6.1-nightly.0'Libravatar AndreĢ Oliveira2023-10-27
|
* feat: change loader component (#1410)Libravatar Pawel Kowalski2023-10-27
| | | | | | | | | | | | | | | | | | | | | | | | | | * CHANGED react-loater to react-loader-spinner * CHANGED brandColor to primary * feat: change loader component - remove redundant /index path from Loader imports in multiple files - remove commented out braces in RecipesDashboard - remove redundant color which is default from Loader in InfoBar - update size of Loader in InfoBar to be the same as InfoBox - change passed size prop from string to number in Button component - add slight gap for FullscreenLoader to styles.ts - fix Loader to check for color primary which is passed rather than brandColor - remove hardcoded width and height from WorkspaceSwitchingIndicator which lead to elements not being vertically centered - remove color prop from Loader in WorkspaceSwitchingIndicator since white is already the default - remove switchingIndicator.spinnerColor from default theme since white is already the default * implement PR feedback * re-add color to WorkspaceSwitchingIndicator --------- Co-authored-by: MCMXC <16797721+mcmxcdev@users.noreply.github.com>
* 6.5.3-nightly.4 [skip ci]v6.5.3-nightly.4Libravatar github-actions2023-10-25
|
* 6.5.3-nightly.3 [skip ci]v6.5.3-nightly.3Libravatar github-actions2023-10-20
|
* chore: Upgrade 'electron' to v27.0.1 (#1405)Libravatar Alphrag2023-10-19
|
* 6.5.3-nightly.2 [skip ci]v6.5.3-nightly.2Libravatar github-actions2023-10-19
|