David Taylor
76022132f7
PERF: Update ember-auto-import ( #15695 )
...
This makes a small improvement to 'cold cache' ember-cli build times, and a large improvement to 'warm cache' build times
2022-02-03 10:01:59 +00:00
Jarek Radosz
de3680eb5c
DEV: Re-allow node 17, with a warning ( #15083 )
2021-11-24 21:16:33 +01:00
Jarek Radosz
c75224e3d9
DEV: Update supported node versions ( #15073 )
...
13 and 15 are no longer supported by node, and issues with discourse dependencies prevent us from using 17. (for now)
2021-11-24 18:18:35 +01:00
Jarek Radosz
fbd1cd5fe1
DEV: Prevent npm usage ( #13945 )
...
We rely on yarn workspaces so we don't want people using npm in the repo by accident.
Also updated the required node version to 12+.
~~Not sure about the min yarn version – the latest one could be missing in various CI-like envs, so I might change it yet.~~
Downgraded yarn to ">= 1.21.1" (the oldest of "current" versions, tagged "legacy")
2021-08-04 22:04:58 +02:00
Jarek Radosz
582ec198d8
DEV: Update ember-cli across all in-repo addons ( #13048 )
...
…to match the version used in the app.
2021-05-12 21:49:55 +02:00
Jarek Radosz
a7a2887df0
DEV: Remove unnecessary yarn.lock files ( #13001 )
...
All in-repo ember addons share the same yarn.lock in the yarn workspace: `/app/assets/javascripts/yarn.lock`
2021-05-11 11:15:07 +02:00
Robin Ward
e80332a2bc
REFACTOR: Sync up master with changes for Ember-CLI ( #11671 )
...
The more parallel the branches, the easier the transition will be.
2021-01-12 10:13:21 -05:00