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: hmellor/auction-website
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.0
Choose a base ref
...
head repository: hmellor/auction-website
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.1
Choose a head ref
  • 10 commits
  • 46 files changed
  • 3 contributors

Commits on Dec 18, 2023

  1. Migrate from create-react-app to vite (#56)

    * Rename `*.js` -> `*.jsx`
    
    * Delete `create-react-app` files and add `vite` files
    
    * Move images to assets
    
    * Transfer details from old `index.html` to new `index.html`
    
    * Move `items.yml`
    
    * Remove `/auction-website` from paths
    
    * Remove old manifest
    
    * Move items back and enable dynamic image loading
    
    * Run deploy action on PR
    
    * Add linux version of @rollup to `package-lock.json`
    
    * Update build dist
    
    * Revert "Add linux version of @rollup to `package-lock.json`"
    
    This reverts commit 0aec0cc.
    
    * Install missing package in CI
    
    * Updage base in CI build
    
    * Add base to build script
    
    * Move base to `vite.config.js`
    
    * Tidy workflow
    
    * Add `BASE_URL` to all absolute paths
    
    * Update Item.jsx
    
    * Update Modal.jsx
    hmellor authored Dec 18, 2023

    Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    ddd8e1c View commit details

Commits on Jan 22, 2024

  1. Bump vite from 5.0.10 to 5.0.12 (#58)

    Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.0.10 to 5.0.12.
    - [Release notes](https://github.com/vitejs/vite/releases)
    - [Changelog](https://github.com/vitejs/vite/blob/v5.0.12/packages/vite/CHANGELOG.md)
    - [Commits](https://github.com/vitejs/vite/commits/v5.0.12/packages/vite)
    
    ---
    updated-dependencies:
    - dependency-name: vite
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 22, 2024
    Copy the full SHA
    6c13092 View commit details

Commits on Mar 6, 2024

  1. Copy the full SHA
    1f342a8 View commit details
  2. Copy the full SHA
    6a34534 View commit details
  3. Bump undici and firebase (#61)

    Bumps [undici](https://github.com/nodejs/undici) to 5.28.3 and updates ancestor dependency [firebase](https://github.com/firebase/firebase-js-sdk). These dependencies need to be updated together.
    
    
    Updates `undici` from 5.26.5 to 5.28.3
    - [Release notes](https://github.com/nodejs/undici/releases)
    - [Commits](nodejs/undici@v5.26.5...v5.28.3)
    
    Updates `firebase` from 10.7.1 to 10.8.1
    - [Release notes](https://github.com/firebase/firebase-js-sdk/releases)
    - [Changelog](https://github.com/firebase/firebase-js-sdk/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/firebase/firebase-js-sdk/compare/[email protected]@10.8.1)
    
    ---
    updated-dependencies:
    - dependency-name: undici
      dependency-type: indirect
    - dependency-name: firebase
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 6, 2024
    Copy the full SHA
    0abe880 View commit details
  4. Update GitHub Actions (#63)

    * Add lint workflow
    
    * Only deploy on `main`
    
    * `npm install rollup`
    
    * Update actions names
    
    * Fix linter errors and move admin table to `Table` component
    
    * Fix last lint error
    hmellor authored Mar 6, 2024
    Copy the full SHA
    cb947d9 View commit details
  5. Copy the full SHA
    6af1f5e View commit details
  6. Fix time left for real auction (#65)

    * Fix incorrect prop type
    
    * Fix time left for real auction
    hmellor authored Mar 6, 2024
    Copy the full SHA
    f20e1c3 View commit details
  7. Update README with new vite commands (#66)

    * Fix incorrect prop type
    
    * Fix time left for real auction
    
    * Update README with new vite commands
    hmellor authored Mar 6, 2024
    Copy the full SHA
    1229e4b View commit details
  8. Bump version (#67)

    hmellor authored Mar 6, 2024
    Copy the full SHA
    3f5b21e View commit details
Loading