aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
Commit message (Collapse)AuthorAge
* Upgrade node to latest LTS (20.12.0) and some other modulesLibravatar Vijay A2024-03-31
|
* Revert "Bring in missing python (system dependency) (#1639)"Libravatar Vijay A2024-03-31
| | | | | | Since its causing all builds to fail This reverts commit 53c72ea5ac4f103291fdd347b7cd9cc0dbafa4b5.
* Bring in missing python (system dependency) (#1639)Libravatar Vijay Aravamudhan2024-03-28
| | | | | | | * Introduce python as a system dependency (needed by node-gyp to compile native modules) * Introduce node-pre-gyp as a dependency * Upgrade sqlite3 to 5.1.7 to test the above Note: Currently this still depends on the availability of prebuilt binaries from the prebuild library. Which means that once a new version is available, only then will we know if this python/node-gyp integration works or whether it will still fallback to the availability of the prebuilt binaries from external sources. Only time will tell if we have solved the issue or not.
* fix docker build and related documentationLibravatar Vijay A2024-02-17
|
* upgrade node to 20.11.1 and other minor versions for pkgsLibravatar Vijay A2024-02-17
|
* Upgrade node to latest LTS (20.11.0) and pnpm to latest (8.14.1)Libravatar Vijay A2024-01-13
|
* 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
* Upgrade 'node' to '18.18.0' and 'pnpm' to '8.7.6'Libravatar Vijay A2023-09-26
|
* Downgrade node to '18.15.0'Libravatar Alphrag2023-05-21
|
* Upgrade pnpm and node versions; Upgrade npm modulesLibravatar Vijay A2023-05-14
|
* Upgrade 'npm' to '18.15.0' and 'pnpm' to 7.30.0'Libravatar Vijay A2023-03-21
|
* Upgrade 'nodejs' to the latest LTS '18.13.0' (#858)Libravatar Vijay Aravamudhan2023-01-11
|
* Upgrade 'nodejs' to '16.19.0' and 'pnpm' to '7.19.0'Libravatar Vijay A2022-12-24
|
* Upgrade 'nodejs' to '16.18.1' and 'pnpm' to '7.17.1'Libravatar Vijay A2022-11-29
|
* Switch npm to pnpm (#714)Libravatar Balaji Vijayakumar2022-11-25
|
* Revert "Switch from 'npm' to 'pnpm' (#704)"Libravatar Vijay A2022-10-28
|
* Switch from 'npm' to 'pnpm' (#704)Libravatar Vijay Aravamudhan2022-10-26
| | | | | | | Co-authored-by: Markus Hatvan <markus_hatvan@aon.at> Co-authored-by: Nathanaël Houn <contact@nathanaelhoun.fr> Co-authored-by: Balaji Vijayakumar <kuttibalaji.v6@gmail.com> Co-authored-by: André Oliveira <oliveira.andrerodrigues95@gmail.com>
* Upgrade 'nodejs' to '16.18.0' (#705)Libravatar Vijay Aravamudhan2022-10-25
| | | Upgrade 'npm' to '8.19.2'
* Upgrade 'nodejs' to '16.17.0'v6.1.1-nightly.9Libravatar Vijay A2022-09-08
|
* Upgrade 'nodejs' to '16.16.0'Libravatar Vijay A2022-07-26
|
* Update documentation [skip ci]Libravatar Vijay A2022-07-13
|
* Remove hardcoded 'npm' and 'pnpm' versions in 'Dockerfile' [skip ci] (#304)Libravatar Vijay Aravamudhan2022-06-20
|
* Upgrade 'node' to '16.15.1' and 'pnpm' to '7.3.0'Libravatar Vijay A2022-06-20
|
* Upgrade 'pnpm' to '7.2.1'; pull in latst version of 'recipes' [skip ci]Libravatar Vijay A2022-06-18
|
* Upgrade 'pnpm' to '7.1.7'; pull in latst version of 'recipes' [skip ci]Libravatar Vijay A2022-06-01
|
* Update 'npm' to '8.10.0'.Libravatar Vijay A2022-05-21
|
* Update 'pnpm' to '7.1.2'.Libravatar Vijay A2022-05-21
|
* Upgrade 'pnpm' to '7.1.0'; pull in latst version of 'recipes' [skip ci]Libravatar Vijay A2022-05-15
|
* Upgrade 'node' (16.14 -> 16.15); Upgrade 'pnpm' (6 --> 7) (#128)Libravatar Kishan B2022-05-10
| | | Co-authored-by: Vijay A <vraravam@users.noreply.github.com>
* Upgrade 'pnpm' to '6.32.11'; Pull in latest 'recipes'Libravatar Vijay A2022-04-28
|
* Downgraded 'node' to '16.14.2' so that the 'pnpm' conversion can happen smoothlyLibravatar Vijay A2022-04-23
| | | | This also gets us back to the LTS version of 'node'
* Upgrade 'sqlite3'Libravatar Vijay A2022-04-23
| | | | | | | | | Add missing dev dependency '@babel/core' [prep for pnpm] Combine 'prebuild' into 'build' script since pre-scripts automagic is not supported by pnpm [cleanup] Use 'pnpm' instead of 'pnpm run' [cleanup] Clean npm cache after cleaning pnpm since pnpm is also managed within npm [cleanup] Delete '~/.electron-gyp' while cleaning
* Upgrade 'node' to '18.0.0' and 'node-gyp' to '9.0.0' (#19)Libravatar Vijay Aravamudhan2022-04-20
|
* Upgrade system dependencies (#15)Libravatar Vijay Aravamudhan2022-04-19
| | | | | node: 16.13.1 --> 16.14.2 npm: 8.1.2 --> 8.7.0 pnpm: 6.24.1 --> 6.32.8
* Matched casing for almost all replacementsLibravatar Aditya Mangalampalli2022-04-16
|
* Revert "Revert "Upgrade system dependencies (node, npm, pnpm, node-gyp) ↵Libravatar kytwb2022-01-02
| | | | | | | | | (#2336)"" This reverts commit 712c2a4c237248b63d6553f557806d5dcce797f1. # Conflicts: # .github/workflows/builds.yml
* Revert "Upgrade system dependencies (node, npm, pnpm, node-gyp) (#2336)"Libravatar kytwb2021-12-21
| | | | This reverts commit dfc9975fa409f69044fbfb028b3c48590908ec5d.
* Upgrade system dependencies (node, npm, pnpm, node-gyp) (#2336)Libravatar Vijay Aravamudhan2021-12-19
| | | | | | | | * Upgrade the following system dependencies: 'nodejs' to '16.13.1' 'npm' to '8.1.2' 'pnpm' to '6.24.1' 'node-gyp' to '8.4.1' * Remove duplicate reference to node version for ease of maintenance
* chore: upgrade 'pnpm' to '6.23.6'Libravatar Vijay A2021-12-08
|
* build: use node 16 and npm 8 (#2157)Libravatar Markus Hatvan2021-10-28
| | | | | | | | | | | - change node version from 14.18.1 to 16.13.0 - change npm version from 6.14.13 to 8.1.0 - update package-lock.json to lockfileVersion 2 - use @sindresorhus/do-not-disturb instead of macos-notification-state to avoid failing CI - run ferdi build on latest macos and windows - skip husky in CI builds - move 'cld' and 'node-mac-permissions' to optionalDependency Co-authored-by: Vijay A <vraravam@users.noreply.github.com>
* use local 'node-gyp' instead of global one (#2160)Libravatar Vijay Aravamudhan2021-10-28
|
* upgrade 'node-gyp' to '8.3.0' (#2159)Libravatar Vijay Aravamudhan2021-10-28
| | | Co-authored-by: Markus Hatvan <markus_hatvan@aon.at>
* chore: upgrade 'pnpm' to '6.19.0'Libravatar Vijay A2021-10-26
|
* upgrade 'node' to '14.18.1' (#2083)Libravatar Vijay Aravamudhan2021-10-15
|
* upgrade 'pnpm' to '6.17.1'Libravatar Vijay A2021-10-15
|
* chore: remove 'lerna' since we don't use monorepo-style packages any more ↵Libravatar Vijay Aravamudhan2021-10-15
| | | | (#2081)
* upgrade 'node-gyp' to '8.2.0' (#2053)Libravatar Vijay Aravamudhan2021-10-11
|
* chore: upgrade 'pnpm' to '6.16.0' (#2014)Libravatar Vijay Aravamudhan2021-10-03
|
* chore: refactor Dockerfile to make use of layer cache when installing npm ↵Libravatar Vijay A2021-09-25
| | | | modules. [skip ci]
* chore: use 'pnpm' for the Docker builds of the 'recipes'. [skip ci]Libravatar Vijay A2021-09-09
|