Skip to content

Upd deps#21

Merged
SuddenGunter merged 5 commits intomainfrom
upd-deps
Feb 11, 2026
Merged

Upd deps#21
SuddenGunter merged 5 commits intomainfrom
upd-deps

Conversation

@SuddenGunter
Copy link
Owner

No description provided.

Copy link

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

Updates the project’s Elixir/Phoenix ecosystem dependencies and refreshes the container build to align with the newer toolchain.

Changes:

  • Bump Phoenix/Phoenix LiveView and related deps (including Bandit, Swoosh, Tailwind, Esbuild) and update mix.lock.
  • Update Docker build images and refine Docker build steps for deps/assets/release.
  • Minor cleanup of routing and ignore files.

Reviewed changes

Copilot reviewed 4 out of 6 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
mix.lock Locks updated versions for Phoenix stack and supporting libraries.
mix.exs Dependency version constraints bumped (Phoenix 1.8, LiveView 1.1, etc.).
lib/dash_web/router.ex Removes the /security LiveView route and deletes commented routes.
Dockerfile Updates Elixir/OTP/Debian versions, adjusts apt install patterns, and reorders build steps.
.gitignore Adds .DS_Store ignore and removes cubdb/ ignore.
.dockerignore Adds Phoenix release doc link and removes mosquitto/ + cubdb/ ignore patterns.
Comments suppressed due to low confidence (1)

.dockerignore:53

  • The removed mosquitto/ and cubdb/ entries mean those local directories (if present in a developer checkout) will now be sent in the Docker build context, which can significantly increase context size or accidentally include local state. Consider keeping these ignore patterns if those directories are still used locally, even if they’re not committed to the repo.
/priv/cert

*prod.yaml
*prod.yml


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

Copy link

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.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

@SuddenGunter SuddenGunter merged commit f0b412c into main Feb 11, 2026
1 check passed
@SuddenGunter SuddenGunter deleted the upd-deps branch February 11, 2026 19: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.

1 participant

Comments