Skip to content

Commit 75450e7

Browse files
v15.5.1 (#1901)
<!-- Release notes generated using configuration in .github/release.yml at master --> ## What's Changed ### Documentation * docs: add GitHub formatter documentation by @azu in #1857 * Update CLI documentation for lint error handling by @thompson-tomo in #1861 ### CI * chore(deps): update github/codeql-action action to v3.31.6 by @renovate[bot] in #1860 * chore(deps): update peter-evans/create-pull-request action to v7.0.11 by @renovate[bot] in #1865 * chore(deps): update github/codeql-action action to v3.31.7 by @renovate[bot] in #1870 * chore(deps): update github/codeql-action action to v3.31.8 by @renovate[bot] in #1876 * chore(deps): update github/codeql-action action to v3.31.9 by @renovate[bot] in #1879 * chore(deps): update rossjrw/pr-preview-action action to v1.7.0 by @renovate[bot] in #1882 * chore(deps): update rossjrw/pr-preview-action action to v1.7.1 by @renovate[bot] in #1885 * chore(deps): update rossjrw/pr-preview-action action to v1.7.2 by @renovate[bot] in #1886 * chore(deps): update minor updates by @renovate[bot] in #1887 ### Dependency Updates * Update diff dependency to fix GHSA-73rr-hh4g-fpgx DoS vulnerability by @Copilot in #1900 * fix(deps): update dependency @modelcontextprotocol/sdk to ^1.24.3 by @renovate[bot] in #1859 * chore(deps): update eslint to ^8.49.0 (minor) by @renovate[bot] in #1862 * chore(deps): update pnpm to v10.25.0 by @renovate[bot] in #1863 * chore(deps): update dependency @types/node to ^24.10.2 by @renovate[bot] in #1864 * chore(deps): update dependency @types/node to ^24.10.3 by @renovate[bot] in #1866 * fix(deps): update react monorepo to ^19.2.3 (patch) by @renovate[bot] in #1867 * chore(deps): update dependency @types/shelljs to ^0.10.0 by @renovate[bot] in #1868 * chore(deps): update dependency @eslint/js to ^9.39.2 by @renovate[bot] in #1869 * chore(deps): update dependency @types/node to ^24.10.4 by @renovate[bot] in #1871 * chore(deps): update pnpm to v10.26.0 by @renovate[bot] in #1872 * chore(deps): update eslint to ^8.50.0 (minor) by @renovate[bot] in #1874 * fix(deps): update dependency @modelcontextprotocol/sdk to ^1.25.0 by @renovate[bot] in #1875 * fix(deps): update dependency @modelcontextprotocol/sdk to ^1.25.1 by @renovate[bot] in #1877 * chore(deps): update pnpm to v10.26.1 by @renovate[bot] in #1878 * chore(deps): update eslint to ^8.50.1 (patch) by @renovate[bot] in #1880 * chore(deps): update pnpm to v10.26.2 by @renovate[bot] in #1881 * chore(deps): update eslint to ^8.51.0 (minor) by @renovate[bot] in #1883 * chore(deps): update pnpm to v10.27.0 by @renovate[bot] in #1884 * chore(deps): update eslint to ^8.52.0 (minor) by @renovate[bot] in #1888 * fix(deps): update dependency @modelcontextprotocol/sdk to ^1.25.2 by @renovate[bot] in #1889 * chore(deps): update pnpm to v10.28.0 by @renovate[bot] in #1890 * chore(deps): update patch updates (patch) by @renovate[bot] in #1891 * chore(deps): update dependency @types/node to ^24.10.7 by @renovate[bot] in #1892 * fix(deps): update babel monorepo to ^7.28.6 (patch) by @renovate[bot] in #1893 * chore(deps): update eslint to ^8.53.0 (minor) by @renovate[bot] in #1894 * chore(deps): update dependency @types/node to ^24.10.8 by @renovate[bot] in #1895 * chore(deps): update dependency @types/node to ^24.10.9 by @renovate[bot] in #1897 **Full Changelog**: v15.5.0...v15.5.1 Co-authored-by: azu <[email protected]>
1 parent f06d997 commit 75450e7

41 files changed

Lines changed: 41 additions & 41 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

examples/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "textlint-example-cli",
3-
"version": "15.5.0",
3+
"version": "15.5.1",
44
"private": true,
55
"description": "",
66
"license": "MIT",

examples/config-file/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "textlint-example-config-file",
3-
"version": "15.5.0",
3+
"version": "15.5.1",
44
"private": true,
55
"description": "",
66
"license": "MIT",

examples/config-in-package-json/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "textlint-example-config-in-package-json",
3-
"version": "15.5.0",
3+
"version": "15.5.1",
44
"private": true,
55
"description": "",
66
"license": "MIT",

examples/filter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "textlint-example-filter",
3-
"version": "15.5.0",
3+
"version": "15.5.1",
44
"private": true,
55
"description": "filter rule example",
66
"license": "MIT",

examples/fix-dry-run/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "textlint-example-fix-dry-run",
3-
"version": "15.5.0",
3+
"version": "15.5.1",
44
"private": true,
55
"description": "",
66
"license": "MIT",

examples/fix/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "textlint-example-fix",
3-
"version": "15.5.0",
3+
"version": "15.5.1",
44
"private": true,
55
"description": "",
66
"license": "MIT",

examples/html-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "textlint-example-html-plugin",
3-
"version": "15.5.0",
3+
"version": "15.5.1",
44
"private": true,
55
"license": "MIT",
66
"author": "azu",

examples/perf/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "textlint-perf-test",
3-
"version": "15.5.0",
3+
"version": "15.5.1",
44
"private": true,
55
"license": "MIT",
66
"author": "azu",

examples/plugin-extensions-option/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "textlint-example-plugin-extensions-option",
3-
"version": "15.5.0",
3+
"version": "15.5.1",
44
"private": true,
55
"license": "MIT",
66
"author": "azu",

examples/preset/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "textlint-example-preset",
3-
"version": "15.5.0",
3+
"version": "15.5.1",
44
"private": true,
55
"description": "",
66
"license": "MIT",

0 commit comments

Comments
 (0)