Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(esm): converted the package to esm #450

Merged
merged 11 commits into from Jun 2, 2023
Merged

refactor(esm): converted the package to esm #450

merged 11 commits into from Jun 2, 2023

Commits on Dec 16, 2021

  1. refactor(esm): converted the package to esm

    BREAKING CHANGE: `@semantic-release/commit-analyzer` is now a native ES Module. It has named exports
    for each plugin hook (`analyzeCommits`)
    
    fixes #296
    travi committed Dec 16, 2021
    Copy the full SHA
    b4f9865 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. Copy the full SHA
    335cfce View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e5f4580 View commit details
    Browse the repository at this point in the history
  3. test(load-release-rules): limited loading to cjs files

    since we dont yet have a solution for loading from esm and are already limited to cjs in other areas
    
    for #296
    travi committed May 26, 2023
    Copy the full SHA
    ee05151 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    abd2a7e View commit details
    Browse the repository at this point in the history
  5. style: switched from xo to prettier

    for #296
    travi committed May 26, 2023
    Copy the full SHA
    6964913 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    2c981fb View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. feat(node-versions): raised the minimum required node version to v18

    BREAKING CHANGE: the minimum required version of node is now v18
    travi committed May 30, 2023
    Copy the full SHA
    affeb23 View commit details
    Browse the repository at this point in the history
  2. feat(deps): raised the peer-dependency requirement on semantic-releas…

    …e to v20.1.0
    
    to ensure support for loading ESM plugins
    
    BREAKING CHANGE: the minimum required version of semantic-release is now v20.1.0 in order to support
    loading ESM plugins
    travi committed May 30, 2023
    Copy the full SHA
    e1ab8ea View commit details
    Browse the repository at this point in the history
  3. chore: update lockfile

    travi committed May 30, 2023
    Copy the full SHA
    4f3d56e View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    5932f0b View commit details
    Browse the repository at this point in the history