aboutsummaryrefslogtreecommitdiffstats
path: root/pnpm-lock.yaml
Commit message (Collapse)AuthorAge
* Update browserslist data updates and linter fixes [skip ci]Libravatar github-actions2023-12-16
|
* Update browserslist data updates and linter fixes [skip ci]Libravatar github-actions2023-12-14
|
* Update browserslist data updates and linter fixes [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`
* Update browserslist data updates and linter fixes [skip ci]Libravatar github-actions2023-11-30
|
* Update browserslist data updates and linter fixes [skip ci]Libravatar github-actions2023-11-28
|
* Update browserslist data updates and linter fixes [skip ci]Libravatar github-actions2023-11-26
|
* Update browserslist data updates and linter fixes [skip ci]Libravatar github-actions2023-11-20
|
* Update browserslist data updates and linter fixes [skip ci]Libravatar github-actions2023-11-11
|
* Update browserslist data updates and linter fixes [skip ci]Libravatar github-actions2023-11-06
|
* 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
* Update browserslist data updates and linter fixes [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>
* Update browserslist data updates and linter fixes [skip ci]Libravatar github-actions2023-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>
* Update browserslist data updates and linter fixes [skip ci]Libravatar github-actions2023-10-25
|
* Update browserslist data updates and linter fixes [skip ci]Libravatar github-actions2023-10-20
|
* chore: Upgrade 'electron' to v27.0.1 (#1405)Libravatar Alphrag2023-10-19
|
* Update browserslist data updates and linter fixes [skip ci]Libravatar github-actions2023-10-19
|
* Update macos-notification-state for patched v3.0.0 (#1401)Libravatar André Oliveira2023-10-18
| | | | | | | | | * Update macos-notification-state for patched v3.0.0 * Update to fix on making it OS specific --------- Co-authored-by: Alphrag <34252790+Alphrag@users.noreply.github.com>
* Update browserslist data updates and linter fixes [skip ci]Libravatar github-actions2023-10-17
|
* Fix arm builds (#1400)Libravatar André Oliveira2023-10-17
| | | | | | Co-authored-by: André Oliveira <oliveira.andrerodrigues95@gmail.com> (cherry picked from commit f669badf1908284de591ab12399fc3e7ee0c311a) Co-authored-by: Alphrag <34252790+Alphrag@users.noreply.github.com>
* Update browserslist data updates and linter fixes [skip ci]Libravatar github-actions2023-10-12
|
* Update browserslist data updates and linter fixes [skip ci]Libravatar github-actions2023-10-04
|
* Revert "Update macos-notification-state for patched v3.0.0 (#1361)" (#1388)Libravatar Alphrag2023-10-03
| | | This reverts commit 589a5ae8e58eb4d18c676b4f659048f3d6ae1c2a.
* Update browserslist data updates and linter fixes [skip ci]Libravatar github-actions2023-10-02
|
* chore: upgrade Electron to latest v25 to fix security vulnerabilities (#1385)Libravatar MCMXC2023-10-01
|
* Update browserslist data updates and linter fixes [skip ci]Libravatar github-actions2023-10-01
|
* Update browserslist data updates and linter fixes [skip ci]Libravatar github-actions2023-09-26
|
* Update browserslist data updates and linter fixes [skip ci]Libravatar github-actions2023-09-25
|
* chore: upgrade electron to fix CVE (#1369)Libravatar MCMXC2023-09-20
| | | - upgrade electron from 25.5.0 to 25.8.1
* Update browserslist data updates and linter fixes [skip ci]Libravatar github-actions2023-09-20
|
* chore: upgrade all non major dependencies (#1358)Libravatar MCMXC2023-09-19
| | | | - upgrade all non-major dependencies to latest - add ts-expect-error to code which errors due to typescript upgrade
* Update browserslist data updates and linter fixes [skip ci]Libravatar github-actions2023-09-17
|
* Update browserslist data updates and linter fixes [skip ci]Libravatar github-actions2023-09-15
|
* Update macos-notification-state for patched v3.0.0 (#1361)Libravatar Alphrag2023-09-14
|
* Update browserslist data updates and linter fixes [skip ci]Libravatar github-actions2023-09-14
|
* Update browserslist data updates and linter fixes [skip ci]Libravatar github-actions2023-09-13
|
* Update browserslist data updates and linter fixes [skip ci]Libravatar github-actions2023-09-12
|
* Update browserslist data updates and linter fixes [skip ci]Libravatar github-actions2023-09-07
|
* Update browserslist data updates and linter fixes [skip ci]Libravatar github-actions2023-09-06
|
* Update browserslist data updates and linter fixes [skip ci]Libravatar github-actions2023-09-04
|
* Upgrade npm modules (#1343)Libravatar Vijay Aravamudhan2023-09-03
|
* feat: Add Download Manager (pause, stop, delete) (#1339)Libravatar André Oliveira2023-09-02
|
* Downgrade 'electron' to 25.xLibravatar Vijay A2023-09-02
|
* Update browserslist data updates and linter fixes [skip ci]Libravatar github-actions2023-08-27
|
* Update browserslist data updates and linter fixes [skip ci]Libravatar github-actions2023-08-25
|
* Update browserslist data updates and linter fixes [skip ci]Libravatar github-actions2023-08-24
|
* Update browserslist data updates and linter fixes [skip ci]Libravatar github-actions2023-08-16
|