Skip to content

Commit 499cd57

Browse files
v15.4.1 (#1846)
<!-- Release notes generated using configuration in .github/release.yml at master --> ## What's Changed ### CI * chore(deps): update patch updates by @renovate[bot] in #1830 * chore(deps): update github/codeql-action action to v3.31.4 by @renovate[bot] in #1834 * chore(deps): update rossjrw/pr-preview-action action to v1.6.3 by @renovate[bot] in #1838 * chore(deps): update peter-evans/create-pull-request action to v7.0.9 by @renovate[bot] in #1840 * chore(deps): update github/codeql-action action to v3.31.5 by @renovate[bot] in #1841 ### Dependency Updates * chore(deps): update pnpm to v10.21.0 by @renovate[bot] in #1826 * chore(deps): update eslint to ^8.46.4 (patch) by @renovate[bot] in #1827 * chore(deps): update dependency @types/node to ^24.10.1 by @renovate[bot] in #1828 * chore(deps): update pnpm to v10.22.0 by @renovate[bot] in #1829 * chore(deps): update dependency lerna to ^9.0.1 by @renovate[bot] in #1831 * chore(deps): update eslint to ^8.47.0 (minor) by @renovate[bot] in #1832 * chore(deps): update dependency @types/react to ^18.3.27 by @renovate[bot] in #1833 * fix(deps): update minor updates (minor) by @renovate[bot] in #1836 * fix(deps): update patch updates (patch) by @renovate[bot] in #1835 * chore(deps): update pnpm to v10.23.0 by @renovate[bot] in #1837 * chore(deps): update dependency @types/lodash to ^4.17.21 by @renovate[bot] in #1839 * chore(deps): update eslint to ^8.48.0 (patch) by @renovate[bot] in #1842 * Fix js-yaml version conflict preventing dependabot updates by @Copilot in #1845 ### Other Changes * chore(deps): update node.js to v22.21.1 by @renovate[bot] in #1802 ## New Contributors * @Copilot made their first contribution in #1845 **Full Changelog**: v15.4.0...v15.4.1 Co-authored-by: azu <[email protected]>
1 parent ed5d3a0 commit 499cd57

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.0",
3+
"version": "15.4.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.4.0",
3+
"version": "15.4.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.4.0",
3+
"version": "15.4.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.4.0",
3+
"version": "15.4.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.4.0",
3+
"version": "15.4.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.4.0",
3+
"version": "15.4.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.4.0",
3+
"version": "15.4.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.4.0",
3+
"version": "15.4.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.4.0",
3+
"version": "15.4.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.4.0",
3+
"version": "15.4.1",
44
"private": true,
55
"description": "",
66
"license": "MIT",

0 commit comments

Comments
 (0)