|
4 | 4 | "type": "module", |
5 | 5 | "repository": "git+https://github.com/rx-ts/changesets-gitlab.git", |
6 | 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 | 7 | "funding": "https://opencollective.com/unts", |
39 | 8 | "license": "MIT", |
40 | 9 | "engines": { |
41 | | - "node": "^12.20.0 || ^14.18.0 || >=16.0.0" |
| 10 | + "node": ">=18.0.0" |
42 | 11 | }, |
43 | 12 | "bin": { |
44 | 13 | "changesets-gitlab": "lib/cli.js" |
|
69 | 38 | "typecov": "type-coverage" |
70 | 39 | }, |
71 | 40 | "dependencies": { |
72 | | - "@actions/core": "^1.9.0", |
| 41 | + "@actions/core": "^1.10.1", |
73 | 42 | "@actions/exec": "^1.1.1", |
74 | 43 | "@changesets/assemble-release-plan": "^5.2.4", |
75 | 44 | "@changesets/config": "^2.3.1", |
|
79 | 48 | "@changesets/read": "^0.5.9", |
80 | 49 | "@gitbeaker/rest": "^39.23.0", |
81 | 50 | "@manypkg/get-packages": "^1.1.3", |
82 | | - "@sentry/node": "^7.6.0", |
83 | | - "commander": "^9.3.0", |
84 | | - "dotenv": "^16.0.3", |
85 | | - "fs-extra": "^10.1.0", |
| 51 | + "@sentry/node": "^7.80.1", |
| 52 | + "commander": "^11.1.0", |
| 53 | + "dotenv": "^16.3.1", |
| 54 | + "fs-extra": "^11.1.1", |
86 | 55 | "global-agent": "^3.0.0", |
87 | | - "human-id": "^4.0.0", |
| 56 | + "human-id": "^4.1.0", |
88 | 57 | "js-yaml": "^4.1.0", |
89 | 58 | "markdown-table": "^3.0.3", |
90 | | - "mdast-util-to-string": "^3.1.0", |
| 59 | + "mdast-util-to-string": "^4.0.0", |
91 | 60 | "micromatch": "^4.0.5", |
92 | | - "remark-parse": "^10.0.2", |
93 | | - "remark-stringify": "^10.0.3", |
| 61 | + "remark-parse": "^11.0.0", |
| 62 | + "remark-stringify": "^11.0.0", |
94 | 63 | "resolve-from": "^5.0.0", |
95 | 64 | "semver": "^7.5.4", |
96 | | - "unified": "^10.1.2" |
| 65 | + "unified": "^11.0.4" |
97 | 66 | }, |
98 | 67 | "devDependencies": { |
99 | | - "@1stg/lib-config": "^8.1.2", |
| 68 | + "@1stg/lib-config": "^12.0.0", |
100 | 69 | "@changesets/changelog-github": "^0.4.8", |
101 | 70 | "@changesets/cli": "^2.26.2", |
102 | | - "@types/global-agent": "^2.1.2", |
103 | | - "@types/jest": "^28.1.8", |
104 | | - "@types/js-yaml": "^4.0.8", |
105 | | - "@types/micromatch": "^4.0.4", |
106 | | - "jest": "^28.1.3", |
107 | | - "ts-jest": "^28.0.8", |
| 71 | + "@types/global-agent": "^2.1.3", |
| 72 | + "@types/jest": "^29.5.8", |
| 73 | + "@types/js-yaml": "^4.0.9", |
| 74 | + "@types/micromatch": "^4.0.5", |
| 75 | + "jest": "^29.7.0", |
| 76 | + "ts-jest": "^29.1.1", |
108 | 77 | "ts-node": "^10.9.1", |
109 | 78 | "type-coverage": "^2.27.0", |
110 | | - "typescript": "^4.7.4", |
111 | | - "yarn-deduplicate": "^5.0.2" |
112 | | - }, |
113 | | - "resolutions": { |
114 | | - "prettier": "^2.8.8" |
115 | | - }, |
116 | | - "publishConfig": { |
117 | | - "access": "public" |
| 79 | + "typescript": "^5.2.2", |
| 80 | + "yarn-deduplicate": "^6.0.2" |
118 | 81 | }, |
119 | 82 | "jest": { |
120 | 83 | "preset": "ts-jest", |
121 | 84 | "extensionsToTreatAsEsm": [ |
122 | 85 | ".ts" |
123 | 86 | ], |
124 | | - "globals": { |
125 | | - "ts-jest": { |
126 | | - "useESM": true |
127 | | - } |
| 87 | + "transform": { |
| 88 | + "^.+\\.tsx?$": [ |
| 89 | + "ts-jest", |
| 90 | + { |
| 91 | + "useESM": true |
| 92 | + } |
| 93 | + ] |
128 | 94 | } |
129 | 95 | }, |
130 | 96 | "typeCoverage": { |
|
0 commit comments