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: lara-zeus/artemis
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.9
Choose a base ref
...
head repository: lara-zeus/artemis
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.x
Choose a head ref
  • 7 commits
  • 24 files changed
  • 3 contributors

Commits on Jan 27, 2025

  1. Bump dependabot/fetch-metadata from 2.2.0 to 2.3.0

    Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 2.2.0 to 2.3.0.
    - [Release notes](https://github.com/dependabot/fetch-metadata/releases)
    - [Commits](dependabot/fetch-metadata@v2.2.0...v2.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: dependabot/fetch-metadata
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jan 27, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    9411fea View commit details
  2. Merge pull request #25 from lara-zeus/dependabot/github_actions/depen…

    …dabot/fetch-metadata-2.3.0
    
    Bump dependabot/fetch-metadata from 2.2.0 to 2.3.0
    github-actions[bot] authored Jan 27, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    b6d62f3 View commit details

Commits on Feb 3, 2025

  1. Bump aglipanci/laravel-pint-action from 2.4 to 2.5

    Bumps [aglipanci/laravel-pint-action](https://github.com/aglipanci/laravel-pint-action) from 2.4 to 2.5.
    - [Release notes](https://github.com/aglipanci/laravel-pint-action/releases)
    - [Commits](aglipanci/laravel-pint-action@2.4...2.5)
    
    ---
    updated-dependencies:
    - dependency-name: aglipanci/laravel-pint-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Feb 3, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    c8ce2f8 View commit details
  2. Merge pull request #26 from lara-zeus/dependabot/github_actions/aglip…

    …anci/laravel-pint-action-2.5
    
    Bump aglipanci/laravel-pint-action from 2.4 to 2.5
    github-actions[bot] authored Feb 3, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    67dbb1b View commit details

Commits on Mar 7, 2025

  1. remove iconpark

    atmonshi committed Mar 7, 2025
    Copy the full SHA
    6951d67 View commit details
  2. Update composer.lock

    atmonshi committed Mar 7, 2025
    Copy the full SHA
    cff1b72 View commit details
  3. Merge pull request #27 from lara-zeus/remove-iconpark

    Remove iconpark
    atmonshi authored Mar 7, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    2920dce View commit details
Showing with 1,472 additions and 2,167 deletions.
  1. +1 −1 .github/workflows/dependabot-auto-merge.yml
  2. +1 −1 .github/workflows/fix-php-code-style-issues.yml
  3. +1,449 −2,144 composer.lock
  4. +1 −1 resources/views/themes/another-portfolio/bolt/fill-forms.blade.php
  5. +1 −1 resources/views/themes/another-portfolio/bolt/loading.blade.php
  6. +1 −1 resources/views/themes/another-portfolio/bolt/show-entry.blade.php
  7. +1 −1 resources/views/themes/another-portfolio/sky/addons/library-item.blade.php
  8. +1 −1 resources/views/themes/another-portfolio/sky/page.blade.php
  9. +1 −1 resources/views/themes/another-portfolio/sky/partial/empty.blade.php
  10. +1 −1 resources/views/themes/another-portfolio/sky/post.blade.php
  11. +1 −1 resources/views/themes/breeze/bolt/fill-forms.blade.php
  12. +1 −1 resources/views/themes/breeze/bolt/loading.blade.php
  13. +1 −1 resources/views/themes/breeze/bolt/show-entry.blade.php
  14. +1 −1 resources/views/themes/breeze/sky/addons/library-item.blade.php
  15. +1 −1 resources/views/themes/breeze/sky/page.blade.php
  16. +1 −1 resources/views/themes/breeze/sky/partial/empty.blade.php
  17. +1 −1 resources/views/themes/daisy/bolt/fill-forms.blade.php
  18. +1 −1 resources/views/themes/daisy/bolt/loading.blade.php
  19. +1 −1 resources/views/themes/daisy/bolt/show-entry.blade.php
  20. +1 −1 resources/views/themes/daisy/layouts/app.blade.php
  21. +1 −1 resources/views/themes/daisy/sky/addons/library-item.blade.php
  22. +1 −1 resources/views/themes/daisy/sky/addons/library-tag.blade.php
  23. +1 −1 resources/views/themes/daisy/sky/page.blade.php
  24. +1 −1 resources/views/themes/daisy/sky/partial/empty.blade.php
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-auto-merge.yml
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ jobs:

- name: Dependabot metadata
id: metadata
uses: dependabot/fetch-metadata@v2.2.0
uses: dependabot/fetch-metadata@v2.3.0
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"

2 changes: 1 addition & 1 deletion .github/workflows/fix-php-code-style-issues.yml
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ jobs:
ref: ${{ github.head_ref }}

- name: Fix PHP code style issues
uses: aglipanci/laravel-pint-action@2.4
uses: aglipanci/laravel-pint-action@2.5

- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v5
Loading