[PR #846] [CLOSED] Feature/devcontv2 #3513

Closed
opened 2026-02-22 18:33:56 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/846
Author: @franzbischoff
Created: 2/29/2024
Status: Closed

Base: masterHead: feature/devcontv2


📝 Commits (7)

  • 43c6618 Updated apt-packages source for devcontainer
  • fd49edb Merge branch 'Mintplex-Labs:master' into feature/devcontv2
  • 2f6f731 Merge branch 'Mintplex-Labs:master' into feature/devcontv2
  • 8fb6621 Merge branch 'Mintplex-Labs:master' into feature/devcontv2
  • bc0d95f Merge branch 'Mintplex-Labs:master' into feature/devcontv2
  • e1ac84e Subject: Centralize prettier ignores and refine
  • eee187e Merge branch 'Mintplex-Labs:master' into feature/devcontv2

📊 Changes

13 files changed (+23 additions, -31 deletions)

View changed files

📝 .devcontainer/devcontainer.json (+1 -1)
📝 .prettierignore (+4 -0)
📝 .prettierrc (+1 -1)
📝 collector/package.json (+1 -1)
embed/.prettierignore (+0 -9)
📝 embed/jsconfig.json (+4 -6)
📝 embed/package.json (+2 -1)
📝 embed/vite.config.js (+3 -3)
📝 frontend/jsconfig.json (+2 -4)
📝 frontend/package.json (+1 -1)
📝 frontend/vite.config.js (+1 -1)
📝 package.json (+2 -2)
📝 server/package.json (+1 -1)

📄 Description

Pull Request Type

  • 💄 style
  • 🔨 chore

What is in this change?

Update devcontainer, adding linter and formatters to the new "embed" feature. Also corrects the package.json abroad to use the same .prettierignore file.

Additional Information

No code changed, just "dotfiles"

Developer Validations

  • I ran yarn lint from the root of the repo & committed changes
  • I have tested my code functionality
  • Docker build succeeds locally

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Mintplex-Labs/anything-llm/pull/846 **Author:** [@franzbischoff](https://github.com/franzbischoff) **Created:** 2/29/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feature/devcontv2` --- ### 📝 Commits (7) - [`43c6618`](https://github.com/Mintplex-Labs/anything-llm/commit/43c6618372451a2a7f5c2307503cb9a353f6fa09) Updated apt-packages source for devcontainer - [`fd49edb`](https://github.com/Mintplex-Labs/anything-llm/commit/fd49edba7009a822b9c9a3ce371fa689a55c09bc) Merge branch 'Mintplex-Labs:master' into feature/devcontv2 - [`2f6f731`](https://github.com/Mintplex-Labs/anything-llm/commit/2f6f73157fc71a7731459cee87152a20c85b5c1f) Merge branch 'Mintplex-Labs:master' into feature/devcontv2 - [`8fb6621`](https://github.com/Mintplex-Labs/anything-llm/commit/8fb66218f72be453a0d836b8607099cb6b61915c) Merge branch 'Mintplex-Labs:master' into feature/devcontv2 - [`bc0d95f`](https://github.com/Mintplex-Labs/anything-llm/commit/bc0d95f092978674b45a29938fc39458bdc9f1c3) Merge branch 'Mintplex-Labs:master' into feature/devcontv2 - [`e1ac84e`](https://github.com/Mintplex-Labs/anything-llm/commit/e1ac84eb4ec40f722ab038ea16ab401232c2b6fa) Subject: Centralize prettier ignores and refine - [`eee187e`](https://github.com/Mintplex-Labs/anything-llm/commit/eee187ed00bd4a31b950a47ec10847017c6de0f7) Merge branch 'Mintplex-Labs:master' into feature/devcontv2 ### 📊 Changes **13 files changed** (+23 additions, -31 deletions) <details> <summary>View changed files</summary> 📝 `.devcontainer/devcontainer.json` (+1 -1) 📝 `.prettierignore` (+4 -0) 📝 `.prettierrc` (+1 -1) 📝 `collector/package.json` (+1 -1) ➖ `embed/.prettierignore` (+0 -9) 📝 `embed/jsconfig.json` (+4 -6) 📝 `embed/package.json` (+2 -1) 📝 `embed/vite.config.js` (+3 -3) 📝 `frontend/jsconfig.json` (+2 -4) 📝 `frontend/package.json` (+1 -1) 📝 `frontend/vite.config.js` (+1 -1) 📝 `package.json` (+2 -2) 📝 `server/package.json` (+1 -1) </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [x] 💄 style - [x] 🔨 chore ### What is in this change? Update devcontainer, adding linter and formatters to the new "embed" feature. Also corrects the `package.json` abroad to use the same `.prettierignore` file. ### Additional Information No code changed, just "dotfiles" ### Developer Validations <!-- All of the applicable items should be checked. --> - [x] I ran `yarn lint` from the root of the repo & committed changes - [x] I have tested my code functionality - [x] Docker build succeeds locally --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-22 18:33:56 -05:00
yindo closed this issue 2026-02-22 18:33:56 -05:00
yindo changed title from [PR #846] Feature/devcontv2 to [PR #846] [CLOSED] Feature/devcontv2 2026-06-05 15:13:49 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#3513