From cd0f320129e732555372be127d402fa222024015 Mon Sep 17 00:00:00 2001 From: Mert Sincan Date: Thu, 26 Dec 2024 23:50:58 +0000 Subject: [PATCH] refactor: #17216 --- commitlint.config.ts | 1 + pnpm-lock.yaml | 18 +++++++++--------- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/commitlint.config.ts b/commitlint.config.ts index 5166687fc8..3b945e358f 100644 --- a/commitlint.config.ts +++ b/commitlint.config.ts @@ -5,6 +5,7 @@ export default { 'subject-case': [2, 'always', ['sentence-case', 'lower-case']], 'references-empty': [1, 'never'] }, + ignores: [(commit: string) => commit.startsWith('Merge')], parserPreset: { parserOpts: { issuePrefixes: ['Fixes #', 'Fixed #'] diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 87cd81ac5d..4ff46216ea 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -3422,8 +3422,8 @@ packages: resolution: {integrity: sha512-ZqRXc+tZukToSNmh5C2iWMSoV3X1YUcPbqEM4DkEG5tNQXrQUZCNVGGv3IuicnkMtPfGf3Xtp8WCXs295iQ1pQ==} engines: {node: '>= 0.10.0'} - consola@3.3.2: - resolution: {integrity: sha512-X3dcWPU+QeEaPrdtX3zBRQ0P0kIeEnmJV49uNtpy4N/TPnzA3grJvHftKjHuFIQNLrqBPzzykmc3fNrkQDl5yA==} + consola@3.3.3: + resolution: {integrity: sha512-Qil5KwghMzlqd51UXM0b6fyaGHtOC22scxrwrz4A2882LyUMwQjnvaedN1HAeXzphspQ6CpHkzMAWxBTUruDLg==} engines: {node: ^14.18.0 || >=16.10.0} content-disposition@0.5.4: @@ -3803,8 +3803,8 @@ packages: resolution: {integrity: sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==} engines: {node: '>= 0.4'} - es-module-lexer@1.5.4: - resolution: {integrity: sha512-MVNK56NiMrOwitFB7cqDwq0CQutbw+0BvLshJSse0MUNU+y1FC3bUS/AQg7oUng+/wKrrki7JfmwtVHkVfPLlw==} + es-module-lexer@1.6.0: + resolution: {integrity: sha512-qqnD1yMU6tk/jnaMosogGySTZP8YtUgAffA9nMN+E/rjxcfRQ6IEk7IiozUjgxKoFHBGjTLnrHB/YC45r/59EQ==} es-object-atoms@1.0.0: resolution: {integrity: sha512-MZ4iQ6JwHOBQjahnjwaC1ZtIBH+2ohjamzAO3oaHcXYup7qxjF2fixyH+Q71voWHeOkI2q/TnJao/KfXYIZWbw==} @@ -10033,7 +10033,7 @@ snapshots: transitivePeerDependencies: - supports-color - consola@3.3.2: {} + consola@3.3.3: {} content-disposition@0.5.4: dependencies: @@ -10435,7 +10435,7 @@ snapshots: es-errors@1.3.0: {} - es-module-lexer@1.5.4: {} + es-module-lexer@1.6.0: {} es-object-atoms@1.0.0: dependencies: @@ -12393,7 +12393,7 @@ snapshots: parse-imports@2.2.1: dependencies: - es-module-lexer: 1.5.4 + es-module-lexer: 1.6.0 slashes: 3.0.12 parse-json@5.2.0: @@ -13480,7 +13480,7 @@ snapshots: bundle-require: 5.1.0(esbuild@0.24.2) cac: 6.7.14 chokidar: 4.0.3 - consola: 3.3.2 + consola: 3.3.3 debug: 4.4.0(supports-color@9.4.0) esbuild: 0.24.2 joycon: 3.1.1 @@ -13749,7 +13749,7 @@ snapshots: browserslist: 4.24.3 chrome-trace-event: 1.0.4 enhanced-resolve: 5.18.0 - es-module-lexer: 1.5.4 + es-module-lexer: 1.6.0 eslint-scope: 5.1.1 events: 3.3.0 glob-to-regexp: 0.4.1