Skip to content

Commit 8ea849e

Browse files
committed
chore: add donate and funding fields
1 parent 24323c9 commit 8ea849e

File tree

10 files changed

+2494
-2034
lines changed

10 files changed

+2494
-2034
lines changed

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://unpkg.com/@changesets/config@1.6.0/schema.json",
2+
"$schema": "https://unpkg.com/@changesets/config/schema.json",
33
"changelog": [
44
"@changesets/changelog-github",
55
{

.eslintrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"root": true,
23
"extends": "@1stg",
34
"rules": {
45
"@typescript-eslint/consistent-type-imports": 2

.github/FUNDING.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,11 @@
1-
github: [JounQin]
2-
open_collective: rxts
1+
github:
2+
- JounQin
3+
- 1stG
4+
- rxts
5+
- unts
6+
patreon: 1stG
7+
open_collective: unts
8+
custom:
9+
- https://opencollective.com/1stG
10+
- https://opencollective.com/rxts
11+
- https://afdian.net/@JounQin

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ jobs:
2424
node-version: ${{ matrix.node }}
2525
cache: yarn
2626

27-
- name: Link Yarn global binaries into PATH
28-
run: echo "$(yarn global bin)" >> $GITHUB_PATH
29-
3027
- name: Install Dependencies
3128
run: yarn --frozen-lockfile
3229

.github/workflows/pkg-size.yml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
name: Package Size Report
2+
3+
on:
4+
pull_request:
5+
branches:
6+
- main
7+
8+
jobs:
9+
pkg-size-report:
10+
name: Package Size Report
11+
runs-on: ubuntu-latest
12+
13+
steps:
14+
- name: Checkout
15+
uses: actions/checkout@v3
16+
17+
- name: Setup pnpm
18+
uses: pnpm/action-setup@v2
19+
with:
20+
version: latest
21+
22+
- name: Setup Node.js
23+
uses: actions/setup-node@v3
24+
with:
25+
node-version: 16
26+
cache: pnpm
27+
28+
- name: Package Size Report
29+
uses: pkg-size/action@v1
30+
env:
31+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
1717
fetch-depth: 0
1818

19-
- name: Setup Node.js 16.x
19+
- name: Setup Node.js 16
2020
uses: actions/setup-node@v3
2121
with:
22-
node-version: 16.x
22+
node-version: 16
2323
cache: yarn
2424

2525
- name: Install Dependencies

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2021 RxTS
3+
Copyright (c) 2021 UnTS
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 26 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
# changesets-gitlab
22

33
[![GitHub Actions](https://github.com/rx-ts/changesets-gitlab/workflows/CI/badge.svg)](https://github.com/rx-ts/changesets-gitlab/actions/workflows/ci.yml)
4-
[![Codacy Grade](https://img.shields.io/codacy/grade/b8b2b61c3da34601865a86d22d48d9e5)](https://app.codacy.com/gh/rx-ts/changesets-gitlab)
4+
[![Language grade: JavaScript](https://img.shields.io/lgtm/grade/javascript/g/un-ts/changesets-gitlab.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/un-ts/changesets-gitlab/context:javascript)
55
[![npm](https://img.shields.io/npm/v/changesets-gitlab.svg)](https://www.npmjs.com/package/changesets-gitlab)
66
[![GitHub Release](https://img.shields.io/github/release/rx-ts/changesets-gitlab)](https://github.com/rx-ts/changesets-gitlab/releases)
77

8-
[![David Peer](https://img.shields.io/david/peer/rx-ts/changesets-gitlab.svg)](https://david-dm.org/rx-ts/changesets-gitlab?type=peer)
9-
[![David](https://img.shields.io/david/rx-ts/changesets-gitlab.svg)](https://david-dm.org/rx-ts/changesets-gitlab)
10-
[![David Dev](https://img.shields.io/david/dev/rx-ts/changesets-gitlab.svg)](https://david-dm.org/rx-ts/changesets-gitlab?type=dev)
11-
128
[![Conventional Commits](https://img.shields.io/badge/conventional%20commits-1.0.0-yellow.svg)](https://conventionalcommits.org)
139
[![Renovate enabled](https://img.shields.io/badge/renovate-enabled-brightgreen.svg)](https://renovatebot.com)
1410
[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
@@ -196,3 +192,28 @@ And your `update-versions` script would be:
196192
"update-versions": "changeset version && yarn install"
197193
}
198194
```
195+
196+
## Sponsors
197+
198+
| 1stG | RxTS | UnTS |
199+
| ---------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- |
200+
| [![1stG Open Collective backers and sponsors](https://opencollective.com/1stG/organizations.svg)](https://opencollective.com/1stG) | [![RxTS Open Collective backers and sponsors](https://opencollective.com/rxts/organizations.svg)](https://opencollective.com/rxts) | [![UnTS Open Collective backers and sponsors](https://opencollective.com/unts/organizations.svg)](https://opencollective.com/unts) |
201+
202+
## Backers
203+
204+
| 1stG | RxTS | UnTS |
205+
| -------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- |
206+
| [![1stG Open Collective backers and sponsors](https://opencollective.com/1stG/individuals.svg)](https://opencollective.com/1stG) | [![RxTS Open Collective backers and sponsors](https://opencollective.com/rxts/individuals.svg)](https://opencollective.com/rxts) | [![UnTS Open Collective backers and sponsors](https://opencollective.com/unts/individuals.svg)](https://opencollective.com/unts) |
207+
| n Collective backers and sponsors](https://opencollective.com/unts/individuals.svg)](https://opencollective.com/unts) |
208+
209+
## Changelog
210+
211+
Detailed changes for each release are documented in [CHANGELOG.md](./CHANGELOG.md).
212+
213+
## License
214+
215+
[MIT][] © [JounQin][]@[1stG.me][]
216+
217+
[1stg.me]: https://www.1stg.me
218+
[jounqin]: https://GitHub.com/JounQin
219+
[mit]: http://opensource.org/licenses/MIT

package.json

Lines changed: 50 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,42 @@
33
"version": "0.5.3",
44
"type": "module",
55
"repository": "git+https://github.com/rx-ts/changesets-gitlab.git",
6-
"author": "JounQin <admin@1stg.me>",
6+
"author": "JounQin (https://www.1stG.me) <admin@1stg.me>",
7+
"donate": {
8+
"recipients": [
9+
{
10+
"name": "unts",
11+
"platform": "opencollective",
12+
"address": "https://opencollective.com/unts",
13+
"weight": 60
14+
},
15+
{
16+
"name": "rxts",
17+
"platform": "opencollective",
18+
"address": "https://opencollective.com/rxts",
19+
"weight": 20
20+
},
21+
{
22+
"name": "1stG",
23+
"email": "i@1stg.me",
24+
"weight": 20,
25+
"platforms": [
26+
{
27+
"platform": "opencollective",
28+
"address": "https://opencollective.com/1stG"
29+
},
30+
{
31+
"platform": "patreon",
32+
"address": "https://www.patreon.com/1stG"
33+
}
34+
]
35+
}
36+
]
37+
},
38+
"funding": "https://opencollective.com/unts",
739
"license": "MIT",
840
"engines": {
9-
"node": ">=12"
41+
"node": "^12.20.0 || ^14.18.0 || >=16.0.0"
1042
},
1143
"bin": {
1244
"changesets-gitlab": "lib/cli.js"
@@ -37,18 +69,18 @@
3769
"typecov": "type-coverage"
3870
},
3971
"dependencies": {
40-
"@actions/core": "^1.8.2",
72+
"@actions/core": "^1.9.0",
4173
"@actions/exec": "^1.1.1",
42-
"@changesets/assemble-release-plan": "^5.1.2",
43-
"@changesets/config": "^2.0.0",
74+
"@changesets/assemble-release-plan": "^5.1.3",
75+
"@changesets/config": "^2.0.1",
4476
"@changesets/errors": "^0.1.4",
4577
"@changesets/parse": "^0.3.13",
4678
"@changesets/pre": "^1.0.11",
4779
"@changesets/read": "^0.5.5",
4880
"@gitbeaker/node": "^35.6.0",
4981
"@manypkg/get-packages": "^1.1.3",
50-
"@sentry/node": "^6.19.7",
51-
"commander": "^9.2.0",
82+
"@sentry/node": "^7.5.1",
83+
"commander": "^9.3.0",
5284
"dotenv": "^16.0.1",
5385
"fs-extra": "^10.1.0",
5486
"global-agent": "^3.0.0",
@@ -64,21 +96,22 @@
6496
"unified": "^10.1.2"
6597
},
6698
"devDependencies": {
67-
"@1stg/lib-config": "^6.1.3",
68-
"@changesets/changelog-github": "^0.4.4",
69-
"@changesets/cli": "^2.22.0",
99+
"@1stg/lib-config": "^8.0.0",
100+
"@changesets/changelog-github": "^0.4.5",
101+
"@changesets/cli": "^2.23.1",
70102
"@types/global-agent": "^2.1.1",
71-
"@types/jest": "^27.5.1",
103+
"@types/jest": "^28.1.4",
72104
"@types/js-yaml": "^4.0.5",
73105
"@types/micromatch": "^4.0.2",
74-
"jest": "^28.1.0",
75-
"ts-jest": "^28.0.3",
76-
"ts-node": "^10.8.0",
77-
"type-coverage": "^2.21.1",
78-
"typescript": "^4.6.4"
106+
"jest": "^28.1.2",
107+
"ts-jest": "^28.0.5",
108+
"ts-node": "^10.8.2",
109+
"type-coverage": "^2.21.2",
110+
"typescript": "^4.7.4",
111+
"yarn-deduplicate": "^5.0.0"
79112
},
80113
"resolutions": {
81-
"prettier": "^2.6.2"
114+
"prettier": "^2.7.1"
82115
},
83116
"publishConfig": {
84117
"access": "public"

0 commit comments

Comments
 (0)