mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
parent
36b0e7ee73
commit
411d0a0072
2 changed files with 23 additions and 11 deletions
|
|
@ -4,7 +4,7 @@
|
|||
fetchFromGitHub,
|
||||
makeWrapper,
|
||||
nodejs-slim,
|
||||
pnpm_9,
|
||||
pnpm_10,
|
||||
fetchPnpmDeps,
|
||||
pnpmConfigHook,
|
||||
versionCheckHook,
|
||||
|
|
@ -29,13 +29,13 @@
|
|||
}:
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "textlint";
|
||||
version = "15.2.1";
|
||||
version = "15.7.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "textlint";
|
||||
repo = "textlint";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-xjtmYz+O+Sn697OrBkPddv1Ma5UsOkO5v4SGlhsaYWA=";
|
||||
hash = "sha256-Dt0AprnI/ixezMwU6JG6WhfJTU1xTRu2M4xwbY4uOko=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
|
@ -57,16 +57,16 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
src
|
||||
patches
|
||||
;
|
||||
pnpm = pnpm_9;
|
||||
fetcherVersion = 3;
|
||||
hash = "sha256-TYMhAcmfWHbj/0yLNYiJXWd1GiYb+zqBLj2/83cGbzg=";
|
||||
pnpm = pnpm_10;
|
||||
fetcherVersion = 4;
|
||||
hash = "sha256-dWcLm8cTo8LC6IqMEe1zDxVJ7ioytKigEwYna6hiO8A=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
makeWrapper
|
||||
nodejs-slim
|
||||
pnpmConfigHook
|
||||
pnpm_9
|
||||
pnpm_10
|
||||
];
|
||||
|
||||
buildPhase = ''
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
|
||||
index 1f0e8f8b..68a9c06a 100644
|
||||
index 9ee6370f6..552beed1b 100644
|
||||
--- a/pnpm-lock.yaml
|
||||
+++ b/pnpm-lock.yaml
|
||||
@@ -4,9 +4,6 @@ settings:
|
||||
autoInstallPeers: true
|
||||
excludeLinksFromLockfile: false
|
||||
@@ -295,9 +295,6 @@ catalogs:
|
||||
specifier: ^3.25.76
|
||||
version: 3.25.76
|
||||
|
||||
-overrides:
|
||||
- '@textlint/ast-node-types': workspace:*
|
||||
|
|
@ -12,3 +12,15 @@ index 1f0e8f8b..68a9c06a 100644
|
|||
importers:
|
||||
|
||||
.:
|
||||
diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml
|
||||
index 300a519e0..bf41d5370 100644
|
||||
--- a/pnpm-workspace.yaml
|
||||
+++ b/pnpm-workspace.yaml
|
||||
@@ -130,7 +130,5 @@ minimumReleaseAgeExclude:
|
||||
# Force all @textlint/ast-node-types references to use the workspace version
|
||||
# This prevents version conflicts where some packages might reference old versions (e.g., 13.4.1)
|
||||
# that cause TypeScript type incompatibility errors in monorepo
|
||||
-overrides:
|
||||
- "@textlint/ast-node-types": "workspace:*"
|
||||
# https://pnpm.io/settings#verifydepsbeforerun
|
||||
verifyDepsBeforeRun: "install"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue