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

Commitf9bd562

Browse files
committed
fix(rules): add LemonSqueezy
1 parente2120a5 commitf9bd562

File tree

8 files changed

+40
-0
lines changed

8 files changed

+40
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ exports[`all > should match everything 1`] = `
145145
"kubernetes",
146146
"laravel",
147147
"launchdarkly",
148+
"lemonsqueezy",
148149
"lighthouse",
149150
"logrocket",
150151
"logsnag",

‎src/rules/saas/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ import './hypertune.js';
2727
import'./jira.js';
2828
import'./klaviyo.js';
2929
import'./launchdarkly.js';
30+
import'./lemonsqueezy.js';
3031
import'./logrocket.js';
3132
import'./mailchimp.js';
3233
import'./mailjet.js';

‎src/rules/saas/lemonsqueezy.ts

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
import{register}from'../../register.js';
2+
3+
register({
4+
tech:'lemonsqueezy',
5+
name:'Lemon Squeezy',
6+
type:'saas',
7+
dependencies:[
8+
{type:'npm',name:'lemonsqueezy.ts'},
9+
{type:'ruby',name:'lemonsqueezy'},
10+
{type:'golang',name:'github.com/NdoleStudio/lemonsqueezy-go'},
11+
{type:'php',name:'lemonsqueezy/laravel'},
12+
],
13+
});

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ exports[`golang (lockfile) > should match everything 1`] = `
4242
"gcp.vision",
4343
"golang",
4444
"launchdarkly",
45+
"lemonsqueezy",
4546
"meilisearch",
4647
"splitio",
4748
]
@@ -174,6 +175,11 @@ exports[`golang (lockfile) > should match everything 2`] = `
174175
"github.com/ClickHouse/clickhouse-go",
175176
"v1.0.0",
176177
],
178+
[
179+
"golang",
180+
"github.com/NdoleStudio/lemonsqueezy-go",
181+
"v1.0.0",
182+
],
177183
[
178184
"golang",
179185
"github.com/aws/aws-sdk-go",

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ exports[`npm > should match everything 1`] = `
8383
"koa",
8484
"kubernetes",
8585
"launchdarkly",
86+
"lemonsqueezy",
8687
"lighthouse",
8788
"logrocket",
8889
"logsnag",
@@ -917,6 +918,11 @@ exports[`npm > should match everything 2`] = `
917918
"launchdarkly-react-client-sdk",
918919
"0.0.0",
919920
],
921+
[
922+
"npm",
923+
"lemonsqueezy.ts",
924+
"0.0.0",
925+
],
920926
[
921927
"npm",
922928
"lighthouse",

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ exports[`php > should match everything 1`] = `
6969
"kubernetes",
7070
"laravel",
7171
"launchdarkly",
72+
"lemonsqueezy",
7273
"magento",
7374
"mailchimp",
7475
"mailjet",
@@ -540,6 +541,11 @@ exports[`php > should match everything 2`] = `
540541
"launchdarkly/server-sdk",
541542
"0.0.0",
542543
],
544+
[
545+
"php",
546+
"lemonsqueezy/laravel",
547+
"0.0.0",
548+
],
543549
[
544550
"php",
545551
"lesstif/php-jira-rest-client",

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ exports[`ruby (component) > should match everything 1`] = `
5656
"jira",
5757
"kubernetes",
5858
"launchdarkly",
59+
"lemonsqueezy",
5960
"mailchimp",
6061
"mailjet",
6162
"mariadb",
@@ -435,6 +436,11 @@ exports[`ruby (component) > should match everything 2`] = `
435436
"ldclient-rb",
436437
"1.0.0",
437438
],
439+
[
440+
"ruby",
441+
"lemonsqueezy",
442+
"1.0.0",
443+
],
438444
[
439445
"ruby",
440446
"mailjet",

‎src/types/techs.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ export type AllowedKeys =
170170
|'kubernetes'
171171
|'laravel'
172172
|'launchdarkly'
173+
|'lemonsqueezy'
173174
|'lighthouse'
174175
|'logrocket'
175176
|'logsnag'

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp