Skip to content

Commit f9b482c

Browse files
committed
[add] NPM dependency badge based on Libraries.io
[optimize] upgrade Upstream packages
1 parent 8c8076f commit f9b482c

File tree

5 files changed

+1746
-1601
lines changed

5 files changed

+1746
-1601
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
version: 8
1515
- uses: actions/setup-node@v3
1616
with:
17-
node-version: 16
17+
node-version: 18
1818
registry-url: https://registry.npmjs.org
1919
cache: pnpm
2020
- name: Install Dependencies

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
auto-install-peers = false

ReadMe.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@
22

33
[Open-source licenses][1] filter algorithm library written in [TypeScript][2]
44

5-
[![CI & CD](https://github.com/kaiyuanshe/Open-Source-License-filter/actions/workflows/main.yml/badge.svg)][3]
5+
[![NPM Dependency](https://img.shields.io/librariesio/github/kaiyuanshe/Open-Source-License-filter.svg)][3]
6+
[![CI & CD](https://github.com/kaiyuanshe/Open-Source-License-filter/actions/workflows/main.yml/badge.svg)][4]
67

7-
[![NPM](https://nodei.co/npm/license-filter.png?downloads=true&downloadRank=true&stars=true)][4]
8+
[![NPM](https://nodei.co/npm/license-filter.png?downloads=true&downloadRank=true&stars=true)][5]
89

9-
## Document
10+
## Link
1011

11-
https://kaiyuanshe.feishu.cn/wiki/wikcnRn5pkE3BSvqFUMkJPymaG3
12+
- Design document: https://kaiyuanshe.feishu.cn/wiki/wikcnRn5pkE3BSvqFUMkJPymaG3
13+
- UI implement: https://kaiyuanshe.cn/tool/license-filter
1214

1315
## Usage
1416

@@ -121,5 +123,6 @@ https://mp.weixin.qq.com/s/ja_w-2NNSIKcO4vv7iN5vg
121123

122124
[1]: https://opensource.org/licenses
123125
[2]: https://www.typescriptlang.org/
124-
[3]: https://github.com/kaiyuanshe/Open-Source-License-filter/actions/workflows/main.yml
125-
[4]: https://nodei.co/npm/license-filter/
126+
[3]: https://libraries.io/npm/license-filter
127+
[4]: https://github.com/kaiyuanshe/Open-Source-License-filter/actions/workflows/main.yml
128+
[5]: https://nodei.co/npm/license-filter/

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "license-filter",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"license": "LGPL-3.0",
55
"author": "[email protected]",
66
"description": "Open-source licenses filter algorithm library written in TypeScript",
@@ -25,22 +25,22 @@
2525
"main": "dist/index.js",
2626
"module": "dist/index.esm.js",
2727
"dependencies": {
28-
"@swc/helpers": "^0.4.14"
28+
"@swc/helpers": "^0.5.3"
2929
},
3030
"devDependencies": {
31-
"@parcel/packager-ts": "^2.8.3",
32-
"@parcel/transformer-typescript-types": "^2.8.3",
33-
"@types/jest": "^29.5.1",
31+
"@parcel/packager-ts": "^2.10.2",
32+
"@parcel/transformer-typescript-types": "^2.10.2",
33+
"@types/jest": "^29.5.7",
3434
"husky": "^8.0.3",
35-
"jest": "^29.5.0",
36-
"lint-staged": "^13.2.2",
35+
"jest": "^29.7.0",
36+
"lint-staged": "^15.0.2",
3737
"open-cli": "^7.2.0",
38-
"parcel": "~2.8.3",
39-
"prettier": "^2.8.8",
40-
"ts-jest": "^29.1.0",
41-
"typedoc": "^0.24.7",
42-
"typedoc-plugin-mdn-links": "^3.0.3",
43-
"typescript": "~5.0.4"
38+
"parcel": "~2.10.2",
39+
"prettier": "^3.0.3",
40+
"ts-jest": "^29.1.1",
41+
"typedoc": "^0.25.3",
42+
"typedoc-plugin-mdn-links": "^3.1.0",
43+
"typescript": "~5.2.2"
4444
},
4545
"prettier": {
4646
"singleQuote": true,

0 commit comments

Comments
 (0)