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: unjs/pathe
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.1
Choose a base ref
...
head repository: unjs/pathe
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.2
Choose a head ref
  • 20 commits
  • 9 files changed
  • 6 contributors

Commits on Oct 24, 2023

  1. chore(deps): update actions/setup-node action to v4 (#144)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Oct 24, 2023
    Configuration menu
    Copy the full SHA
    0d7063e View commit details
    Browse the repository at this point in the history
  2. chore(deps): update actions/checkout action to v4 (#140)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Oct 24, 2023
    Configuration menu
    Copy the full SHA
    39c3738 View commit details
    Browse the repository at this point in the history
  3. chore(deps): update all non-major dependencies (#136)

    * chore(deps): update all non-major dependencies
    
    * chore: disable `unicorn/prefer-at`
    
    * chore: c8 -> v8
    
    * chore: bump version
    
    * chore: dedupe
    
    ---------
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Daniel Roe <daniel@roe.dev>
    renovate[bot] and danielroe authored Oct 24, 2023
    Configuration menu
    Copy the full SHA
    054e8f9 View commit details
    Browse the repository at this point in the history
  4. chore(deps): update devdependency @types/node to v20 (#145)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Oct 24, 2023
    Configuration menu
    Copy the full SHA
    7311587 View commit details
    Browse the repository at this point in the history
  5. chore(deps): update devdependency unbuild to v2 (#139)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Oct 24, 2023
    Configuration menu
    Copy the full SHA
    37e5ea7 View commit details
    Browse the repository at this point in the history
  6. chore(deps): update devdependency prettier to v3 (#137)

    * chore(deps): update devdependency prettier to v3
    
    * style: lint
    
    ---------
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Daniel Roe <daniel@roe.dev>
    renovate[bot] and danielroe authored Oct 24, 2023
    Configuration menu
    Copy the full SHA
    b899178 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. chore(deps): update all non-major dependencies (#146)

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

Commits on Dec 3, 2023

  1. chore(deps): update all non-major dependencies (#149)

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

Commits on Dec 4, 2023

  1. chore(deps): update vitest monorepo to v1 (major) (#150)

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

Commits on Dec 12, 2023

  1. fix: trim root folder / when calculating relative paths (#142)

    Co-authored-by: Daniel Roe <daniel@roe.dev>
    peterroe and danielroe authored Dec 12, 2023
    Configuration menu
    Copy the full SHA
    5930a85 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0bb67d4 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2023

  1. chore(deps): update all non-major dependencies (#152)

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

Commits on Dec 25, 2023

  1. chore(deps): update all non-major dependencies (#153)

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

Commits on Jan 2, 2024

  1. chore(deps): update all non-major dependencies (#156)

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

Commits on Jan 10, 2024

  1. chore(deps): update all non-major dependencies (#157)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 10, 2024
    Configuration menu
    Copy the full SHA
    04a0aee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cbd6095 View commit details
    Browse the repository at this point in the history
  3. chore: update lockfile

    pi0 committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    b310408 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dffa918 View commit details
    Browse the repository at this point in the history
  5. fix(resolveAlias): handle aliases ending with trailing slash (#155)

    Co-authored-by: Pooya Parsa <pooya@pi0.io>
    huang-julien and pi0 authored Jan 10, 2024
    Configuration menu
    Copy the full SHA
    2fa8aaa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    faa2b11 View commit details
    Browse the repository at this point in the history
Loading