Commit graph

9 commits

Author SHA1 Message Date
eab3488455 Specify GitHub Environment to allow access to CF secrets
Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
2024-12-23 17:25:08 +00:00
Viktor Govako
225cc73df7 Run prettier. 2024-09-21 08:03:54 -03:00
Alexander Borsuk
84689e9ec6 Update github actions 2024-07-31 09:04:25 +02:00
Alexander Borsuk
9587929d85 Removed eslint
It fails with dependency error for several months:

Running custom build: npm ci --prefer-offline --no-audit && npm run build
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: @typescript-eslint/eslint-plugin@7.18.0
npm error Found: eslint@9.8.0
npm error node_modules/eslint
npm error   dev eslint@"^9.8.0" from the root project
npm error   peer eslint@"^6.0.0 || ^7.0.0 || >=8.0.0" from @eslint-community/eslint-utils@4.4.0
npm error   node_modules/@eslint-community/eslint-utils
npm error     @eslint-community/eslint-utils@"^4.4.0" from @typescript-eslint/utils@7.18.0
npm error     node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/utils
npm error       @typescript-eslint/utils@"7.18.0" from @typescript-eslint/eslint-plugin@7.18.0
npm error       node_modules/@typescript-eslint/eslint-plugin
npm error         dev @typescript-eslint/eslint-plugin@"^7.18.0" from the root project
npm error       1 more (@typescript-eslint/type-utils)
npm error     @eslint-community/eslint-utils@"^4.2.0" from eslint@9.8.0
npm error
npm error Could not resolve dependency:
npm error peer eslint@"^8.56.0" from @typescript-eslint/eslint-plugin@7.18.0
npm error node_modules/@typescript-eslint/eslint-plugin
npm error   dev @typescript-eslint/eslint-plugin@"^7.18.0" from the root project
npm error
npm error Conflicting peer dependency: eslint@8.57.0
npm error node_modules/eslint
npm error   peer eslint@"^8.56.0" from @typescript-eslint/eslint-plugin@7.18.0
npm error   node_modules/@typescript-eslint/eslint-plugin
npm error     dev @typescript-eslint/eslint-plugin@"^7.18.0" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /Users/alex/.npm/_logs/2024-07-31T06_48_17_698Z-eresolve-report.txt
npm error A complete log of this run can be found in: /Users/alex/.npm/_logs/2024-07-31T06_48_17_698Z-debug-0.log

✘ [ERROR] Running custom build `npm ci --prefer-offline --no-audit && npm run build` failed. There are likely more logs from your build command above.
2024-07-31 09:03:41 +02:00
Alexander Borsuk
7c3947d978 Upgrade to Wrangler 2
Signed-off-by: Alexander Borsuk <me@alex.bio>
2022-11-23 07:48:08 +02:00
7d8797c56a Implement conditional donates 2022-09-11 20:10:23 +03:00
ddd4dea2f3 Enable formatting for the rest of repository
Follow up the previous commit.
2022-09-11 10:00:26 +03:00
1aba9a9246 Fix formatting 2022-09-11 09:27:19 +03:00
Alexander Borsuk
28ad2631bf Initial commit 2021-06-18 22:38:16 +02:00