Skip to content

Commit 7320c69

Browse files
v15.5.2 (#1937)
<!-- Release notes generated using configuration in .github/release.yml at master --> ## What's Changed ### CI * chore(deps): update github/codeql-action action to v3.31.10 by @renovate[bot] in #1902 * chore(deps): update rossjrw/pr-preview-action action to v1.8.1 by @renovate[bot] in #1907 * chore(deps): update github/codeql-action action to v3.31.11 by @renovate[bot] in #1911 * chore(deps): update github/codeql-action action to v3.32.0 by @renovate[bot] in #1913 * fix(website): use github-actions[bot] as deploy committer by @azu in #1918 * chore(deps): update github/codeql-action action to v3.32.1 by @renovate[bot] in #1919 * chore(deps): update github/codeql-action action to v3.32.2 by @renovate[bot] in #1924 * chore(deps): update github/codeql-action action to v3.32.3 by @renovate[bot] in #1933 ### Dependency Updates * chore(deps): update pnpm to v10.28.1 by @renovate[bot] in #1903 * chore(deps): update eslint to ^8.53.1 (patch) by @renovate[bot] in #1904 * fix(deps): update dependency @modelcontextprotocol/sdk to ^1.25.3 by @renovate[bot] in #1905 * fix(deps): update dependency lodash to ^4.17.23 by @renovate[bot] in #1906 * chore(deps): update pnpm to v10.28.2 by @renovate[bot] in #1908 * chore(deps): update eslint to ^8.54.0 (minor) by @renovate[bot] in #1909 * fix(deps): update react monorepo to ^19.2.4 (patch) by @renovate[bot] in #1910 * fix(deps): update babel monorepo to ^7.29.0 (minor) by @renovate[bot] in #1912 * chore(deps): update dependency @types/node to ^24.10.10 by @renovate[bot] in #1914 * fix(deps): update dependency @modelcontextprotocol/sdk to ^1.26.0 by @renovate[bot] in #1915 * chore(deps): update dependency @types/react to ^18.3.28 by @renovate[bot] in #1916 * chore(deps): update dependency @types/node to ^24.10.11 by @renovate[bot] in #1917 * chore(deps): update pnpm to v10.29.1 by @renovate[bot] in #1920 * chore(deps): update dependency @types/node to ^24.10.12 by @renovate[bot] in #1921 * chore(deps): update pnpm to v10.29.2 by @renovate[bot] in #1922 * chore(deps): update eslint to ^8.55.0 (minor) by @renovate[bot] in #1923 * chore(deps): update dependency lerna to ^9.0.4 by @renovate[bot] in #1926 * chore(deps): update dependency @types/node to ^24.10.13 by @renovate[bot] in #1925 * chore(deps): update pnpm to v10.29.3 by @renovate[bot] in #1929 * chore(deps): update dependency ajv to ^8.18.0 by @renovate[bot] in #1930 * chore(deps): update dependency rimraf to ^6.1.3 by @renovate[bot] in #1931 * chore(deps): update eslint to ^8.56.0 (minor) by @renovate[bot] in #1932 * chore(deps): update pnpm to v10.30.0 by @renovate[bot] in #1935 ### Other Changes * Upgrade glob to v11 to fix minimatch ReDoS vulnerability by @Copilot in #1936 **Full Changelog**: v15.5.1...v15.5.2 Co-authored-by: azu <[email protected]>
1 parent 59369f8 commit 7320c69

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.1",
3+
"version": "15.5.2",
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.1",
3+
"version": "15.5.2",
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.1",
3+
"version": "15.5.2",
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.1",
3+
"version": "15.5.2",
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.1",
3+
"version": "15.5.2",
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.1",
3+
"version": "15.5.2",
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.1",
3+
"version": "15.5.2",
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.1",
3+
"version": "15.5.2",
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.1",
3+
"version": "15.5.2",
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.1",
3+
"version": "15.5.2",
44
"private": true,
55
"description": "",
66
"license": "MIT",

0 commit comments

Comments
 (0)