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

chore: update dlint to 0.68.0 #126

Merged
merged 2 commits into from
Nov 4, 2024
Merged

Conversation

petamoriken
Copy link
Contributor

No description provided.

@@ -1,11 +1,11 @@
#!/usr/bin/env -S deno run --allow-write --allow-read --allow-net
// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
#!/usr/bin/env -S deno run --allow-write --allow-read --allow-net --allow-env
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I added --allow-env because access to these environment variables was requested:

┏ ⚠️  Deno requests env access to "GRACEFUL_FS_PLATFORM".
┠─ Learn more at: https://docs.deno.com/go/--allow-env
┠─ Run again with --allow-env to bypass this prompt.
┗ Allow? [y/n/A] (y = yes, allow; n = no, deny; A = allow all env permissions) > 
┏ ⚠️  Deno requests env access to "TEST_GRACEFUL_FS_GLOBAL_PATCH".
┠─ Learn more at: https://docs.deno.com/go/--allow-env
┠─ Run again with --allow-env to bypass this prompt.
┗ Allow? [y/n/A] (y = yes, allow; n = no, deny; A = allow all env permissions) > 
┏ ⚠️  Deno requests env access to "READABLE_STREAM".
┠─ Learn more at: https://docs.deno.com/go/--allow-env
┠─ Run again with --allow-env to bypass this prompt.
┗ Allow? [y/n/A] (y = yes, allow; n = no, deny; A = allow all env permissions) > 

@petamoriken petamoriken changed the title Update dlint to 0.68.0 chore: update dlint to 0.68.0 Nov 3, 2024
@bartlomieju bartlomieju merged commit 7a3a6fe into denoland:master Nov 4, 2024
@petamoriken petamoriken deleted the update/dlint branch November 4, 2024 10:02
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