1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-12-10 00:31:51 +00:00
tobspr_shapez.io/gulp
Даниїл Григор'єв 75e306ec59
Migrate from Yarn Classic to npm (#65)
* Switch to npm in electron/

May change resolved package versions.

* Remove redundant electron-notarize dependency

The number of dependencies stays the same. Only direct mention in
package.json is removed.

* Assume Node.js 22.x and clean up dependencies

Targeting Node.js 22.x allows using the new fs.glob* functions, which
can replace the glob module. It is still downloaded as there are other
packages using it, but is no longer included in devDependencies.

Also remove @types/filesystem, as this API is not used anywhere in the
code, it is non-standard and some of it was removed from Chromium. Was
likely used with Cordova for YORG.io 3 mobile support.

* Update linting stack

Install the latest versions of the following packages:

- @eslint/js (^9.24.0)
- eslint (^9.24.0)
- typescript-eslint (^8.29.1)

and remove packages that are no longer used:

- @types/eslint__js
- yarn

Config files were not modified.

* Switch root package to npm

npm is able to resolve packages using yarn.lock as a resolution hint.
Note that files other than those included in this commit are
intentionally kept outdated, as they may need a bigger change.
2025-04-10 23:22:03 +03:00
..
preloader Clean up SCSS stylesheets 2025-04-08 14:17:16 +03:00
atlas2json.js ES modules and config refactor 2023-03-04 00:46:55 -06:00
build_variants.js Remove unused build variants 2025-04-08 14:15:20 +03:00
buildutils.js Migrate from Yarn Classic to npm (#65) 2025-04-10 23:22:03 +03:00
config.js Remove FTP tasks 2024-06-20 19:48:57 +03:00
css.js Remove unused build pipeline code 2025-04-08 14:18:20 +03:00
docs.js Redo ESLint and TypeScript compiler config 2024-04-27 00:23:34 +03:00
gulpfile.js Apply formatting to gulp 2024-06-20 13:00:58 +03:00
html.js Remove most of "preloader" code (#60) 2025-04-06 23:13:13 +03:00
image-resources.js Fix runnable-textpacker.jar download 2024-08-29 22:16:51 +02:00
js.js Remove unused build variants 2025-04-08 14:15:20 +03:00
loader.compressjson.cjs ES modules and config refactor 2023-03-04 00:46:55 -06:00
local-config.js Squashed commit of the following: 2024-04-24 17:57:30 -05:00
sounds.js Squashed commit of the following: 2024-04-24 17:57:30 -05:00
standalone.js Rewrite the Electron wrapper (#47) 2025-03-21 16:30:13 +02:00
tasks.js Remove unused build variants 2025-04-08 14:15:20 +03:00
translations.js Apply formatting to gulp 2024-06-20 13:00:58 +03:00
typescript.js Rewrite the Electron wrapper (#47) 2025-03-21 16:30:13 +02:00
webpack.config.js Use @ exclusively for root imports 2024-07-21 01:38:08 +03:00
webpack.production.config.js Use @ exclusively for root imports 2024-07-21 01:38:08 +03:00