mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-09 14:53:00 +03:00
[PR #401] [MERGED] chore(deps): install inlang plugins from npm #836
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/pocket-id/pocket-id/pull/401
Author: @gepbird
Created: 3/28/2025
Status: ✅ Merged
Merged: 3/30/2025
Merged by: @stonith404
Base:
main← Head:inlang-plugins-npm📝 Commits (3)
b4abc5bchore(deps): update package-lock.jsone8e70eachore(deps): install inlang plugins from npm9bf064eMerge branch 'main' into inlang-plugins-npm📊 Changes
3 files changed (+89 additions, -4 deletions)
View changed files
📝
frontend/package-lock.json(+85 -2)📝
frontend/package.json(+2 -0)📝
frontend/project.inlang/settings.json(+2 -2)📄 Description
Since https://github.com/pocket-id/pocket-id/pull/349, building the project fetched the inlang plugins at build time (every time you ran
npm run build), rather than install time (withnpm install), this PR puts inlang plugins at install time.I'm packaging pocket-id for nixpkgs where more people will be able to use your project. This has caused me a few hours of debugging, as nix ensures reproducibility by cutting off the internet at build time, and there were no error messages coming from inlang that downloading the plugins have failed, only some warnings from vite.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.