mirror of
https://github.com/simple-icons/simple-icons.git
synced 2024-11-16 00:59:07 +02:00
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:
parent
12b18cfb18
commit
a63fbf93bd
2
.github/workflows/create-release.yml
vendored
2
.github/workflows/create-release.yml
vendored
@ -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]'
|
||||
|
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -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: |
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM node:18-alpine
|
||||
FROM node:19-alpine
|
||||
|
||||
RUN apk add --no-cache \
|
||||
git
|
||||
|
12
package.json
12
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",
|
||||
|
@ -44,7 +44,7 @@ module.exports = {
|
||||
},
|
||||
'removeUselessStrokeAndFill',
|
||||
'removeUnusedNS',
|
||||
'cleanupIDs',
|
||||
'cleanupIds',
|
||||
'cleanupNumericValues',
|
||||
'cleanupListOfValues',
|
||||
'moveGroupAttrsToElems',
|
||||
|
Loading…
Reference in New Issue
Block a user