Skip to content

Commit 9d39bd4

Browse files
v15.6.0 (#2015)
<!-- Release notes generated using configuration in .github/release.yml at master --> ## What's Changed ### Features * feat(markdown-to-ast): add support for TOML and JSON frontmatter by @3w36zj6 in #2012 ### CI * fix(ci): remove CNAME from website PR preview build by @azu in #1999 * chore(deps): update github/codeql-action action to v3.35.2 by @renovate[bot] in #2010 * Update merge-gatekeeper action and add actions permission by @azu in #2014 ### Dependency Updates * chore(deps): update docusaurus monorepo to ^3.10.0 (minor) by @renovate[bot] in #2000 * chore(deps): update dependency oxlint to ^1.59.0 by @renovate[bot] in #2002 * chore(deps): update patch updates (patch) by @renovate[bot] in #2001 * chore(deps): update dependency oxlint-tsgolint to ^0.20.0 by @renovate[bot] in #2004 * chore(deps): update dependency json5 to ^2.2.3 by @renovate[bot] in #2003 * chore(deps): update react monorepo to ^19.2.5 (patch) by @renovate[bot] in #2005 * chore(deps): update dependency oxlint-tsgolint to ^0.21.0 by @renovate[bot] in #2007 * chore(deps): update dependency oxlint-tsgolint to ^0.21.1 by @renovate[bot] in #2009 * chore(deps): update pnpm to v10.33.1 by @renovate[bot] in #2011 * chore(deps): update pnpm to v10.33.2 by @renovate[bot] in #2013 ### Other Changes * fix(website): move onBrokenMarkdownLinks into markdown.hooks by @azu in #1998 **Full Changelog**: v15.5.4...v15.6.0 Co-authored-by: azu <[email protected]>
1 parent f14e25a commit 9d39bd4

22 files changed

Lines changed: 22 additions & 22 deletions

File tree

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "15.5.4",
2+
"version": "15.6.0",
33
"npmClient": "pnpm",
44
"packages": [
55
"packages/*",

packages/@textlint/ast-node-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@textlint/ast-node-types",
3-
"version": "15.5.4",
3+
"version": "15.6.0",
44
"description": "textlint AST node type definition.",
55
"keywords": [
66
"textlint"

packages/@textlint/ast-tester/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@textlint/ast-tester",
3-
"version": "15.5.4",
3+
"version": "15.6.0",
44
"description": "Compliance tests for textlint's AST(Abstract Syntax Tree).",
55
"keywords": [
66
"ast",

packages/@textlint/ast-traverse/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@textlint/ast-traverse",
3-
"version": "15.5.4",
3+
"version": "15.6.0",
44
"description": "TxtNode traverse library",
55
"keywords": [
66
"AST",

packages/@textlint/config-loader/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@textlint/config-loader",
3-
"version": "15.5.4",
3+
"version": "15.6.0",
44
"description": "Config loader for textlint. .textlintrc loader",
55
"keywords": [
66
"textlint"

packages/@textlint/feature-flag/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@textlint/feature-flag",
3-
"version": "15.5.4",
3+
"version": "15.6.0",
44
"description": "textlint internal feature flag manager.",
55
"keywords": [
66
"textlint"

packages/@textlint/fixer-formatter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@textlint/fixer-formatter",
3-
"version": "15.5.4",
3+
"version": "15.6.0",
44
"description": "textlint output formatter for fixer",
55
"keywords": [
66
"AST",

packages/@textlint/kernel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@textlint/kernel",
3-
"version": "15.5.4",
3+
"version": "15.6.0",
44
"description": "textlint kernel is core logic by pure JavaScript.",
55
"keywords": [
66
"textlint"

packages/@textlint/legacy-textlint-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@textlint/legacy-textlint-core",
3-
"version": "15.5.4",
3+
"version": "15.6.0",
44
"description": "Legacy TextLintCore Compatibility Layer for textlint v14+",
55
"keywords": [
66
"definition",

packages/@textlint/linter-formatter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@textlint/linter-formatter",
3-
"version": "15.5.4",
3+
"version": "15.6.0",
44
"description": "textlint output formatter",
55
"homepage": "https://github.com/textlint/textlint/tree/master/packages/@textlint/linter-formatter",
66
"bugs": {

0 commit comments

Comments
 (0)