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

feat(esm): convert to esm (#2569) #2607

Merged
merged 20 commits into from Jan 6, 2023
Merged

feat(esm): convert to esm (#2569) #2607

merged 20 commits into from Jan 6, 2023

Commits on Nov 11, 2022

  1. feat(esm): convert to esm (#2569)

    for #2543
    
    BREAKING CHANGE: semantic-release is now ESM-only. since it is used through its own executable, the impact on consuming projects should be minimal
    
    BREAKING CHANGE: references to plugin files in configs need to include the file extension because of executing in an ESM context
    travi committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    9eab1ad View commit details
    Browse the repository at this point in the history
  2. test(index): forced plugins to use semantic-release beta

    which deduped env-ci to the esm-only version, allowing test double to stub properly
    travi committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    f7c85e3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    78ea3ba View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2022

  1. Configuration menu
    Copy the full SHA
    1b62548 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. Configuration menu
    Copy the full SHA
    0ab8d9a View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2022

  1. fix(secrets-masking): used the proper named import from hook-std to e…

    …nable masking for stderr (#2619)
    travi committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    cf6befa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a0d8be View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2022

  1. style: prettier (#2624)

    gr2m committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    d13ea92 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

  1. test(integration): updated the simulated environment to omit the `GIT…

    …HUB_ACTIONS` variable from the test env
    travi committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    f32fd58 View commit details
    Browse the repository at this point in the history
  2. test(integration): ran tests serially in hope of avoiding conflicts i…

    …n the ci environment
    travi committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    71f45f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    62846a1 View commit details
    Browse the repository at this point in the history
  4. Revert "test(integration): ran tests serially in hope of avoiding con…

    …flicts in the ci environment"
    
    This reverts commit 71f45f9.
    travi committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    6051fae View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c4cd639 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2022

  1. Configuration menu
    Copy the full SHA
    918eb59 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7365012 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. Configuration menu
    Copy the full SHA
    eddbbb8 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2022

  1. Configuration menu
    Copy the full SHA
    ba05e08 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

  1. Configuration menu
    Copy the full SHA
    0973513 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2022

  1. Configuration menu
    Copy the full SHA
    caa8b95 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2023

  1. Configuration menu
    Copy the full SHA
    91bcb6b View commit details
    Browse the repository at this point in the history