Skip to content

Commit

Permalink
Merge branch 'main' into 601--unexpected-token
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdavidburns authored Jul 16, 2024
2 parents 7819eb9 + bf74bf8 commit b318ca4
Show file tree
Hide file tree
Showing 5 changed files with 49 additions and 49 deletions.
80 changes: 40 additions & 40 deletions .pnp.cjs

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

2 changes: 1 addition & 1 deletion .tugboat/steps/1-init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ nodejs -v | grep -q v$NODE_MAJOR
shopt -s dotglob
mkdir ../drainpipe-tmp
mv * ../drainpipe-tmp/
composer create-project drupal/recommended-project .
composer create-project drupal/recommended-project:~10.2.7 .
mv ../drainpipe-tmp drainpipe
composer config extra.drupal-scaffold.gitignore true
composer config --json extra.drupal-scaffold.allowed-packages \[\"lullabot/drainpipe\"]
Expand Down
2 changes: 1 addition & 1 deletion metapackages/sass/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"gulp-sass-glob": "^1.1.0",
"gulp-sourcemaps": "^3.0.0",
"modern-normalize": "^2.0.0",
"postcss": "^8.4.38",
"postcss": "^8.4.39",
"sass": "^1.77.6",
"yargs": "^17.7.2"
},
Expand Down
2 changes: 1 addition & 1 deletion tasks/github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ tasks:
$DIFF
<!--/Composer Lock Diff-->"
fi
DESCRIPTION=$(echo "$DESCRIPTION" | sed -z 's/\n/\\n/g' | sed -z 's/"/\\"/g' | sed -z 's/\r//g')
DESCRIPTION=$(echo "$DESCRIPTION" | sed -z 's/\\/\\\\/g' | sed -z 's/\n/\\n/g' | sed -z 's/"/\\"/g' | sed -z 's/\r//g')
echo "{\"body\": \"$(echo "$DESCRIPTION")\"}" > {{ .json_file }}
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ __metadata:
gulp-sass-glob: "npm:^1.1.0"
gulp-sourcemaps: "npm:^3.0.0"
modern-normalize: "npm:^2.0.0"
postcss: "npm:^8.4.38"
postcss: "npm:^8.4.39"
sass: "npm:^1.77.6"
yargs: "npm:^17.7.2"
bin:
Expand Down Expand Up @@ -6570,14 +6570,14 @@ __metadata:
languageName: node
linkType: hard

"postcss@npm:^8.4.38":
version: 8.4.38
resolution: "postcss@npm:8.4.38"
"postcss@npm:^8.4.39":
version: 8.4.39
resolution: "postcss@npm:8.4.39"
dependencies:
nanoid: "npm:^3.3.7"
picocolors: "npm:^1.0.0"
picocolors: "npm:^1.0.1"
source-map-js: "npm:^1.2.0"
checksum: 10c0/955407b8f70cf0c14acf35dab3615899a2a60a26718a63c848cf3c29f2467b0533991b985a2b994430d890bd7ec2b1963e36352b0774a19143b5f591540f7c06
checksum: 10c0/16f5ac3c4e32ee76d1582b3c0dcf1a1fdb91334a45ad755eeb881ccc50318fb8d64047de4f1601ac96e30061df203f0f2e2edbdc0bfc49b9c57bc9fb9bedaea3
languageName: node
linkType: hard

Expand Down

0 comments on commit b318ca4

Please sign in to comment.