Skip to content

Disable lock file frozen#420

Merged
5ouma merged 1 commit intomainfrom
chore-deno-frozen-lock
May 2, 2026
Merged

Disable lock file frozen#420
5ouma merged 1 commit intomainfrom
chore-deno-frozen-lock

Conversation

@5ouma
Copy link
Copy Markdown
Owner

@5ouma 5ouma commented May 2, 2026

⚠️ Issue

close #


✏️ Description

Allow Renovate to update the lock file.


Allow Renovate to update lock file.
Copilot AI review requested due to automatic review settings May 2, 2026 13:12
@github-actions github-actions Bot added the 🔧 Maintenance Repository Maintenance label May 2, 2026
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 2, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 25adc295-3427-40d7-bfbc-1e6f7717d6bf

📥 Commits

Reviewing files that changed from the base of the PR and between e17c7f5 and ad9b5d4.

📒 Files selected for processing (1)
  • deno.json
💤 Files with no reviewable changes (1)
  • deno.json

Walkthrough

The top-level "lock": { "frozen": true } setting is removed from deno.json, shifting the dependency lock behavior from frozen to the default Deno lock mode. No other configuration entries are modified.

Changes

Deno Lock Configuration

Layer / File(s) Summary
Configuration Update
deno.json
Removed the frozen lock setting, allowing Deno's default lock behavior instead of enforcing a frozen state.
🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately summarizes the main change: removing the frozen lock setting from deno.json to allow the lock file to be updated.
Description check ✅ Passed The description is directly related to the changeset, explaining the purpose of disabling the frozen lock to allow Renovate to update the lock file.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore-deno-frozen-lock

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
Review rate limit: 0/1 reviews remaining, refill in 60 minutes.

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Adjusts Deno project configuration to let Renovate (and other tooling) update the dependency lockfile instead of enforcing a frozen lockfile via deno.json.

Changes:

  • Removes the lock.frozen setting from deno.json to allow deno.lock updates.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread deno.json
@5ouma 5ouma merged commit aae8803 into main May 2, 2026
12 checks passed
@5ouma 5ouma deleted the chore-deno-frozen-lock branch May 2, 2026 13:15
@5ouma 5ouma Bot mentioned this pull request May 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🔧 Maintenance Repository Maintenance

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants