Skip to content

Commit efef3f9

Browse files
committed
🌟 feat: update web-features dependency to version 3.7.0 and add 'open-closed' to NON_BASELINE_FEATURES
1 parent 896d89d commit efef3f9

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"dependencies": {
3636
"discord.js": "^14.22.1",
3737
"typescript": "^5.9.3",
38-
"web-features": "^3.3.0"
38+
"web-features": "^3.7.0"
3939
},
4040
"devDependencies": {
4141
"@biomejs/biome": "2.2.4",

‎pnpm-lock.yaml‎

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎src/commands/docs/utils.ts‎

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,11 @@ export const executeDocCommand = async (
9292
}
9393
};
9494

95-
export const NON_BASELINE_FEATURES = ['numeric-seperators', 'single-color-gradients'];
95+
export const NON_BASELINE_FEATURES = [
96+
'numeric-seperators',
97+
'open-closed',
98+
'single-color-gradients',
99+
];
96100
export const getBaselineFeatures = (
97101
originalFeatures: Record<string, unknown>,
98102
nonFeatureKeys: string[] = NON_BASELINE_FEATURES

0 commit comments

Comments
 (0)