Skip to content

Commit

Permalink
- Update all non-major dependencies with digest and pinDigest (#33)
Browse files Browse the repository at this point in the history
Co-authored-by: blumilk-renovate[bot] <177020257+blumilk-renovate[bot]@users.noreply.github.com>
  • Loading branch information
blumilk-renovate[bot] authored Aug 19, 2024
1 parent 5bf736f commit 341d61c
Show file tree
Hide file tree
Showing 11 changed files with 46 additions and 46 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-pr-title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ jobs:
name: Check PR title
runs-on: ubuntu-latest
steps:
- uses: blumilksoftware/[email protected] # https://github.com/blumilksoftware/action-pr-title
- uses: blumilksoftware/action-pr-title@e05fc76a1cc45b33644f1de51218be43ac121dd0 # v1.2.0 # https://github.com/blumilksoftware/action-pr-title
6 changes: 3 additions & 3 deletions .github/workflows/test-and-lint-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/[email protected].1 # https://github.com/actions/checkout
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 # https://github.com/actions/checkout

- name: Cache dependencies
uses: actions/[email protected] # https://github.com/actions/cache
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 # https://github.com/actions/cache
with:
path: node_modules
key: ${{ runner.os }}-npm-dependencies-${{ hashFiles('package.lock') }}
restore-keys: ${{ runner.os }}-npm-dependencies

- name: Set up node
uses: actions/[email protected].2 # https://github.com/actions/setup-node
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 # https://github.com/actions/setup-node
with:
node-version: 21

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test-and-lint-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/[email protected].1 # https://github.com/actions/checkout
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 # https://github.com/actions/checkout

- name: Cache dependencies
uses: actions/[email protected] # https://github.com/actions/cache
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 # https://github.com/actions/cache
with:
path: vendor
key: ${{ runner.os }}-composer-dependencies-${{ hashFiles('composer.lock') }}
restore-keys: ${{ runner.os }}-composer-dependencies

- name: Setup PHP
uses: shivammathur/setup-php@2.30.0 # https://github.com/shivammathur/setup-php
uses: shivammathur/setup-php@c541c155eee45413f5b09a52248675b1a2575231 # 2.31.1 # https://github.com/shivammathur/setup-php
with:
php-version: 8.3
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, pdo_pgsql, intl
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-bash-script.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/[email protected].1 # https://github.com/actions/checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 # https://github.com/actions/checkout

- name: Run Bash Script
run: |
Expand Down
2 changes: 1 addition & 1 deletion src/.github/workflows/check-pr-title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
name: Check PR title
runs-on: ubuntu-latest
steps:
- uses: blumilksoftware/[email protected] # https://github.com/blumilksoftware/action-pr-title
- uses: blumilksoftware/action-pr-title@e05fc76a1cc45b33644f1de51218be43ac121dd0 # v1.2.0 # https://github.com/blumilksoftware/action-pr-title
with:
regex: '^(ExampleApp\-\d+ )?- .+'
6 changes: 3 additions & 3 deletions src/.github/workflows/test-and-lint-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/[email protected].4 # https://github.com/actions/checkout
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 # https://github.com/actions/checkout

- name: Cache dependencies
uses: actions/[email protected] # https://github.com/actions/cache
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 # https://github.com/actions/cache
with:
path: node_modules
key: ${{ runner.os }}-npm-dependencies-${{ hashFiles('package.lock') }}
restore-keys: ${{ runner.os }}-npm-dependencies

- name: Set up node
uses: actions/[email protected].2 # https://github.com/actions/setup-node
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 # https://github.com/actions/setup-node
with:
node-version: 21

Expand Down
8 changes: 4 additions & 4 deletions src/.github/workflows/test-and-lint-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
services:
pgsql:
image: postgres:16.2-alpine3.18 # https://hub.docker.com/_/postgres
image: postgres:16.3-alpine3.18@sha256:64e18e8fb3e9c9aac89ac590c5dd8306b862478404f76cd9b5f7720d012b4c47 # https://hub.docker.com/_/postgres
env:
POSTGRES_DB: example-app
POSTGRES_USER: example-app
Expand All @@ -34,20 +34,20 @@ jobs:
- 5432:5432

steps:
- uses: actions/[email protected].4 # https://github.com/actions/checkout
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 # https://github.com/actions/checkout

- name: Validate composer.json and composer.lock
run: composer validate

- name: Cache dependencies
uses: actions/[email protected] # https://github.com/actions/cache
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 # https://github.com/actions/cache
with:
path: vendor
key: ${{ runner.os }}-composer-dependencies-${{ hashFiles('composer.lock') }}
restore-keys: ${{ runner.os }}-composer-dependencies

- name: Setup PHP
uses: shivammathur/setup-php@2.30.4 # https://github.com/shivammathur/setup-php
uses: shivammathur/setup-php@c541c155eee45413f5b09a52248675b1a2575231 # 2.31.1 # https://github.com/shivammathur/setup-php
with:
php-version: 8.3
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, pdo_pgsql, intl
Expand Down
22 changes: 11 additions & 11 deletions src/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@
"require": {
"php": "^8.3.4",
"ext-pdo": "*",
"guzzlehttp/guzzle": "^7.8.0",
"inertiajs/inertia-laravel": "^1.0",
"laravel/framework": "^11.0",
"laravel/sanctum": "^4.0",
"guzzlehttp/guzzle": "^7.9.2",
"inertiajs/inertia-laravel": "^1.3.0",
"laravel/framework": "^11.20.0",
"laravel/sanctum": "^4.0.2",
"laravel/tinker": "^2.9"
},
"require-dev": {
"blumilksoftware/codestyle": "^v3.0.0",
"fakerphp/faker": "^1.23.0",
"mockery/mockery": "^1.6.6",
"nunomaduro/collision": "^8.1",
"nunomaduro/larastan": "^2.6.4",
"phpunit/phpunit": "^11.0.8",
"spatie/laravel-ignition": "^2.4"
"blumilksoftware/codestyle": "^v3.3.0",
"fakerphp/faker": "^1.23.1",
"mockery/mockery": "^1.6.12",
"nunomaduro/collision": "^8.4.0",
"nunomaduro/larastan": "^2.9.8",
"phpunit/phpunit": "^11.3.1",
"spatie/laravel-ignition": "^2.8.0"
},
"autoload": {
"psr-4": {
Expand Down
6 changes: 3 additions & 3 deletions src/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ services:
condition: service_healthy

database:
image: postgres:16.3-alpine3.18
image: postgres:16.3-alpine3.18@sha256:64e18e8fb3e9c9aac89ac590c5dd8306b862478404f76cd9b5f7720d012b4c47
container_name: example-app-db-dev
environment:
- POSTGRES_USER=${DB_USERNAME}
Expand All @@ -70,7 +70,7 @@ services:
restart: unless-stopped

mailpit:
image: axllent/mailpit:v1.18.0
image: axllent/mailpit:v1.20.2@sha256:e6520318d3e6164b5f4213e9906ab01b17bf8eb01923d1d3458ea76ce2039254
container_name: example-app-mailpit-dev
labels:
- "traefik.enable=true"
Expand All @@ -94,7 +94,7 @@ services:
restart: unless-stopped

redis:
image: redis:7.2.4-alpine3.19
image: redis:7.2.5-alpine3.19@sha256:8f157725f8eee31e65a8d4765f1f986d76aedc1a0503345dfb63a2b1b5a441ee
container_name: example-app-redis-dev
ports:
- ${DOCKER_REDIS_HOST_PORT:-63852}:6379
Expand Down
6 changes: 3 additions & 3 deletions src/environment/dev/app/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# For other versions check: https://hub.docker.com/_/composer/tags
FROM composer/composer:2.7.6-bin as composer-bin
FROM composer/composer:2.7.7-bin@sha256:1832641f1ba36c8e748f4b4462f77e7c8836cca7730fdf0540580d703b78f2e7 as composer-bin

# For other versions check: https://hub.docker.com/_/node/tags?page=1&name=bullseye-slim
FROM node:22.1-bullseye-slim as node
FROM node:22.6.0-bullseye-slim@sha256:a4b9a4773f239be06956f24fdf0b371ef87da3ad2d3eb877669254da947fa8b2 as node

# For other versions check: https://hub.docker.com/_/php/tags?page=1&name=fpm-bullseye
FROM php:8.3.7-fpm-bullseye
FROM php:8.3.10-fpm-bullseye@sha256:857b7cdf42fc4e5b313548e6f6260fce0534439e30915824a5ac3efe9a121dff

COPY --from=composer-bin ./composer /usr/bin/composer

Expand Down
26 changes: 13 additions & 13 deletions src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,25 +10,25 @@
"tsc": "vue-tsc"
},
"dependencies": {
"@inertiajs/vue3": "^1.0.14",
"@inertiajs/vue3": "^1.2.0",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"laravel-vite-plugin": "^1.0.2",
"@tailwindcss/typography": "^0.5.14",
"laravel-vite-plugin": "^1.0.5",
"lodash": "^4.17.21",
"tailwindcss": "^3.4.1",
"vue": "^3.4.21"
"tailwindcss": "^3.4.10",
"vue": "^3.4.38"
},
"devDependencies": {
"@blumilksoftware/eslint-config": "^2.0.0",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@vitejs/plugin-vue": "^5.0.4",
"autoprefixer": "^10.4.19",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@vitejs/plugin-vue": "^5.1.2",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-tailwindcss": "^3.15.1",
"eslint-plugin-vue": "^9.23.0",
"postcss": "^8.4.31",
"vite": "^5.2.6",
"vue-tsc": "^2.0.7"
"eslint-plugin-tailwindcss": "^3.17.4",
"eslint-plugin-vue": "^9.27.0",
"postcss": "^8.4.41",
"vite": "^5.4.1",
"vue-tsc": "^2.0.29"
}
}

0 comments on commit 341d61c

Please sign in to comment.