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: egoist/rollup-plugin-esbuild
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.10.3
Choose a base ref
...
head repository: egoist/rollup-plugin-esbuild
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.1.1
Choose a head ref
  • 20 commits
  • 26 files changed
  • 4 contributors

Commits on Nov 8, 2022

  1. fix: republish 4.10.2 as 5.0.0 (rollup v3 and node 14)

    BREAKING CHANGE:
    
    require node.js 14 or above
    egoist committed Nov 8, 2022

    Verified

    This commit was signed with the committer’s verified signature.
    leninmehedy Lenin Mehedy
    Copy the full SHA
    c806163 View commit details

Commits on Sep 20, 2023

  1. refactor: switch to vitest

    sxzz committed Sep 20, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    8ab29f6 View commit details
  2. test: fix get test name

    sxzz committed Sep 20, 2023

    Verified

    This commit was signed with the committer’s verified signature.
    swirlds-automation Swirlds Automation
    Copy the full SHA
    d04abe4 View commit details
  3. ci: upgrade versions

    sxzz committed Sep 20, 2023
    Copy the full SHA
    f44b3cc View commit details
  4. refactor: add example workspace

    sxzz committed Sep 20, 2023
    Copy the full SHA
    31f3c1b View commit details
  5. chore: upgrade deps

    sxzz committed Sep 20, 2023
    Copy the full SHA
    a9c4043 View commit details
  6. chore: prefer pnpm

    sxzz committed Sep 20, 2023
    Copy the full SHA
    55cba73 View commit details
  7. style: format code

    sxzz committed Sep 20, 2023
    Copy the full SHA
    c3671c8 View commit details
  8. Copy the full SHA
    c8caef9 View commit details
  9. refactor!: don't resolve tsconfig (#370)

    BREAKING CHANGE:
    - `target` now defaults to `es2020`
    - Required esbuild version should be 0.18 and above
    - For tsconfig, switch to use the built-in strategy of esbuild. (For example, esbuild v0.18 and later will no longer follow `target` in `tsconfig.json`). Read more in [esbuild changelog](https://github.com/evanw/esbuild/releases/tag/v0.18.0)
    sxzz authored Sep 20, 2023
    Copy the full SHA
    cfdeb28 View commit details
  10. chore: add renovate config

    sxzz committed Sep 20, 2023
    Copy the full SHA
    04c1b3b View commit details
  11. chore: remove unused import

    sxzz committed Sep 20, 2023
    Copy the full SHA
    e82493b View commit details

Commits on Sep 21, 2023

  1. chore: add tsup config file

    sxzz committed Sep 21, 2023
    Copy the full SHA
    5fe8653 View commit details
  2. fix: handle esm loader

    closes #307
    sxzz committed Sep 21, 2023
    Copy the full SHA
    b484d88 View commit details
  3. test: update snapshot

    sxzz committed Sep 21, 2023
    Copy the full SHA
    175ea9d View commit details

Commits on Sep 28, 2023

  1. fix: resolve tsconfig extends

    closes #371
    sxzz committed Sep 28, 2023
    Copy the full SHA
    3205edd View commit details

Commits on Oct 8, 2023

  1. feat: support rollup 4

    sxzz committed Oct 8, 2023
    Copy the full SHA
    3822de9 View commit details

Commits on Dec 6, 2023

  1. chore(deps-dev): bump vite from 4.4.11 to 5.0.5 (#375)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 6, 2023
    Copy the full SHA
    a29b280 View commit details

Commits on Jan 21, 2024

  1. chore(deps-dev): bump vite from 5.0.5 to 5.0.12 (#376)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 21, 2024
    Copy the full SHA
    6df9e54 View commit details

Commits on Jan 23, 2024

  1. fix: bundle ts-essentials (#374)

    TheLudd authored Jan 23, 2024
    Copy the full SHA
    bb2055f View commit details
Loading