Skip to content

[WIP] Try deno#44

Draft
HappyPaul55 wants to merge 3 commits into
mainfrom
try-deno
Draft

[WIP] Try deno#44
HappyPaul55 wants to merge 3 commits into
mainfrom
try-deno

Conversation

@HappyPaul55

Copy link
Copy Markdown
Contributor

Just a test run to help solve some of our problems.

Deno has lots of things out-of-the-box like, formatting, typescript, test and great securuty. This helps us cull a large number of dependancies which get security issues and cause us to do a lot of security bump patches. Maybe deno can help this as it reduces our dependancy footprint.

@HappyPaul55
HappyPaul55 marked this pull request as draft April 11, 2025 13:59

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 25 out of 30 changed files in this pull request and generated no comments.

Files not reviewed (5)
  • .devcontainer/devcontainer.json: Language not supported
  • .eslintignore: Language not supported
  • .npmrc: Language not supported
  • package.json: Language not supported
  • src/main.css: Language not supported
Comments suppressed due to low confidence (4)

src/App.tsx:5

  • Ensure that the removal of flatpickr and tippy CSS imports is intentional, as it may impact application styling if these resources are still needed.
import "flatpickr/dist/themes/light.css";

jest/fileTransform.js:1

  • Review the removal of jest transforms to confirm that all test assets are now correctly handled by Deno's testing framework.
const path = require("path");

.eslintrc.js:1

  • Verify that the removal of the ESLint configuration is fully covered by Deno linting to maintain consistent code quality checks.
module.exports = {

.github/workflows/pr_build.yml:73

  • Confirm that the syntax 'deno fmt manifest.json -- --fix' is supported and behaves as expected in the Deno version used for the CI/CD pipeline.
deno fmt manifest.json -- --fix

Paul Happy Hutchinson added 2 commits April 11, 2025 14:01
@github-actions

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants