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: julienfroidefond/strapi-bookmarks
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: julienfroidefond/strapi-bookmarks
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: renovate/all-minor-patch
Choose a head ref
Able to merge. These branches can be automatically merged.
  • 1 commit
  • 4 files changed
  • 1 contributor

Commits on Feb 13, 2025

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

    renovate[bot] authored Feb 13, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    1f539bc View commit details
Showing with 6,049 additions and 4,111 deletions.
  1. +1 −1 .github/workflows/release.yml
  2. +4,378 −2,896 package-lock.json
  3. +17 −17 package.json
  4. +1,653 −1,197 yarn.lock
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v2.7.0

- name: Testing
run: yarn && yarn test
Loading