aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/dependency-updates.yml
Commit message (Collapse)AuthorAge
* Only run the dependencies update if there are any changes to be deployedLibravatar Vijay A2022-10-09
|
* Use 'fetch-depth: 0' to pull in all history (trying to see if the ↵Libravatar Vijay A2022-04-29
| | | | submodule-update issue gets fixed)
* Use specific version of the GH action runner OS so as to limit issues ↵Libravatar André Oliveira2022-04-27
| | | | | relating to upgraded OS under our feet (#55) Co-authored-by: Vijay A <vraravam@users.noreply.github.com>
* Remove hardcoding of 'npm' and 'pnpm' version in CI scriptsLibravatar Vijay A2022-04-24
|
* Upgrade GH Actions libsLibravatar Vijay A2022-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
* Streamline workflows namesLibravatar kytwb2021-12-15
|
* chore: refactor to skip steps if no commits needed [skip ci]Libravatar Vijay A2021-12-09
|
* chore: trying to avoid merge conflict when updating 'recipes' [skip ci]Libravatar Vijay A2021-12-09
|
* chore: explicitly stage changed files (to check if 'recipes' gets updated ↵Libravatar Vijay A2021-12-09
| | | | during nightly build process) [skip ci]
* chore: upgrade 'pnpm' to '6.23.6'Libravatar Vijay A2021-12-08
|
* chore: don't use npm cache (since it breaks CI builds randomly)Libravatar Vijay A2021-11-07
|
* 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
|
* fix: pnpm install of 'node-mac-permissions' on winLibravatar Vijay A2021-09-10
| | | | (remove recursive pnpm module installation since that is handled separately)
* fix: 'recipes' (using 'pnpm') will coexist with 'ferdi' (using 'npm') (#1905)Libravatar Vijay Raghavan Aravamudhan2021-09-10
| | | | | backported from https://github.com/getferdi/ferdi/pull/1826 Co-authored-by: Markus Hatvan <markus_hatvan@aon.at>
* chore: upgrade 'nodejs' to '14.17.6'Libravatar Vijay A2021-09-02
|
* chore: upgrade 'nodejs' to '14.17.5'Libravatar Vijay A2021-08-27
|
* Update documentation for new contributors for system dependencies. [skip ci]Libravatar Vijay A2021-07-28
|
* Moved the version-bump into the 'ferdi-builds' workflow so that its 'atomic' ↵Libravatar Vijay A2021-07-27
| | | | in nature of the actual scheduled build.
* Missed removing of custom npm config setter for node-gyp. [skip ci]Libravatar Vijay A2021-07-26
|
* Use node-gyp@8.1 for all CI builds (and brings windows at par with macos and ↵Libravatar Vijay Raghavan Aravamudhan2021-07-26
| | | | | linux) (#1690) Upgraded node-gyp to '8.1.0' (since this was a pre-requisite for it to work on windows os)
* Trying to fix issue with CHANGES_COUNT not being deduced properly on CI runs ↵Libravatar Vijay A2021-07-24
| | | | (thus skipping the ferdi version). [skip ci]
* Fixed issue with the version-bumping check not registering as an env var for ↵Libravatar Vijay A2021-07-22
| | | | GH actions. [skip ci]
* Fixed issue with error hiding version bump.Libravatar Vijay A2021-07-18
|
* Slight perf improvement for GH build checkout action; removed unused workflow.Libravatar Vijay A2021-07-18
|
* Skip bumping of app version if there are no other changes in a scheduled build.Libravatar Vijay A2021-07-17
|
* Trying to fix broken build due to corrupt npm cacheLibravatar Vijay A2021-07-14
|
* Upgraded nodejs to '14.17.3'Libravatar Vijay A2021-07-11
|
* Reuse scripts defined in 'package.json' (also should fix issue where ↵Libravatar Vijay A2021-07-08
| | | | submodule was not getting updated in overnight process).
* Separated version number bump into the 'develop' branch from 'nightly' ↵Libravatar Vijay Raghavan Aravamudhan2021-07-06
| | | | | branch (#1610) * Separated version number bump into the 'develop' branch so that the commit SHA appearing in 'About' will remain unchanged
* Fixing github templates for PRs. [skip ci]Libravatar Vijay A2021-07-02
|
* Fixed issue with hard-coded branch name in the 'git push' command. [skip ci]Libravatar Vijay A2021-07-01
|
* Simplified the scheduled nightly build since the linter and tests are ↵Libravatar Vijay A2021-06-30
| | | | anyways run on the different OS-based jobs.
* Split up the dependency updates into its own scheduled job and to be run on ↵Libravatar Vijay A2021-06-30
the 'develop' branch instead of 'nightly' branch