aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
Commit message (Collapse)AuthorAge
* fix: invalid volta versions in package.json (#481)Libravatar MCMXC2023-12-19
| | | | - update `volta` config in `package.json` to use exact versions
* Adds Spaces and Chat badges to countImportant (#479)Libravatar Andres2023-12-14
|
* chore: upgrade used node and pnpm version (#450)Libravatar MCMXC2023-11-01
| | | | - upgrade node and pnpm version in engines, volta and packageManager config - update node version to 20.9.0 in .nvmrc
* Make the validation checks more noticeable (#437)Libravatar Arthur Huan2023-10-17
| | | | | | | | | | | * Update README.md Put the validation checks in a more noticeable place. * Required changes fix --------- Co-authored-by: André Oliveira <oliveira.andrerodrigues95@gmail.com>
* Upgrade 'node' to '18.18.0' and 'pnpm' to '8.7.6'Libravatar Vijay A2023-09-26
|
* Upgrade 'pnpm' to '8.7.1'; Upgrade npm modules (minor version bumps).Libravatar Vijay A2023-09-02
|
* ci: modernize github actionsLibravatar MCMXC2023-07-26
| | | | | | | - use ubuntu-22.04 runner instead of ubuntu-20.04 - use pnpm/action-setup instead of handling pnpm install manually - upgrade tj-actions/changed-files from v36 to v37 - define packageManager config option in package.json which is read by pnpm/action-setup
* Improve lint setup (#400)Libravatar Vijay Aravamudhan2023-07-26
| | | | * Use strict configuration of node/npm/pnpm * When generating a new recipe, string replace should handle all placeholders in a single file
* chore: improve lint setup (#397)Libravatar MCMXC2023-07-26
| | | | | | | | | | | | | | | | | - update eslint config to closely mirror the ones from ferdium-app - add .eslintignore - opt in to eslint `reportUnusedDisableDirectives` config option - remove `trailingComma: all` from `prettier` config which is default in `prettier` v3 - autofix or disable a lot of lint issues throughout codebase - add `volta` configuration to `package.json` to autoload correct `node` and `pnpm` versions - upgrade all `eslint` and `prettier` related dependencies to latest - update lint:fix npm script - reformat touched files with prettier - bumped up minor version for all recipes that have changes - introduced injection of 'service.css' where it was missing in many recipes --------- Co-authored-by: Vijay A <vraravam@users.noreply.github.com>
* Upgrade npm modulesLibravatar Vijay A2023-06-13
|
* Upgrade 'pnpm' to '8.6.2'Libravatar Vijay A2023-06-13
|
* Upgrade 'pnpm' to '8.6.0'Libravatar Vijay A2023-05-29
|
* Upgrade 'pnpm' to '8.5.1' (#377)Libravatar Vijay Aravamudhan2023-05-27
|
* Do not install husky if running in CILibravatar Vijay A2023-05-24
|
* Upgrade pnpm and node versions; Upgrade npm modulesLibravatar Vijay A2023-05-14
|
* Do not use pnpx in lint and lint:fix (#357)Libravatar Jalil Salamé2023-05-10
| | | pnpx is deprecated, use `pnpm dlx` instead
* Upgrade node modules (#349)Libravatar Alphrag2023-05-03
|
* Upgrade 'npm' to '18.15.0' and 'pnpm' to 7.30.0'Libravatar Vijay A2023-03-21
|
* Upgrade 'pnpm' to '7.27.0'; Upgrade other npm modules and fix errorsLibravatar Vijay A2023-02-13
|
* Upgrade 'pnpm' to '7.26.1'Libravatar Vijay A2023-01-29
|
* Upgrade 'pnpm' to '7.25.1'Libravatar Vijay A2023-01-20
|
* Update pnpm to 7.21.0Libravatar Balaji Vijayakumar2023-01-02
|
* Upgrade 'pnpm' to '7.19.0'Libravatar Vijay A2022-12-24
|
* Upgrade npm modulesLibravatar Vijay A2022-12-18
|
* Upgrade 'pnpm' to '7.18.2'Libravatar Vijay A2022-12-18
|
* Updated npm modules; Upgraded pnpmLibravatar Vijay A2022-12-08
|
* Upgrade 'pnpm' to '7.17.1'Libravatar Vijay A2022-11-29
|
* Upgrade 'pnpm' to '7.17.0'Libravatar Vijay A2022-11-25
|
* Upgrade 'pnpm' to '7.14.0'Libravatar Vijay A2022-10-25
|
* Upgrade 'pnpm' to '7.6.0'Libravatar Vijay A2022-07-26
|
* eslint needs to be executed at the top-level to actually workLibravatar Vijay A2022-07-25
|
* ci: add lint and prettier to the pr checks (#127)Libravatar Nathanaël Houn2022-07-13
| | | | | | | | | * ci: add lint and prettier to the pr checks * bad position of function in messenger ⇒ ci fail * Revert "bad position of function in messenger ⇒ ci fail" This reverts commit f8ea1aa674f479093c89f3e7dc6b0ce386003285.
* Fix lint and prettierLibravatar André Oliveira2022-07-13
|
* Upgrade 'pnpm' to '7.5.0'Libravatar Vijay A2022-07-07
|
* Upgrade 'pnpm' to '7.4.1'Libravatar Vijay A2022-07-02
|
* Upgrade 'node' to '16.15.1' and 'pnpm' to '7.3.0'Libravatar Vijay A2022-06-20
|
* Upgrade 'pnpm' to '7.2.1'Libravatar Vijay A2022-06-18
|
* Upgrade 'pnpm' to '7.1.7'Libravatar Vijay A2022-06-01
|
* Fixing version of telegram recipeLibravatar Vijay A2022-05-21
|
* Update 'pnpm' to '7.1.2'.Libravatar Vijay A2022-05-21
|
* Fix telegram 'K' width v2 (#33)Libravatar Daniel2022-05-22
|
* Upgrade 'pnpm' to '7.1.0'Libravatar Vijay A2022-05-15
|
* upgrade node js to latest LTS version and pnpm from 6.x to 7.x (#17)Libravatar Kishan B2022-05-10
|
* Telegram: Improve view width on 'K' version (#15)Libravatar Daniel2022-05-10
|
* Regenerate contributors [skip ci]Libravatar Vijay A2022-04-30
|
* Upgrade 'pnpm' to '6.32.11'Libravatar Vijay A2022-04-28
|
* build: add pnpm version to package.json#enginesLibravatar Nathanaël Houn2022-04-22
|
* Rebranded from 'ferdi' to 'ferdium' (companion changes for the main repo PR #2)Libravatar Vijay A2022-04-18
|
* Rebranded from 'ferdi' to 'ferdium' (companion changes for the main repo PR #2)Libravatar Vijay A2022-04-17
|
* chore: upgrade dependencies to latest (#782)Libravatar Markus Hatvan2021-12-03
| | | | | | | | | | * chore: upgrade dependencies to latest - upgrade all dependencies to latest - add --report-unused-disable-directives flag to lint script - remove unused files reported by unicorn/no-empty-file - minor cleanup of circuit recipe - remove webview.js check in package.js