diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 47721297d252..b9695c514a0d 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -50,7 +50,7 @@ jobs: - name: Update slugs table run: node ./scripts/release/update-slugs-table.js - name: Commit version bump - uses: stefanzweifel/git-auto-commit-action@v4.14.1 + uses: stefanzweifel/git-auto-commit-action@v4.15.4 with: commit_message: version bump commit_user_name: 'github-actions[bot]' diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b17c0024d621..ec8a6dee5c99 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -68,7 +68,7 @@ jobs: uses: actions/checkout@v3 - name: Get commit message (for release title and body) id: commit - uses: kceb/git-message-action@v1 + uses: kceb/git-message-action@v2 - name: Get release version id: get-version run: | diff --git a/Dockerfile b/Dockerfile index 6cd532e79177..d69eeb64f7f3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:18-alpine +FROM node:19-alpine RUN apk add --no-cache \ git diff --git a/package.json b/package.json index fc6884d1f4db..b54505e88934 100644 --- a/package.json +++ b/package.json @@ -39,23 +39,23 @@ "devDependencies": { "chalk": "^5.0.1", "editorconfig-checker": "4.0.2", - "esbuild": "0.15.6", + "esbuild": "0.15.15", "fake-diff": "1.0.0", "get-relative-luminance": "^1.0.0", - "husky": "8.0.1", + "husky": "8.0.2", "inquirer": "^9.1.2", "is-ci": "3.0.1", "jsonschema": "1.4.1", - "mocha": "10.0.0", + "mocha": "10.1.0", "named-html-entities-json": "1.0.0", "npm-run-all": "4.1.5", - "prettier": "2.7.1", + "prettier": "2.8.0", "rimraf": "3.0.2", "svg-path-bbox": "1.2.2", "svg-path-segments": "1.0.0", "svglint": "2.2.0", - "svgo": "2.8.0", - "svgpath": "2.5.0" + "svgo": "3.0.2", + "svgpath": "2.6.0" }, "scripts": { "build": "node scripts/build/package.js", diff --git a/svgo.config.js b/svgo.config.js index ca5bc4f65205..43d3122d9f76 100644 --- a/svgo.config.js +++ b/svgo.config.js @@ -44,7 +44,7 @@ module.exports = { }, 'removeUselessStrokeAndFill', 'removeUnusedNS', - 'cleanupIDs', + 'cleanupIds', 'cleanupNumericValues', 'cleanupListOfValues', 'moveGroupAttrsToElems',