Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1bcf9db

Browse files
committed
fix(rules): add Postmark
1 parente0098c4 commit1bcf9db

File tree

7 files changed

+45
-0
lines changed

7 files changed

+45
-0
lines changed

‎src/rules/__snapshots__/index.test.ts.snap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ exports[`all > should match everything 1`] = `
186186
"playwright",
187187
"postgresql",
188188
"postman",
189+
"postmark",
189190
"preactjs",
190191
"prettier",
191192
"prisma",

‎src/rules/saas/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ import './openai.js';
3737
import'./pagerduty.js';
3838
import'./pingdom.js';
3939
import'./placekit.js';
40+
import'./postmark.js';
4041
import'./postman.js';
4142
import'./prismacloud.js';
4243
import'./resend.js';

‎src/rules/saas/postmark.ts

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
import{register}from'../../register.js';
2+
3+
register({
4+
tech:'postmark',
5+
name:'Postmark',
6+
type:'saas',
7+
dependencies:[
8+
{type:'npm',name:'postmark'},
9+
{type:'npm',name:'postman-cli'},
10+
{type:'ruby',name:'postmark-rails'},
11+
{type:'ruby',name:'postmark'},
12+
{type:'php',name:'wildbit/postmark-php'},
13+
],
14+
});

‎src/rules/spec/nodejs/__snapshots__/component.test.ts.snap

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ exports[`npm > should match everything 1`] = `
109109
"playwright",
110110
"postgresql",
111111
"postman",
112+
"postmark",
112113
"preactjs",
113114
"prettier",
114115
"prisma",
@@ -1045,6 +1046,11 @@ exports[`npm > should match everything 2`] = `
10451046
"playwright",
10461047
"0.0.0",
10471048
],
1049+
[
1050+
"npm",
1051+
"postman-cli",
1052+
"0.0.0",
1053+
],
10481054
[
10491055
"npm",
10501056
"postman-collection",
@@ -1055,6 +1061,11 @@ exports[`npm > should match everything 2`] = `
10551061
"postman-request",
10561062
"0.0.0",
10571063
],
1064+
[
1065+
"npm",
1066+
"postmark",
1067+
"0.0.0",
1068+
],
10581069
[
10591070
"npm",
10601071
"preact",

‎src/rules/spec/php/__snapshots__/component.test.ts.snap

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ exports[`php > should match everything 1`] = `
8686
"phpstan",
8787
"phpunit",
8888
"postgresql",
89+
"postmark",
8990
"rabbitmq",
9091
"redis",
9192
"resend",
@@ -789,6 +790,11 @@ exports[`php > should match everything 2`] = `
789790
"twilio/sdk",
790791
"0.0.0",
791792
],
793+
[
794+
"php",
795+
"wildbit/postmark-php",
796+
"0.0.0",
797+
],
792798
[
793799
"php",
794800
"wp-cli/wp-cli",

‎src/rules/spec/ruby/__snapshots__/lockfile.test.ts.snap

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ exports[`ruby (component) > should match everything 1`] = `
6969
"oraclecloud",
7070
"pagerduty",
7171
"postgresql",
72+
"postmark",
7273
"rabbitmq",
7374
"redis",
7475
"ruby",
@@ -494,6 +495,16 @@ exports[`ruby (component) > should match everything 2`] = `
494495
"platform-api",
495496
"1.0.0",
496497
],
498+
[
499+
"ruby",
500+
"postmark",
501+
"1.0.0",
502+
],
503+
[
504+
"ruby",
505+
"postmark-rails",
506+
"1.0.0",
507+
],
497508
[
498509
"ruby",
499510
"redis",

‎src/types/techs.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ export type AllowedKeys =
211211
|'playwright'
212212
|'postgresql'
213213
|'postman'
214+
|'postmark'
214215
|'powershell'
215216
|'preactjs'
216217
|'prettier'

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp