Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: textlint/textlint
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v15.0.0
Choose a base ref
...
head repository: textlint/textlint
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v15.0.1
Choose a head ref
  • 3 commits
  • 58 files changed
  • 2 contributors

Commits on Jun 22, 2025

  1. fix: Remove 'module' field from packages with type=commonjs to fix we…

    …bpack compatibility (#1588)
    
    * fix: Remove 'module' field from packages with type=commonjs to fix webpack compatibility
    
    This change removes the 'module' field from all packages that have 'type': 'commonjs'
    to resolve webpack compatibility issues where both fields cannot coexist.
    
    Changes:
    - Remove 'module' field from 15 @textlint packages
    - Remove module/ directory from files array
    - Update build scripts to not build module/ version
    - Update clean scripts to not remove module/ directory
    - Remove tsconfig.module.json files
    
    Fixes #1587
    
    * fix: Correct types path in package.json for @textlint/resolver
    azu authored Jun 22, 2025
    Configuration menu
    Copy the full SHA
    de313d8 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2025

  1. chore: fix clean script (#1590)

    azu authored Jun 23, 2025
    Configuration menu
    Copy the full SHA
    236f431 View commit details
    Browse the repository at this point in the history
  2. chore(release): v15.0.1 (#1591)

    Co-authored-by: azu <azu@users.noreply.github.com>
    github-actions[bot] and azu authored Jun 23, 2025
    Configuration menu
    Copy the full SHA
    ee6d113 View commit details
    Browse the repository at this point in the history
Loading