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

ESM compatibility release #767

Merged
merged 20 commits into from
May 7, 2024
Merged

ESM compatibility release #767

merged 20 commits into from
May 7, 2024

Commits on May 6, 2024

  1. Configuration menu
    Copy the full SHA
    56bcfd0 View commit details
    Browse the repository at this point in the history
  2. chore: update lock file

    nicholasio committed May 6, 2024
    Configuration menu
    Copy the full SHA
    895eb84 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    e7c84d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13df06f View commit details
    Browse the repository at this point in the history
  3. Release (next) (#758)

    This PR was opened by the [Changesets
    release](https://github.com/changesets/action) GitHub action. When
    you're ready to do a release, you can merge this and the packages will
    be published to npm automatically. If you're not ready to do a release
    yet, that's fine, whenever you add more changesets to develop, this PR
    will be updated.
    
    ⚠️⚠️⚠️⚠️⚠️⚠️
    
    `develop` is currently in **pre mode** so this branch has prereleases
    rather than normal releases. If you want to exit prereleases, run
    `changeset pre exit` on `develop`.
    
    ⚠️⚠️⚠️⚠️⚠️⚠️
    
    # Releases
    ## @headstartwp/[email protected]
    
    ### Patch Changes
    
    -   e7c84d5: Fix builds with vite
    
    ## @headstartwp/[email protected]
    
    ### Patch Changes
    
    -   e7c84d5: Fix builds with vite
    -   Updated dependencies [e7c84d5]
        -   @headstartwp/[email protected]
    nicholasio authored May 7, 2024
    Configuration menu
    Copy the full SHA
    1a2fef3 View commit details
    Browse the repository at this point in the history
  4. Fix ESM builds (#759)

    nicholasio authored May 7, 2024
    Configuration menu
    Copy the full SHA
    399af78 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    71cfffc View commit details
    Browse the repository at this point in the history
  6. Release (next) (#760)

    This PR was opened by the [Changesets
    release](https://github.com/changesets/action) GitHub action. When
    you're ready to do a release, you can merge this and the packages will
    be published to npm automatically. If you're not ready to do a release
    yet, that's fine, whenever you add more changesets to develop, this PR
    will be updated.
    
    ⚠️⚠️⚠️⚠️⚠️⚠️
    
    `develop` is currently in **pre mode** so this branch has prereleases
    rather than normal releases. If you want to exit prereleases, run
    `changeset pre exit` on `develop`.
    
    ⚠️⚠️⚠️⚠️⚠️⚠️
    
    # Releases
    ## @headstartwp/[email protected]
    
    ### Patch Changes
    
    -   399af78: Make ESM builds ESM compatible
    
    ## @headstartwp/[email protected]
    
    ### Patch Changes
    
    -   399af78: Make ESM builds ESM compatible
    -   Updated dependencies [399af78]
        -   @headstartwp/[email protected]
    nicholasio authored May 7, 2024
    Configuration menu
    Copy the full SHA
    22c864b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b22d0d6 View commit details
    Browse the repository at this point in the history
  8. fix: more esm build fixes

    nicholasio committed May 7, 2024
    Configuration menu
    Copy the full SHA
    b3cd5fe View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a89b9fe View commit details
    Browse the repository at this point in the history
  10. Fix/esm builds (#761)

    <!--
    Filling out this template is required. Any PR that does not include
    enough information to be reviewed may be closed at a maintainers'
    discretion. All new code requires documentation and tests to ensure
    against regressions.
    -->
    
    ### Description of the Change
    <!--
    We must be able to understand the design of your change from this
    description. The maintainer reviewing this PR may not have worked with
    this code recently, so please provide as much detail as possible.
    
    Where possible, please also include:
    - verification steps to ensure your change has the desired effects and
    has not introduced any regressions
    - any benefits that will be realized
    - any alternative implementations or possible drawbacks that you
    considered
    - screenshots or screencasts
    -->
    
    <!-- Enter any applicable Issue number(s) here that will be
    closed/resolved by this PR. -->
    Closes #
    
    ### How to test the Change
    <!-- Please provide steps on how to test or validate that the change in
    this PR works as described. -->
    
    ### Changelog Entry
    <!--
    Please include a summary for this PR, noting whether this is something
    being Added / Changed / Deprecated / Removed / Fixed / or Security
    related. You can replace the sample entries after this comment block
    with the single changelog entry line for this PR. -->
    > Added - New feature
    > Changed - Existing functionality
    > Deprecated - Soon-to-be removed feature
    > Removed - Feature
    > Fixed - Bug fix
    > Security - Vulnerability
    
    
    ### Credits
    <!-- Please list any and all contributors on this PR so that they can be
    added to this projects CREDITS.md file. -->
    Props @username, @username2, ...
    
    
    ### Checklist:
    <!--- Go over all the following points, and put an `x` in all the boxes
    that apply. -->
    <!--- If you are unsure about any of these, please ask for
    clarification. We are here to help! -->
    - [ ] I agree to follow this project's [**Code of
    Conduct**](https://github.com/10up/.github/blob/trunk/CODE_OF_CONDUCT.md).
    - [ ] I have updated the documentation accordingly.
    - [ ] I have added tests to cover my change.
    - [ ] All new and existing tests pass.
    nicholasio authored May 7, 2024
    Configuration menu
    Copy the full SHA
    005addc View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    fb89dbb View commit details
    Browse the repository at this point in the history
  12. Release (next) (#762)

    This PR was opened by the [Changesets
    release](https://github.com/changesets/action) GitHub action. When
    you're ready to do a release, you can merge this and the packages will
    be published to npm automatically. If you're not ready to do a release
    yet, that's fine, whenever you add more changesets to develop, this PR
    will be updated.
    
    ⚠️⚠️⚠️⚠️⚠️⚠️
    
    `develop` is currently in **pre mode** so this branch has prereleases
    rather than normal releases. If you want to exit prereleases, run
    `changeset pre exit` on `develop`.
    
    ⚠️⚠️⚠️⚠️⚠️⚠️
    
    # Releases
    ## @headstartwp/[email protected]
    
    ### Patch Changes
    
    -   b3cd5fe: Fix: more fixes for esm builds
    
    ## @headstartwp/[email protected]
    
    ### Patch Changes
    
    -   b3cd5fe: Fix: more fixes for esm builds
    -   Updated dependencies [b3cd5fe]
        -   @headstartwp/[email protected]
    nicholasio authored May 7, 2024
    Configuration menu
    Copy the full SHA
    a9ca72d View commit details
    Browse the repository at this point in the history
  13. Fix/esm builds (#763)

    nicholasio authored May 7, 2024
    Configuration menu
    Copy the full SHA
    0682d9c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    98fcdd0 View commit details
    Browse the repository at this point in the history
  15. Release (next) (#764)

    This PR was opened by the [Changesets
    release](https://github.com/changesets/action) GitHub action. When
    you're ready to do a release, you can merge this and the packages will
    be published to npm automatically. If you're not ready to do a release
    yet, that's fine, whenever you add more changesets to develop, this PR
    will be updated.
    
    ⚠️⚠️⚠️⚠️⚠️⚠️
    
    `develop` is currently in **pre mode** so this branch has prereleases
    rather than normal releases. If you want to exit prereleases, run
    `changeset pre exit` on `develop`.
    
    ⚠️⚠️⚠️⚠️⚠️⚠️
    
    # Releases
    ## @headstartwp/[email protected]
    
    ### Patch Changes
    
    -   0682d9c: Fix: add .js to import statement for next.js path imports
    nicholasio authored May 7, 2024
    Configuration menu
    Copy the full SHA
    dfcdf94 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    b4708b4 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    321189c View commit details
    Browse the repository at this point in the history
  18. Release (next) (#766)

    This PR was opened by the [Changesets
    release](https://github.com/changesets/action) GitHub action. When
    you're ready to do a release, you can merge this and the packages will
    be published to npm automatically. If you're not ready to do a release
    yet, that's fine, whenever you add more changesets to develop, this PR
    will be updated.
    
    ⚠️⚠️⚠️⚠️⚠️⚠️
    
    `develop` is currently in **pre mode** so this branch has prereleases
    rather than normal releases. If you want to exit prereleases, run
    `changeset pre exit` on `develop`.
    
    ⚠️⚠️⚠️⚠️⚠️⚠️
    
    # Releases
    ## @headstartwp/[email protected]
    
    ### Patch Changes
    
    -   b4708b4: Fix: deepmerge cjs package import
    nicholasio authored May 7, 2024
    Configuration menu
    Copy the full SHA
    427ae86 View commit details
    Browse the repository at this point in the history