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 Oct 28, 2023
1 parent 38540b2 commit 7d62f08
Show file tree
Hide file tree
Showing 6 changed files with 336 additions and 347 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
run: bin/daux generate --format=html-file --destination=static-single

- name: Setup Node.js
uses: actions/setup-node@v3.8.1
uses: actions/setup-node@v3.8.2
with:
node-version: '20.x'
cache: 'yarn'
Expand Down
646 changes: 323 additions & 323 deletions .yarn/releases/yarn-4.0.0.cjs → .yarn/releases/yarn-4.0.1.cjs
100644 → 100755

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.0.0.cjs
yarnPath: .yarn/releases/yarn-4.0.1.cjs
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM composer:2.6.5 AS composer

FROM php:8.2.11
FROM php:8.2.12

RUN apt-get update \
&& apt-get install -y --no-install-recommends libicu-dev git unzip \
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@swissquote/crafty": "1.23.0",
"@swissquote/crafty-preset-babel": "1.23.0",
"@swissquote/crafty-preset-postcss": "1.23.0",
"@swissquote/crafty-runner-gulp": "1.22.3",
"@swissquote/crafty-runner-gulp": "1.23.0",
"@swissquote/crafty-runner-rollup": "1.22.3",
"flexsearch": "^0.7.0",
"katex": "^0.16.4",
Expand All @@ -24,5 +24,5 @@
"lint:js": "crafty jsLint --fix src/js/**/*.js",
"lint:css": "crafty cssLint --fix --preset recommended themes/daux_singlepage/scss/*.scss themes/daux/scss/*.scss"
},
"packageManager": "yarn@4.0.0"
"packageManager": "yarn@4.0.1"
}
27 changes: 8 additions & 19 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1793,17 +1793,6 @@ __metadata:
languageName: node
linkType: hard

"@swissquote/crafty-commons-gulp@npm:1.22.3":
version: 1.22.3
resolution: "@swissquote/crafty-commons-gulp@npm:1.22.3"
dependencies:
"@swissquote/crafty-commons": "npm:1.22.3"
peerDependencies:
"@swissquote/crafty": 1.22.3
checksum: 4d6f7b526d41e101063328d27e3b30e21d9ca34ae21e737cbbc64dccea334eb14e00a417f843176d4a299fff9755d73bcd0568b2f774c73910942ada37cdbfbb
languageName: node
linkType: hard

"@swissquote/crafty-commons-gulp@npm:1.23.0":
version: 1.23.0
resolution: "@swissquote/crafty-commons-gulp@npm:1.23.0"
Expand Down Expand Up @@ -1934,14 +1923,14 @@ __metadata:
languageName: node
linkType: hard

"@swissquote/crafty-runner-gulp@npm:1.22.3":
version: 1.22.3
resolution: "@swissquote/crafty-runner-gulp@npm:1.22.3"
"@swissquote/crafty-runner-gulp@npm:1.23.0":
version: 1.23.0
resolution: "@swissquote/crafty-runner-gulp@npm:1.23.0"
dependencies:
"@swissquote/crafty": "npm:1.22.3"
"@swissquote/crafty-commons": "npm:1.22.3"
"@swissquote/crafty-commons-gulp": "npm:1.22.3"
checksum: 4957fe567340373fcab3c35d894211c042fd49b0698bb87bc35746b8b4c4d8c6e5fb98c8956c553b7941634f2a52bdc8c6edf2d954296ed0aea8b772f927c571
"@swissquote/crafty": "npm:1.23.0"
"@swissquote/crafty-commons": "npm:1.23.0"
"@swissquote/crafty-commons-gulp": "npm:1.23.0"
checksum: eb49030285bf32a4fe762aec0ee6781c51bb91fc91538e3bf4bec8044e244d79fde95772a69ca9b7c6032b257b100e5ad4225078a8a1219452563806b2ebdc6e
languageName: node
linkType: hard

Expand Down Expand Up @@ -3465,7 +3454,7 @@ __metadata:
"@swissquote/crafty": "npm:1.23.0"
"@swissquote/crafty-preset-babel": "npm:1.23.0"
"@swissquote/crafty-preset-postcss": "npm:1.23.0"
"@swissquote/crafty-runner-gulp": "npm:1.22.3"
"@swissquote/crafty-runner-gulp": "npm:1.23.0"
"@swissquote/crafty-runner-rollup": "npm:1.22.3"
flexsearch: "npm:^0.7.0"
katex: "npm:^0.16.4"
Expand Down

0 comments on commit 7d62f08

Please sign in to comment.