Skip to content

Commit

Permalink
Merge branch 'main' into 743--gunzip-arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
deviantintegral authored Jan 20, 2025
2 parents 78f5fd2 + a8c76dd commit 0ea5f40
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
10 changes: 5 additions & 5 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions drainpipe-dev/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,18 @@
"behat/mink": "^1.12.0",
"behat/mink-browserkit-driver": "^2.2.0",
"davidrjonas/composer-lock-diff": "^1.7",
"drupal/coder": "^8.3.25",
"drupal/coder": "^8.3.26",
"lullabot/drainpipe": "*",
"mglaman/phpstan-drupal": "^1.3.1",
"mglaman/phpstan-drupal": "^2.0.0",
"mikey179/vfsstream": "^1.6.12",
"mockery/mockery": "^1.6.12",
"phpspec/prophecy-phpunit": "^2",
"phpstan/phpstan-deprecation-rules": "^1.2.1",
"phpstan/phpstan-deprecation-rules": "^2.0.1",
"phpunit/phpunit": "^9|^10",
"symfony/phpunit-bridge": "^6|^7",
"symfony/yaml": "^6|^7",
"tijsverkoyen/convert-to-junit-xml": "^1.11.0",
"vincentlanglet/twig-cs-fixer": "^3.3.1"
"vincentlanglet/twig-cs-fixer": "^3.4.0"
},
"require-dev": {
"composer/composer": "^2.8.3"
Expand Down
2 changes: 1 addition & 1 deletion metapackages/sass/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"gulp-sourcemaps": "^3.0.0",
"modern-normalize": "^3.0.1",
"postcss": "^8.4.49",
"sass": "^1.81.0",
"sass": "^1.83.0",
"yargs": "^17.7.2"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion tasks/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ tasks:
- |
DIRS_ARR=({{.YAML_DIRS}})
for DIR in "${DIRS_ARR[@]}"; do
./vendor/bin/yaml-lint $DIR
./vendor/bin/yaml-lint --parse-tags $DIR
done
- |
DIRS_ARR=({{.TWIG_DIRS}})
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ __metadata:
gulp-sourcemaps: "npm:^3.0.0"
modern-normalize: "npm:^3.0.1"
postcss: "npm:^8.4.49"
sass: "npm:^1.81.0"
sass: "npm:^1.83.0"
yargs: "npm:^17.7.2"
bin:
drainpipe-sass: ./gulp.js
Expand Down Expand Up @@ -7196,9 +7196,9 @@ __metadata:
languageName: node
linkType: hard

"sass@npm:^1.81.0":
version: 1.81.0
resolution: "sass@npm:1.81.0"
"sass@npm:^1.83.0":
version: 1.83.0
resolution: "sass@npm:1.83.0"
dependencies:
"@parcel/watcher": "npm:^2.4.1"
chokidar: "npm:^4.0.0"
Expand All @@ -7209,7 +7209,7 @@ __metadata:
optional: true
bin:
sass: sass.js
checksum: 10c0/9c59b3c9b4231c18fcb4583cc232dbc4de501ddc11101b7a025e44833e3f3ce6031546dc1cd109ee9f04ebcfb1fe30ff870810af33b8feb9aa9e36dfba9ec1ef
checksum: 10c0/4415361229879a9041d77c953da85482e89032aa4321ba13250a9987d39c80fac6c88af3777f2a2d76a4e8b0c8afbd21c1970fdbe84e0b3ec25fb26741f92beb
languageName: node
linkType: hard

Expand Down

0 comments on commit 0ea5f40

Please sign in to comment.