Skip to content

Commit

Permalink
Update all dependencies (#8034)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
renovate[bot] and mondeja committed Nov 24, 2022
1 parent 12b18cf commit a63fbf9
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Expand Up @@ -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]'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,4 +1,4 @@
FROM node:18-alpine
FROM node:19-alpine

RUN apk add --no-cache \
git
Expand Down
12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion svgo.config.js
Expand Up @@ -44,7 +44,7 @@ module.exports = {
},
'removeUselessStrokeAndFill',
'removeUnusedNS',
'cleanupIDs',
'cleanupIds',
'cleanupNumericValues',
'cleanupListOfValues',
'moveGroupAttrsToElems',
Expand Down

0 comments on commit a63fbf9

Please sign in to comment.