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: sheerlox/import-from-esm
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.3
Choose a base ref
...
head repository: sheerlox/import-from-esm
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.0
Choose a head ref
  • 7 commits
  • 18 files changed
  • 3 contributors

Commits on Nov 5, 2023

  1. chore(deps): pin dependency cross-env to 7.0.3 (#32)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Nov 5, 2023
    Configuration menu
    Copy the full SHA
    33f281a View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. test: add package import test cases (#34)

    * test: increase coverage requirements to 100%
    
    * test: don't include fuzz testing in coverage
    
    * test: add package import test cases
    
    * test: add loading from parent node_modules test
    
    * chore: fix nested package-lock
    
    * chore: use clean-install on nested test package
    sheerlox authored Nov 6, 2023
    Configuration menu
    Copy the full SHA
    8d1fa2c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    836a148 View commit details
    Browse the repository at this point in the history
  3. chore(deps): lock file maintenance (#33)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Nov 6, 2023
    Configuration menu
    Copy the full SHA
    5bb144a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fd5ef00 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5bb1b09 View commit details
    Browse the repository at this point in the history
  6. chore(release): v1.1.0 [skip ci]

    ## [1.1.0](v1.0.3...v1.1.0) (2023-11-06)
    
    ### ✨ Features
    
    * support subpath imports ([#35](#35)) ([fd5ef00](fd5ef00))
    
    ### 🐛 Bug Fixes
    
    * support extensionless subpath package access ([5bb1b09](5bb1b09))
    
    ### 🚨 Tests
    
    * add package import test cases ([#34](#34)) ([8d1fa2c](8d1fa2c))
    * resolve from nested package path ([836a148](836a148))
    
    ### ♻️ Chores
    
    * **deps:** lock file maintenance ([#33](#33)) ([5bb144a](5bb144a))
    * **deps:** pin dependency cross-env to 7.0.3 ([#32](#32)) ([33f281a](33f281a))
    semantic-release-bot committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    93ccb82 View commit details
    Browse the repository at this point in the history
Loading