Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refine management of development dependencies #144

Merged
merged 35 commits into from
Sep 4, 2024
Merged

Refine management of development dependencies #144

merged 35 commits into from
Sep 4, 2024

Conversation

kachick
Copy link
Owner

@kachick kachick commented Sep 4, 2024

Fixes GH-143

  • Bump deno
  • Bump esm and the package versions
  • Replace npm with nix to inject stylelint except the plugin
  • Replace deno fmt with dprint to avoid jsonc trailling comma warning in vscode
  • Prefer import maps
  • Fix cache targets with rough glob
  • Pin typos version, this will close Update crate-ci/typos action to v1.24.4 #142
  • Replace skypack with esm.sh for fflate

"deps": "deno --version && mogrify --version && dprint --version && typos --version && rg --version",
"cache": "deno cache --node-modules-dir --reload **/*.ts **/*.tsx",
"update": "deno cache --lock-write --node-modules-dir npm:[email protected] npm:[email protected] **/*.ts **/*.tsx",
Copy link
Owner Author

Choose a reason for hiding this comment

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

**/*.ts **/*.tsx this code might be evil, loaded node_modules or another cache dir...? 🤔

@kachick kachick changed the title Bump esm.sh version Refine management of development dependencies Sep 4, 2024
@kachick kachick merged commit 68c29d9 into main Sep 4, 2024
8 checks passed
@kachick kachick deleted the esm.sh-pin branch September 4, 2024 07:51
@kachick kachick linked an issue Sep 4, 2024 that may be closed by this pull request
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.

How about using jsxImportSourceTypes? esm.sh is also unstable
1 participant