aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
Commit message (Collapse)AuthorAge
* 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
* chore: enforce pnpm as the executable.Libravatar Vijay A2021-10-15
|
* chore: add eslint-plugin-unicorn (#733)Libravatar Markus Hatvan2021-10-05
|
* chore: repo maintenance (#732)Libravatar Markus Hatvan2021-10-05
|
* execute prepare script with npx to avoid missing husky dependency error (#676)Libravatar Markus Hatvan2021-09-08
|
* build: migrate from npm to pnpm (#603)Libravatar Markus Hatvan2021-09-08
|
* Moved all npm packages to the 'devDependencies' since there is no ↵Libravatar Vijay A2021-08-15
| | | | node-runtime for this repo.
* Cleanup all recipes (#605)Libravatar Vijay Raghavan Aravamudhan2021-08-11
| | | | | | | | | | | | | | | | | | | | | | | | | | * Removed legacy properties that are no longer used: 'author' 'customURL' 'description' 'hostedOnly' 'main' 'openDevTools' 'popup' 'repository' 'serviceName' 'webviewOptions' 'wording' - Removed entries for if they were the defaults: 'hasCustomUrl' 'hasDirectMessages' 'hasIndirectMessages' 'hasNotificationSound' 'hasTeamId' 'message' Fixed incorrect 'urlInputSuffix' type. Added validations for ensuring the above do not creep back in.