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

Merged
merged 21 commits into from Nov 11, 2022
Merged

feat(esm): convert to esm #2569

merged 21 commits into from Nov 11, 2022

Commits on Aug 27, 2022

  1. wip(esm): initial module type conversion

    for #2543
    travi committed Aug 27, 2022
    Copy the full SHA
    21a7b60 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    38ac59d View commit details
    Browse the repository at this point in the history
  3. wip(esm): updated the cli module

    for #2543
    travi committed Aug 27, 2022
    Copy the full SHA
    2736244 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2022

  1. Copy the full SHA
    23862f7 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    7532da6 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2022

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

Commits on Sep 24, 2022

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

Commits on Sep 25, 2022

  1. Copy the full SHA
    e572643 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    43adf8b View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    6e8863d View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    00683dc View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2022

  1. test(branches): made the tests run serially since the stub setup was …

    …bleeding between tests
    
    we should try to adjust the stub setup in each test to try to avoid the need for this, but i think
    that should be tackled separately from the current esm effort
    
    for #2543
    travi committed Oct 7, 2022
    Copy the full SHA
    56a6679 View commit details
    Browse the repository at this point in the history
  2. test(plugins): focused plugin loading on cjs plugins for the time being

    i think the implementation should support loading of esm plugins as well, but we should add test
    coverage for those scenarios as a follow up
    
    for #2543
    travi committed Oct 7, 2022
    Copy the full SHA
    f27131b View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    5b064cd View commit details
    Browse the repository at this point in the history
  4. test(plugins): referenced plugins with extension in the tests for nor…

    …malization
    
    BREAKING CHANGE: since semantic-release now executes in an ESM context, the file extension is
    required when referencing plugin files
    
    for #2543
    travi committed Oct 7, 2022
    Copy the full SHA
    1e424a0 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2022

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

Commits on Nov 4, 2022

  1. Copy the full SHA
    6005f8c View commit details
    Browse the repository at this point in the history
  2. fix(get-config): loaded config with require rather than import

    since loading json config cannot be accomplished with import without import assertions
    
    for #2543
    travi committed Nov 4, 2022
    Copy the full SHA
    75c6750 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2022

  1. Copy the full SHA
    0739d7d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    9ab2669 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

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