Update all dependencies (#8034)

* Update all dependencies

* Update svgo.config.js

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Álvaro Mondéjar <mondejar1994@gmail.com>
This commit is contained in:
renovate[bot] 2022-11-24 14:39:11 +01:00 committed by GitHub
parent 12b18cfb18
commit a63fbf93bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 10 additions and 10 deletions

View file

@ -50,7 +50,7 @@ jobs:
- name: Update slugs table - name: Update slugs table
run: node ./scripts/release/update-slugs-table.js run: node ./scripts/release/update-slugs-table.js
- name: Commit version bump - name: Commit version bump
uses: stefanzweifel/git-auto-commit-action@v4.14.1 uses: stefanzweifel/git-auto-commit-action@v4.15.4
with: with:
commit_message: version bump commit_message: version bump
commit_user_name: 'github-actions[bot]' commit_user_name: 'github-actions[bot]'

View file

@ -68,7 +68,7 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Get commit message (for release title and body) - name: Get commit message (for release title and body)
id: commit id: commit
uses: kceb/git-message-action@v1 uses: kceb/git-message-action@v2
- name: Get release version - name: Get release version
id: get-version id: get-version
run: | run: |

View file

@ -1,4 +1,4 @@
FROM node:18-alpine FROM node:19-alpine
RUN apk add --no-cache \ RUN apk add --no-cache \
git git

View file

@ -39,23 +39,23 @@
"devDependencies": { "devDependencies": {
"chalk": "^5.0.1", "chalk": "^5.0.1",
"editorconfig-checker": "4.0.2", "editorconfig-checker": "4.0.2",
"esbuild": "0.15.6", "esbuild": "0.15.15",
"fake-diff": "1.0.0", "fake-diff": "1.0.0",
"get-relative-luminance": "^1.0.0", "get-relative-luminance": "^1.0.0",
"husky": "8.0.1", "husky": "8.0.2",
"inquirer": "^9.1.2", "inquirer": "^9.1.2",
"is-ci": "3.0.1", "is-ci": "3.0.1",
"jsonschema": "1.4.1", "jsonschema": "1.4.1",
"mocha": "10.0.0", "mocha": "10.1.0",
"named-html-entities-json": "1.0.0", "named-html-entities-json": "1.0.0",
"npm-run-all": "4.1.5", "npm-run-all": "4.1.5",
"prettier": "2.7.1", "prettier": "2.8.0",
"rimraf": "3.0.2", "rimraf": "3.0.2",
"svg-path-bbox": "1.2.2", "svg-path-bbox": "1.2.2",
"svg-path-segments": "1.0.0", "svg-path-segments": "1.0.0",
"svglint": "2.2.0", "svglint": "2.2.0",
"svgo": "2.8.0", "svgo": "3.0.2",
"svgpath": "2.5.0" "svgpath": "2.6.0"
}, },
"scripts": { "scripts": {
"build": "node scripts/build/package.js", "build": "node scripts/build/package.js",

View file

@ -44,7 +44,7 @@ module.exports = {
}, },
'removeUselessStrokeAndFill', 'removeUselessStrokeAndFill',
'removeUnusedNS', 'removeUnusedNS',
'cleanupIDs', 'cleanupIds',
'cleanupNumericValues', 'cleanupNumericValues',
'cleanupListOfValues', 'cleanupListOfValues',
'moveGroupAttrsToElems', 'moveGroupAttrsToElems',