Thanks to visit codestin.com
Credit goes to github.com

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: Yureien/YABin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.3
Choose a base ref
...
head repository: Yureien/YABin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.0
Choose a head ref
  • 13 commits
  • 59 files changed
  • 5 contributors

Commits on Nov 14, 2023

  1. Bump urllib3 from 2.0.6 to 2.0.7 in /cli (#24)

    Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.6 to 2.0.7.
    - [Release notes](https://github.com/urllib3/urllib3/releases)
    - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
    - [Commits](urllib3/urllib3@2.0.6...2.0.7)
    
    ---
    updated-dependencies:
    - dependency-name: urllib3
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    84e97e8 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Configuration menu
    Copy the full SHA
    5d1d3f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5146355 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. Bump vite from 4.5.0 to 4.5.1 (#33)

    Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.5.0 to 4.5.1.
    - [Release notes](https://github.com/vitejs/vite/releases)
    - [Changelog](https://github.com/vitejs/vite/blob/v4.5.1/packages/vite/CHANGELOG.md)
    - [Commits](https://github.com/vitejs/vite/commits/v4.5.1/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 Dec 13, 2023
    Configuration menu
    Copy the full SHA
    b43e5b2 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2024

  1. feat: leverage .env file (#42)

    * feat: leverage .env file
    
    - prevent user from modifying docker-compose.yml
    - prevent user from building db url by itself, thanks to dotenv-expand
    
    * refactor: expose db port only to other services
    
    * refactor: expose db port only to other services
    
    ---------
    
    Co-authored-by: João Lucas <[email protected]>
    corno-manso and dev-stupid-codes authored Feb 18, 2024
    Configuration menu
    Copy the full SHA
    9031db0 View commit details
    Browse the repository at this point in the history
  2. Bump vite from 4.5.1 to 4.5.2 (#41)

    Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.5.1 to 4.5.2.
    - [Release notes](https://github.com/vitejs/vite/releases)
    - [Changelog](https://github.com/vitejs/vite/blob/v4.5.2/packages/vite/CHANGELOG.md)
    - [Commits](https://github.com/vitejs/vite/commits/v4.5.2/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 Feb 18, 2024
    Configuration menu
    Copy the full SHA
    42cf70c View commit details
    Browse the repository at this point in the history
  3. Bump pycryptodome from 3.18.0 to 3.19.1 in /cli (#40)

    Bumps [pycryptodome](https://github.com/Legrandin/pycryptodome) from 3.18.0 to 3.19.1.
    - [Release notes](https://github.com/Legrandin/pycryptodome/releases)
    - [Changelog](https://github.com/Legrandin/pycryptodome/blob/master/Changelog.rst)
    - [Commits](Legrandin/pycryptodome@v3.18.0...v3.19.1)
    
    ---
    updated-dependencies:
    - dependency-name: pycryptodome
      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 Feb 18, 2024
    Configuration menu
    Copy the full SHA
    3858f3d View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Configuration menu
    Copy the full SHA
    517cddb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0afcbc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b0e6d9c View commit details
    Browse the repository at this point in the history
  4. Migrate to SvelteKit v2

    Yureien committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    3b0ab45 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b9ec7d3 View commit details
    Browse the repository at this point in the history
  6. Fix issue with static env

    Yureien committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    0ee2089 View commit details
    Browse the repository at this point in the history
Loading