Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 4, 2024
1 parent 25ba1e6 commit ee5ad39
Show file tree
Hide file tree
Showing 8 changed files with 607 additions and 591 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:
- name: Generate documentation
run: bin/daux generate --value html.plausible_domain=daux.io
- name: Deploy same repository 🚀
uses: JamesIves/[email protected].3
uses: JamesIves/[email protected].8
with:
folder: "static"
branch: gh-pages
- name: Deploy daux.io 🚀
uses: JamesIves/[email protected].3
uses: JamesIves/[email protected].8
with:
folder: "static"
token: ${{ secrets.GH_TOKEN_DAUX }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: bin/daux generate --format=html-file --destination=static-single

- name: Setup Node.js
uses: actions/setup-node@v4.0.3
uses: actions/setup-node@v4.1.0
with:
node-version: '20.x'
cache: 'yarn'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: echo "project_version=$(git tag -l --sort=-creatordate --format='%(refname:short)' | head -n1)" >> $GITHUB_OUTPUT

- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@v3.0
uses: SonarSource/sonarcloud-github-action@v3.1
with:
args: >
-Dsonar.projectVersion=`${{ steps.project_version.outputs.project_version }}`
Expand Down
725 changes: 367 additions & 358 deletions .yarn/releases/yarn-4.4.1.cjs → .yarn/releases/yarn-4.5.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-outdated.cjs
spec: "https://github.com/mskelton/yarn-plugin-outdated/raw/v3.2.4/bundles/@yarnpkg/plugin-outdated.js"

yarnPath: .yarn/releases/yarn-4.4.1.cjs
yarnPath: .yarn/releases/yarn-4.5.1.cjs
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM composer:2.7.8 AS composer
FROM composer:2.8.2 AS composer

FROM php:8.3.11
FROM php:8.3.13

RUN apt-get update \
&& apt-get install -y --no-install-recommends libicu-dev git unzip \
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"version": "0.3.0",
"private": true,
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@swc/core": "1.7.22",
"@swissquote/crafty": "1.26.0",
"@swissquote/crafty-preset-postcss": "1.26.0",
"@swissquote/crafty-runner-gulp": "1.26.0",
"@biomejs/biome": "1.9.4",
"@swc/core": "1.8.0",
"@swissquote/crafty": "1.27.0",
"@swissquote/crafty-preset-postcss": "1.27.0",
"@swissquote/crafty-runner-gulp": "1.27.0",
"flexsearch": "^0.7.0",
"katex": "^0.16.4",
"mermaid": "^11.0.0",
Expand All @@ -27,5 +27,5 @@
"lint:js": "yarn lint:js:format && yarn lint:js:check",
"lint:css": "crafty cssLint --fix --preset recommended themes/daux_singlepage/scss/*.scss themes/daux/scss/*.scss"
},
"packageManager": "yarn@4.4.1"
"packageManager": "yarn@4.5.1"
}
Loading

0 comments on commit ee5ad39

Please sign in to comment.