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: rollup/plugins
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1f02ab2ac12dd1dec8e2634afa1efe45935ef396
Choose a base ref
...
head repository: rollup/plugins
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 435e4a175fad94daa9927ae86d14f42850ac8db9
Choose a head ref

Commits on Jun 28, 2023

  1. chore(release): typescript v11.1.2

    Release Workflow committed Jun 28, 2023
    1
    Copy the full SHA
    3cb9dab View commit details

Commits on Jul 8, 2023

  1. 1
    Copy the full SHA
    e4a5c5d View commit details
  2. chore(release): dynamic-import-vars v2.0.4

    Release Workflow committed Jul 8, 2023
    1
    Copy the full SHA
    0e68ff9 View commit details

Commits on Jul 15, 2023

  1. fix(commonjs): preserve this reference in the child class (#1537)

    * fix(commonjs): preserve this reference in the child class
    
    * update snapshots
    
    * tweak
    
    Co-authored-by: Dasa Paddock <dpaddock@esri.com>
    
    * test: update snapshots
    
    ---------
    
    Co-authored-by: Dasa Paddock <dpaddock@esri.com>
    TrickyPi and dasa authored Jul 15, 2023
    1
    Copy the full SHA
    ee4feb2 View commit details
  2. chore(release): commonjs v25.0.3

    Release Workflow committed Jul 15, 2023
    1
    Copy the full SHA
    5ec2abe View commit details

Commits on Aug 11, 2023

  1. 1
    Copy the full SHA
    07329e2 View commit details
  2. chore(release): commonjs v25.0.4

    Release Workflow committed Aug 11, 2023
    1
    Copy the full SHA
    09b090c View commit details
  3. Copy the full SHA
    a240861 View commit details
  4. chore(release): dynamic-import-vars v2.0.5

    Release Workflow committed Aug 11, 2023
    1
    Copy the full SHA
    a01a075 View commit details

Commits on Aug 13, 2023

  1. 1
    Copy the full SHA
    89ceb2a View commit details
  2. chore(release): pluginutils v5.0.3

    Release Workflow committed Aug 13, 2023
    1
    Copy the full SHA
    786e543 View commit details

Commits on Aug 17, 2023

  1. feat(node-resolve): pass original importee to secondary resolve (#1557)

    * feat(node-resolve): pass original importee to secondary resolve
    
    * reverse snapshot updates
    
    * reverse test.mjs snapshot updates
    
    * fix styles
    
    * update README
    
    * add info about moduleSideEffects in resolved object
    
    ---------
    
    Co-authored-by: Joel Chen <joel_chen@intuit.com>
    jchip and Joel Chen authored Aug 17, 2023
    1
    Copy the full SHA
    9b9da3a View commit details
  2. chore(release): node-resolve v15.2.0

    Release Workflow committed Aug 17, 2023
    1
    Copy the full SHA
    49dcfe5 View commit details

Commits on Aug 22, 2023

  1. fix(node-resolve): Implement package exports / imports resolution alg…

    …orithm according to Node documentation (#1549)
    
    This fixes the package exports and imports resolution algorithm by strictly following the Node API documentation.
    For backwards compatibility a new option `allowExportsFolderMapping` is introduced which will enable deprecated folder mappings.
    
    Test case included
    
    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux authored Aug 22, 2023
    1
    Copy the full SHA
    daf06f7 View commit details
  2. chore(release): node-resolve v15.2.1

    Release Workflow committed Aug 22, 2023
    2
    Copy the full SHA
    9bfc5d9 View commit details

Commits on Aug 26, 2023

  1. Copy the full SHA
    1ea9cc3 View commit details
  2. chore(release): pluginutils v5.0.4

    Release Workflow committed Aug 26, 2023
    Copy the full SHA
    27726b5 View commit details
  3. Copy the full SHA
    d35d007 View commit details
  4. fix(esm-shim): pattern matching (#1560)

    * fix(esm-shim): correctly find where to place shim in file
    
    * test(esm-shim): add test cases for files with esm imports
    
    * test(esm-shim): use correct snapshots after linting change
    
    * test(esm-shim): use correct snapshots for testing
    klevente authored Aug 26, 2023
    Copy the full SHA
    0f73e2a View commit details
  5. chore(release): esm-shim v0.1.2

    Release Workflow committed Aug 26, 2023
    Copy the full SHA
    303ff16 View commit details
  6. fix(typescript): emit declaration files for type-only source files th…

    …at are not explicitly included (#1555)
    
    * test(typescript): add test case for implicitly included declarations
    
    * fix(typescript): emit declarations for (implicit) type-only source files
    
    * test(typescript): update declaration tests output file order
    
    * test(typescript): verify that only necessary declarations are emitted
    ianyong authored Aug 26, 2023
    Copy the full SHA
    027bca6 View commit details
  7. chore(release): typescript v11.1.3

    Release Workflow committed Aug 26, 2023
    Copy the full SHA
    435e4a1 View commit details
Loading