1 Commits

Author SHA1 Message Date
rodydavis c41d7df740 chore(deps): update dependency vite-plugin-pwa to ^0.21.0
renovate/artifacts Artifact file update failure
2026-06-13 08:01:19 +00:00
8 changed files with 39 additions and 13 deletions
+7 -4
View File
@@ -25,14 +25,17 @@ jobs:
- name: Install pnpm - name: Install pnpm
uses: pnpm/action-setup@v4 uses: pnpm/action-setup@v4
with: with:
version: 9.15.9 version: 9.7.1
- name: Set up Bazel Environment - name: Set up Node.js
uses: https://git.rodydavis.dev/rodydavis/shared-actions/setup-bazel@main uses: actions/setup-node@v4
with: with:
node_version: '24' node-version: 24
cache: 'pnpm' cache: 'pnpm'
- name: Set up Bazel (Bazelisk)
run: npm install -g @bazel/bazelisk
- name: Install dependencies - name: Install dependencies
run: pnpm install --no-frozen-lockfile run: pnpm install --no-frozen-lockfile
+23
View File
@@ -0,0 +1,23 @@
name: Renovate
on:
schedule:
- cron: "0 * * * *" # Triggers hourly
push:
branches:
- master
workflow_dispatch: # Allows manual triggering from the Gitea UI
jobs:
renovate:
runs-on: ubuntu-latest
container:
image: ghcr.io/renovatebot/renovate:latest
env:
RENOVATE_PLATFORM: gitea
RENOVATE_ENDPOINT: https://git.rodydavis.dev/api/v1
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
RENOVATE_AUTODISCOVER: false
RENOVATE_REPOSITORIES: ${{ github.repository }}
steps:
- name: Run Renovate
run: renovate
+1 -1
View File
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules. // Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript { buildscript {
ext { ext {
compose_version = '1.5.15' compose_version = '1.0.0-alpha08'
} }
repositories { repositories {
google() google()
@@ -1,6 +1,6 @@
#Tue Jun 22 12:05:59 PDT 2021 #Tue Jun 22 12:05:59 PDT 2021
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-6.9.4-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-6.8-rc-1-bin.zip
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
+1 -1
View File
@@ -61,7 +61,7 @@
"rollup-plugin-node-polyfills": "^0.2.1", "rollup-plugin-node-polyfills": "^0.2.1",
"typescript": "^5.4.5", "typescript": "^5.4.5",
"vite": "^5.2.11", "vite": "^5.2.11",
"vite-plugin-pwa": "^0.19.0", "vite-plugin-pwa": "^0.21.0",
"vitest": "^1.5.0" "vitest": "^1.5.0"
} }
} }
+1 -1
View File
@@ -7,7 +7,7 @@ buildscript {
jcenter() jcenter()
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:4.2.2' classpath 'com.android.tools.build:gradle:4.2.1'
classpath 'com.google.gms:google-services:4.3.5' classpath 'com.google.gms:google-services:4.3.5'
// NOTE: Do not place your application dependencies here; they belong // NOTE: Do not place your application dependencies here; they belong
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.6-all.zip distributionUrl=https\://services.gradle.org/distributions/gradle-7.0-all.zip
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
+4 -4
View File
@@ -3,12 +3,12 @@ ext {
compileSdkVersion = 30 compileSdkVersion = 30
targetSdkVersion = 30 targetSdkVersion = 30
androidxActivityVersion = '1.2.0' androidxActivityVersion = '1.2.0'
androidxAppCompatVersion = '1.7.1' androidxAppCompatVersion = '1.2.0'
androidxCoordinatorLayoutVersion = '1.1.0' androidxCoordinatorLayoutVersion = '1.1.0'
androidxCoreVersion = '1.3.2' androidxCoreVersion = '1.3.2'
androidxFragmentVersion = '1.3.0' androidxFragmentVersion = '1.3.0'
junitVersion = '4.13.2' junitVersion = '4.13.1'
androidxJunitVersion = '1.3.0' androidxJunitVersion = '1.1.2'
androidxEspressoCoreVersion = '3.7.0' androidxEspressoCoreVersion = '3.3.0'
cordovaAndroidVersion = '7.0.0' cordovaAndroidVersion = '7.0.0'
} }