[WIP] Try deno#44
Draft
HappyPaul55 wants to merge 3 commits into
Draft
Conversation
HappyPaul55
marked this pull request as draft
April 11, 2025 13:59
There was a problem hiding this comment.
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
added 2 commits
April 11, 2025 14:01
|
Build for commit 747195d deployed to: https://companies-house-pr-44.ci.next.deskprodemo.com URLs: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
denocan help this as it reduces our dependancy footprint.