Skip to content

v3.0.0

Choose a tag to compare

@azu azu released this 31 May 06:41
· 9 commits to master since this release
a34b298

What's Changed

Breaking Changes

  • feat: enable space-around rules by default by @3w36zj6 in #113

Features

  • feat: add space-around rules for emphasis and strong by @3w36zj6 in #110

Refactoring

  • refactor(ja-no-space-around-parentheses): replace match-index with String.prototype.matchAll by @chick-p in #74
  • refactor(ja-space-after-question): replace match-index with String.prototype.matchAll by @chick-p in #73
  • refactor(ja-space-after-exclamation): replace match-index with String.prototype.matchAll by @chick-p in #72
  • refactor(ja-space-between-half-and-full-width): replace match-index with String.prototype.matchAll by @chick-p in #76
  • refactor(ja-no-space-between-full-width): replace match-index with String.prototype.matchAll by @chick-p in #75
  • refactor: remove match-index dependency by @3w36zj6 in #112

Dependency Updates

  • chore(deps): bump ejs from 3.1.9 to 3.1.10 by @dependabot[bot] in #77
  • chore(deps): bump braces from 3.0.2 to 3.0.3 by @dependabot[bot] in #78
  • chore(deps): bump webpack from 5.88.1 to 5.94.0 by @dependabot[bot] in #79
  • chore(deps): bump axios from 1.6.1 to 1.7.6 by @dependabot[bot] in #80
  • chore(deps): bump elliptic from 6.5.4 to 6.6.0 by @dependabot[bot] in #82
  • Update packages by @massongit in #85
  • Update lint-staged by @massongit in #86
  • chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 by @dependabot[bot] in #83
  • chore(deps): bump serialize-javascript from 6.0.1 to 6.0.2 by @dependabot[bot] in #87
  • chore(deps): bump elliptic from 6.6.0 to 6.6.1 by @dependabot[bot] in #88
  • chore(deps): bump @babel/helpers from 7.22.6 to 7.26.10 by @dependabot[bot] in #89
  • chore(deps): bump axios from 1.7.9 to 1.8.2 by @dependabot[bot] in #91
  • chore(deps): bump @babel/runtime from 7.22.6 to 7.26.10 by @dependabot[bot] in #90
  • chore(deps): bump pbkdf2 from 3.1.2 to 3.1.3 by @dependabot[bot] in #92
  • chore(deps): bump form-data from 4.0.0 to 4.0.4 by @dependabot[bot] in #93
  • chore(deps): bump sha.js from 2.4.11 to 2.4.12 by @dependabot[bot] in #95
  • chore(deps): bump cipher-base from 1.0.4 to 1.0.6 by @dependabot[bot] in #94
  • chore(deps): bump qs from 6.11.2 to 6.14.1 by @dependabot[bot] in #96
  • chore(deps): bump diff from 4.0.2 to 4.0.4 by @dependabot[bot] in #97
  • chore(deps): bump lodash from 4.17.21 to 4.17.23 by @dependabot[bot] in #98

Other Changes

  • ci: OIDC Trusted Publishing によるリリースワークフローを導入 by @azu in #116

New Contributors

  • @massongit made their first contribution in #85
  • @3w36zj6 made their first contribution in #110
  • @github-actions[bot] made their first contribution in #117

Full Changelog: v2.4.3...v3.0.0