https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38167 --- Comment #16 from Victor Grousset/tuxayo <victor@tuxayo.net> --- Created attachment 174857 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=174857&action=edit Bug 38167: [DO NOT PUSH] yarn.lock changes And our old versions was depending on a old buggy version of "globals" that broke ESLint when using new config file format. Removing Babel if it's not used anymore instead of updating it. (There would be a way to test the updat works anyway. @vue/cli-service was depending on babel core. Removing it since it's deprecated (see replacements below) instead having to keep a subset of Babel packages and updating them. https://cli.vuejs.org/#getting-started https://github.com/vuejs/vue-cli Signed-off-by: Paul Derscheid <paul.derscheid@lmscloud.de> -- You are receiving this mail because: You are watching all bug changes.