You've already forked simple-icons
mirror of
https://github.com/simple-icons/simple-icons.git
synced 2025-11-23 21:34:49 +02:00
Update dependencies (#13938)
Co-authored-by: LitoMore <LitoMore@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
bc7a523528
commit
02d63a3646
4
.github/workflows/create-release.yml
vendored
4
.github/workflows/create-release.yml
vendored
@@ -73,7 +73,7 @@ jobs:
|
||||
# Ensure we are checked out on the develop branch
|
||||
ref: develop
|
||||
- name: Use Node.js
|
||||
uses: actions/setup-node@v5
|
||||
uses: actions/setup-node@v6
|
||||
with:
|
||||
node-version-file: .node-version
|
||||
cache: npm
|
||||
@@ -93,7 +93,7 @@ jobs:
|
||||
- name: Update SDK Typescript definitions
|
||||
run: node scripts/release/update-sdk-ts-defs.js
|
||||
- name: Commit version bump
|
||||
uses: stefanzweifel/git-auto-commit-action@v5
|
||||
uses: stefanzweifel/git-auto-commit-action@v7
|
||||
with:
|
||||
commit_message: Bump version
|
||||
commit_user_name: 'simple-icons[bot]'
|
||||
|
||||
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@@ -14,7 +14,7 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v5
|
||||
- name: Use Node.js
|
||||
uses: actions/setup-node@v5
|
||||
uses: actions/setup-node@v6
|
||||
with:
|
||||
node-version-file: .node-version
|
||||
cache: npm
|
||||
@@ -38,7 +38,7 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v5
|
||||
- name: Use Node.js
|
||||
uses: actions/setup-node@v5
|
||||
uses: actions/setup-node@v6
|
||||
with:
|
||||
node-version-file: .node-version
|
||||
cache: npm
|
||||
|
||||
4
.github/workflows/renovate.yml
vendored
4
.github/workflows/renovate.yml
vendored
@@ -38,11 +38,11 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v5
|
||||
- name: Setup node
|
||||
uses: actions/setup-node@v5
|
||||
uses: actions/setup-node@v6
|
||||
with:
|
||||
node-version-file: .node-version
|
||||
- name: Renovate
|
||||
uses: renovatebot/github-action@v41.0.22
|
||||
uses: renovatebot/github-action@v43.0.19
|
||||
with:
|
||||
configurationFile: .github/renovate.json5
|
||||
token: ${{ steps.app-token.outputs.token }}
|
||||
|
||||
6
.github/workflows/verify.yml
vendored
6
.github/workflows/verify.yml
vendored
@@ -16,7 +16,7 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v5
|
||||
- name: Use Node.js
|
||||
uses: actions/setup-node@v5
|
||||
uses: actions/setup-node@v6
|
||||
with:
|
||||
node-version-file: .node-version
|
||||
cache: npm
|
||||
@@ -35,7 +35,7 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v5
|
||||
- name: Use Node.js
|
||||
uses: actions/setup-node@v5
|
||||
uses: actions/setup-node@v6
|
||||
with:
|
||||
node-version-file: .node-version
|
||||
cache: npm
|
||||
@@ -113,7 +113,7 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v5
|
||||
- name: Use Node.js
|
||||
uses: actions/setup-node@v5
|
||||
uses: actions/setup-node@v6
|
||||
with:
|
||||
node-version-file: .node-version
|
||||
cache: npm
|
||||
|
||||
@@ -11,7 +11,6 @@ Simple Icons welcomes contributions and corrections. Before contributing, please
|
||||
|
||||
1. Fork this repository
|
||||
1. (Optional) Clone the fork
|
||||
|
||||
- Using SSH
|
||||
|
||||
```shell
|
||||
@@ -148,7 +147,6 @@ If all else fails, though, feel free to make a good case for the popularity of t
|
||||
When submitting a request for a new or updated icon include helpful information such as:
|
||||
|
||||
- **Issue Title:** The brand name. For example:
|
||||
|
||||
- New Icons: `Request: GitHub Icon`
|
||||
- Icon Updates: `Update: GitHub Color` or `Update: GitHub Icon`
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM node:22-alpine AS base
|
||||
FROM node:24-alpine AS base
|
||||
RUN apk add --no-cache git
|
||||
WORKDIR /simple-icons
|
||||
|
||||
|
||||
4173
package-lock.json
generated
4173
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
26
package.json
26
package.json
@@ -93,31 +93,31 @@
|
||||
"xo:fix": "xo --fix"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@inquirer/prompts": "7.5.0",
|
||||
"@inquirer/prompts": "7.10.1",
|
||||
"@types/mocha": "10.0.10",
|
||||
"@types/node": "22.15.3",
|
||||
"chalk": "5.4.1",
|
||||
"editorconfig-checker": "6.0.1",
|
||||
"esbuild": "0.25.3",
|
||||
"@types/node": "24.10.1",
|
||||
"chalk": "5.6.2",
|
||||
"editorconfig-checker": "6.1.1",
|
||||
"esbuild": "0.27.0",
|
||||
"eslint-plugin-headers": "1.3.3",
|
||||
"eslint-plugin-jsdoc": "50.6.11",
|
||||
"eslint-plugin-jsdoc": "61.2.1",
|
||||
"fake-diff": "1.0.0",
|
||||
"fast-fuzzy": "1.12.0",
|
||||
"get-relative-luminance": "1.0.0",
|
||||
"husky": "9.1.7",
|
||||
"jsonschema": "1.5.0",
|
||||
"markdownlint-cli2": "0.17.2",
|
||||
"mocha": "11.1.0",
|
||||
"markdownlint-cli2": "0.19.0",
|
||||
"mocha": "11.7.5",
|
||||
"named-html-entities-json": "1.0.0",
|
||||
"prettier-plugin-packagejson": "2.5.10",
|
||||
"spdx-license-ids": "3.0.21",
|
||||
"prettier-plugin-packagejson": "2.5.19",
|
||||
"spdx-license-ids": "3.0.22",
|
||||
"svg-path-bbox": "2.1.0",
|
||||
"svg-path-segments": "2.0.1",
|
||||
"svglint": "4.1.0",
|
||||
"svglint": "4.1.2",
|
||||
"svgo": "4.0.0",
|
||||
"svgpath": "2.6.0",
|
||||
"typescript": "5.8.3",
|
||||
"xo": "1.0.0"
|
||||
"typescript": "5.9.3",
|
||||
"xo": "1.2.3"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.12.18"
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
#!/usr/bin/env node
|
||||
// @ts-check
|
||||
/* eslint jsdoc/reject-any-type: off */
|
||||
/**
|
||||
* @file Auto-close script for closing won't add icons.
|
||||
*/
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
// @ts-check
|
||||
/* eslint jsdoc/reject-any-type: off */
|
||||
/**
|
||||
* @file Internal utilities.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user