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] committed Apr 27, 2024
1 parent faf726e commit 9897e98
Show file tree
Hide file tree
Showing 7 changed files with 259 additions and 259 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
with:
persist-credentials: false
- name: Setup PHP
uses: shivammathur/[email protected].0
uses: shivammathur/[email protected].4
with:
php-version: 8.1
extensions: mbstring, dom, intl, iconv
Expand All @@ -21,12 +21,12 @@ jobs:
- name: Generate documentation
run: bin/daux generate --value html.plausible_domain=daux.io
- name: Deploy same repository 🚀
uses: JamesIves/github-pages-deploy-action@v4.5.0
uses: JamesIves/github-pages-deploy-action@v4.6.0
with:
folder: "static"
branch: gh-pages
- name: Deploy daux.io 🚀
uses: JamesIves/github-pages-deploy-action@v4.5.0
uses: JamesIves/github-pages-deploy-action@v4.6.0
with:
folder: "static"
token: ${{ secrets.GH_TOKEN_DAUX }}
Expand All @@ -40,7 +40,7 @@ jobs:
with:
persist-credentials: false
- name: Setup PHP
uses: shivammathur/[email protected].0
uses: shivammathur/[email protected].4
with:
php-version: 8.1
extensions: mbstring, dom, intl
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v4

- name: Setup PHP
uses: shivammathur/[email protected].0
uses: shivammathur/[email protected].4
with:
php-version: ${{ matrix.php-versions }}
extensions: mbstring, dom, intl, iconv
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
- uses: actions/checkout@v4

- name: Setup PHP
uses: shivammathur/[email protected].0
uses: shivammathur/[email protected].4
with:
php-version: '8.1'
extensions: mbstring, dom, intl, iconv
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
fetch-depth: 0

- name: Setup PHP
uses: shivammathur/[email protected].0
uses: shivammathur/[email protected].4
with:
php-version: 8.1
extensions: mbstring, dom, intl, iconv
Expand Down
324 changes: 162 additions & 162 deletions .yarn/releases/yarn-4.1.0.cjs → .yarn/releases/yarn-4.1.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.1.0.cjs
yarnPath: .yarn/releases/yarn-4.1.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.1 AS composer
FROM composer:2.7.4 AS composer

FROM php:8.3.3
FROM php:8.3.6

RUN apt-get update \
&& apt-get install -y --no-install-recommends libicu-dev git unzip \
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.3.0",
"private": true,
"devDependencies": {
"@biomejs/biome": "1.5.3",
"@swc/core": "1.4.2",
"@biomejs/biome": "1.7.1",
"@swc/core": "1.4.17",
"@swissquote/crafty": "1.25.0",
"@swissquote/crafty-preset-postcss": "1.25.0",
"@swissquote/crafty-runner-gulp": "1.25.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": "[email protected].0"
"packageManager": "[email protected].1"
}
168 changes: 84 additions & 84 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1542,18 +1542,18 @@ __metadata:
languageName: node
linkType: hard

"@biomejs/biome@npm:1.5.3":
version: 1.5.3
resolution: "@biomejs/biome@npm:1.5.3"
dependencies:
"@biomejs/cli-darwin-arm64": "npm:1.5.3"
"@biomejs/cli-darwin-x64": "npm:1.5.3"
"@biomejs/cli-linux-arm64": "npm:1.5.3"
"@biomejs/cli-linux-arm64-musl": "npm:1.5.3"
"@biomejs/cli-linux-x64": "npm:1.5.3"
"@biomejs/cli-linux-x64-musl": "npm:1.5.3"
"@biomejs/cli-win32-arm64": "npm:1.5.3"
"@biomejs/cli-win32-x64": "npm:1.5.3"
"@biomejs/biome@npm:1.7.1":
version: 1.7.1
resolution: "@biomejs/biome@npm:1.7.1"
dependencies:
"@biomejs/cli-darwin-arm64": "npm:1.7.1"
"@biomejs/cli-darwin-x64": "npm:1.7.1"
"@biomejs/cli-linux-arm64": "npm:1.7.1"
"@biomejs/cli-linux-arm64-musl": "npm:1.7.1"
"@biomejs/cli-linux-x64": "npm:1.7.1"
"@biomejs/cli-linux-x64-musl": "npm:1.7.1"
"@biomejs/cli-win32-arm64": "npm:1.7.1"
"@biomejs/cli-win32-x64": "npm:1.7.1"
dependenciesMeta:
"@biomejs/cli-darwin-arm64":
optional: true
Expand All @@ -1573,62 +1573,62 @@ __metadata:
optional: true
bin:
biome: bin/biome
checksum: 10c0/470d0707fda5f029380648049e9eafdec4579d96b199a6f92401f67524b6739c136f139898db77f3fc2633ba5f56bdfb1d5193dacde31aff9811924d0ac32ddc
checksum: 10c0/277421fc797d39a2185af6039bb8a77cb520458f151e0fa29328a0dc6f2102899d78874a623323aa83590f81bf95af3a33519c2452e16f50461bb055841f67ea
languageName: node
linkType: hard

"@biomejs/cli-darwin-arm64@npm:1.5.3":
version: 1.5.3
resolution: "@biomejs/cli-darwin-arm64@npm:1.5.3"
"@biomejs/cli-darwin-arm64@npm:1.7.1":
version: 1.7.1
resolution: "@biomejs/cli-darwin-arm64@npm:1.7.1"
conditions: os=darwin & cpu=arm64
languageName: node
linkType: hard

"@biomejs/cli-darwin-x64@npm:1.5.3":
version: 1.5.3
resolution: "@biomejs/cli-darwin-x64@npm:1.5.3"
"@biomejs/cli-darwin-x64@npm:1.7.1":
version: 1.7.1
resolution: "@biomejs/cli-darwin-x64@npm:1.7.1"
conditions: os=darwin & cpu=x64
languageName: node
linkType: hard

"@biomejs/cli-linux-arm64-musl@npm:1.5.3":
version: 1.5.3
resolution: "@biomejs/cli-linux-arm64-musl@npm:1.5.3"
"@biomejs/cli-linux-arm64-musl@npm:1.7.1":
version: 1.7.1
resolution: "@biomejs/cli-linux-arm64-musl@npm:1.7.1"
conditions: os=linux & cpu=arm64 & libc=musl
languageName: node
linkType: hard

"@biomejs/cli-linux-arm64@npm:1.5.3":
version: 1.5.3
resolution: "@biomejs/cli-linux-arm64@npm:1.5.3"
"@biomejs/cli-linux-arm64@npm:1.7.1":
version: 1.7.1
resolution: "@biomejs/cli-linux-arm64@npm:1.7.1"
conditions: os=linux & cpu=arm64 & libc=glibc
languageName: node
linkType: hard

"@biomejs/cli-linux-x64-musl@npm:1.5.3":
version: 1.5.3
resolution: "@biomejs/cli-linux-x64-musl@npm:1.5.3"
"@biomejs/cli-linux-x64-musl@npm:1.7.1":
version: 1.7.1
resolution: "@biomejs/cli-linux-x64-musl@npm:1.7.1"
conditions: os=linux & cpu=x64 & libc=musl
languageName: node
linkType: hard

"@biomejs/cli-linux-x64@npm:1.5.3":
version: 1.5.3
resolution: "@biomejs/cli-linux-x64@npm:1.5.3"
"@biomejs/cli-linux-x64@npm:1.7.1":
version: 1.7.1
resolution: "@biomejs/cli-linux-x64@npm:1.7.1"
conditions: os=linux & cpu=x64 & libc=glibc
languageName: node
linkType: hard

"@biomejs/cli-win32-arm64@npm:1.5.3":
version: 1.5.3
resolution: "@biomejs/cli-win32-arm64@npm:1.5.3"
"@biomejs/cli-win32-arm64@npm:1.7.1":
version: 1.7.1
resolution: "@biomejs/cli-win32-arm64@npm:1.7.1"
conditions: os=win32 & cpu=arm64
languageName: node
linkType: hard

"@biomejs/cli-win32-x64@npm:1.5.3":
version: 1.5.3
resolution: "@biomejs/cli-win32-x64@npm:1.5.3"
"@biomejs/cli-win32-x64@npm:1.7.1":
version: 1.7.1
resolution: "@biomejs/cli-win32-x64@npm:1.7.1"
conditions: os=win32 & cpu=x64
languageName: node
linkType: hard
Expand Down Expand Up @@ -1804,90 +1804,90 @@ __metadata:
languageName: node
linkType: hard

"@swc/core-darwin-arm64@npm:1.4.2":
version: 1.4.2
resolution: "@swc/core-darwin-arm64@npm:1.4.2"
"@swc/core-darwin-arm64@npm:1.4.17":
version: 1.4.17
resolution: "@swc/core-darwin-arm64@npm:1.4.17"
conditions: os=darwin & cpu=arm64
languageName: node
linkType: hard

"@swc/core-darwin-x64@npm:1.4.2":
version: 1.4.2
resolution: "@swc/core-darwin-x64@npm:1.4.2"
"@swc/core-darwin-x64@npm:1.4.17":
version: 1.4.17
resolution: "@swc/core-darwin-x64@npm:1.4.17"
conditions: os=darwin & cpu=x64
languageName: node
linkType: hard

"@swc/core-linux-arm-gnueabihf@npm:1.4.2":
version: 1.4.2
resolution: "@swc/core-linux-arm-gnueabihf@npm:1.4.2"
"@swc/core-linux-arm-gnueabihf@npm:1.4.17":
version: 1.4.17
resolution: "@swc/core-linux-arm-gnueabihf@npm:1.4.17"
conditions: os=linux & cpu=arm
languageName: node
linkType: hard

"@swc/core-linux-arm64-gnu@npm:1.4.2":
version: 1.4.2
resolution: "@swc/core-linux-arm64-gnu@npm:1.4.2"
"@swc/core-linux-arm64-gnu@npm:1.4.17":
version: 1.4.17
resolution: "@swc/core-linux-arm64-gnu@npm:1.4.17"
conditions: os=linux & cpu=arm64 & libc=glibc
languageName: node
linkType: hard

"@swc/core-linux-arm64-musl@npm:1.4.2":
version: 1.4.2
resolution: "@swc/core-linux-arm64-musl@npm:1.4.2"
"@swc/core-linux-arm64-musl@npm:1.4.17":
version: 1.4.17
resolution: "@swc/core-linux-arm64-musl@npm:1.4.17"
conditions: os=linux & cpu=arm64 & libc=musl
languageName: node
linkType: hard

"@swc/core-linux-x64-gnu@npm:1.4.2":
version: 1.4.2
resolution: "@swc/core-linux-x64-gnu@npm:1.4.2"
"@swc/core-linux-x64-gnu@npm:1.4.17":
version: 1.4.17
resolution: "@swc/core-linux-x64-gnu@npm:1.4.17"
conditions: os=linux & cpu=x64 & libc=glibc
languageName: node
linkType: hard

"@swc/core-linux-x64-musl@npm:1.4.2":
version: 1.4.2
resolution: "@swc/core-linux-x64-musl@npm:1.4.2"
"@swc/core-linux-x64-musl@npm:1.4.17":
version: 1.4.17
resolution: "@swc/core-linux-x64-musl@npm:1.4.17"
conditions: os=linux & cpu=x64 & libc=musl
languageName: node
linkType: hard

"@swc/core-win32-arm64-msvc@npm:1.4.2":
version: 1.4.2
resolution: "@swc/core-win32-arm64-msvc@npm:1.4.2"
"@swc/core-win32-arm64-msvc@npm:1.4.17":
version: 1.4.17
resolution: "@swc/core-win32-arm64-msvc@npm:1.4.17"
conditions: os=win32 & cpu=arm64
languageName: node
linkType: hard

"@swc/core-win32-ia32-msvc@npm:1.4.2":
version: 1.4.2
resolution: "@swc/core-win32-ia32-msvc@npm:1.4.2"
"@swc/core-win32-ia32-msvc@npm:1.4.17":
version: 1.4.17
resolution: "@swc/core-win32-ia32-msvc@npm:1.4.17"
conditions: os=win32 & cpu=ia32
languageName: node
linkType: hard

"@swc/core-win32-x64-msvc@npm:1.4.2":
version: 1.4.2
resolution: "@swc/core-win32-x64-msvc@npm:1.4.2"
"@swc/core-win32-x64-msvc@npm:1.4.17":
version: 1.4.17
resolution: "@swc/core-win32-x64-msvc@npm:1.4.17"
conditions: os=win32 & cpu=x64
languageName: node
linkType: hard

"@swc/core@npm:1.4.2":
version: 1.4.2
resolution: "@swc/core@npm:1.4.2"
dependencies:
"@swc/core-darwin-arm64": "npm:1.4.2"
"@swc/core-darwin-x64": "npm:1.4.2"
"@swc/core-linux-arm-gnueabihf": "npm:1.4.2"
"@swc/core-linux-arm64-gnu": "npm:1.4.2"
"@swc/core-linux-arm64-musl": "npm:1.4.2"
"@swc/core-linux-x64-gnu": "npm:1.4.2"
"@swc/core-linux-x64-musl": "npm:1.4.2"
"@swc/core-win32-arm64-msvc": "npm:1.4.2"
"@swc/core-win32-ia32-msvc": "npm:1.4.2"
"@swc/core-win32-x64-msvc": "npm:1.4.2"
"@swc/core@npm:1.4.17":
version: 1.4.17
resolution: "@swc/core@npm:1.4.17"
dependencies:
"@swc/core-darwin-arm64": "npm:1.4.17"
"@swc/core-darwin-x64": "npm:1.4.17"
"@swc/core-linux-arm-gnueabihf": "npm:1.4.17"
"@swc/core-linux-arm64-gnu": "npm:1.4.17"
"@swc/core-linux-arm64-musl": "npm:1.4.17"
"@swc/core-linux-x64-gnu": "npm:1.4.17"
"@swc/core-linux-x64-musl": "npm:1.4.17"
"@swc/core-win32-arm64-msvc": "npm:1.4.17"
"@swc/core-win32-ia32-msvc": "npm:1.4.17"
"@swc/core-win32-x64-msvc": "npm:1.4.17"
"@swc/counter": "npm:^0.1.2"
"@swc/types": "npm:^0.1.5"
peerDependencies:
Expand Down Expand Up @@ -1916,7 +1916,7 @@ __metadata:
peerDependenciesMeta:
"@swc/helpers":
optional: true
checksum: 10c0/6d8dfb2eece2668a43b10ddd38daada0bdbc38e14cbd750a005cca50233958b6f54517ad2c869c7cab08ff96cb3d52e30b5356db4be8a0f4a2e94db8e023220f
checksum: 10c0/385b1ced6ed3b282c717f422d7fb70a8529f81b004dacb6fd49b3cc3693f33047d806870fae868ea71b586628aaf6879870afacd495c61103fe4f46bda8a83e3
languageName: node
linkType: hard

Expand Down Expand Up @@ -3416,8 +3416,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "daux.io@workspace:."
dependencies:
"@biomejs/biome": "npm:1.5.3"
"@swc/core": "npm:1.4.2"
"@biomejs/biome": "npm:1.7.1"
"@swc/core": "npm:1.4.17"
"@swissquote/crafty": "npm:1.25.0"
"@swissquote/crafty-preset-postcss": "npm:1.25.0"
"@swissquote/crafty-runner-gulp": "npm:1.25.0"
Expand Down

0 comments on commit 9897e98

Please sign in to comment.