Skip to content

Commit f358143

Browse files
v15.5.0 (#1856)
<!-- Release notes generated using configuration in .github/release.yml at master --> ## What's Changed ### Features * feat: GitHub lint formatter #1843 by @thompson-tomo in #1855 ### Dependency Updates * chore(deps): update dependency lerna to ^9.0.3 by @renovate[bot] in #1847 * fix(deps): update patch updates (patch) by @renovate[bot] in #1848 * chore(deps): update pnpm to v10.24.0 by @renovate[bot] in #1849 * chore(deps): update eslint to ^8.48.1 (patch) by @renovate[bot] in #1850 * fix(deps): update dependency @modelcontextprotocol/sdk to ^1.24.1 by @renovate[bot] in #1851 * fix(deps): update dependency @modelcontextprotocol/sdk to ^1.24.2 by @renovate[bot] in #1853 * fix(deps): update react monorepo to ^19.2.1 (patch) by @renovate[bot] in #1854 ## New Contributors * @thompson-tomo made their first contribution in #1855 **Full Changelog**: v15.4.1...v15.5.0 Co-authored-by: azu <[email protected]>
1 parent 2da5d07 commit f358143

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

0 commit comments

Comments
 (0)