[Backport release-26.05] textlint: 15.2.1 -> 15.7.1 (#536286)

This commit is contained in:
OTABI Tomoya 2026-07-02 12:05:03 +00:00 committed by GitHub
commit d848335c86
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 23 additions and 11 deletions

View file

@ -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 = ''

View file

@ -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"