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: ai/size-limit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9.0.0
Choose a base ref
...
head repository: ai/size-limit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 10.0.1
Choose a head ref
  • 19 commits
  • 115 files changed
  • 3 contributors

Commits on Sep 12, 2023

  1. Update CI actions

    ai committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    aead291 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Bump @babel/traverse from 7.22.15 to 7.23.2 (#337)

    Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.15 to 7.23.2.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)
    
    ---
    updated-dependencies:
    - dependency-name: "@babel/traverse"
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 19, 2023
    Configuration menu
    Copy the full SHA
    71e974c View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Move to ESM (#338)

    * move to esm
    
    * update test workflow
    
    * add esm config tests
    
    * cleanup fixtures
    
    * some more cleanup
    
    * fix formatting
    
    * fix test names
    lev875 authored Oct 23, 2023
    Configuration menu
    Copy the full SHA
    a015e3e View commit details
    Browse the repository at this point in the history
  2. Add node: prefix to imports

    ai committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    607b0b9 View commit details
    Browse the repository at this point in the history
  3. Update ESLint config

    ai committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    97c9f27 View commit details
    Browse the repository at this point in the history
  4. Update test runner example in docs

    ai committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    dd0cafe View commit details
    Browse the repository at this point in the history
  5. Remove old config

    ai committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    2614f28 View commit details
    Browse the repository at this point in the history
  6. Move from istanbul to v8 coverage

    ai committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    d675871 View commit details
    Browse the repository at this point in the history
  7. Update direct dependencies

    ai committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    832c22e View commit details
    Browse the repository at this point in the history
  8. Update nested dependencies

    ai committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    6a3d9f3 View commit details
    Browse the repository at this point in the history
  9. Remove dual-publish plugin

    ai committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    99308fa View commit details
    Browse the repository at this point in the history
  10. Move scripts to ESM

    ai committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    ee962b2 View commit details
    Browse the repository at this point in the history
  11. Update scripts

    ai committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    24e4cd4 View commit details
    Browse the repository at this point in the history
  12. Release 10.0 version

    ai committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    e4a7531 View commit details
    Browse the repository at this point in the history
  13. Fix ESM exports between packages

    ai committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    e2a575d View commit details
    Browse the repository at this point in the history
  14. Add more exports

    ai committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    2e59e81 View commit details
    Browse the repository at this point in the history
  15. Change exports order

    ai committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    a62ac94 View commit details
    Browse the repository at this point in the history
  16. Fix imports and exports

    ai committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    d4f54df View commit details
    Browse the repository at this point in the history
  17. Release 10.0.1 version

    ai committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    89352d0 View commit details
    Browse the repository at this point in the history
Loading