@jeromefitz/conventional-gitmoji 5.0.0 → 5.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/changelog/config.d.mts.map +1 -1
- package/changelog/config.mjs +1 -1
- package/changelog/config.mjs.map +1 -1
- package/changelog/index.mjs +1 -1
- package/changelog/utils/conventionalChangelog.mjs +1 -1
- package/changelog/utils/conventionalRecommendedBump.mjs +1 -1
- package/changelog/utils/conventionalRecommendedBump.mjs.map +1 -1
- package/changelog/utils/gitRawCommit.mjs +1 -1
- package/changelog/utils/gitRawCommit.mjs.map +1 -1
- package/changelog/utils/parserOpts.mjs +1 -1
- package/changelog/utils/parserOpts.mjs.map +1 -1
- package/changelog/utils/transformer.d.mts.map +1 -1
- package/changelog/utils/transformer.mjs +1 -1
- package/changelog/utils/writerOpts.mjs +1 -1
- package/commit-DoYlYJa4.d.mts +7 -0
- package/commit-DoYlYJa4.d.mts.map +1 -0
- package/{commit.types-CwGP9mlg.d.mts → commit.types-DPyU2vsu.d.mts} +1 -1
- package/{commit.types-CwGP9mlg.d.mts.map → commit.types-DPyU2vsu.d.mts.map} +1 -1
- package/config/rewrites.d.mts.map +1 -1
- package/config/rewrites.mjs +1 -1
- package/config/rewrites.mjs.map +1 -1
- package/config/types.d.mts +1 -1
- package/config/types.d.mts.map +1 -1
- package/config/types.mjs +1 -1
- package/config/types.mjs.map +1 -1
- package/getGitmojiConventional-CcDLqlOb.mjs +2 -0
- package/{getGitmojiConventional-aDc1od8Y.mjs.map → getGitmojiConventional-CcDLqlOb.mjs.map} +1 -1
- package/index.d.mts +2 -2
- package/index.mjs +1 -1
- package/package.json +3 -3
- package/{releaseRule-CBYQ7ZCz.d.mts → releaseRule-D6EOu-lK.d.mts} +2 -2
- package/releaseRule-D6EOu-lK.d.mts.map +1 -0
- package/{releaseRule.types-BKQjfcDG.d.mts → releaseRule.types-AZVO5a6m.d.mts} +2 -2
- package/{releaseRule.types-BKQjfcDG.d.mts.map → releaseRule.types-AZVO5a6m.d.mts.map} +1 -1
- package/{src-CkJZyMGZ.mjs → src-DACkiZ3x.mjs} +2 -2
- package/{src-CkJZyMGZ.mjs.map → src-DACkiZ3x.mjs.map} +1 -1
- package/types/commit.d.mts +1 -1
- package/types/commit.mjs +1 -1
- package/types/commit.mjs.map +1 -1
- package/types/commit.types.d.mts +2 -2
- package/types/commit.types.mjs +1 -1
- package/types/index.d.mts +5 -5
- package/types/index.mjs +1 -1
- package/types/releaseRule.d.mts +1 -1
- package/types/releaseRule.mjs +1 -1
- package/types/releaseRule.mjs.map +1 -1
- package/types/releaseRule.types.d.mts +2 -2
- package/types/releaseRule.types.mjs +1 -1
- package/utils/getGitmojiConventional.d.mts +1 -1
- package/utils/getGitmojiConventional.d.mts.map +1 -1
- package/utils/getGitmojiConventional.mjs +1 -1
- package/utils/getReleaseRules.d.mts +1 -1
- package/utils/getReleaseRules.mjs +1 -1
- package/utils/getReleaseRules.mjs.map +1 -1
- package/utils/getTypeSpecs.d.mts +1 -1
- package/utils/getTypeSpecs.mjs +1 -1
- package/utils/getTypeSpecs.mjs.map +1 -1
- package/chunk-sEf7NbmF.mjs +0 -1
- package/commit-FQNQu-d7.d.mts +0 -7
- package/commit-FQNQu-d7.d.mts.map +0 -1
- package/getGitmojiConventional-aDc1od8Y.mjs +0 -2
- package/releaseRule-CBYQ7ZCz.d.mts.map +0 -1
- /package/{index-DvIJYkSC.d.mts → index-BVVgDSdq.d.mts} +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"config.d.mts","names":[],"sources":["../../src/changelog/config.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"config.d.mts","names":[],"sources":["../../src/changelog/config.ts"],"mappings":";;;;;;AAeiB;;;;;;;;;cAAX,MAAA"}
|
package/changelog/config.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
const e={};export{e as default};
|
|
2
2
|
//# sourceMappingURL=config.mjs.map
|
package/changelog/config.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"config.mjs","names":[],"sources":["../../src/changelog/config.ts"],"sourcesContent":["/**\n * @todo pull this from `changelog.config`\n *\n * Search in the repo we are in for the following types of files:\n *\n * * - changelog.config.cs\n * * - changelog.config.js\n * * - changelog.config.ts\n *\n * Then use this to inform the writerOpts\n *\n * * For now we are going to put in the generic defaults\n *\n */\n\nconst config = {}\n\nexport default config\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"config.mjs","names":[],"sources":["../../src/changelog/config.ts"],"sourcesContent":["/**\n * @todo pull this from `changelog.config`\n *\n * Search in the repo we are in for the following types of files:\n *\n * * - changelog.config.cs\n * * - changelog.config.js\n * * - changelog.config.ts\n *\n * Then use this to inform the writerOpts\n *\n * * For now we are going to put in the generic defaults\n *\n */\n\nconst config = {}\n\nexport default config\n"],"mappings":"AAeA,MAAM,EAAS,CAAC"}
|
package/changelog/index.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import
|
|
1
|
+
import{s as e}from"../src-DACkiZ3x.mjs";export{e as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import
|
|
1
|
+
import{c as e}from"../../src-DACkiZ3x.mjs";export{e as default};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import
|
|
1
|
+
import e from"./parserOpts.mjs";const t={parserOpts:e,whatBump:e=>{let t=2,n=0,r=0;return e.forEach(e=>{e.notes.length>0?(n+=e.notes.length,t=0):e.type===`feat`&&(r+=1,t===2&&(t=1))}),{level:t,reason:n===1?`There is ${n} BREAKING CHANGE and ${r} features`:`There are ${n} BREAKING CHANGES and ${r} features`}}};export{t as default};
|
|
2
2
|
//# sourceMappingURL=conventionalRecommendedBump.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"conventionalRecommendedBump.mjs","names":[],"sources":["../../../src/changelog/utils/conventionalRecommendedBump.ts"],"sourcesContent":["/**\n * @ref https://github.com/conventional-changelog/conventional-changelog/blob/master/packages/conventional-changelog-angular/conventional-recommended-bump.js\n */\nimport parserOpts from './parserOpts'\n\nconst conventionalRecommendedBump = {\n parserOpts,\n whatBump: (commits) => {\n let level = 2\n let breakings = 0\n let features = 0\n\n commits.forEach((commit) => {\n if (commit.notes.length > 0) {\n breakings += commit.notes.length\n level = 0\n } else if (commit.type === `feat`) {\n features += 1\n if (level === 2) {\n level = 1\n }\n }\n })\n\n return {\n level,\n reason:\n breakings === 1\n ? `There is ${breakings} BREAKING CHANGE and ${features} features`\n : `There are ${breakings} BREAKING CHANGES and ${features} features`,\n }\n },\n}\n\nexport default conventionalRecommendedBump\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"conventionalRecommendedBump.mjs","names":[],"sources":["../../../src/changelog/utils/conventionalRecommendedBump.ts"],"sourcesContent":["/**\n * @ref https://github.com/conventional-changelog/conventional-changelog/blob/master/packages/conventional-changelog-angular/conventional-recommended-bump.js\n */\nimport parserOpts from './parserOpts'\n\nconst conventionalRecommendedBump = {\n parserOpts,\n whatBump: (commits) => {\n let level = 2\n let breakings = 0\n let features = 0\n\n commits.forEach((commit) => {\n if (commit.notes.length > 0) {\n breakings += commit.notes.length\n level = 0\n } else if (commit.type === `feat`) {\n features += 1\n if (level === 2) {\n level = 1\n }\n }\n })\n\n return {\n level,\n reason:\n breakings === 1\n ? `There is ${breakings} BREAKING CHANGE and ${features} features`\n : `There are ${breakings} BREAKING CHANGES and ${features} features`,\n }\n },\n}\n\nexport default conventionalRecommendedBump\n"],"mappings":"gCAKA,MAAM,EAA8B,CAClC,aACA,SAAW,GAAY,CACrB,IAAI,EAAQ,EACR,EAAY,EACZ,EAAW,EAcf,OAZA,EAAQ,QAAS,GAAW,CACtB,EAAO,MAAM,OAAS,GACxB,GAAa,EAAO,MAAM,OAC1B,EAAQ,GACC,EAAO,OAAS,SACzB,GAAY,EACR,IAAU,IACZ,EAAQ,GAGd,CAAC,EAEM,CACL,QACA,OACE,IAAc,EACV,YAAY,EAAU,uBAAuB,EAAS,WACtD,aAAa,EAAU,wBAAwB,EAAS,UAChE,CACF,CACF"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
const e={format:`%B%n-hash-%n%H%n-gitTags-%n%d%n-committerDate-%n%ci%n-authorName-%n%an%n-authorEmail-%n%ae`};export{e as default};
|
|
2
2
|
//# sourceMappingURL=gitRawCommit.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"gitRawCommit.mjs","names":[],"sources":["../../../src/changelog/utils/gitRawCommit.ts"],"sourcesContent":["/**\n * @ref https://github.com/conventional-changelog/conventional-changelog/issues/349#issuecomment-497686185\n */\n\nconst gitRawCommit = {\n format:\n '%B%n-hash-%n%H%n-gitTags-%n%d%n-committerDate-%n%ci%n-authorName-%n%an%n-authorEmail-%n%ae',\n}\n\nexport default gitRawCommit\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"gitRawCommit.mjs","names":[],"sources":["../../../src/changelog/utils/gitRawCommit.ts"],"sourcesContent":["/**\n * @ref https://github.com/conventional-changelog/conventional-changelog/issues/349#issuecomment-497686185\n */\n\nconst gitRawCommit = {\n format:\n '%B%n-hash-%n%H%n-gitTags-%n%d%n-committerDate-%n%ci%n-authorName-%n%an%n-authorEmail-%n%ae',\n}\n\nexport default gitRawCommit\n"],"mappings":"AAIA,MAAM,EAAe,CACnB,OACE,4FACJ"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
const e={headerCorrespondence:[`type`,`scope`,`subject`,`ticket`],headerPattern:/^(.*?)(?:\((.*)\))?:?\s(.*)$/,issuePrefixes:[`1b9fe48b-292c-46e7-bfde-0599639d0ec0`],noteKeywords:[`BREAKING CHANGE`,`BREAKING CHANGES`],referenceActions:[`b6db85c1-4860-4275-88e3-bd9917a0b29f`],revertPattern:/^Revert\s"([\s\S]*)"\s*This reverts commit (\w*)\./};export{e as default};
|
|
2
2
|
//# sourceMappingURL=parserOpts.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"parserOpts.mjs","names":[],"sources":["../../../src/changelog/utils/parserOpts.ts"],"sourcesContent":["const parserOpts = {\n headerCorrespondence: ['type', 'scope', 'subject', 'ticket'],\n headerPattern: /^(.*?)(?:\\((.*)\\))?:?\\s(.*)$/,\n // random uuid to ensure these will never get called\n issuePrefixes: ['1b9fe48b-292c-46e7-bfde-0599639d0ec0'],\n noteKeywords: ['BREAKING CHANGE', 'BREAKING CHANGES'],\n //\n // @todo(conventional-commits-parser) can this be removed w/ renovate?\n // @hack(conventional-commits-parser) 🤖️ dependabot workaround\n referenceActions: ['b6db85c1-4860-4275-88e3-bd9917a0b29f'],\n // referenceActions: typeSpecs.map(({ type }) => type),\n revertPattern: /^Revert\\s\"([\\s\\S]*)\"\\s*This reverts commit (\\w*)\\./,\n}\n\nexport default parserOpts\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"parserOpts.mjs","names":[],"sources":["../../../src/changelog/utils/parserOpts.ts"],"sourcesContent":["const parserOpts = {\n headerCorrespondence: ['type', 'scope', 'subject', 'ticket'],\n headerPattern: /^(.*?)(?:\\((.*)\\))?:?\\s(.*)$/,\n // random uuid to ensure these will never get called\n issuePrefixes: ['1b9fe48b-292c-46e7-bfde-0599639d0ec0'],\n noteKeywords: ['BREAKING CHANGE', 'BREAKING CHANGES'],\n //\n // @todo(conventional-commits-parser) can this be removed w/ renovate?\n // @hack(conventional-commits-parser) 🤖️ dependabot workaround\n referenceActions: ['b6db85c1-4860-4275-88e3-bd9917a0b29f'],\n // referenceActions: typeSpecs.map(({ type }) => type),\n revertPattern: /^Revert\\s\"([\\s\\S]*)\"\\s*This reverts commit (\\w*)\\./,\n}\n\nexport default parserOpts\n"],"mappings":"AAAA,MAAM,EAAa,CACjB,qBAAsB,CAAC,OAAQ,QAAS,UAAW,QAAQ,EAC3D,cAAe,+BAEf,cAAe,CAAC,sCAAsC,EACtD,aAAc,CAAC,kBAAmB,kBAAkB,EAIpD,iBAAkB,CAAC,sCAAsC,EAEzD,cAAe,oDACjB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"transformer.d.mts","names":[],"sources":["../../../src/changelog/utils/transformer.ts"],"mappings":";cAOM,WAAA,GAAe,MAAA,OAAa,
|
|
1
|
+
{"version":3,"file":"transformer.d.mts","names":[],"sources":["../../../src/changelog/utils/transformer.ts"],"mappings":";cAOM,WAAA,GAAe,MAAA,OAAa,QAAa"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import
|
|
1
|
+
import{u as e}from"../../src-DACkiZ3x.mjs";export{e as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import
|
|
1
|
+
import{l as e}from"../../src-DACkiZ3x.mjs";export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"commit-DoYlYJa4.d.mts","names":[],"sources":["../src/types/commit.ts"],"mappings":";;;cAEM,MAAA,EAAQ,OAAO"}
|
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
type ICommit = 'access' | 'analytics' | 'animation' | 'arch' | 'assets' | 'backwards' | 'beer' | 'breaking' | 'build' | 'catch' | 'chore' | 'ci' | 'clean' | 'compat' | 'concurrency' | 'config' | 'contrib-add' | 'data' | 'db' | 'dep-add' | 'dep-rm' | 'dep-up' | 'deploy' | 'docs' | 'docs-code' | 'downgrade' | 'dx' | 'egg' | 'experiment' | 'feat' | 'fix' | 'fix-ci' | 'flags' | 'healthcheck' | 'hotfix' | 'i18n' | 'ignore' | 'inf' | 'init' | 'iphone' | 'license' | 'lint' | 'log-add' | 'log-rm' | 'logic' | 'merge' | 'mock' | 'mv' | 'offline' | 'patch' | 'perf' | 'poo' | 'prune' | 'pushpin' | 'refactor' | 'release' | 'revert' | 'rip' | 'roles' | 'rollforward' | 'run-build' | 'secrets' | 'security' | 'seed' | 'seo' | 'snapshot' | 'sponsor' | 'style' | 'test' | 'test-fail' | 'texts' | 'types' | 'typo' | 'ui' | 'upgrade' | 'ux' | 'validation' | 'wip';
|
|
3
3
|
//#endregion
|
|
4
4
|
export { ICommit as t };
|
|
5
|
-
//# sourceMappingURL=commit.types-
|
|
5
|
+
//# sourceMappingURL=commit.types-DPyU2vsu.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"commit.types-
|
|
1
|
+
{"version":3,"file":"commit.types-DPyU2vsu.d.mts","names":[],"sources":["../src/types/commit.types.ts"],"mappings":";KAAK,OAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"rewrites.d.mts","names":[],"sources":["../../src/config/rewrites.ts"],"mappings":";;;;;KAOK,aAAA;EACH,MAAA;EACA,IAAA;EACA,MAAA;EACA,EAAA;AAAA;AAAA,cAGI,QAAA,EAAU,
|
|
1
|
+
{"version":3,"file":"rewrites.d.mts","names":[],"sources":["../../src/config/rewrites.ts"],"mappings":";;;;;KAOK,aAAA;EACH,MAAA;EACA,IAAA;EACA,MAAA;EACA,EAAA;AAAA;AAAA,cAGI,QAAA,EAAU,aAAa"}
|
package/config/rewrites.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
const e=[{from:`art`,to:`style`},{from:`zap`,to:`perf`},{from:`fire`,to:`prune`},{from:`bug`,to:`fix`,branch:`fix`},{from:`ambulance`,to:`hotfix`,branch:`hotfix`},{from:`sparkles`,to:`feat`,branch:`feature`},{from:`memo`,to:`docs`},{from:`rocket`,to:`deploy`},{from:`lipstick`,to:`ui`},{from:`tada`,to:`init`,semver:`patch`},{from:`white-check-mark`,to:`test`,branch:`test`},{from:`lock`,to:`security`},{from:`bookmark`,to:`release`,branch:`release`},{from:`rotating-light`,to:`lint`},{from:`construction`,to:`wip`},{from:`green-heart`,to:`fix-ci`},{from:`arrow-down`,to:`downgrade`},{from:`arrow-up`,to:`upgrade`},{from:`pushpin`,to:`pushpin`},{from:`construction-worker`,to:`ci`,branch:`ci`},{from:`chart-with-upwards-trend`,to:`analytics`},{from:`recycle`,to:`refactor`,branch:`refactor`},{from:`heavy-plus-sign`,to:`dep-add`},{from:`heavy-minus-sign`,to:`dep-rm`},{from:`wrench`,to:`config`},{from:`hammer`,to:`build`},{from:`globe-with-meridians`,to:`i18n`},{from:`pencil2`,to:`typo`},{from:`poop`,to:`poo`},{from:`rewind`,to:`revert`},{from:`twisted-rightwards-arrows`,to:`merge`},{from:`package`,to:`dep-up`},{from:`alien`,to:`compat`},{from:`truck`,to:`mv`},{from:`page-facing-up`,to:`license`},{from:`boom`,to:`breaking`,semver:`major`},{from:`bento`,to:`assets`},{from:`wheelchair`,to:`access`},{from:`bulb`,to:`docs-code`},{from:`beers`,to:`beer`},{from:`speech-balloon`,to:`texts`},{from:`card-file-box`,to:`db`},{from:`loud-sound`,to:`log-add`},{from:`mute`,to:`log-rm`},{from:`busts-in-silhouette`,to:`contrib-add`},{from:`children-crossing`,to:`ux`},{from:`building-construction`,to:`arch`},{from:`iphone`,to:`iphone`},{from:`clown-face`,to:`mock`},{from:`egg`,to:`egg`},{from:`see-no-evil`,to:`ignore`},{from:`camera-flash`,to:`snapshot`},{from:`alembic`,to:`experiment`},{from:`mag`,to:`seo`},{from:`label`,to:`types`},{from:`seedling`,to:`seed`},{from:`triangular-flag-on-post`,to:`flags`},{from:`goal-net`,to:`catch`},{from:`dizzy`,to:`animation`},{from:`wastebasket`,to:`clean`},{from:`passport-control`,to:`roles`},{from:`adhesive-bandage`,to:`patch`},{from:`monocle-face`,to:`data`},{from:`coffin`,to:`rip`},{from:`test-tube`,to:`test-fail`},{from:`necktie`,to:`logic`},{from:`stethoscope`,to:`healthcheck`},{from:`bricks`,to:`inf`},{from:`technologist`,to:`dx`},{from:`closed-lock-with-key`,to:`secrets`},{from:`money-with-wings`,to:`sponsor`},{from:`thread`,to:`concurrency`},{from:`safety-vest`,to:`validation`},{from:`t-rex`,to:`backwards`},{from:`airplane`,to:`offline`}];export{e as default};
|
|
2
2
|
//# sourceMappingURL=rewrites.mjs.map
|
package/config/rewrites.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"rewrites.mjs","names":[],"sources":["../../src/config/rewrites.ts"],"sourcesContent":["/** biome-ignore-all assist/source/useSortedKeys: migrate */\n\n/**\n * @note pseudo-map to conventional-commits\n */\n\n// biome-ignore lint/style/useConsistentTypeDefinitions: migrate\ntype RewritesProps = {\n branch?: null | string\n from: string\n semver?: 'breaking' | 'feature' | 'fix' | 'major' | 'minor' | 'patch' | null\n to: string\n}\n\nconst rewrites: RewritesProps[] = [\n { from: 'art', to: 'style' },\n { from: 'zap', to: 'perf' },\n { from: 'fire', to: 'prune' },\n { from: 'bug', to: 'fix', branch: 'fix' },\n { from: 'ambulance', to: 'hotfix', branch: 'hotfix' },\n { from: 'sparkles', to: 'feat', branch: 'feature' },\n { from: 'memo', to: 'docs' },\n { from: 'rocket', to: 'deploy' },\n { from: 'lipstick', to: 'ui' },\n { from: 'tada', to: 'init', semver: 'patch' },\n { from: 'white-check-mark', to: 'test', branch: 'test' },\n { from: 'lock', to: 'security' },\n { from: 'bookmark', to: 'release', branch: 'release' },\n { from: 'rotating-light', to: 'lint' },\n { from: 'construction', to: 'wip' },\n { from: 'green-heart', to: 'fix-ci' },\n { from: 'arrow-down', to: 'downgrade' },\n { from: 'arrow-up', to: 'upgrade' },\n { from: 'pushpin', to: 'pushpin' },\n { from: 'construction-worker', to: 'ci', branch: 'ci' },\n { from: 'chart-with-upwards-trend', to: 'analytics' },\n { from: 'recycle', to: 'refactor', branch: 'refactor' },\n { from: 'heavy-plus-sign', to: 'dep-add' },\n { from: 'heavy-minus-sign', to: 'dep-rm' },\n { from: 'wrench', to: 'config' },\n { from: 'hammer', to: 'build' },\n { from: 'globe-with-meridians', to: 'i18n' },\n { from: 'pencil2', to: 'typo' },\n { from: 'poop', to: 'poo' },\n { from: 'rewind', to: 'revert' },\n { from: 'twisted-rightwards-arrows', to: 'merge' },\n { from: 'package', to: 'dep-up' },\n { from: 'alien', to: 'compat' },\n { from: 'truck', to: 'mv' },\n { from: 'page-facing-up', to: 'license' },\n { from: 'boom', to: 'breaking', semver: 'major' },\n { from: 'bento', to: 'assets' },\n { from: 'wheelchair', to: 'access' },\n { from: 'bulb', to: 'docs-code' },\n { from: 'beers', to: 'beer' },\n { from: 'speech-balloon', to: 'texts' },\n { from: 'card-file-box', to: 'db' },\n { from: 'loud-sound', to: 'log-add' },\n { from: 'mute', to: 'log-rm' },\n { from: 'busts-in-silhouette', to: 'contrib-add' },\n { from: 'children-crossing', to: 'ux' },\n { from: 'building-construction', to: 'arch' },\n { from: 'iphone', to: 'iphone' },\n { from: 'clown-face', to: 'mock' },\n { from: 'egg', to: 'egg' },\n { from: 'see-no-evil', to: 'ignore' },\n { from: 'camera-flash', to: 'snapshot' },\n { from: 'alembic', to: 'experiment' },\n { from: 'mag', to: 'seo' },\n { from: 'label', to: 'types' },\n { from: 'seedling', to: 'seed' },\n { from: 'triangular-flag-on-post', to: 'flags' },\n { from: 'goal-net', to: 'catch' },\n { from: 'dizzy', to: 'animation' },\n { from: 'wastebasket', to: 'clean' },\n { from: 'passport-control', to: 'roles' },\n { from: 'adhesive-bandage', to: 'patch' },\n { from: 'monocle-face', to: 'data' },\n { from: 'coffin', to: 'rip' },\n { from: 'test-tube', to: 'test-fail' },\n { from: 'necktie', to: 'logic' },\n { from: 'stethoscope', to: 'healthcheck' },\n { from: 'bricks', to: 'inf' },\n { from: 'technologist', to: 'dx' },\n { from: 'closed-lock-with-key', to: 'secrets' },\n { from: 'money-with-wings', to: 'sponsor' },\n { from: 'thread', to: 'concurrency' },\n { from: 'safety-vest', to: 'validation' },\n { from: 't-rex', to: 'backwards' },\n { from: 'airplane', to: 'offline' },\n]\n\nexport default rewrites\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"rewrites.mjs","names":[],"sources":["../../src/config/rewrites.ts"],"sourcesContent":["/** biome-ignore-all assist/source/useSortedKeys: migrate */\n\n/**\n * @note pseudo-map to conventional-commits\n */\n\n// biome-ignore lint/style/useConsistentTypeDefinitions: migrate\ntype RewritesProps = {\n branch?: null | string\n from: string\n semver?: 'breaking' | 'feature' | 'fix' | 'major' | 'minor' | 'patch' | null\n to: string\n}\n\nconst rewrites: RewritesProps[] = [\n { from: 'art', to: 'style' },\n { from: 'zap', to: 'perf' },\n { from: 'fire', to: 'prune' },\n { from: 'bug', to: 'fix', branch: 'fix' },\n { from: 'ambulance', to: 'hotfix', branch: 'hotfix' },\n { from: 'sparkles', to: 'feat', branch: 'feature' },\n { from: 'memo', to: 'docs' },\n { from: 'rocket', to: 'deploy' },\n { from: 'lipstick', to: 'ui' },\n { from: 'tada', to: 'init', semver: 'patch' },\n { from: 'white-check-mark', to: 'test', branch: 'test' },\n { from: 'lock', to: 'security' },\n { from: 'bookmark', to: 'release', branch: 'release' },\n { from: 'rotating-light', to: 'lint' },\n { from: 'construction', to: 'wip' },\n { from: 'green-heart', to: 'fix-ci' },\n { from: 'arrow-down', to: 'downgrade' },\n { from: 'arrow-up', to: 'upgrade' },\n { from: 'pushpin', to: 'pushpin' },\n { from: 'construction-worker', to: 'ci', branch: 'ci' },\n { from: 'chart-with-upwards-trend', to: 'analytics' },\n { from: 'recycle', to: 'refactor', branch: 'refactor' },\n { from: 'heavy-plus-sign', to: 'dep-add' },\n { from: 'heavy-minus-sign', to: 'dep-rm' },\n { from: 'wrench', to: 'config' },\n { from: 'hammer', to: 'build' },\n { from: 'globe-with-meridians', to: 'i18n' },\n { from: 'pencil2', to: 'typo' },\n { from: 'poop', to: 'poo' },\n { from: 'rewind', to: 'revert' },\n { from: 'twisted-rightwards-arrows', to: 'merge' },\n { from: 'package', to: 'dep-up' },\n { from: 'alien', to: 'compat' },\n { from: 'truck', to: 'mv' },\n { from: 'page-facing-up', to: 'license' },\n { from: 'boom', to: 'breaking', semver: 'major' },\n { from: 'bento', to: 'assets' },\n { from: 'wheelchair', to: 'access' },\n { from: 'bulb', to: 'docs-code' },\n { from: 'beers', to: 'beer' },\n { from: 'speech-balloon', to: 'texts' },\n { from: 'card-file-box', to: 'db' },\n { from: 'loud-sound', to: 'log-add' },\n { from: 'mute', to: 'log-rm' },\n { from: 'busts-in-silhouette', to: 'contrib-add' },\n { from: 'children-crossing', to: 'ux' },\n { from: 'building-construction', to: 'arch' },\n { from: 'iphone', to: 'iphone' },\n { from: 'clown-face', to: 'mock' },\n { from: 'egg', to: 'egg' },\n { from: 'see-no-evil', to: 'ignore' },\n { from: 'camera-flash', to: 'snapshot' },\n { from: 'alembic', to: 'experiment' },\n { from: 'mag', to: 'seo' },\n { from: 'label', to: 'types' },\n { from: 'seedling', to: 'seed' },\n { from: 'triangular-flag-on-post', to: 'flags' },\n { from: 'goal-net', to: 'catch' },\n { from: 'dizzy', to: 'animation' },\n { from: 'wastebasket', to: 'clean' },\n { from: 'passport-control', to: 'roles' },\n { from: 'adhesive-bandage', to: 'patch' },\n { from: 'monocle-face', to: 'data' },\n { from: 'coffin', to: 'rip' },\n { from: 'test-tube', to: 'test-fail' },\n { from: 'necktie', to: 'logic' },\n { from: 'stethoscope', to: 'healthcheck' },\n { from: 'bricks', to: 'inf' },\n { from: 'technologist', to: 'dx' },\n { from: 'closed-lock-with-key', to: 'secrets' },\n { from: 'money-with-wings', to: 'sponsor' },\n { from: 'thread', to: 'concurrency' },\n { from: 'safety-vest', to: 'validation' },\n { from: 't-rex', to: 'backwards' },\n { from: 'airplane', to: 'offline' },\n]\n\nexport default rewrites\n"],"mappings":"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"}
|
package/config/types.d.mts
CHANGED
package/config/types.d.mts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.mts","names":[],"sources":["../../src/config/types.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"types.d.mts","names":[],"sources":["../../src/config/types.ts"],"mappings":";;;;;AAAkD;;;;AA6CjD;;;;cA/BK,KAAA,EAAO,YA+BZ"}
|
package/config/types.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
const e={chore:{branch:`chore`,code:`:computer_disk:`,commit:`chore`,description:`Changes that don’t modify src or test files`,emoji:`💽️`,entity:`💽`,name:`computer-disk`,semver:null},rollforward:{branch:null,code:`:fast_forward:`,commit:`rollforward`,description:`Create rollforward version.`,emoji:`⏩️`,entity:`E9;`,name:`rollforward`,semver:null},"run-build":{branch:null,code:`:rocket:`,commit:`run-build`,description:`Custom type for CI/CD to hook into run build override.`,emoji:`🚀️`,entity:`F680;`,name:`run-build`,semver:`patch`}};export{e as default};
|
|
2
2
|
//# sourceMappingURL=types.mjs.map
|
package/config/types.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.mjs","names":[],"sources":["../../src/config/types.ts"],"sourcesContent":["import type { IReleaseRule } from '../types/index'\n\n/**\n * @note\n * These are _additional_ types on top of base Gitmoji\n *\n * @todo\n * - These should be accepted through a config for use by:\n * - @jeromefitz/ccommit\n * - @jeromefitz/semantic\n * - @jeromefitz/release-notes\n *\n */\n\nconst types: IReleaseRule = {\n chore: {\n branch: 'chore',\n code: ':computer_disk:',\n commit: 'chore',\n description: 'Changes that don’t modify src or test files',\n emoji: '💽️',\n entity: '💽',\n name: 'computer-disk',\n semver: null,\n },\n rollforward: {\n branch: null,\n code: ':fast_forward:',\n commit: 'rollforward',\n description: 'Create rollforward version.',\n emoji: '⏩️',\n entity: 'E9;',\n name: 'rollforward',\n semver: null,\n },\n 'run-build': {\n branch: null,\n code: ':rocket:',\n commit: 'run-build',\n description: 'Custom type for CI/CD to hook into run build override.',\n emoji: '🚀️',\n entity: 'F680;',\n name: 'run-build',\n semver: 'patch',\n },\n}\n\nexport default types\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"types.mjs","names":[],"sources":["../../src/config/types.ts"],"sourcesContent":["import type { IReleaseRule } from '../types/index'\n\n/**\n * @note\n * These are _additional_ types on top of base Gitmoji\n *\n * @todo\n * - These should be accepted through a config for use by:\n * - @jeromefitz/ccommit\n * - @jeromefitz/semantic\n * - @jeromefitz/release-notes\n *\n */\n\nconst types: IReleaseRule = {\n chore: {\n branch: 'chore',\n code: ':computer_disk:',\n commit: 'chore',\n description: 'Changes that don’t modify src or test files',\n emoji: '💽️',\n entity: '💽',\n name: 'computer-disk',\n semver: null,\n },\n rollforward: {\n branch: null,\n code: ':fast_forward:',\n commit: 'rollforward',\n description: 'Create rollforward version.',\n emoji: '⏩️',\n entity: 'E9;',\n name: 'rollforward',\n semver: null,\n },\n 'run-build': {\n branch: null,\n code: ':rocket:',\n commit: 'run-build',\n description: 'Custom type for CI/CD to hook into run build override.',\n emoji: '🚀️',\n entity: 'F680;',\n name: 'run-build',\n semver: 'patch',\n },\n}\n\nexport default types\n"],"mappings":"AAcA,MAAM,EAAsB,CAC1B,MAAO,CACL,OAAQ,QACR,KAAM,kBACN,OAAQ,QACR,YAAa,8CACb,MAAO,MACP,OAAQ,YACR,KAAM,gBACN,OAAQ,IACV,EACA,YAAa,CACX,OAAQ,KACR,KAAM,iBACN,OAAQ,cACR,YAAa,8BACb,MAAO,KACP,OAAQ,UACR,KAAM,cACN,OAAQ,IACV,EACA,YAAa,CACX,OAAQ,KACR,KAAM,WACN,OAAQ,YACR,YAAa,yDACb,MAAO,MACP,OAAQ,WACR,KAAM,YACN,OAAQ,OACV,CACF"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import e from"./config/rewrites.mjs";import t from"./config/types.mjs";const{gitmojis:n}=((e,t)=>()=>(t||(e((t={exports:{}}).exports,t),e=null),t.exports))((e=>{e.gitmojis={gitmojis:[{emoji:`🎨`,entity:`🎨`,code:`:art:`,description:`Improve structure / format of the code.`,name:`art`,semver:null},{emoji:`⚡️`,entity:`⚡`,code:`:zap:`,description:`Improve performance.`,name:`zap`,semver:`patch`},{emoji:`🔥`,entity:`🔥`,code:`:fire:`,description:`Remove code or files.`,name:`fire`,semver:null},{emoji:`🐛`,entity:`🐛`,code:`:bug:`,description:`Fix a bug.`,name:`bug`,semver:`patch`},{emoji:`🚑️`,entity:`🚑`,code:`:ambulance:`,description:`Critical hotfix.`,name:`ambulance`,semver:`patch`},{emoji:`✨`,entity:`✨`,code:`:sparkles:`,description:`Introduce new features.`,name:`sparkles`,semver:`minor`},{emoji:`📝`,entity:`📝`,code:`:memo:`,description:`Add or update documentation.`,name:`memo`,semver:null},{emoji:`🚀`,entity:`🚀`,code:`:rocket:`,description:`Deploy stuff.`,name:`rocket`,semver:null},{emoji:`💄`,entity:`&#ff99cc;`,code:`:lipstick:`,description:`Add or update the UI and style files.`,name:`lipstick`,semver:`patch`},{emoji:`🎉`,entity:`🎉`,code:`:tada:`,description:`Begin a project.`,name:`tada`,semver:null},{emoji:`✅`,entity:`✅`,code:`:white_check_mark:`,description:`Add, update, or pass tests.`,name:`white-check-mark`,semver:null},{emoji:`🔒️`,entity:`🔒`,code:`:lock:`,description:`Fix security or privacy issues.`,name:`lock`,semver:`patch`},{emoji:`🔐`,entity:`🔐`,code:`:closed_lock_with_key:`,description:`Add or update secrets.`,name:`closed-lock-with-key`,semver:null},{emoji:`🔖`,entity:`🔖`,code:`:bookmark:`,description:`Release / Version tags.`,name:`bookmark`,semver:null},{emoji:`🚨`,entity:`🚨`,code:`:rotating_light:`,description:`Fix compiler / linter warnings.`,name:`rotating-light`,semver:null},{emoji:`🚧`,entity:`🚧`,code:`:construction:`,description:`Work in progress.`,name:`construction`,semver:null},{emoji:`💚`,entity:`💚`,code:`:green_heart:`,description:`Fix CI Build.`,name:`green-heart`,semver:null},{emoji:`⬇️`,entity:`⬇️`,code:`:arrow_down:`,description:`Downgrade dependencies.`,name:`arrow-down`,semver:`patch`},{emoji:`⬆️`,entity:`⬆️`,code:`:arrow_up:`,description:`Upgrade dependencies.`,name:`arrow-up`,semver:`patch`},{emoji:`📌`,entity:`📌`,code:`:pushpin:`,description:`Pin dependencies to specific versions.`,name:`pushpin`,semver:`patch`},{emoji:`👷`,entity:`👷`,code:`:construction_worker:`,description:`Add or update CI build system.`,name:`construction-worker`,semver:null},{emoji:`📈`,entity:`📈`,code:`:chart_with_upwards_trend:`,description:`Add or update analytics or track code.`,name:`chart-with-upwards-trend`,semver:`patch`},{emoji:`♻️`,entity:`♻`,code:`:recycle:`,description:`Refactor code.`,name:`recycle`,semver:null},{emoji:`➕`,entity:`➕`,code:`:heavy_plus_sign:`,description:`Add a dependency.`,name:`heavy-plus-sign`,semver:`patch`},{emoji:`➖`,entity:`➖`,code:`:heavy_minus_sign:`,description:`Remove a dependency.`,name:`heavy-minus-sign`,semver:`patch`},{emoji:`🔧`,entity:`🔧`,code:`:wrench:`,description:`Add or update configuration files.`,name:`wrench`,semver:`patch`},{emoji:`🔨`,entity:`🔨`,code:`:hammer:`,description:`Add or update development scripts.`,name:`hammer`,semver:null},{emoji:`🌐`,entity:`🌐`,code:`:globe_with_meridians:`,description:`Internationalization and localization.`,name:`globe-with-meridians`,semver:`patch`},{emoji:`✏️`,entity:``,code:`:pencil2:`,description:`Fix typos.`,name:`pencil2`,semver:`patch`},{emoji:`💩`,entity:``,code:`:poop:`,description:`Write bad code that needs to be improved.`,name:`poop`,semver:null},{emoji:`⏪️`,entity:`⏪`,code:`:rewind:`,description:`Revert changes.`,name:`rewind`,semver:`patch`},{emoji:`🔀`,entity:`🔀`,code:`:twisted_rightwards_arrows:`,description:`Merge branches.`,name:`twisted-rightwards-arrows`,semver:null},{emoji:`📦️`,entity:`F4E6;`,code:`:package:`,description:`Add or update compiled files or packages.`,name:`package`,semver:`patch`},{emoji:`👽️`,entity:`F47D;`,code:`:alien:`,description:`Update code due to external API changes.`,name:`alien`,semver:`patch`},{emoji:`🚚`,entity:`F69A;`,code:`:truck:`,description:`Move or rename resources (e.g.: files, paths, routes).`,name:`truck`,semver:null},{emoji:`📄`,entity:`F4C4;`,code:`:page_facing_up:`,description:`Add or update license.`,name:`page-facing-up`,semver:null},{emoji:`💥`,entity:`💥`,code:`:boom:`,description:`Introduce breaking changes.`,name:`boom`,semver:`major`},{emoji:`🍱`,entity:`F371`,code:`:bento:`,description:`Add or update assets.`,name:`bento`,semver:`patch`},{emoji:`♿️`,entity:`♿`,code:`:wheelchair:`,description:`Improve accessibility.`,name:`wheelchair`,semver:`patch`},{emoji:`💡`,entity:`💡`,code:`:bulb:`,description:`Add or update comments in source code.`,name:`bulb`,semver:null},{emoji:`🍻`,entity:`🍻`,code:`:beers:`,description:`Write code drunkenly.`,name:`beers`,semver:null},{emoji:`💬`,entity:`💬`,code:`:speech_balloon:`,description:`Add or update text and literals.`,name:`speech-balloon`,semver:`patch`},{emoji:`🗃️`,entity:`🗃`,code:`:card_file_box:`,description:`Perform database related changes.`,name:`card-file-box`,semver:`patch`},{emoji:`🔊`,entity:`🔊`,code:`:loud_sound:`,description:`Add or update logs.`,name:`loud-sound`,semver:null},{emoji:`🔇`,entity:`🔇`,code:`:mute:`,description:`Remove logs.`,name:`mute`,semver:null},{emoji:`👥`,entity:`👥`,code:`:busts_in_silhouette:`,description:`Add or update contributor(s).`,name:`busts-in-silhouette`,semver:null},{emoji:`🚸`,entity:`🚸`,code:`:children_crossing:`,description:`Improve user experience / usability.`,name:`children-crossing`,semver:`patch`},{emoji:`🏗️`,entity:`f3d7;`,code:`:building_construction:`,description:`Make architectural changes.`,name:`building-construction`,semver:null},{emoji:`📱`,entity:`📱`,code:`:iphone:`,description:`Work on responsive design.`,name:`iphone`,semver:`patch`},{emoji:`🤡`,entity:`🤡`,code:`:clown_face:`,description:`Mock things.`,name:`clown-face`,semver:null},{emoji:`🥚`,entity:`🥚`,code:`:egg:`,description:`Add or update an easter egg.`,name:`egg`,semver:`patch`},{emoji:`🙈`,entity:`bdfe7;`,code:`:see_no_evil:`,description:`Add or update a .gitignore file.`,name:`see-no-evil`,semver:null},{emoji:`📸`,entity:`📸`,code:`:camera_flash:`,description:`Add or update snapshots.`,name:`camera-flash`,semver:null},{emoji:`⚗️`,entity:`⚗`,code:`:alembic:`,description:`Perform experiments.`,name:`alembic`,semver:`patch`},{emoji:`🔍️`,entity:`🔍`,code:`:mag:`,description:`Improve SEO.`,name:`mag`,semver:`patch`},{emoji:`🏷️`,entity:`🏷`,code:`:label:`,description:`Add or update types.`,name:`label`,semver:`patch`},{emoji:`🌱`,entity:`🌱`,code:`:seedling:`,description:`Add or update seed files.`,name:`seedling`,semver:null},{emoji:`🚩`,entity:`🚩`,code:`:triangular_flag_on_post:`,description:`Add, update, or remove feature flags.`,name:`triangular-flag-on-post`,semver:`patch`},{emoji:`🥅`,entity:`🥅`,code:`:goal_net:`,description:`Catch errors.`,name:`goal-net`,semver:`patch`},{emoji:`💫`,entity:`💫`,code:`:dizzy:`,description:`Add or update animations and transitions.`,name:`dizzy`,semver:`patch`},{emoji:`🗑️`,entity:`🗑`,code:`:wastebasket:`,description:`Deprecate code that needs to be cleaned up.`,name:`wastebasket`,semver:`patch`},{emoji:`🛂`,entity:`🛂`,code:`:passport_control:`,description:`Work on code related to authorization, roles and permissions.`,name:`passport-control`,semver:`patch`},{emoji:`🩹`,entity:`🩹`,code:`:adhesive_bandage:`,description:`Simple fix for a non-critical issue.`,name:`adhesive-bandage`,semver:`patch`},{emoji:`🧐`,entity:`🧐`,code:`:monocle_face:`,description:`Data exploration/inspection.`,name:`monocle-face`,semver:null},{emoji:`⚰️`,entity:`⚰`,code:`:coffin:`,description:`Remove dead code.`,name:`coffin`,semver:null},{emoji:`🧪`,entity:`🧪`,code:`:test_tube:`,description:`Add a failing test.`,name:`test-tube`,semver:null},{emoji:`👔`,entity:`👔`,code:`:necktie:`,description:`Add or update business logic.`,name:`necktie`,semver:`patch`},{emoji:`🩺`,entity:`🩺`,code:`:stethoscope:`,description:`Add or update healthcheck.`,name:`stethoscope`,semver:null},{emoji:`🧱`,entity:`🧱`,code:`:bricks:`,description:`Infrastructure related changes.`,name:`bricks`,semver:null},{emoji:`🧑💻`,entity:`🧑‍💻`,code:`:technologist:`,description:`Improve developer experience.`,name:`technologist`,semver:null},{emoji:`💸`,entity:`💸`,code:`:money_with_wings:`,description:`Add sponsorships or money related infrastructure.`,name:`money-with-wings`,semver:null},{emoji:`🧵`,entity:`🧵`,code:`:thread:`,description:`Add or update code related to multithreading or concurrency.`,name:`thread`,semver:null},{emoji:`🦺`,entity:`🦺`,code:`:safety_vest:`,description:`Add or update code related to validation.`,name:`safety-vest`,semver:null},{emoji:`✈️`,entity:`✈`,code:`:airplane:`,description:`Improve offline support.`,name:`airplane`,semver:null}]}.gitmojis,e.schema={type:`object`,$schema:`https://json-schema.org/draft/2020-12/schema`,required:[`gitmojis`],properties:{gitmojis:{type:`array`,minItems:1,uniqueItems:!0,items:{type:`object`,required:[`emoji`,`entity`,`code`,`description`,`name`,`semver`],properties:{code:{type:`string`},entity:{type:`string`},description:{type:`string`},emoji:{type:`string`},name:{type:`string`},semver:{enum:[`major`,`minor`,`patch`,null]}}}}}}}))(),r=()=>(n.map(n=>{let r=e.find(e=>e?.from===n.name);if(r){let e=r.semver===void 0?n?.semver||null:r.semver||n?.semver||null;t[r.to]={branch:r?.branch?r.branch:null,code:n?.code,commit:r.to,description:n?.description,emoji:n?.emoji,entity:n?.entity,name:n?.name,semver:e?e.replace(`fix`,`patch`).replace(`feature`,`minor`).replace(`breaking`,`major`):null}}else console.dir(`@todo(conventional-gitmoji) create rewrite for: ${n.name}`)}),Object.keys(t).sort().reduce((e,n)=>(e[n]=t[n],e),{}));export{r as t};
|
|
2
|
+
//# sourceMappingURL=getGitmojiConventional-CcDLqlOb.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getGitmojiConventional-aDc1od8Y.mjs","names":["_rewrites","_types"],"sources":["../../../node_modules/.pnpm/gitmojis@3.15.0/node_modules/gitmojis/dist/index.cjs","../src/utils/getGitmojiConventional.ts"],"sourcesContent":["'use strict';\n\nconst gitmojis$1 = [\n\t{\n\t\temoji: \"🎨\",\n\t\tentity: \"🎨\",\n\t\tcode: \":art:\",\n\t\tdescription: \"Improve structure / format of the code.\",\n\t\tname: \"art\",\n\t\tsemver: null\n\t},\n\t{\n\t\temoji: \"⚡️\",\n\t\tentity: \"⚡\",\n\t\tcode: \":zap:\",\n\t\tdescription: \"Improve performance.\",\n\t\tname: \"zap\",\n\t\tsemver: \"patch\"\n\t},\n\t{\n\t\temoji: \"🔥\",\n\t\tentity: \"🔥\",\n\t\tcode: \":fire:\",\n\t\tdescription: \"Remove code or files.\",\n\t\tname: \"fire\",\n\t\tsemver: null\n\t},\n\t{\n\t\temoji: \"🐛\",\n\t\tentity: \"🐛\",\n\t\tcode: \":bug:\",\n\t\tdescription: \"Fix a bug.\",\n\t\tname: \"bug\",\n\t\tsemver: \"patch\"\n\t},\n\t{\n\t\temoji: \"🚑️\",\n\t\tentity: \"🚑\",\n\t\tcode: \":ambulance:\",\n\t\tdescription: \"Critical hotfix.\",\n\t\tname: \"ambulance\",\n\t\tsemver: \"patch\"\n\t},\n\t{\n\t\temoji: \"✨\",\n\t\tentity: \"✨\",\n\t\tcode: \":sparkles:\",\n\t\tdescription: \"Introduce new features.\",\n\t\tname: \"sparkles\",\n\t\tsemver: \"minor\"\n\t},\n\t{\n\t\temoji: \"📝\",\n\t\tentity: \"📝\",\n\t\tcode: \":memo:\",\n\t\tdescription: \"Add or update documentation.\",\n\t\tname: \"memo\",\n\t\tsemver: null\n\t},\n\t{\n\t\temoji: \"🚀\",\n\t\tentity: \"🚀\",\n\t\tcode: \":rocket:\",\n\t\tdescription: \"Deploy stuff.\",\n\t\tname: \"rocket\",\n\t\tsemver: null\n\t},\n\t{\n\t\temoji: \"💄\",\n\t\tentity: \"&#ff99cc;\",\n\t\tcode: \":lipstick:\",\n\t\tdescription: \"Add or update the UI and style files.\",\n\t\tname: \"lipstick\",\n\t\tsemver: \"patch\"\n\t},\n\t{\n\t\temoji: \"🎉\",\n\t\tentity: \"🎉\",\n\t\tcode: \":tada:\",\n\t\tdescription: \"Begin a project.\",\n\t\tname: \"tada\",\n\t\tsemver: null\n\t},\n\t{\n\t\temoji: \"✅\",\n\t\tentity: \"✅\",\n\t\tcode: \":white_check_mark:\",\n\t\tdescription: \"Add, update, or pass tests.\",\n\t\tname: \"white-check-mark\",\n\t\tsemver: null\n\t},\n\t{\n\t\temoji: \"🔒️\",\n\t\tentity: \"🔒\",\n\t\tcode: \":lock:\",\n\t\tdescription: \"Fix security or privacy issues.\",\n\t\tname: \"lock\",\n\t\tsemver: \"patch\"\n\t},\n\t{\n\t\temoji: \"🔐\",\n\t\tentity: \"🔐\",\n\t\tcode: \":closed_lock_with_key:\",\n\t\tdescription: \"Add or update secrets.\",\n\t\tname: \"closed-lock-with-key\",\n\t\tsemver: null\n\t},\n\t{\n\t\temoji: \"🔖\",\n\t\tentity: \"🔖\",\n\t\tcode: \":bookmark:\",\n\t\tdescription: \"Release / Version tags.\",\n\t\tname: \"bookmark\",\n\t\tsemver: null\n\t},\n\t{\n\t\temoji: \"🚨\",\n\t\tentity: \"🚨\",\n\t\tcode: \":rotating_light:\",\n\t\tdescription: \"Fix compiler / linter warnings.\",\n\t\tname: \"rotating-light\",\n\t\tsemver: null\n\t},\n\t{\n\t\temoji: \"🚧\",\n\t\tentity: \"🚧\",\n\t\tcode: \":construction:\",\n\t\tdescription: \"Work in progress.\",\n\t\tname: \"construction\",\n\t\tsemver: null\n\t},\n\t{\n\t\temoji: \"💚\",\n\t\tentity: \"💚\",\n\t\tcode: \":green_heart:\",\n\t\tdescription: \"Fix CI Build.\",\n\t\tname: \"green-heart\",\n\t\tsemver: null\n\t},\n\t{\n\t\temoji: \"⬇️\",\n\t\tentity: \"⬇️\",\n\t\tcode: \":arrow_down:\",\n\t\tdescription: \"Downgrade dependencies.\",\n\t\tname: \"arrow-down\",\n\t\tsemver: \"patch\"\n\t},\n\t{\n\t\temoji: \"⬆️\",\n\t\tentity: \"⬆️\",\n\t\tcode: \":arrow_up:\",\n\t\tdescription: \"Upgrade dependencies.\",\n\t\tname: \"arrow-up\",\n\t\tsemver: \"patch\"\n\t},\n\t{\n\t\temoji: \"📌\",\n\t\tentity: \"📌\",\n\t\tcode: \":pushpin:\",\n\t\tdescription: \"Pin dependencies to specific versions.\",\n\t\tname: \"pushpin\",\n\t\tsemver: \"patch\"\n\t},\n\t{\n\t\temoji: \"👷\",\n\t\tentity: \"👷\",\n\t\tcode: \":construction_worker:\",\n\t\tdescription: \"Add or update CI build system.\",\n\t\tname: \"construction-worker\",\n\t\tsemver: null\n\t},\n\t{\n\t\temoji: \"📈\",\n\t\tentity: \"📈\",\n\t\tcode: \":chart_with_upwards_trend:\",\n\t\tdescription: \"Add or update analytics or track code.\",\n\t\tname: \"chart-with-upwards-trend\",\n\t\tsemver: \"patch\"\n\t},\n\t{\n\t\temoji: \"♻️\",\n\t\tentity: \"♻\",\n\t\tcode: \":recycle:\",\n\t\tdescription: \"Refactor code.\",\n\t\tname: \"recycle\",\n\t\tsemver: null\n\t},\n\t{\n\t\temoji: \"➕\",\n\t\tentity: \"➕\",\n\t\tcode: \":heavy_plus_sign:\",\n\t\tdescription: \"Add a dependency.\",\n\t\tname: \"heavy-plus-sign\",\n\t\tsemver: \"patch\"\n\t},\n\t{\n\t\temoji: \"➖\",\n\t\tentity: \"➖\",\n\t\tcode: \":heavy_minus_sign:\",\n\t\tdescription: \"Remove a dependency.\",\n\t\tname: \"heavy-minus-sign\",\n\t\tsemver: \"patch\"\n\t},\n\t{\n\t\temoji: \"🔧\",\n\t\tentity: \"🔧\",\n\t\tcode: \":wrench:\",\n\t\tdescription: \"Add or update configuration files.\",\n\t\tname: \"wrench\",\n\t\tsemver: \"patch\"\n\t},\n\t{\n\t\temoji: \"🔨\",\n\t\tentity: \"🔨\",\n\t\tcode: \":hammer:\",\n\t\tdescription: \"Add or update development scripts.\",\n\t\tname: \"hammer\",\n\t\tsemver: null\n\t},\n\t{\n\t\temoji: \"🌐\",\n\t\tentity: \"🌐\",\n\t\tcode: \":globe_with_meridians:\",\n\t\tdescription: \"Internationalization and localization.\",\n\t\tname: \"globe-with-meridians\",\n\t\tsemver: \"patch\"\n\t},\n\t{\n\t\temoji: \"✏️\",\n\t\tentity: \"\",\n\t\tcode: \":pencil2:\",\n\t\tdescription: \"Fix typos.\",\n\t\tname: \"pencil2\",\n\t\tsemver: \"patch\"\n\t},\n\t{\n\t\temoji: \"💩\",\n\t\tentity: \"\",\n\t\tcode: \":poop:\",\n\t\tdescription: \"Write bad code that needs to be improved.\",\n\t\tname: \"poop\",\n\t\tsemver: null\n\t},\n\t{\n\t\temoji: \"⏪️\",\n\t\tentity: \"⏪\",\n\t\tcode: \":rewind:\",\n\t\tdescription: \"Revert changes.\",\n\t\tname: \"rewind\",\n\t\tsemver: \"patch\"\n\t},\n\t{\n\t\temoji: \"🔀\",\n\t\tentity: \"🔀\",\n\t\tcode: \":twisted_rightwards_arrows:\",\n\t\tdescription: \"Merge branches.\",\n\t\tname: \"twisted-rightwards-arrows\",\n\t\tsemver: null\n\t},\n\t{\n\t\temoji: \"📦️\",\n\t\tentity: \"F4E6;\",\n\t\tcode: \":package:\",\n\t\tdescription: \"Add or update compiled files or packages.\",\n\t\tname: \"package\",\n\t\tsemver: \"patch\"\n\t},\n\t{\n\t\temoji: \"👽️\",\n\t\tentity: \"F47D;\",\n\t\tcode: \":alien:\",\n\t\tdescription: \"Update code due to external API changes.\",\n\t\tname: \"alien\",\n\t\tsemver: \"patch\"\n\t},\n\t{\n\t\temoji: \"🚚\",\n\t\tentity: \"F69A;\",\n\t\tcode: \":truck:\",\n\t\tdescription: \"Move or rename resources (e.g.: files, paths, routes).\",\n\t\tname: \"truck\",\n\t\tsemver: null\n\t},\n\t{\n\t\temoji: \"📄\",\n\t\tentity: \"F4C4;\",\n\t\tcode: \":page_facing_up:\",\n\t\tdescription: \"Add or update license.\",\n\t\tname: \"page-facing-up\",\n\t\tsemver: null\n\t},\n\t{\n\t\temoji: \"💥\",\n\t\tentity: \"💥\",\n\t\tcode: \":boom:\",\n\t\tdescription: \"Introduce breaking changes.\",\n\t\tname: \"boom\",\n\t\tsemver: \"major\"\n\t},\n\t{\n\t\temoji: \"🍱\",\n\t\tentity: \"F371\",\n\t\tcode: \":bento:\",\n\t\tdescription: \"Add or update assets.\",\n\t\tname: \"bento\",\n\t\tsemver: \"patch\"\n\t},\n\t{\n\t\temoji: \"♿️\",\n\t\tentity: \"♿\",\n\t\tcode: \":wheelchair:\",\n\t\tdescription: \"Improve accessibility.\",\n\t\tname: \"wheelchair\",\n\t\tsemver: \"patch\"\n\t},\n\t{\n\t\temoji: \"💡\",\n\t\tentity: \"💡\",\n\t\tcode: \":bulb:\",\n\t\tdescription: \"Add or update comments in source code.\",\n\t\tname: \"bulb\",\n\t\tsemver: null\n\t},\n\t{\n\t\temoji: \"🍻\",\n\t\tentity: \"🍻\",\n\t\tcode: \":beers:\",\n\t\tdescription: \"Write code drunkenly.\",\n\t\tname: \"beers\",\n\t\tsemver: null\n\t},\n\t{\n\t\temoji: \"💬\",\n\t\tentity: \"💬\",\n\t\tcode: \":speech_balloon:\",\n\t\tdescription: \"Add or update text and literals.\",\n\t\tname: \"speech-balloon\",\n\t\tsemver: \"patch\"\n\t},\n\t{\n\t\temoji: \"🗃️\",\n\t\tentity: \"🗃\",\n\t\tcode: \":card_file_box:\",\n\t\tdescription: \"Perform database related changes.\",\n\t\tname: \"card-file-box\",\n\t\tsemver: \"patch\"\n\t},\n\t{\n\t\temoji: \"🔊\",\n\t\tentity: \"🔊\",\n\t\tcode: \":loud_sound:\",\n\t\tdescription: \"Add or update logs.\",\n\t\tname: \"loud-sound\",\n\t\tsemver: null\n\t},\n\t{\n\t\temoji: \"🔇\",\n\t\tentity: \"🔇\",\n\t\tcode: \":mute:\",\n\t\tdescription: \"Remove logs.\",\n\t\tname: \"mute\",\n\t\tsemver: null\n\t},\n\t{\n\t\temoji: \"👥\",\n\t\tentity: \"👥\",\n\t\tcode: \":busts_in_silhouette:\",\n\t\tdescription: \"Add or update contributor(s).\",\n\t\tname: \"busts-in-silhouette\",\n\t\tsemver: null\n\t},\n\t{\n\t\temoji: \"🚸\",\n\t\tentity: \"🚸\",\n\t\tcode: \":children_crossing:\",\n\t\tdescription: \"Improve user experience / usability.\",\n\t\tname: \"children-crossing\",\n\t\tsemver: \"patch\"\n\t},\n\t{\n\t\temoji: \"🏗️\",\n\t\tentity: \"f3d7;\",\n\t\tcode: \":building_construction:\",\n\t\tdescription: \"Make architectural changes.\",\n\t\tname: \"building-construction\",\n\t\tsemver: null\n\t},\n\t{\n\t\temoji: \"📱\",\n\t\tentity: \"📱\",\n\t\tcode: \":iphone:\",\n\t\tdescription: \"Work on responsive design.\",\n\t\tname: \"iphone\",\n\t\tsemver: \"patch\"\n\t},\n\t{\n\t\temoji: \"🤡\",\n\t\tentity: \"🤡\",\n\t\tcode: \":clown_face:\",\n\t\tdescription: \"Mock things.\",\n\t\tname: \"clown-face\",\n\t\tsemver: null\n\t},\n\t{\n\t\temoji: \"🥚\",\n\t\tentity: \"🥚\",\n\t\tcode: \":egg:\",\n\t\tdescription: \"Add or update an easter egg.\",\n\t\tname: \"egg\",\n\t\tsemver: \"patch\"\n\t},\n\t{\n\t\temoji: \"🙈\",\n\t\tentity: \"bdfe7;\",\n\t\tcode: \":see_no_evil:\",\n\t\tdescription: \"Add or update a .gitignore file.\",\n\t\tname: \"see-no-evil\",\n\t\tsemver: null\n\t},\n\t{\n\t\temoji: \"📸\",\n\t\tentity: \"📸\",\n\t\tcode: \":camera_flash:\",\n\t\tdescription: \"Add or update snapshots.\",\n\t\tname: \"camera-flash\",\n\t\tsemver: null\n\t},\n\t{\n\t\temoji: \"⚗️\",\n\t\tentity: \"⚗\",\n\t\tcode: \":alembic:\",\n\t\tdescription: \"Perform experiments.\",\n\t\tname: \"alembic\",\n\t\tsemver: \"patch\"\n\t},\n\t{\n\t\temoji: \"🔍️\",\n\t\tentity: \"🔍\",\n\t\tcode: \":mag:\",\n\t\tdescription: \"Improve SEO.\",\n\t\tname: \"mag\",\n\t\tsemver: \"patch\"\n\t},\n\t{\n\t\temoji: \"🏷️\",\n\t\tentity: \"🏷\",\n\t\tcode: \":label:\",\n\t\tdescription: \"Add or update types.\",\n\t\tname: \"label\",\n\t\tsemver: \"patch\"\n\t},\n\t{\n\t\temoji: \"🌱\",\n\t\tentity: \"🌱\",\n\t\tcode: \":seedling:\",\n\t\tdescription: \"Add or update seed files.\",\n\t\tname: \"seedling\",\n\t\tsemver: null\n\t},\n\t{\n\t\temoji: \"🚩\",\n\t\tentity: \"🚩\",\n\t\tcode: \":triangular_flag_on_post:\",\n\t\tdescription: \"Add, update, or remove feature flags.\",\n\t\tname: \"triangular-flag-on-post\",\n\t\tsemver: \"patch\"\n\t},\n\t{\n\t\temoji: \"🥅\",\n\t\tentity: \"🥅\",\n\t\tcode: \":goal_net:\",\n\t\tdescription: \"Catch errors.\",\n\t\tname: \"goal-net\",\n\t\tsemver: \"patch\"\n\t},\n\t{\n\t\temoji: \"💫\",\n\t\tentity: \"💫\",\n\t\tcode: \":dizzy:\",\n\t\tdescription: \"Add or update animations and transitions.\",\n\t\tname: \"dizzy\",\n\t\tsemver: \"patch\"\n\t},\n\t{\n\t\temoji: \"🗑️\",\n\t\tentity: \"🗑\",\n\t\tcode: \":wastebasket:\",\n\t\tdescription: \"Deprecate code that needs to be cleaned up.\",\n\t\tname: \"wastebasket\",\n\t\tsemver: \"patch\"\n\t},\n\t{\n\t\temoji: \"🛂\",\n\t\tentity: \"🛂\",\n\t\tcode: \":passport_control:\",\n\t\tdescription: \"Work on code related to authorization, roles and permissions.\",\n\t\tname: \"passport-control\",\n\t\tsemver: \"patch\"\n\t},\n\t{\n\t\temoji: \"🩹\",\n\t\tentity: \"🩹\",\n\t\tcode: \":adhesive_bandage:\",\n\t\tdescription: \"Simple fix for a non-critical issue.\",\n\t\tname: \"adhesive-bandage\",\n\t\tsemver: \"patch\"\n\t},\n\t{\n\t\temoji: \"🧐\",\n\t\tentity: \"🧐\",\n\t\tcode: \":monocle_face:\",\n\t\tdescription: \"Data exploration/inspection.\",\n\t\tname: \"monocle-face\",\n\t\tsemver: null\n\t},\n\t{\n\t\temoji: \"⚰️\",\n\t\tentity: \"⚰\",\n\t\tcode: \":coffin:\",\n\t\tdescription: \"Remove dead code.\",\n\t\tname: \"coffin\",\n\t\tsemver: null\n\t},\n\t{\n\t\temoji: \"🧪\",\n\t\tentity: \"🧪\",\n\t\tcode: \":test_tube:\",\n\t\tdescription: \"Add a failing test.\",\n\t\tname: \"test-tube\",\n\t\tsemver: null\n\t},\n\t{\n\t\temoji: \"👔\",\n\t\tentity: \"👔\",\n\t\tcode: \":necktie:\",\n\t\tdescription: \"Add or update business logic.\",\n\t\tname: \"necktie\",\n\t\tsemver: \"patch\"\n\t},\n\t{\n\t\temoji: \"🩺\",\n\t\tentity: \"🩺\",\n\t\tcode: \":stethoscope:\",\n\t\tdescription: \"Add or update healthcheck.\",\n\t\tname: \"stethoscope\",\n\t\tsemver: null\n\t},\n\t{\n\t\temoji: \"🧱\",\n\t\tentity: \"🧱\",\n\t\tcode: \":bricks:\",\n\t\tdescription: \"Infrastructure related changes.\",\n\t\tname: \"bricks\",\n\t\tsemver: null\n\t},\n\t{\n\t\temoji: \"🧑💻\",\n\t\tentity: \"🧑‍💻\",\n\t\tcode: \":technologist:\",\n\t\tdescription: \"Improve developer experience.\",\n\t\tname: \"technologist\",\n\t\tsemver: null\n\t},\n\t{\n\t\temoji: \"💸\",\n\t\tentity: \"💸\",\n\t\tcode: \":money_with_wings:\",\n\t\tdescription: \"Add sponsorships or money related infrastructure.\",\n\t\tname: \"money-with-wings\",\n\t\tsemver: null\n\t},\n\t{\n\t\temoji: \"🧵\",\n\t\tentity: \"🧵\",\n\t\tcode: \":thread:\",\n\t\tdescription: \"Add or update code related to multithreading or concurrency.\",\n\t\tname: \"thread\",\n\t\tsemver: null\n\t},\n\t{\n\t\temoji: \"🦺\",\n\t\tentity: \"🦺\",\n\t\tcode: \":safety_vest:\",\n\t\tdescription: \"Add or update code related to validation.\",\n\t\tname: \"safety-vest\",\n\t\tsemver: null\n\t},\n\t{\n\t\temoji: \"✈️\",\n\t\tentity: \"✈\",\n\t\tcode: \":airplane:\",\n\t\tdescription: \"Improve offline support.\",\n\t\tname: \"airplane\",\n\t\tsemver: null\n\t}\n];\nconst gitmojisJson = {\n\tgitmojis: gitmojis$1\n};\n\nconst type = \"object\";\nconst $schema = \"https://json-schema.org/draft/2020-12/schema\";\nconst required = [\n\t\"gitmojis\"\n];\nconst properties = {\n\tgitmojis: {\n\t\ttype: \"array\",\n\t\tminItems: 1,\n\t\tuniqueItems: true,\n\t\titems: {\n\t\t\ttype: \"object\",\n\t\t\trequired: [\n\t\t\t\t\"emoji\",\n\t\t\t\t\"entity\",\n\t\t\t\t\"code\",\n\t\t\t\t\"description\",\n\t\t\t\t\"name\",\n\t\t\t\t\"semver\"\n\t\t\t],\n\t\t\tproperties: {\n\t\t\t\tcode: {\n\t\t\t\t\ttype: \"string\"\n\t\t\t\t},\n\t\t\t\tentity: {\n\t\t\t\t\ttype: \"string\"\n\t\t\t\t},\n\t\t\t\tdescription: {\n\t\t\t\t\ttype: \"string\"\n\t\t\t\t},\n\t\t\t\temoji: {\n\t\t\t\t\ttype: \"string\"\n\t\t\t\t},\n\t\t\t\tname: {\n\t\t\t\t\ttype: \"string\"\n\t\t\t\t},\n\t\t\t\tsemver: {\n\t\t\t\t\t\"enum\": [\n\t\t\t\t\t\t\"major\",\n\t\t\t\t\t\t\"minor\",\n\t\t\t\t\t\t\"patch\",\n\t\t\t\t\t\tnull\n\t\t\t\t\t]\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n};\nconst schema = {\n\ttype: type,\n\t$schema: $schema,\n\trequired: required,\n\tproperties: properties\n};\n\nconst gitmojis = gitmojisJson.gitmojis;\n\nexports.gitmojis = gitmojis;\nexports.schema = schema;\n","/** biome-ignore-all lint/suspicious/noConsole: migrate */\nconst data = require('gitmojis')\n\nimport type { IReleaseRule } from '../types/index'\n\nimport _rewrites from '../config/rewrites'\nimport _types from '../config/types'\n\nconst { gitmojis } = data\n\nconst getGitmoji = (): IReleaseRule => {\n // @todo(complexity) 16\n // biome-ignore lint/complexity/noExcessiveCognitiveComplexity: migrate\n gitmojis.map((gitmoji: any) => {\n const rewrite = _rewrites.find((r) => r?.from === gitmoji.name)\n\n // biome-ignore lint/complexity/noExtraBooleanCast: migrate\n if (!!rewrite) {\n const semver =\n rewrite.semver === undefined\n ? gitmoji?.semver || null\n : rewrite.semver || gitmoji?.semver || null\n\n _types[rewrite.to] = {\n // biome-ignore lint/complexity/noExtraBooleanCast: migrate\n branch: Boolean(rewrite?.branch) ? rewrite.branch : null,\n code: gitmoji?.code,\n commit: rewrite.to,\n description: gitmoji?.description,\n emoji: gitmoji?.emoji,\n entity: gitmoji?.entity,\n name: gitmoji?.name,\n /**\n * @note\n * (semantic)\n * big lol, README does not meet requirements:\n * ref: https://github.com/semantic-release/semantic-release#commit-message-format\n *\n * [\"major\",\"premajor\",\"minor\",\"preminor\",\"patch\",\"prepatch\",\"prerelease\"]\n **/\n\n // biome-ignore lint/complexity/noExtraBooleanCast: migrate\n semver: !!semver\n ? semver\n .replace('fix', 'patch')\n .replace('feature', 'minor')\n .replace('breaking', 'major')\n : null,\n }\n } else {\n console.dir(`@todo(conventional-gitmoji) create rewrite for: ${gitmoji.name}`)\n }\n })\n\n const items = Object.keys(_types)\n .sort()\n .reduce((type, key) => {\n type[key] = _types[key]\n\n return type\n }, {})\n\n return items\n}\n\nexport default getGitmoji\n"],"x_google_ignoreList":[0],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"getGitmojiConventional-CcDLqlOb.mjs","names":["_rewrites","_types"],"sources":["../../../node_modules/.pnpm/gitmojis@3.15.0/node_modules/gitmojis/dist/index.cjs","../src/utils/getGitmojiConventional.ts"],"sourcesContent":["'use strict';\n\nconst gitmojis$1 = [\n\t{\n\t\temoji: \"🎨\",\n\t\tentity: \"🎨\",\n\t\tcode: \":art:\",\n\t\tdescription: \"Improve structure / format of the code.\",\n\t\tname: \"art\",\n\t\tsemver: null\n\t},\n\t{\n\t\temoji: \"⚡️\",\n\t\tentity: \"⚡\",\n\t\tcode: \":zap:\",\n\t\tdescription: \"Improve performance.\",\n\t\tname: \"zap\",\n\t\tsemver: \"patch\"\n\t},\n\t{\n\t\temoji: \"🔥\",\n\t\tentity: \"🔥\",\n\t\tcode: \":fire:\",\n\t\tdescription: \"Remove code or files.\",\n\t\tname: \"fire\",\n\t\tsemver: null\n\t},\n\t{\n\t\temoji: \"🐛\",\n\t\tentity: \"🐛\",\n\t\tcode: \":bug:\",\n\t\tdescription: \"Fix a bug.\",\n\t\tname: \"bug\",\n\t\tsemver: \"patch\"\n\t},\n\t{\n\t\temoji: \"🚑️\",\n\t\tentity: \"🚑\",\n\t\tcode: \":ambulance:\",\n\t\tdescription: \"Critical hotfix.\",\n\t\tname: \"ambulance\",\n\t\tsemver: \"patch\"\n\t},\n\t{\n\t\temoji: \"✨\",\n\t\tentity: \"✨\",\n\t\tcode: \":sparkles:\",\n\t\tdescription: \"Introduce new features.\",\n\t\tname: \"sparkles\",\n\t\tsemver: \"minor\"\n\t},\n\t{\n\t\temoji: \"📝\",\n\t\tentity: \"📝\",\n\t\tcode: \":memo:\",\n\t\tdescription: \"Add or update documentation.\",\n\t\tname: \"memo\",\n\t\tsemver: null\n\t},\n\t{\n\t\temoji: \"🚀\",\n\t\tentity: \"🚀\",\n\t\tcode: \":rocket:\",\n\t\tdescription: \"Deploy stuff.\",\n\t\tname: \"rocket\",\n\t\tsemver: null\n\t},\n\t{\n\t\temoji: \"💄\",\n\t\tentity: \"&#ff99cc;\",\n\t\tcode: \":lipstick:\",\n\t\tdescription: \"Add or update the UI and style files.\",\n\t\tname: \"lipstick\",\n\t\tsemver: \"patch\"\n\t},\n\t{\n\t\temoji: \"🎉\",\n\t\tentity: \"🎉\",\n\t\tcode: \":tada:\",\n\t\tdescription: \"Begin a project.\",\n\t\tname: \"tada\",\n\t\tsemver: null\n\t},\n\t{\n\t\temoji: \"✅\",\n\t\tentity: \"✅\",\n\t\tcode: \":white_check_mark:\",\n\t\tdescription: \"Add, update, or pass tests.\",\n\t\tname: \"white-check-mark\",\n\t\tsemver: null\n\t},\n\t{\n\t\temoji: \"🔒️\",\n\t\tentity: \"🔒\",\n\t\tcode: \":lock:\",\n\t\tdescription: \"Fix security or privacy issues.\",\n\t\tname: \"lock\",\n\t\tsemver: \"patch\"\n\t},\n\t{\n\t\temoji: \"🔐\",\n\t\tentity: \"🔐\",\n\t\tcode: \":closed_lock_with_key:\",\n\t\tdescription: \"Add or update secrets.\",\n\t\tname: \"closed-lock-with-key\",\n\t\tsemver: null\n\t},\n\t{\n\t\temoji: \"🔖\",\n\t\tentity: \"🔖\",\n\t\tcode: \":bookmark:\",\n\t\tdescription: \"Release / Version tags.\",\n\t\tname: \"bookmark\",\n\t\tsemver: null\n\t},\n\t{\n\t\temoji: \"🚨\",\n\t\tentity: \"🚨\",\n\t\tcode: \":rotating_light:\",\n\t\tdescription: \"Fix compiler / linter warnings.\",\n\t\tname: \"rotating-light\",\n\t\tsemver: null\n\t},\n\t{\n\t\temoji: \"🚧\",\n\t\tentity: \"🚧\",\n\t\tcode: \":construction:\",\n\t\tdescription: \"Work in progress.\",\n\t\tname: \"construction\",\n\t\tsemver: null\n\t},\n\t{\n\t\temoji: \"💚\",\n\t\tentity: \"💚\",\n\t\tcode: \":green_heart:\",\n\t\tdescription: \"Fix CI Build.\",\n\t\tname: \"green-heart\",\n\t\tsemver: null\n\t},\n\t{\n\t\temoji: \"⬇️\",\n\t\tentity: \"⬇️\",\n\t\tcode: \":arrow_down:\",\n\t\tdescription: \"Downgrade dependencies.\",\n\t\tname: \"arrow-down\",\n\t\tsemver: \"patch\"\n\t},\n\t{\n\t\temoji: \"⬆️\",\n\t\tentity: \"⬆️\",\n\t\tcode: \":arrow_up:\",\n\t\tdescription: \"Upgrade dependencies.\",\n\t\tname: \"arrow-up\",\n\t\tsemver: \"patch\"\n\t},\n\t{\n\t\temoji: \"📌\",\n\t\tentity: \"📌\",\n\t\tcode: \":pushpin:\",\n\t\tdescription: \"Pin dependencies to specific versions.\",\n\t\tname: \"pushpin\",\n\t\tsemver: \"patch\"\n\t},\n\t{\n\t\temoji: \"👷\",\n\t\tentity: \"👷\",\n\t\tcode: \":construction_worker:\",\n\t\tdescription: \"Add or update CI build system.\",\n\t\tname: \"construction-worker\",\n\t\tsemver: null\n\t},\n\t{\n\t\temoji: \"📈\",\n\t\tentity: \"📈\",\n\t\tcode: \":chart_with_upwards_trend:\",\n\t\tdescription: \"Add or update analytics or track code.\",\n\t\tname: \"chart-with-upwards-trend\",\n\t\tsemver: \"patch\"\n\t},\n\t{\n\t\temoji: \"♻️\",\n\t\tentity: \"♻\",\n\t\tcode: \":recycle:\",\n\t\tdescription: \"Refactor code.\",\n\t\tname: \"recycle\",\n\t\tsemver: null\n\t},\n\t{\n\t\temoji: \"➕\",\n\t\tentity: \"➕\",\n\t\tcode: \":heavy_plus_sign:\",\n\t\tdescription: \"Add a dependency.\",\n\t\tname: \"heavy-plus-sign\",\n\t\tsemver: \"patch\"\n\t},\n\t{\n\t\temoji: \"➖\",\n\t\tentity: \"➖\",\n\t\tcode: \":heavy_minus_sign:\",\n\t\tdescription: \"Remove a dependency.\",\n\t\tname: \"heavy-minus-sign\",\n\t\tsemver: \"patch\"\n\t},\n\t{\n\t\temoji: \"🔧\",\n\t\tentity: \"🔧\",\n\t\tcode: \":wrench:\",\n\t\tdescription: \"Add or update configuration files.\",\n\t\tname: \"wrench\",\n\t\tsemver: \"patch\"\n\t},\n\t{\n\t\temoji: \"🔨\",\n\t\tentity: \"🔨\",\n\t\tcode: \":hammer:\",\n\t\tdescription: \"Add or update development scripts.\",\n\t\tname: \"hammer\",\n\t\tsemver: null\n\t},\n\t{\n\t\temoji: \"🌐\",\n\t\tentity: \"🌐\",\n\t\tcode: \":globe_with_meridians:\",\n\t\tdescription: \"Internationalization and localization.\",\n\t\tname: \"globe-with-meridians\",\n\t\tsemver: \"patch\"\n\t},\n\t{\n\t\temoji: \"✏️\",\n\t\tentity: \"\",\n\t\tcode: \":pencil2:\",\n\t\tdescription: \"Fix typos.\",\n\t\tname: \"pencil2\",\n\t\tsemver: \"patch\"\n\t},\n\t{\n\t\temoji: \"💩\",\n\t\tentity: \"\",\n\t\tcode: \":poop:\",\n\t\tdescription: \"Write bad code that needs to be improved.\",\n\t\tname: \"poop\",\n\t\tsemver: null\n\t},\n\t{\n\t\temoji: \"⏪️\",\n\t\tentity: \"⏪\",\n\t\tcode: \":rewind:\",\n\t\tdescription: \"Revert changes.\",\n\t\tname: \"rewind\",\n\t\tsemver: \"patch\"\n\t},\n\t{\n\t\temoji: \"🔀\",\n\t\tentity: \"🔀\",\n\t\tcode: \":twisted_rightwards_arrows:\",\n\t\tdescription: \"Merge branches.\",\n\t\tname: \"twisted-rightwards-arrows\",\n\t\tsemver: null\n\t},\n\t{\n\t\temoji: \"📦️\",\n\t\tentity: \"F4E6;\",\n\t\tcode: \":package:\",\n\t\tdescription: \"Add or update compiled files or packages.\",\n\t\tname: \"package\",\n\t\tsemver: \"patch\"\n\t},\n\t{\n\t\temoji: \"👽️\",\n\t\tentity: \"F47D;\",\n\t\tcode: \":alien:\",\n\t\tdescription: \"Update code due to external API changes.\",\n\t\tname: \"alien\",\n\t\tsemver: \"patch\"\n\t},\n\t{\n\t\temoji: \"🚚\",\n\t\tentity: \"F69A;\",\n\t\tcode: \":truck:\",\n\t\tdescription: \"Move or rename resources (e.g.: files, paths, routes).\",\n\t\tname: \"truck\",\n\t\tsemver: null\n\t},\n\t{\n\t\temoji: \"📄\",\n\t\tentity: \"F4C4;\",\n\t\tcode: \":page_facing_up:\",\n\t\tdescription: \"Add or update license.\",\n\t\tname: \"page-facing-up\",\n\t\tsemver: null\n\t},\n\t{\n\t\temoji: \"💥\",\n\t\tentity: \"💥\",\n\t\tcode: \":boom:\",\n\t\tdescription: \"Introduce breaking changes.\",\n\t\tname: \"boom\",\n\t\tsemver: \"major\"\n\t},\n\t{\n\t\temoji: \"🍱\",\n\t\tentity: \"F371\",\n\t\tcode: \":bento:\",\n\t\tdescription: \"Add or update assets.\",\n\t\tname: \"bento\",\n\t\tsemver: \"patch\"\n\t},\n\t{\n\t\temoji: \"♿️\",\n\t\tentity: \"♿\",\n\t\tcode: \":wheelchair:\",\n\t\tdescription: \"Improve accessibility.\",\n\t\tname: \"wheelchair\",\n\t\tsemver: \"patch\"\n\t},\n\t{\n\t\temoji: \"💡\",\n\t\tentity: \"💡\",\n\t\tcode: \":bulb:\",\n\t\tdescription: \"Add or update comments in source code.\",\n\t\tname: \"bulb\",\n\t\tsemver: null\n\t},\n\t{\n\t\temoji: \"🍻\",\n\t\tentity: \"🍻\",\n\t\tcode: \":beers:\",\n\t\tdescription: \"Write code drunkenly.\",\n\t\tname: \"beers\",\n\t\tsemver: null\n\t},\n\t{\n\t\temoji: \"💬\",\n\t\tentity: \"💬\",\n\t\tcode: \":speech_balloon:\",\n\t\tdescription: \"Add or update text and literals.\",\n\t\tname: \"speech-balloon\",\n\t\tsemver: \"patch\"\n\t},\n\t{\n\t\temoji: \"🗃️\",\n\t\tentity: \"🗃\",\n\t\tcode: \":card_file_box:\",\n\t\tdescription: \"Perform database related changes.\",\n\t\tname: \"card-file-box\",\n\t\tsemver: \"patch\"\n\t},\n\t{\n\t\temoji: \"🔊\",\n\t\tentity: \"🔊\",\n\t\tcode: \":loud_sound:\",\n\t\tdescription: \"Add or update logs.\",\n\t\tname: \"loud-sound\",\n\t\tsemver: null\n\t},\n\t{\n\t\temoji: \"🔇\",\n\t\tentity: \"🔇\",\n\t\tcode: \":mute:\",\n\t\tdescription: \"Remove logs.\",\n\t\tname: \"mute\",\n\t\tsemver: null\n\t},\n\t{\n\t\temoji: \"👥\",\n\t\tentity: \"👥\",\n\t\tcode: \":busts_in_silhouette:\",\n\t\tdescription: \"Add or update contributor(s).\",\n\t\tname: \"busts-in-silhouette\",\n\t\tsemver: null\n\t},\n\t{\n\t\temoji: \"🚸\",\n\t\tentity: \"🚸\",\n\t\tcode: \":children_crossing:\",\n\t\tdescription: \"Improve user experience / usability.\",\n\t\tname: \"children-crossing\",\n\t\tsemver: \"patch\"\n\t},\n\t{\n\t\temoji: \"🏗️\",\n\t\tentity: \"f3d7;\",\n\t\tcode: \":building_construction:\",\n\t\tdescription: \"Make architectural changes.\",\n\t\tname: \"building-construction\",\n\t\tsemver: null\n\t},\n\t{\n\t\temoji: \"📱\",\n\t\tentity: \"📱\",\n\t\tcode: \":iphone:\",\n\t\tdescription: \"Work on responsive design.\",\n\t\tname: \"iphone\",\n\t\tsemver: \"patch\"\n\t},\n\t{\n\t\temoji: \"🤡\",\n\t\tentity: \"🤡\",\n\t\tcode: \":clown_face:\",\n\t\tdescription: \"Mock things.\",\n\t\tname: \"clown-face\",\n\t\tsemver: null\n\t},\n\t{\n\t\temoji: \"🥚\",\n\t\tentity: \"🥚\",\n\t\tcode: \":egg:\",\n\t\tdescription: \"Add or update an easter egg.\",\n\t\tname: \"egg\",\n\t\tsemver: \"patch\"\n\t},\n\t{\n\t\temoji: \"🙈\",\n\t\tentity: \"bdfe7;\",\n\t\tcode: \":see_no_evil:\",\n\t\tdescription: \"Add or update a .gitignore file.\",\n\t\tname: \"see-no-evil\",\n\t\tsemver: null\n\t},\n\t{\n\t\temoji: \"📸\",\n\t\tentity: \"📸\",\n\t\tcode: \":camera_flash:\",\n\t\tdescription: \"Add or update snapshots.\",\n\t\tname: \"camera-flash\",\n\t\tsemver: null\n\t},\n\t{\n\t\temoji: \"⚗️\",\n\t\tentity: \"⚗\",\n\t\tcode: \":alembic:\",\n\t\tdescription: \"Perform experiments.\",\n\t\tname: \"alembic\",\n\t\tsemver: \"patch\"\n\t},\n\t{\n\t\temoji: \"🔍️\",\n\t\tentity: \"🔍\",\n\t\tcode: \":mag:\",\n\t\tdescription: \"Improve SEO.\",\n\t\tname: \"mag\",\n\t\tsemver: \"patch\"\n\t},\n\t{\n\t\temoji: \"🏷️\",\n\t\tentity: \"🏷\",\n\t\tcode: \":label:\",\n\t\tdescription: \"Add or update types.\",\n\t\tname: \"label\",\n\t\tsemver: \"patch\"\n\t},\n\t{\n\t\temoji: \"🌱\",\n\t\tentity: \"🌱\",\n\t\tcode: \":seedling:\",\n\t\tdescription: \"Add or update seed files.\",\n\t\tname: \"seedling\",\n\t\tsemver: null\n\t},\n\t{\n\t\temoji: \"🚩\",\n\t\tentity: \"🚩\",\n\t\tcode: \":triangular_flag_on_post:\",\n\t\tdescription: \"Add, update, or remove feature flags.\",\n\t\tname: \"triangular-flag-on-post\",\n\t\tsemver: \"patch\"\n\t},\n\t{\n\t\temoji: \"🥅\",\n\t\tentity: \"🥅\",\n\t\tcode: \":goal_net:\",\n\t\tdescription: \"Catch errors.\",\n\t\tname: \"goal-net\",\n\t\tsemver: \"patch\"\n\t},\n\t{\n\t\temoji: \"💫\",\n\t\tentity: \"💫\",\n\t\tcode: \":dizzy:\",\n\t\tdescription: \"Add or update animations and transitions.\",\n\t\tname: \"dizzy\",\n\t\tsemver: \"patch\"\n\t},\n\t{\n\t\temoji: \"🗑️\",\n\t\tentity: \"🗑\",\n\t\tcode: \":wastebasket:\",\n\t\tdescription: \"Deprecate code that needs to be cleaned up.\",\n\t\tname: \"wastebasket\",\n\t\tsemver: \"patch\"\n\t},\n\t{\n\t\temoji: \"🛂\",\n\t\tentity: \"🛂\",\n\t\tcode: \":passport_control:\",\n\t\tdescription: \"Work on code related to authorization, roles and permissions.\",\n\t\tname: \"passport-control\",\n\t\tsemver: \"patch\"\n\t},\n\t{\n\t\temoji: \"🩹\",\n\t\tentity: \"🩹\",\n\t\tcode: \":adhesive_bandage:\",\n\t\tdescription: \"Simple fix for a non-critical issue.\",\n\t\tname: \"adhesive-bandage\",\n\t\tsemver: \"patch\"\n\t},\n\t{\n\t\temoji: \"🧐\",\n\t\tentity: \"🧐\",\n\t\tcode: \":monocle_face:\",\n\t\tdescription: \"Data exploration/inspection.\",\n\t\tname: \"monocle-face\",\n\t\tsemver: null\n\t},\n\t{\n\t\temoji: \"⚰️\",\n\t\tentity: \"⚰\",\n\t\tcode: \":coffin:\",\n\t\tdescription: \"Remove dead code.\",\n\t\tname: \"coffin\",\n\t\tsemver: null\n\t},\n\t{\n\t\temoji: \"🧪\",\n\t\tentity: \"🧪\",\n\t\tcode: \":test_tube:\",\n\t\tdescription: \"Add a failing test.\",\n\t\tname: \"test-tube\",\n\t\tsemver: null\n\t},\n\t{\n\t\temoji: \"👔\",\n\t\tentity: \"👔\",\n\t\tcode: \":necktie:\",\n\t\tdescription: \"Add or update business logic.\",\n\t\tname: \"necktie\",\n\t\tsemver: \"patch\"\n\t},\n\t{\n\t\temoji: \"🩺\",\n\t\tentity: \"🩺\",\n\t\tcode: \":stethoscope:\",\n\t\tdescription: \"Add or update healthcheck.\",\n\t\tname: \"stethoscope\",\n\t\tsemver: null\n\t},\n\t{\n\t\temoji: \"🧱\",\n\t\tentity: \"🧱\",\n\t\tcode: \":bricks:\",\n\t\tdescription: \"Infrastructure related changes.\",\n\t\tname: \"bricks\",\n\t\tsemver: null\n\t},\n\t{\n\t\temoji: \"🧑💻\",\n\t\tentity: \"🧑‍💻\",\n\t\tcode: \":technologist:\",\n\t\tdescription: \"Improve developer experience.\",\n\t\tname: \"technologist\",\n\t\tsemver: null\n\t},\n\t{\n\t\temoji: \"💸\",\n\t\tentity: \"💸\",\n\t\tcode: \":money_with_wings:\",\n\t\tdescription: \"Add sponsorships or money related infrastructure.\",\n\t\tname: \"money-with-wings\",\n\t\tsemver: null\n\t},\n\t{\n\t\temoji: \"🧵\",\n\t\tentity: \"🧵\",\n\t\tcode: \":thread:\",\n\t\tdescription: \"Add or update code related to multithreading or concurrency.\",\n\t\tname: \"thread\",\n\t\tsemver: null\n\t},\n\t{\n\t\temoji: \"🦺\",\n\t\tentity: \"🦺\",\n\t\tcode: \":safety_vest:\",\n\t\tdescription: \"Add or update code related to validation.\",\n\t\tname: \"safety-vest\",\n\t\tsemver: null\n\t},\n\t{\n\t\temoji: \"✈️\",\n\t\tentity: \"✈\",\n\t\tcode: \":airplane:\",\n\t\tdescription: \"Improve offline support.\",\n\t\tname: \"airplane\",\n\t\tsemver: null\n\t}\n];\nconst gitmojisJson = {\n\tgitmojis: gitmojis$1\n};\n\nconst type = \"object\";\nconst $schema = \"https://json-schema.org/draft/2020-12/schema\";\nconst required = [\n\t\"gitmojis\"\n];\nconst properties = {\n\tgitmojis: {\n\t\ttype: \"array\",\n\t\tminItems: 1,\n\t\tuniqueItems: true,\n\t\titems: {\n\t\t\ttype: \"object\",\n\t\t\trequired: [\n\t\t\t\t\"emoji\",\n\t\t\t\t\"entity\",\n\t\t\t\t\"code\",\n\t\t\t\t\"description\",\n\t\t\t\t\"name\",\n\t\t\t\t\"semver\"\n\t\t\t],\n\t\t\tproperties: {\n\t\t\t\tcode: {\n\t\t\t\t\ttype: \"string\"\n\t\t\t\t},\n\t\t\t\tentity: {\n\t\t\t\t\ttype: \"string\"\n\t\t\t\t},\n\t\t\t\tdescription: {\n\t\t\t\t\ttype: \"string\"\n\t\t\t\t},\n\t\t\t\temoji: {\n\t\t\t\t\ttype: \"string\"\n\t\t\t\t},\n\t\t\t\tname: {\n\t\t\t\t\ttype: \"string\"\n\t\t\t\t},\n\t\t\t\tsemver: {\n\t\t\t\t\t\"enum\": [\n\t\t\t\t\t\t\"major\",\n\t\t\t\t\t\t\"minor\",\n\t\t\t\t\t\t\"patch\",\n\t\t\t\t\t\tnull\n\t\t\t\t\t]\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n};\nconst schema = {\n\ttype: type,\n\t$schema: $schema,\n\trequired: required,\n\tproperties: properties\n};\n\nconst gitmojis = gitmojisJson.gitmojis;\n\nexports.gitmojis = gitmojis;\nexports.schema = schema;\n","/** biome-ignore-all lint/suspicious/noConsole: migrate */\nconst data = require('gitmojis')\n\nimport type { IReleaseRule } from '../types/index'\n\nimport _rewrites from '../config/rewrites'\nimport _types from '../config/types'\n\nconst { gitmojis } = data\n\nconst getGitmoji = (): IReleaseRule => {\n // @todo(complexity) 16\n // biome-ignore lint/complexity/noExcessiveCognitiveComplexity: migrate\n gitmojis.map((gitmoji: any) => {\n const rewrite = _rewrites.find((r) => r?.from === gitmoji.name)\n\n // biome-ignore lint/complexity/noExtraBooleanCast: migrate\n if (!!rewrite) {\n const semver =\n rewrite.semver === undefined\n ? gitmoji?.semver || null\n : rewrite.semver || gitmoji?.semver || null\n\n _types[rewrite.to] = {\n // biome-ignore lint/complexity/noExtraBooleanCast: migrate\n branch: Boolean(rewrite?.branch) ? rewrite.branch : null,\n code: gitmoji?.code,\n commit: rewrite.to,\n description: gitmoji?.description,\n emoji: gitmoji?.emoji,\n entity: gitmoji?.entity,\n name: gitmoji?.name,\n /**\n * @note\n * (semantic)\n * big lol, README does not meet requirements:\n * ref: https://github.com/semantic-release/semantic-release#commit-message-format\n *\n * [\"major\",\"premajor\",\"minor\",\"preminor\",\"patch\",\"prepatch\",\"prerelease\"]\n **/\n\n // biome-ignore lint/complexity/noExtraBooleanCast: migrate\n semver: !!semver\n ? semver\n .replace('fix', 'patch')\n .replace('feature', 'minor')\n .replace('breaking', 'major')\n : null,\n }\n } else {\n console.dir(`@todo(conventional-gitmoji) create rewrite for: ${gitmoji.name}`)\n }\n })\n\n const items = Object.keys(_types)\n .sort()\n .reduce((type, key) => {\n type[key] = _types[key]\n\n return type\n }, {})\n\n return items\n}\n\nexport default getGitmoji\n"],"x_google_ignoreList":[0],"mappings":"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"}
|
package/index.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { t as ICommit } from "./commit.types-
|
|
2
|
-
import { n as IReleaseRuleProps, t as IReleaseRule } from "./releaseRule.types-
|
|
1
|
+
import { t as ICommit } from "./commit.types-DPyU2vsu.mjs";
|
|
2
|
+
import { n as IReleaseRuleProps, t as IReleaseRule } from "./releaseRule.types-AZVO5a6m.mjs";
|
|
3
3
|
//#region src/index.d.ts
|
|
4
4
|
declare const parserOpts: {
|
|
5
5
|
headerCorrespondence: string[];
|
package/index.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import
|
|
1
|
+
import{a as e,i as t,n,o as r,r as i,t as a}from"./src-DACkiZ3x.mjs";export{i as default,a as parserOpts,n as releaseRules,t as typeSpecs,e as types,r as writerOpts};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jeromefitz/conventional-gitmoji",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Helper package for dual gitmoji / conventional commits",
|
|
6
6
|
"repository": {
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"semantic-release:dry": "semantic-release --dry-run"
|
|
54
54
|
},
|
|
55
55
|
"peerDependencies": {
|
|
56
|
-
"lodash-es": "^4.
|
|
56
|
+
"lodash-es": "^4.18.0"
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
59
|
"fast-json-stable-stringify": "2.1.0",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"devDependencies": {
|
|
64
64
|
"@types/lodash-es": "4.17.12",
|
|
65
65
|
"gitmojis": "3.15.0",
|
|
66
|
-
"lodash-es": "4.
|
|
66
|
+
"lodash-es": "4.18.0"
|
|
67
67
|
},
|
|
68
68
|
"publishConfig": {
|
|
69
69
|
"registry": "https://registry.npmjs.org/",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { t as IReleaseRule } from "./releaseRule.types-
|
|
1
|
+
import { t as IReleaseRule } from "./releaseRule.types-AZVO5a6m.mjs";
|
|
2
2
|
|
|
3
3
|
//#region src/types/releaseRule.d.ts
|
|
4
4
|
declare const releaseRule: IReleaseRule;
|
|
5
5
|
//#endregion
|
|
6
6
|
export { releaseRule as t };
|
|
7
|
-
//# sourceMappingURL=releaseRule-
|
|
7
|
+
//# sourceMappingURL=releaseRule-D6EOu-lK.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"releaseRule-D6EOu-lK.d.mts","names":[],"sources":["../src/types/releaseRule.ts"],"mappings":";;;cAEM,WAAA,EAAa,YA6wBlB"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { t as ICommit } from "./commit.types-
|
|
1
|
+
import { t as ICommit } from "./commit.types-DPyU2vsu.mjs";
|
|
2
2
|
|
|
3
3
|
//#region src/types/releaseRule.types.d.ts
|
|
4
4
|
type IReleaseRule = Partial<Record<ICommit, IReleaseRuleProps>>;
|
|
@@ -16,4 +16,4 @@ type IReleaseRuleProps = {
|
|
|
16
16
|
};
|
|
17
17
|
//#endregion
|
|
18
18
|
export { IReleaseRuleProps as n, IReleaseRule as t };
|
|
19
|
-
//# sourceMappingURL=releaseRule.types-
|
|
19
|
+
//# sourceMappingURL=releaseRule.types-AZVO5a6m.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"releaseRule.types-
|
|
1
|
+
{"version":3,"file":"releaseRule.types-AZVO5a6m.d.mts","names":[],"sources":["../src/types/releaseRule.types.ts"],"mappings":";;;KAEK,YAAA,GAAe,OAAA,CAAQ,MAAA,CAAO,OAAA,EAAS,iBAAA;AAAA,KAGvC,iBAAA;EACH,MAAA;EACA,IAAA;EACA,MAAA,EAAQ,OAAA;EACR,WAAA;EACA,KAAA;EACA,MAAA;EACA,IAAA;EACA,MAAA;EAEA,IAAA,GAAO,OAAA;EACP,KAAA,GAAQ,OAAA;AAAA"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import e
|
|
2
|
-
//# sourceMappingURL=src-
|
|
1
|
+
import{t as e}from"./getGitmojiConventional-CcDLqlOb.mjs";import t from"./changelog/utils/parserOpts.mjs";import n from"./changelog/utils/conventionalRecommendedBump.mjs";import r from"./changelog/utils/gitRawCommit.mjs";import i from"./utils/getReleaseRules.mjs";import a from"./utils/getTypeSpecs.mjs";import o from"grapheme-splitter";import{pullAt as s}from"lodash-es";const c=new o,l=(e,t)=>{let{type:n}=e,r=n,i=_.findIndex(({code:e,emoji:t,type:n,value:i})=>{if(r!==null)return r.replace(/\:/g,``)===e.replace(/\:/g,``)||r===n||r===i||r===t});if(i===-1&&(r=c.splitGraphemes(n)[0],i=_.findIndex(({emoji:e})=>{if(r!==null)return r[0]===e[0]||r[0]===c.splitGraphemes(e)[0]})),i===-1)return;let a=_[i];e.type=`${a.emoji} ${a.description}`,e.typeSpecIndex=i,e.typeSpec=a,typeof e.hash==`string`&&(e.hash=e.hash.substring(0,7));let o=c.splitGraphemes(e.subject);return e.subject=(o[0]===a.emoji?e.subject.replace(s(o,[0]),``).replace(s(o,[0]),``):e.subject).trim(),e},u={commitGroupsSort:[`order`,`title`],commitsSort:[`scope`,`subject`],groupBy:`type`,noteGroupsSort:[`title`],notesSort:[`title`],transform:(e,t)=>l(e,t)},d={parserOpts:t,writerOpts:u},f={conventionalChangelog:d,gitRawCommitsOpts:r,parserOpts:t,recommendedBumpOpts:n,writerOpts:u},{parserOpts:p,writerOpts:m}=f,h=e(),g=i(h),_=a(h);var v=()=>f;export{h as a,d as c,_ as i,u as l,g as n,m as o,v as r,f as s,p as t,l as u};
|
|
2
|
+
//# sourceMappingURL=src-DACkiZ3x.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"src-
|
|
1
|
+
{"version":3,"file":"src-DACkiZ3x.mjs","names":["_pullAt","writerOpts","conventionalChangelog","getGitmojiConventional"],"sources":["../src/changelog/utils/transformer.ts","../src/changelog/utils/writerOpts.ts","../src/changelog/utils/conventionalChangelog.ts","../src/changelog/index.ts","../src/index.ts"],"sourcesContent":["import GraphemeSplitter from 'grapheme-splitter'\nimport { pullAt as _pullAt } from 'lodash-es'\n\nimport { typeSpecs } from '../../index'\n\nconst splitter = new GraphemeSplitter()\n\nconst transformer = (commit: any, _context: any) => {\n // console.dir(`~~> transformer`)\n // console.dir(commit)\n const { type: _type } = commit\n let type = _type\n /**\n * @note rewrite types\n */\n let typeSpecIndex = typeSpecs.findIndex(\n ({ code: c, emoji: e, type: t, value: v }) => {\n if (type === null) return\n return (\n // @hack(semantic) strip colon from :type: for stricter comparison\n // biome-ignore lint/complexity/noUselessEscapeInRegex: migrate\n type.replace(/\\:/g, '') === c.replace(/\\:/g, '') ||\n type === t ||\n type === v ||\n type === e\n )\n },\n )\n\n /**\n * @hack\n * - if type is not present, attempt fallback\n * - if type is not present or fallback\n * => typeSpecIndex => exit\n */\n if (typeSpecIndex === -1) {\n type = splitter.splitGraphemes(_type)[0]\n typeSpecIndex = typeSpecs.findIndex(({ emoji: e }) => {\n if (type === null) return\n return type[0] === e[0] || type[0] === splitter.splitGraphemes(e)[0]\n })\n }\n\n if (typeSpecIndex === -1) return\n const typeSpec = typeSpecs[typeSpecIndex]\n\n /**\n * @todo put this into configuration\n * - array of types to check against\n * - check against title? [skip notes]\n *\n * @note if typeSpec does not have releaseNotes => exit\n * this could mean they are not for public consumption\n */\n // if (!typeSpec.releaseNotes) return\n\n /**\n * @note type\n * @todo turn on/off emoji, \"section\" descriptive enough?\n */\n commit.type = `${typeSpec.emoji} ${typeSpec.description}`\n commit.typeSpecIndex = typeSpecIndex\n commit.typeSpec = typeSpec\n\n /**\n * @todo can only `groupBy` one field (type) at the moment\n * below is pre-work to `groupBy` order => type\n * so that we could further group in the release notes\n */\n // // @note(semver) semantic-versioning future-proofing\n // // moving to => breaking | feature | fix\n // if (typeSpec.semver === 'breaking' || typeSpec.semver === 'major') {\n // commit.order = 1\n // }\n // if (typeSpec.semver === 'feature' || typeSpec.semver === 'minor') {\n // commit.order = 3\n // }\n // if (typeSpec.semver === 'fix' || typeSpec.semver === 'patch') {\n // commit.order = 5\n // }\n // if (typeSpec.semver === null) {\n // commit.order = 7\n // }\n // if (!Boolean(typeSpec.semver)) {\n // commit.order = 9\n // }\n\n /**\n * @note hash\n */\n if (typeof commit.hash === 'string') {\n commit.hash = commit.hash.substring(0, 7)\n }\n\n /**\n * @note subject\n */\n const subjectTemp = splitter.splitGraphemes(commit.subject)\n const isEmojiMatch = subjectTemp[0] === typeSpec.emoji\n const subject = isEmojiMatch\n ? commit.subject\n .replace(_pullAt(subjectTemp, [0]), '')\n .replace(_pullAt(subjectTemp, [0]), '')\n : commit.subject\n\n commit.subject = subject.trim()\n\n /**\n * @note return the new mutated `commit`\n */\n // console.dir(`> transformer: end`)\n // console.dir(commit)\n return commit\n}\n\nexport default transformer\n","import transformer from './transformer'\n\n/**\n * @note (semantic)\n * templates need to be redone away from handlebars\n * and will be replaced by remark or replace string\n */\n\n/**\n * @todo customize these configs\n *\n * - transform should receive config\n * - all writerOpts should be able to be overwritten\n * - i guess we are going _back_ to handlebars haha\n */\n\nconst writerOpts = {\n commitGroupsSort: ['order', 'title'],\n commitsSort: ['scope', 'subject'],\n groupBy: 'type',\n noteGroupsSort: ['title'],\n notesSort: ['title'],\n // @todo pass config from changelog here?\n transform: (commit: any, context: any) => transformer(commit, context),\n}\n\nexport default writerOpts\n","import parserOpts from './parserOpts'\nimport writerOpts from './writerOpts'\n\nconst conventionalChangelog = { parserOpts, writerOpts }\n\nexport default conventionalChangelog\n","import conventionalChangelog from './utils/conventionalChangelog'\nimport recommendedBumpOpts from './utils/conventionalRecommendedBump'\nimport gitRawCommitsOpts from './utils/gitRawCommit'\nimport parserOpts from './utils/parserOpts'\nimport writerOpts from './utils/writerOpts'\n\nconst changelog = {\n conventionalChangelog,\n gitRawCommitsOpts,\n parserOpts,\n recommendedBumpOpts,\n writerOpts,\n}\n\nexport default changelog\n","import type { ICommit, IReleaseRule, IReleaseRuleProps } from './types/index'\n\nimport conventionalChangelog from './changelog/index'\nimport getGitmojiConventional from './utils/getGitmojiConventional'\nimport getReleaseRules from './utils/getReleaseRules'\nimport getTypeSpecs from './utils/getTypeSpecs'\n\nconst { parserOpts, writerOpts } = conventionalChangelog\nconst types = getGitmojiConventional()\nconst releaseRules = getReleaseRules(types)\nconst typeSpecs = getTypeSpecs(types)\n\nexport type { ICommit, IReleaseRule, IReleaseRuleProps }\nexport { parserOpts, releaseRules, typeSpecs, types, writerOpts }\nexport default () => conventionalChangelog\n"],"mappings":"oXAKA,MAAM,EAAW,IAAI,EAEf,GAAe,EAAa,IAAkB,CAGlD,GAAM,CAAE,KAAM,GAAU,EACpB,EAAO,EAIP,EAAgB,EAAU,WAC3B,CAAE,KAAM,EAAG,MAAO,EAAG,KAAM,EAAG,MAAO,KAAQ,CACxC,OAAS,KACb,OAGE,EAAK,QAAQ,MAAO,EAAE,IAAM,EAAE,QAAQ,MAAO,EAAE,GAC/C,IAAS,GACT,IAAS,GACT,IAAS,CAEb,CACF,EAgBA,GARI,IAAkB,KACpB,EAAO,EAAS,eAAe,CAAK,EAAE,GACtC,EAAgB,EAAU,WAAW,CAAE,MAAO,KAAQ,CAChD,OAAS,KACb,OAAO,EAAK,KAAO,EAAE,IAAM,EAAK,KAAO,EAAS,eAAe,CAAC,EAAE,EACpE,CAAC,GAGC,IAAkB,GAAI,OAC1B,IAAM,EAAW,EAAU,GAgB3B,EAAO,KAAO,GAAG,EAAS,MAAM,IAAI,EAAS,cAC7C,EAAO,cAAgB,EACvB,EAAO,SAAW,EA4Bd,OAAO,EAAO,MAAS,WACzB,EAAO,KAAO,EAAO,KAAK,UAAU,EAAG,CAAC,GAM1C,IAAM,EAAc,EAAS,eAAe,EAAO,OAAO,EAe1D,MAPA,GAAO,SAPc,EAAY,KAAO,EAAS,MAE7C,EAAO,QACJ,QAAQA,EAAQ,EAAa,CAAC,CAAC,CAAC,EAAG,EAAE,EACrC,QAAQA,EAAQ,EAAa,CAAC,CAAC,CAAC,EAAG,EAAE,EACxC,EAAO,SAEc,KAAK,EAOvB,CACT,ECjGMC,EAAa,CACjB,iBAAkB,CAAC,QAAS,OAAO,EACnC,YAAa,CAAC,QAAS,SAAS,EAChC,QAAS,OACT,eAAgB,CAAC,OAAO,EACxB,UAAW,CAAC,OAAO,EAEnB,WAAY,EAAa,IAAiB,EAAY,EAAQ,CAAO,CACvE,ECrBM,EAAwB,CAAE,WAAA,EAAY,WAAA,CAAW,ECGjD,EAAY,CAChB,wBACA,kBAAA,EACA,WAAA,EACA,oBAAA,EACA,WAAA,CACF,ECLM,CAAE,aAAY,cAAeC,EAC7B,EAAQC,EAAuB,EAC/B,EAAe,EAAgB,CAAK,EACpC,EAAY,EAAa,CAAK,EAIpC,IAAA,MAAqBD"}
|
package/types/commit.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as commit } from "../commit-
|
|
1
|
+
import { t as commit } from "../commit-DoYlYJa4.mjs";
|
|
2
2
|
export { commit };
|
package/types/commit.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
const e=`access.analytics.animation.arch.assets.backwards.beer.breaking.build.catch.chore.ci.clean.compat.concurrency.config.contrib-add.data.db.dep-add.dep-rm.dep-up.deploy.docs.docs-code.downgrade.dx.egg.experiment.feat.fix.fix-ci.flags.healthcheck.hotfix.i18n.ignore.inf.init.iphone.license.lint.log-add.log-rm.logic.merge.mock.mv.offline.patch.perf.poo.prune.pushpin.refactor.release.revert.rip.roles.rollforward.run-build.secrets.security.seed.seo.snapshot.sponsor.style.test.test-fail.texts.types.typo.ui.upgrade.ux.validation.wip`.split(`.`);export{e as commit};
|
|
2
2
|
//# sourceMappingURL=commit.mjs.map
|
package/types/commit.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"commit.mjs","names":[],"sources":["../../src/types/commit.ts"],"sourcesContent":["import type { ICommit } from './commit.types'\n\nconst commit: ICommit[] = [\n 'access',\n 'analytics',\n 'animation',\n 'arch',\n 'assets',\n 'backwards',\n 'beer',\n 'breaking',\n 'build',\n 'catch',\n 'chore',\n 'ci',\n 'clean',\n 'compat',\n 'concurrency',\n 'config',\n 'contrib-add',\n 'data',\n 'db',\n 'dep-add',\n 'dep-rm',\n 'dep-up',\n 'deploy',\n 'docs',\n 'docs-code',\n 'downgrade',\n 'dx',\n 'egg',\n 'experiment',\n 'feat',\n 'fix',\n 'fix-ci',\n 'flags',\n 'healthcheck',\n 'hotfix',\n 'i18n',\n 'ignore',\n 'inf',\n 'init',\n 'iphone',\n 'license',\n 'lint',\n 'log-add',\n 'log-rm',\n 'logic',\n 'merge',\n 'mock',\n 'mv',\n 'offline',\n 'patch',\n 'perf',\n 'poo',\n 'prune',\n 'pushpin',\n 'refactor',\n 'release',\n 'revert',\n 'rip',\n 'roles',\n 'rollforward',\n 'run-build',\n 'secrets',\n 'security',\n 'seed',\n 'seo',\n 'snapshot',\n 'sponsor',\n 'style',\n 'test',\n 'test-fail',\n 'texts',\n 'types',\n 'typo',\n 'ui',\n 'upgrade',\n 'ux',\n 'validation',\n 'wip',\n]\n\nexport { commit }\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"commit.mjs","names":[],"sources":["../../src/types/commit.ts"],"sourcesContent":["import type { ICommit } from './commit.types'\n\nconst commit: ICommit[] = [\n 'access',\n 'analytics',\n 'animation',\n 'arch',\n 'assets',\n 'backwards',\n 'beer',\n 'breaking',\n 'build',\n 'catch',\n 'chore',\n 'ci',\n 'clean',\n 'compat',\n 'concurrency',\n 'config',\n 'contrib-add',\n 'data',\n 'db',\n 'dep-add',\n 'dep-rm',\n 'dep-up',\n 'deploy',\n 'docs',\n 'docs-code',\n 'downgrade',\n 'dx',\n 'egg',\n 'experiment',\n 'feat',\n 'fix',\n 'fix-ci',\n 'flags',\n 'healthcheck',\n 'hotfix',\n 'i18n',\n 'ignore',\n 'inf',\n 'init',\n 'iphone',\n 'license',\n 'lint',\n 'log-add',\n 'log-rm',\n 'logic',\n 'merge',\n 'mock',\n 'mv',\n 'offline',\n 'patch',\n 'perf',\n 'poo',\n 'prune',\n 'pushpin',\n 'refactor',\n 'release',\n 'revert',\n 'rip',\n 'roles',\n 'rollforward',\n 'run-build',\n 'secrets',\n 'security',\n 'seed',\n 'seo',\n 'snapshot',\n 'sponsor',\n 'style',\n 'test',\n 'test-fail',\n 'texts',\n 'types',\n 'typo',\n 'ui',\n 'upgrade',\n 'ux',\n 'validation',\n 'wip',\n]\n\nexport { commit }\n"],"mappings":"AAEA,MAAM,EAAoB,2hBA+E1B"}
|
package/types/commit.types.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as ICommit } from "../commit.types-
|
|
2
|
-
export { ICommit };
|
|
1
|
+
import { t as ICommit } from "../commit.types-DPyU2vsu.mjs";
|
|
2
|
+
export type { ICommit };
|
package/types/commit.types.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
export{};
|
package/types/index.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { t as ICommit } from "../commit.types-
|
|
2
|
-
import { n as IReleaseRuleProps, t as IReleaseRule } from "../releaseRule.types-
|
|
3
|
-
import { t as commit } from "../commit-
|
|
4
|
-
import { t as releaseRule } from "../releaseRule-
|
|
5
|
-
export { ICommit, IReleaseRule, IReleaseRuleProps, commit as commitTypes, releaseRule as releaseRuleTypes };
|
|
1
|
+
import { t as ICommit } from "../commit.types-DPyU2vsu.mjs";
|
|
2
|
+
import { n as IReleaseRuleProps, t as IReleaseRule } from "../releaseRule.types-AZVO5a6m.mjs";
|
|
3
|
+
import { t as commit } from "../commit-DoYlYJa4.mjs";
|
|
4
|
+
import { t as releaseRule } from "../releaseRule-D6EOu-lK.mjs";
|
|
5
|
+
export { type ICommit, type IReleaseRule, type IReleaseRuleProps, commit as commitTypes, releaseRule as releaseRuleTypes };
|
package/types/index.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import
|
|
1
|
+
import{commit as e}from"./commit.mjs";import{releaseRule as t}from"./releaseRule.mjs";export{e as commitTypes,t as releaseRuleTypes};
|
package/types/releaseRule.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as releaseRule } from "../releaseRule-
|
|
1
|
+
import { t as releaseRule } from "../releaseRule-D6EOu-lK.mjs";
|
|
2
2
|
export { releaseRule };
|
package/types/releaseRule.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import"../chunk-sEf7NbmF.mjs";const e={access:{branch:null,code:`:wheelchair:`,commit:`access`,description:`Improve accessibility.`,emoji:`♿️`,entity:`♿`,name:`wheelchair`,semver:`patch`},analytics:{branch:null,code:`:chart_with_upwards_trend:`,commit:`analytics`,description:`Add or update analytics or track code.`,emoji:`📈`,entity:`📈`,name:`chart-with-upwards-trend`,semver:`patch`},animation:{branch:null,code:`:dizzy:`,commit:`animation`,description:`Add or update animations and transitions.`,emoji:`💫`,entity:`💫`,name:`animation`,semver:`patch`},arch:{branch:null,code:`:building_construction:`,commit:`arch`,description:`Make architectural changes.`,emoji:`🏗️`,entity:`f3d7;`,name:`building-construction`,semver:null},assets:{branch:null,code:`:bento:`,commit:`assets`,description:`Add or update assets.`,emoji:`🍱`,entity:`F371`,name:`bento`,semver:`patch`},backwards:{branch:null,code:`:t-rex:`,commit:`backwards`,description:`Backwards Compatibility.`,emoji:`🦖`,entity:`🦖`,name:`t-rex`,semver:`patch`},beer:{branch:null,code:`:beers:`,commit:`beer`,description:`Write code drunkenly.`,emoji:`🍻`,entity:`🍻`,name:`beers`,semver:null},breaking:{branch:null,code:`:boom:`,commit:`breaking`,description:`Introduce breaking changes.`,emoji:`💥`,entity:`💥`,name:`boom`,semver:`major`},build:{branch:null,code:`:hammer:`,commit:`build`,description:`Add or update development scripts.`,emoji:`🔨`,entity:`🔨`,name:`hammer`,semver:null},catch:{branch:null,code:`:goal_net:`,commit:`catch`,description:`Catch errors.`,emoji:`🥅`,entity:`🥅`,name:`goal-net`,semver:`patch`},chore:{branch:`chore`,code:`:computer_disk:`,commit:`chore`,description:`Changes that don’t modify src or test files`,emoji:`💽️`,entity:`💽`,name:`computer-disk`,semver:null},ci:{branch:`ci`,code:`:construction_worker:`,commit:`ci`,description:`Add or update CI build system.`,emoji:`👷`,entity:`👷`,name:`construction-worker`,semver:null},clean:{branch:null,code:`:wastebasket:`,commit:`clean`,description:`Deprecate code that needs to be cleaned up.`,emoji:`🗑️`,entity:`🗑`,name:`wastebasket`,semver:`patch`},compat:{branch:null,code:`:alien:`,commit:`compat`,description:`Update code due to external API changes.`,emoji:`👽️`,entity:`F47D;`,name:`alien`,semver:`patch`},concurrency:{branch:null,code:`:thread:`,commit:`concurrency`,description:`Add or update code related to multithreading or concurrency.`,emoji:`🧵`,entity:`🧵`,name:`thread`,semver:`patch`},config:{branch:null,code:`:wrench:`,commit:`config`,description:`Add or update configuration files.`,emoji:`🔧`,entity:`🔧`,name:`wrench`,semver:`patch`},"contrib-add":{branch:null,code:`:busts_in_silhouette:`,commit:`contrib-add`,description:`Add or update contributor(s).`,emoji:`👥`,entity:`👥`,name:`busts-in-silhouette`,semver:null},data:{branch:null,code:`:monocle_face:`,commit:`data`,description:`Data exploration/inspection.`,emoji:`🧐`,entity:`🧐`,name:`monocle-face`,semver:null},db:{branch:null,code:`:card_file_box:`,commit:`db`,description:`Perform database related changes.`,emoji:`🗃️`,entity:`🗃`,name:`card-file-box`,semver:`patch`},"dep-add":{branch:null,code:`:heavy_plus_sign:`,commit:`dep-add`,description:`Add a dependency.`,emoji:`➕`,entity:`➕`,name:`heavy-plus-sign`,semver:`patch`},"dep-rm":{branch:null,code:`:heavy_minus_sign:`,commit:`dep-rm`,description:`Remove a dependency.`,emoji:`➖`,entity:`➖`,name:`heavy-minus-sign`,semver:`patch`},"dep-up":{branch:null,code:`:package:`,commit:`dep-up`,description:`Add or update compiled files or packages.`,emoji:`📦️`,entity:`F4E6;`,name:`package`,semver:`patch`},deploy:{branch:null,code:`:rocket:`,commit:`deploy`,description:`Deploy stuff.`,emoji:`🚀`,entity:`🚀`,name:`rocket`,semver:null},docs:{branch:null,code:`:memo:`,commit:`docs`,description:`Add or update documentation.`,emoji:`📝`,entity:`📝`,name:`memo`,semver:null},"docs-code":{branch:null,code:`:bulb:`,commit:`docs-code`,description:`Add or update comments in source code.`,emoji:`💡`,entity:`💡`,name:`bulb`,semver:null},downgrade:{branch:null,code:`:arrow_down:`,commit:`downgrade`,description:`Downgrade dependencies.`,emoji:`⬇️`,entity:`⬇️`,name:`arrow-down`,semver:`patch`},dx:{branch:null,code:`:technologist:`,commit:`dx`,description:`Improve developer experience`,emoji:`🧑💻`,entity:`🧑‍💻`,name:`dx`,semver:null},egg:{branch:null,code:`:egg:`,commit:`egg`,description:`Add or update an easter egg.`,emoji:`🥚`,entity:`🥚`,name:`egg`,semver:`patch`},experiment:{branch:null,code:`:alembic:`,commit:`experiment`,description:`Perform experiments.`,emoji:`⚗️`,entity:`📸`,name:`alembic`,semver:`patch`},feat:{branch:`feature`,code:`:sparkles:`,commit:`feat`,description:`Introduce new features.`,emoji:`✨`,entity:`✨`,name:`sparkles`,semver:`minor`},fix:{branch:`fix`,code:`:bug:`,commit:`fix`,description:`Fix a bug.`,emoji:`🐛`,entity:`🐛`,name:`bug`,semver:`patch`},"fix-ci":{branch:null,code:`:green_heart:`,commit:`fix-ci`,description:`Fix CI Build.`,emoji:`💚`,entity:`💚`,name:`green-heart`,semver:null},flags:{branch:null,code:`:triangular_flag_on_post:`,commit:`flags`,description:`Add, update, or remove feature flags.`,emoji:`🚩`,entity:`🚩`,name:`triangular-flag-on-post`,semver:`patch`},healthcheck:{branch:null,code:`:stethoscope:`,commit:`healthcheck`,description:`Add or update healthcheck.`,emoji:`🩺`,entity:`🩺`,name:`stethoscope`,semver:null},hotfix:{branch:`hotfix`,code:`:ambulance:`,commit:`hotfix`,description:`Critical hotfix.`,emoji:`🚑️`,entity:`🚑`,name:`ambulance`,semver:`patch`},i18n:{branch:null,code:`:globe_with_meridians:`,commit:`i18n`,description:`Internationalization and localization.`,emoji:`🌐`,entity:`🌐`,name:`globe-with-meridians`,semver:`patch`},ignore:{branch:null,code:`:see_no_evil:`,commit:`ignore`,description:`Add or update a .gitignore file.`,emoji:`🙈`,entity:`bdfe7;`,name:`see-no-evil`,semver:null},inf:{branch:null,code:`:bricks:`,commit:`inf`,description:`Infrastructure related changes.`,emoji:`🧱`,entity:`🧱`,name:`bricks`,semver:null},init:{branch:null,code:`:tada:`,commit:`init`,description:`Begin a project.`,emoji:`🎉`,entity:`🎉`,name:`tada`,semver:`patch`},iphone:{branch:null,code:`:iphone:`,commit:`iphone`,description:`Work on responsive design.`,emoji:`📱`,entity:`📱`,name:`iphone`,semver:`patch`},license:{branch:null,code:`:page_facing_up:`,commit:`license`,description:`Add or update license.`,emoji:`📄`,entity:`F4C4;`,name:`page-facing-up`,semver:null},lint:{branch:null,code:`:rotating_light:`,commit:`lint`,description:`Fix compiler / linter warnings.`,emoji:`🚨`,entity:`🚨`,name:`rotating-light`,semver:null},"log-add":{branch:null,code:`:loud_sound:`,commit:`log-add`,description:`Add or update logs.`,emoji:`🔊`,entity:`🔊`,name:`loud-sound`,semver:null},"log-rm":{branch:null,code:`:mute:`,commit:`log-rm`,description:`Remove logs.`,emoji:`🔇`,entity:`🔇`,name:`mute`,semver:null},logic:{branch:null,code:`:necktie:`,commit:`logic`,description:`Add or update business logic`,emoji:`👔`,entity:`👔`,name:`necktie`,semver:`patch`},merge:{branch:null,code:`:twisted_rightwards_arrows:`,commit:`merge`,description:`Merge branches.`,emoji:`🔀`,entity:`🔀`,name:`twisted-rightwards-arrows`,semver:null},mock:{branch:null,code:`:clown_face:`,commit:`mock`,description:`Mock things.`,emoji:`🤡`,entity:`🤡`,name:`clown-face`,semver:null},mv:{branch:null,code:`:truck:`,commit:`mv`,description:`Move or rename resources (e.g.: files, paths, routes).`,emoji:`🚚`,entity:`F69A;`,name:`truck`,semver:null},offline:{branch:null,code:`:airplane:`,commit:`backwards`,description:`Provide Offline Support.`,emoji:`✈️`,entity:`✈`,name:`airplane`,semver:`patch`},patch:{branch:null,code:`:adhesive_bandage:`,commit:`patch`,description:`Simple fix for a non-critical issue.`,emoji:`🩹`,entity:`🩹`,name:`adhesive-bandage`,semver:`patch`},perf:{branch:null,code:`:zap:`,commit:`perf`,description:`Improve performance.`,emoji:`⚡️`,entity:`⚡`,name:`zap`,semver:`patch`},poo:{branch:null,code:`:poop:`,commit:`poo`,description:`Write bad code that needs to be improved.`,emoji:`💩`,entity:``,name:`poop`,semver:null},prune:{branch:null,code:`:fire:`,commit:`prune`,description:`Remove code or files.`,emoji:`🔥`,entity:`🔥`,name:`fire`,semver:null},pushpin:{branch:null,code:`:pushpin:`,commit:`pushpin`,description:`Pin dependencies to specific versions.`,emoji:`📌`,entity:`📌`,name:`pushpin`,semver:`patch`},refactor:{branch:`refactor`,code:`:recycle:`,commit:`refactor`,description:`Refactor code.`,emoji:`♻️`,entity:`♲`,name:`recycle`,semver:null},release:{branch:`release`,code:`:bookmark:`,commit:`release`,description:`Release / Version tags.`,emoji:`🔖`,entity:`🔖`,name:`bookmark`,semver:null},revert:{branch:null,code:`:rewind:`,commit:`revert`,description:`Revert changes.`,emoji:`⏪️`,entity:`⏪`,name:`rewind`,semver:`patch`},rip:{branch:null,code:`:coffin:`,commit:`rip`,description:`Remove dead code.`,emoji:`⚰️`,entity:`⚰`,name:`coffin`,semver:null},roles:{branch:null,code:`:passport_control:`,commit:`roles`,description:`Work on code related to authorization, roles and permissions.`,emoji:`🛂`,entity:`🛂`,name:`passport-control`,semver:`patch`},rollforward:{branch:null,code:`:fast_forward:`,commit:`rollforward`,description:`Create rollforward version.`,emoji:`⏩️`,entity:`E9;`,name:`rollforward`,semver:null},"run-build":{branch:null,code:`:rocket:`,commit:`run-build`,description:`Custom type for CI/CD to hook into run build override.`,emoji:`🚀️`,entity:`F680;`,name:`run-build`,semver:`patch`},secrets:{branch:null,code:`:closed_lock_with_key:`,commit:`secrets`,description:`Add or update secrets.`,emoji:`🔐`,entity:`🔐`,name:`closed-lock-with-key`,semver:null},security:{branch:null,code:`:lock:`,commit:`security`,description:`Fix security issues.`,emoji:`🔒️`,entity:`🔒`,name:`lock`,semver:`patch`},seed:{branch:null,code:`:seedling:`,commit:`seed`,description:`Add or update seed files.`,emoji:`🌱`,entity:`🌱`,name:`seedling`,semver:null},seo:{branch:null,code:`:mag:`,commit:`seo`,description:`Improve SEO.`,emoji:`🔍️`,entity:`🔍`,name:`mag`,semver:`patch`},snapshot:{branch:null,code:`:camera_flash:`,commit:`snapshot`,description:`Add or update snapshots.`,emoji:`📸`,entity:`📸`,name:`camera-flash`,semver:null},sponsor:{branch:null,code:`:money_with_wings:`,commit:`sponsor`,description:`Add sponsorships or money related infrastructure.`,emoji:`💸`,entity:`💸`,name:`money-with-wings`,semver:null},style:{branch:null,code:`:art:`,commit:`style`,description:`Improve structure / format of the code.`,emoji:`🎨`,entity:`🎨`,name:`art`,semver:null},test:{branch:`test`,code:`:white_check_mark:`,commit:`test`,description:`Add, update, or pass tests.`,emoji:`✅`,entity:`✅`,name:`white-check-mark`,semver:null},"test-fail":{branch:null,code:`:test_tube:`,commit:`test-fail`,description:`Add a failing test.`,emoji:`🧪`,entity:`🧪`,name:`test-tube`,semver:null},texts:{branch:null,code:`:speech_balloon:`,commit:`texts`,description:`Add or update text and literals.`,emoji:`💬`,entity:`💬`,name:`speech-balloon`,semver:`patch`},types:{branch:null,code:`:label:`,commit:`types`,description:`Add or update types.`,emoji:`🏷️`,entity:`🏷`,name:`label`,semver:`patch`},typo:{branch:null,code:`:pencil2:`,commit:`typo`,description:`Fix typos.`,emoji:`✏️`,entity:``,name:`pencil2`,semver:`patch`},ui:{branch:null,code:`:lipstick:`,commit:`ui`,description:`Add or update the UI and style files.`,emoji:`💄`,entity:`&#ff99cc;`,name:`lipstick`,semver:`patch`},upgrade:{branch:null,code:`:arrow_up:`,commit:`upgrade`,description:`Upgrade dependencies.`,emoji:`⬆️`,entity:`⬆️`,name:`arrow-up`,semver:`patch`},ux:{branch:null,code:`:children_crossing:`,commit:`ux`,description:`Improve user experience / usability.`,emoji:`🚸`,entity:`🚸`,name:`children-crossing`,semver:`patch`},validation:{branch:null,code:`:safety-vest:`,commit:`validation`,description:`Add or update code related to validation.`,emoji:`🦺`,entity:`🦺`,name:`validation`,semver:`patch`},wip:{branch:null,code:`:construction:`,commit:`wip`,description:`Work in progress.`,emoji:`🚧`,entity:`🚧`,name:`construction`,semver:null}};export{e as releaseRule};
|
|
1
|
+
const e={access:{branch:null,code:`:wheelchair:`,commit:`access`,description:`Improve accessibility.`,emoji:`♿️`,entity:`♿`,name:`wheelchair`,semver:`patch`},analytics:{branch:null,code:`:chart_with_upwards_trend:`,commit:`analytics`,description:`Add or update analytics or track code.`,emoji:`📈`,entity:`📈`,name:`chart-with-upwards-trend`,semver:`patch`},animation:{branch:null,code:`:dizzy:`,commit:`animation`,description:`Add or update animations and transitions.`,emoji:`💫`,entity:`💫`,name:`animation`,semver:`patch`},arch:{branch:null,code:`:building_construction:`,commit:`arch`,description:`Make architectural changes.`,emoji:`🏗️`,entity:`f3d7;`,name:`building-construction`,semver:null},assets:{branch:null,code:`:bento:`,commit:`assets`,description:`Add or update assets.`,emoji:`🍱`,entity:`F371`,name:`bento`,semver:`patch`},backwards:{branch:null,code:`:t-rex:`,commit:`backwards`,description:`Backwards Compatibility.`,emoji:`🦖`,entity:`🦖`,name:`t-rex`,semver:`patch`},beer:{branch:null,code:`:beers:`,commit:`beer`,description:`Write code drunkenly.`,emoji:`🍻`,entity:`🍻`,name:`beers`,semver:null},breaking:{branch:null,code:`:boom:`,commit:`breaking`,description:`Introduce breaking changes.`,emoji:`💥`,entity:`💥`,name:`boom`,semver:`major`},build:{branch:null,code:`:hammer:`,commit:`build`,description:`Add or update development scripts.`,emoji:`🔨`,entity:`🔨`,name:`hammer`,semver:null},catch:{branch:null,code:`:goal_net:`,commit:`catch`,description:`Catch errors.`,emoji:`🥅`,entity:`🥅`,name:`goal-net`,semver:`patch`},chore:{branch:`chore`,code:`:computer_disk:`,commit:`chore`,description:`Changes that don’t modify src or test files`,emoji:`💽️`,entity:`💽`,name:`computer-disk`,semver:null},ci:{branch:`ci`,code:`:construction_worker:`,commit:`ci`,description:`Add or update CI build system.`,emoji:`👷`,entity:`👷`,name:`construction-worker`,semver:null},clean:{branch:null,code:`:wastebasket:`,commit:`clean`,description:`Deprecate code that needs to be cleaned up.`,emoji:`🗑️`,entity:`🗑`,name:`wastebasket`,semver:`patch`},compat:{branch:null,code:`:alien:`,commit:`compat`,description:`Update code due to external API changes.`,emoji:`👽️`,entity:`F47D;`,name:`alien`,semver:`patch`},concurrency:{branch:null,code:`:thread:`,commit:`concurrency`,description:`Add or update code related to multithreading or concurrency.`,emoji:`🧵`,entity:`🧵`,name:`thread`,semver:`patch`},config:{branch:null,code:`:wrench:`,commit:`config`,description:`Add or update configuration files.`,emoji:`🔧`,entity:`🔧`,name:`wrench`,semver:`patch`},"contrib-add":{branch:null,code:`:busts_in_silhouette:`,commit:`contrib-add`,description:`Add or update contributor(s).`,emoji:`👥`,entity:`👥`,name:`busts-in-silhouette`,semver:null},data:{branch:null,code:`:monocle_face:`,commit:`data`,description:`Data exploration/inspection.`,emoji:`🧐`,entity:`🧐`,name:`monocle-face`,semver:null},db:{branch:null,code:`:card_file_box:`,commit:`db`,description:`Perform database related changes.`,emoji:`🗃️`,entity:`🗃`,name:`card-file-box`,semver:`patch`},"dep-add":{branch:null,code:`:heavy_plus_sign:`,commit:`dep-add`,description:`Add a dependency.`,emoji:`➕`,entity:`➕`,name:`heavy-plus-sign`,semver:`patch`},"dep-rm":{branch:null,code:`:heavy_minus_sign:`,commit:`dep-rm`,description:`Remove a dependency.`,emoji:`➖`,entity:`➖`,name:`heavy-minus-sign`,semver:`patch`},"dep-up":{branch:null,code:`:package:`,commit:`dep-up`,description:`Add or update compiled files or packages.`,emoji:`📦️`,entity:`F4E6;`,name:`package`,semver:`patch`},deploy:{branch:null,code:`:rocket:`,commit:`deploy`,description:`Deploy stuff.`,emoji:`🚀`,entity:`🚀`,name:`rocket`,semver:null},docs:{branch:null,code:`:memo:`,commit:`docs`,description:`Add or update documentation.`,emoji:`📝`,entity:`📝`,name:`memo`,semver:null},"docs-code":{branch:null,code:`:bulb:`,commit:`docs-code`,description:`Add or update comments in source code.`,emoji:`💡`,entity:`💡`,name:`bulb`,semver:null},downgrade:{branch:null,code:`:arrow_down:`,commit:`downgrade`,description:`Downgrade dependencies.`,emoji:`⬇️`,entity:`⬇️`,name:`arrow-down`,semver:`patch`},dx:{branch:null,code:`:technologist:`,commit:`dx`,description:`Improve developer experience`,emoji:`🧑💻`,entity:`🧑‍💻`,name:`dx`,semver:null},egg:{branch:null,code:`:egg:`,commit:`egg`,description:`Add or update an easter egg.`,emoji:`🥚`,entity:`🥚`,name:`egg`,semver:`patch`},experiment:{branch:null,code:`:alembic:`,commit:`experiment`,description:`Perform experiments.`,emoji:`⚗️`,entity:`📸`,name:`alembic`,semver:`patch`},feat:{branch:`feature`,code:`:sparkles:`,commit:`feat`,description:`Introduce new features.`,emoji:`✨`,entity:`✨`,name:`sparkles`,semver:`minor`},fix:{branch:`fix`,code:`:bug:`,commit:`fix`,description:`Fix a bug.`,emoji:`🐛`,entity:`🐛`,name:`bug`,semver:`patch`},"fix-ci":{branch:null,code:`:green_heart:`,commit:`fix-ci`,description:`Fix CI Build.`,emoji:`💚`,entity:`💚`,name:`green-heart`,semver:null},flags:{branch:null,code:`:triangular_flag_on_post:`,commit:`flags`,description:`Add, update, or remove feature flags.`,emoji:`🚩`,entity:`🚩`,name:`triangular-flag-on-post`,semver:`patch`},healthcheck:{branch:null,code:`:stethoscope:`,commit:`healthcheck`,description:`Add or update healthcheck.`,emoji:`🩺`,entity:`🩺`,name:`stethoscope`,semver:null},hotfix:{branch:`hotfix`,code:`:ambulance:`,commit:`hotfix`,description:`Critical hotfix.`,emoji:`🚑️`,entity:`🚑`,name:`ambulance`,semver:`patch`},i18n:{branch:null,code:`:globe_with_meridians:`,commit:`i18n`,description:`Internationalization and localization.`,emoji:`🌐`,entity:`🌐`,name:`globe-with-meridians`,semver:`patch`},ignore:{branch:null,code:`:see_no_evil:`,commit:`ignore`,description:`Add or update a .gitignore file.`,emoji:`🙈`,entity:`bdfe7;`,name:`see-no-evil`,semver:null},inf:{branch:null,code:`:bricks:`,commit:`inf`,description:`Infrastructure related changes.`,emoji:`🧱`,entity:`🧱`,name:`bricks`,semver:null},init:{branch:null,code:`:tada:`,commit:`init`,description:`Begin a project.`,emoji:`🎉`,entity:`🎉`,name:`tada`,semver:`patch`},iphone:{branch:null,code:`:iphone:`,commit:`iphone`,description:`Work on responsive design.`,emoji:`📱`,entity:`📱`,name:`iphone`,semver:`patch`},license:{branch:null,code:`:page_facing_up:`,commit:`license`,description:`Add or update license.`,emoji:`📄`,entity:`F4C4;`,name:`page-facing-up`,semver:null},lint:{branch:null,code:`:rotating_light:`,commit:`lint`,description:`Fix compiler / linter warnings.`,emoji:`🚨`,entity:`🚨`,name:`rotating-light`,semver:null},"log-add":{branch:null,code:`:loud_sound:`,commit:`log-add`,description:`Add or update logs.`,emoji:`🔊`,entity:`🔊`,name:`loud-sound`,semver:null},"log-rm":{branch:null,code:`:mute:`,commit:`log-rm`,description:`Remove logs.`,emoji:`🔇`,entity:`🔇`,name:`mute`,semver:null},logic:{branch:null,code:`:necktie:`,commit:`logic`,description:`Add or update business logic`,emoji:`👔`,entity:`👔`,name:`necktie`,semver:`patch`},merge:{branch:null,code:`:twisted_rightwards_arrows:`,commit:`merge`,description:`Merge branches.`,emoji:`🔀`,entity:`🔀`,name:`twisted-rightwards-arrows`,semver:null},mock:{branch:null,code:`:clown_face:`,commit:`mock`,description:`Mock things.`,emoji:`🤡`,entity:`🤡`,name:`clown-face`,semver:null},mv:{branch:null,code:`:truck:`,commit:`mv`,description:`Move or rename resources (e.g.: files, paths, routes).`,emoji:`🚚`,entity:`F69A;`,name:`truck`,semver:null},offline:{branch:null,code:`:airplane:`,commit:`backwards`,description:`Provide Offline Support.`,emoji:`✈️`,entity:`✈`,name:`airplane`,semver:`patch`},patch:{branch:null,code:`:adhesive_bandage:`,commit:`patch`,description:`Simple fix for a non-critical issue.`,emoji:`🩹`,entity:`🩹`,name:`adhesive-bandage`,semver:`patch`},perf:{branch:null,code:`:zap:`,commit:`perf`,description:`Improve performance.`,emoji:`⚡️`,entity:`⚡`,name:`zap`,semver:`patch`},poo:{branch:null,code:`:poop:`,commit:`poo`,description:`Write bad code that needs to be improved.`,emoji:`💩`,entity:``,name:`poop`,semver:null},prune:{branch:null,code:`:fire:`,commit:`prune`,description:`Remove code or files.`,emoji:`🔥`,entity:`🔥`,name:`fire`,semver:null},pushpin:{branch:null,code:`:pushpin:`,commit:`pushpin`,description:`Pin dependencies to specific versions.`,emoji:`📌`,entity:`📌`,name:`pushpin`,semver:`patch`},refactor:{branch:`refactor`,code:`:recycle:`,commit:`refactor`,description:`Refactor code.`,emoji:`♻️`,entity:`♲`,name:`recycle`,semver:null},release:{branch:`release`,code:`:bookmark:`,commit:`release`,description:`Release / Version tags.`,emoji:`🔖`,entity:`🔖`,name:`bookmark`,semver:null},revert:{branch:null,code:`:rewind:`,commit:`revert`,description:`Revert changes.`,emoji:`⏪️`,entity:`⏪`,name:`rewind`,semver:`patch`},rip:{branch:null,code:`:coffin:`,commit:`rip`,description:`Remove dead code.`,emoji:`⚰️`,entity:`⚰`,name:`coffin`,semver:null},roles:{branch:null,code:`:passport_control:`,commit:`roles`,description:`Work on code related to authorization, roles and permissions.`,emoji:`🛂`,entity:`🛂`,name:`passport-control`,semver:`patch`},rollforward:{branch:null,code:`:fast_forward:`,commit:`rollforward`,description:`Create rollforward version.`,emoji:`⏩️`,entity:`E9;`,name:`rollforward`,semver:null},"run-build":{branch:null,code:`:rocket:`,commit:`run-build`,description:`Custom type for CI/CD to hook into run build override.`,emoji:`🚀️`,entity:`F680;`,name:`run-build`,semver:`patch`},secrets:{branch:null,code:`:closed_lock_with_key:`,commit:`secrets`,description:`Add or update secrets.`,emoji:`🔐`,entity:`🔐`,name:`closed-lock-with-key`,semver:null},security:{branch:null,code:`:lock:`,commit:`security`,description:`Fix security issues.`,emoji:`🔒️`,entity:`🔒`,name:`lock`,semver:`patch`},seed:{branch:null,code:`:seedling:`,commit:`seed`,description:`Add or update seed files.`,emoji:`🌱`,entity:`🌱`,name:`seedling`,semver:null},seo:{branch:null,code:`:mag:`,commit:`seo`,description:`Improve SEO.`,emoji:`🔍️`,entity:`🔍`,name:`mag`,semver:`patch`},snapshot:{branch:null,code:`:camera_flash:`,commit:`snapshot`,description:`Add or update snapshots.`,emoji:`📸`,entity:`📸`,name:`camera-flash`,semver:null},sponsor:{branch:null,code:`:money_with_wings:`,commit:`sponsor`,description:`Add sponsorships or money related infrastructure.`,emoji:`💸`,entity:`💸`,name:`money-with-wings`,semver:null},style:{branch:null,code:`:art:`,commit:`style`,description:`Improve structure / format of the code.`,emoji:`🎨`,entity:`🎨`,name:`art`,semver:null},test:{branch:`test`,code:`:white_check_mark:`,commit:`test`,description:`Add, update, or pass tests.`,emoji:`✅`,entity:`✅`,name:`white-check-mark`,semver:null},"test-fail":{branch:null,code:`:test_tube:`,commit:`test-fail`,description:`Add a failing test.`,emoji:`🧪`,entity:`🧪`,name:`test-tube`,semver:null},texts:{branch:null,code:`:speech_balloon:`,commit:`texts`,description:`Add or update text and literals.`,emoji:`💬`,entity:`💬`,name:`speech-balloon`,semver:`patch`},types:{branch:null,code:`:label:`,commit:`types`,description:`Add or update types.`,emoji:`🏷️`,entity:`🏷`,name:`label`,semver:`patch`},typo:{branch:null,code:`:pencil2:`,commit:`typo`,description:`Fix typos.`,emoji:`✏️`,entity:``,name:`pencil2`,semver:`patch`},ui:{branch:null,code:`:lipstick:`,commit:`ui`,description:`Add or update the UI and style files.`,emoji:`💄`,entity:`&#ff99cc;`,name:`lipstick`,semver:`patch`},upgrade:{branch:null,code:`:arrow_up:`,commit:`upgrade`,description:`Upgrade dependencies.`,emoji:`⬆️`,entity:`⬆️`,name:`arrow-up`,semver:`patch`},ux:{branch:null,code:`:children_crossing:`,commit:`ux`,description:`Improve user experience / usability.`,emoji:`🚸`,entity:`🚸`,name:`children-crossing`,semver:`patch`},validation:{branch:null,code:`:safety-vest:`,commit:`validation`,description:`Add or update code related to validation.`,emoji:`🦺`,entity:`🦺`,name:`validation`,semver:`patch`},wip:{branch:null,code:`:construction:`,commit:`wip`,description:`Work in progress.`,emoji:`🚧`,entity:`🚧`,name:`construction`,semver:null}};export{e as releaseRule};
|
|
2
2
|
//# sourceMappingURL=releaseRule.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"releaseRule.mjs","names":[],"sources":["../../src/types/releaseRule.ts"],"sourcesContent":["import type { IReleaseRule } from './releaseRule.types'\n\nconst releaseRule: IReleaseRule = {\n access: {\n branch: null,\n code: ':wheelchair:',\n commit: 'access',\n description: 'Improve accessibility.',\n emoji: '♿️',\n entity: '♿',\n name: 'wheelchair',\n semver: 'patch',\n },\n analytics: {\n branch: null,\n code: ':chart_with_upwards_trend:',\n commit: 'analytics',\n description: 'Add or update analytics or track code.',\n emoji: '📈',\n entity: '📈',\n name: 'chart-with-upwards-trend',\n semver: 'patch',\n },\n animation: {\n branch: null,\n code: ':dizzy:',\n commit: 'animation',\n description: 'Add or update animations and transitions.',\n emoji: '💫',\n entity: '💫',\n name: 'animation',\n semver: 'patch',\n },\n arch: {\n branch: null,\n code: ':building_construction:',\n commit: 'arch',\n description: 'Make architectural changes.',\n emoji: '🏗️',\n entity: 'f3d7;',\n name: 'building-construction',\n semver: null,\n },\n assets: {\n branch: null,\n code: ':bento:',\n commit: 'assets',\n description: 'Add or update assets.',\n emoji: '🍱',\n entity: 'F371',\n name: 'bento',\n semver: 'patch',\n },\n backwards: {\n branch: null,\n code: ':t-rex:',\n commit: 'backwards',\n description: 'Backwards Compatibility.',\n emoji: '🦖',\n entity: '🦖',\n name: 't-rex',\n semver: 'patch',\n },\n beer: {\n branch: null,\n code: ':beers:',\n commit: 'beer',\n description: 'Write code drunkenly.',\n emoji: '🍻',\n entity: '🍻',\n name: 'beers',\n semver: null,\n },\n breaking: {\n branch: null,\n code: ':boom:',\n commit: 'breaking',\n description: 'Introduce breaking changes.',\n emoji: '💥',\n entity: '💥',\n name: 'boom',\n semver: 'major',\n },\n build: {\n branch: null,\n code: ':hammer:',\n commit: 'build',\n description: 'Add or update development scripts.',\n emoji: '🔨',\n entity: '🔨',\n name: 'hammer',\n semver: null,\n },\n catch: {\n branch: null,\n code: ':goal_net:',\n commit: 'catch',\n description: 'Catch errors.',\n emoji: '🥅',\n entity: '🥅',\n name: 'goal-net',\n semver: 'patch',\n },\n chore: {\n branch: 'chore',\n code: ':computer_disk:',\n commit: 'chore',\n description: 'Changes that don’t modify src or test files',\n emoji: '💽️',\n entity: '💽',\n name: 'computer-disk',\n semver: null,\n },\n ci: {\n branch: 'ci',\n code: ':construction_worker:',\n commit: 'ci',\n description: 'Add or update CI build system.',\n emoji: '👷',\n entity: '👷',\n name: 'construction-worker',\n semver: null,\n },\n clean: {\n branch: null,\n code: ':wastebasket:',\n commit: 'clean',\n description: 'Deprecate code that needs to be cleaned up.',\n emoji: '🗑️',\n entity: '🗑',\n name: 'wastebasket',\n semver: 'patch',\n },\n compat: {\n branch: null,\n code: ':alien:',\n commit: 'compat',\n description: 'Update code due to external API changes.',\n emoji: '👽️',\n entity: 'F47D;',\n name: 'alien',\n semver: 'patch',\n },\n concurrency: {\n branch: null,\n code: ':thread:',\n commit: 'concurrency',\n description: 'Add or update code related to multithreading or concurrency.',\n emoji: '🧵',\n entity: '🧵',\n name: 'thread',\n semver: 'patch',\n },\n config: {\n branch: null,\n code: ':wrench:',\n commit: 'config',\n description: 'Add or update configuration files.',\n emoji: '🔧',\n entity: '🔧',\n name: 'wrench',\n semver: 'patch',\n },\n 'contrib-add': {\n branch: null,\n code: ':busts_in_silhouette:',\n commit: 'contrib-add',\n description: 'Add or update contributor(s).',\n emoji: '👥',\n entity: '👥',\n name: 'busts-in-silhouette',\n semver: null,\n },\n data: {\n branch: null,\n code: ':monocle_face:',\n commit: 'data',\n description: 'Data exploration/inspection.',\n emoji: '🧐',\n entity: '🧐',\n name: 'monocle-face',\n semver: null,\n },\n db: {\n branch: null,\n code: ':card_file_box:',\n commit: 'db',\n description: 'Perform database related changes.',\n emoji: '🗃️',\n entity: '🗃',\n name: 'card-file-box',\n semver: 'patch',\n },\n 'dep-add': {\n branch: null,\n code: ':heavy_plus_sign:',\n commit: 'dep-add',\n description: 'Add a dependency.',\n emoji: '➕',\n entity: '➕',\n name: 'heavy-plus-sign',\n semver: 'patch',\n },\n 'dep-rm': {\n branch: null,\n code: ':heavy_minus_sign:',\n commit: 'dep-rm',\n description: 'Remove a dependency.',\n emoji: '➖',\n entity: '➖',\n name: 'heavy-minus-sign',\n semver: 'patch',\n },\n 'dep-up': {\n branch: null,\n code: ':package:',\n commit: 'dep-up',\n description: 'Add or update compiled files or packages.',\n emoji: '📦️',\n entity: 'F4E6;',\n name: 'package',\n semver: 'patch',\n },\n deploy: {\n branch: null,\n code: ':rocket:',\n commit: 'deploy',\n description: 'Deploy stuff.',\n emoji: '🚀',\n entity: '🚀',\n name: 'rocket',\n semver: null,\n },\n docs: {\n branch: null,\n code: ':memo:',\n commit: 'docs',\n description: 'Add or update documentation.',\n emoji: '📝',\n entity: '📝',\n name: 'memo',\n semver: null,\n },\n 'docs-code': {\n branch: null,\n code: ':bulb:',\n commit: 'docs-code',\n description: 'Add or update comments in source code.',\n emoji: '💡',\n entity: '💡',\n name: 'bulb',\n semver: null,\n },\n downgrade: {\n branch: null,\n code: ':arrow_down:',\n commit: 'downgrade',\n description: 'Downgrade dependencies.',\n emoji: '⬇️',\n entity: '⬇️',\n name: 'arrow-down',\n semver: 'patch',\n },\n dx: {\n branch: null,\n code: ':technologist:',\n commit: 'dx',\n description: 'Improve developer experience',\n emoji: '🧑💻',\n entity: '🧑‍💻',\n name: 'dx',\n semver: null,\n },\n egg: {\n branch: null,\n code: ':egg:',\n commit: 'egg',\n description: 'Add or update an easter egg.',\n emoji: '🥚',\n entity: '🥚',\n name: 'egg',\n semver: 'patch',\n },\n experiment: {\n branch: null,\n code: ':alembic:',\n commit: 'experiment',\n description: 'Perform experiments.',\n emoji: '⚗️',\n entity: '📸',\n name: 'alembic',\n semver: 'patch',\n },\n feat: {\n branch: 'feature',\n code: ':sparkles:',\n commit: 'feat',\n description: 'Introduce new features.',\n emoji: '✨',\n entity: '✨',\n name: 'sparkles',\n semver: 'minor',\n },\n fix: {\n branch: 'fix',\n code: ':bug:',\n commit: 'fix',\n description: 'Fix a bug.',\n emoji: '🐛',\n entity: '🐛',\n name: 'bug',\n semver: 'patch',\n },\n 'fix-ci': {\n branch: null,\n code: ':green_heart:',\n commit: 'fix-ci',\n description: 'Fix CI Build.',\n emoji: '💚',\n entity: '💚',\n name: 'green-heart',\n semver: null,\n },\n flags: {\n branch: null,\n code: ':triangular_flag_on_post:',\n commit: 'flags',\n description: 'Add, update, or remove feature flags.',\n emoji: '🚩',\n entity: '🚩',\n name: 'triangular-flag-on-post',\n semver: 'patch',\n },\n healthcheck: {\n branch: null,\n code: ':stethoscope:',\n commit: 'healthcheck',\n description: 'Add or update healthcheck.',\n emoji: '🩺',\n entity: '🩺',\n name: 'stethoscope',\n semver: null,\n },\n hotfix: {\n branch: 'hotfix',\n code: ':ambulance:',\n commit: 'hotfix',\n description: 'Critical hotfix.',\n emoji: '🚑️',\n entity: '🚑',\n name: 'ambulance',\n semver: 'patch',\n },\n i18n: {\n branch: null,\n code: ':globe_with_meridians:',\n commit: 'i18n',\n description: 'Internationalization and localization.',\n emoji: '🌐',\n entity: '🌐',\n name: 'globe-with-meridians',\n semver: 'patch',\n },\n ignore: {\n branch: null,\n code: ':see_no_evil:',\n commit: 'ignore',\n description: 'Add or update a .gitignore file.',\n emoji: '🙈',\n entity: 'bdfe7;',\n name: 'see-no-evil',\n semver: null,\n },\n inf: {\n branch: null,\n code: ':bricks:',\n commit: 'inf',\n description: 'Infrastructure related changes.',\n emoji: '🧱',\n entity: '🧱',\n name: 'bricks',\n semver: null,\n },\n init: {\n branch: null,\n code: ':tada:',\n commit: 'init',\n description: 'Begin a project.',\n emoji: '🎉',\n entity: '🎉',\n name: 'tada',\n semver: 'patch',\n },\n iphone: {\n branch: null,\n code: ':iphone:',\n commit: 'iphone',\n description: 'Work on responsive design.',\n emoji: '📱',\n entity: '📱',\n name: 'iphone',\n semver: 'patch',\n },\n license: {\n branch: null,\n code: ':page_facing_up:',\n commit: 'license',\n description: 'Add or update license.',\n emoji: '📄',\n entity: 'F4C4;',\n name: 'page-facing-up',\n semver: null,\n },\n lint: {\n branch: null,\n code: ':rotating_light:',\n commit: 'lint',\n description: 'Fix compiler / linter warnings.',\n emoji: '🚨',\n entity: '🚨',\n name: 'rotating-light',\n semver: null,\n },\n 'log-add': {\n branch: null,\n code: ':loud_sound:',\n commit: 'log-add',\n description: 'Add or update logs.',\n emoji: '🔊',\n entity: '🔊',\n name: 'loud-sound',\n semver: null,\n },\n 'log-rm': {\n branch: null,\n code: ':mute:',\n commit: 'log-rm',\n description: 'Remove logs.',\n emoji: '🔇',\n entity: '🔇',\n name: 'mute',\n semver: null,\n },\n logic: {\n branch: null,\n code: ':necktie:',\n commit: 'logic',\n description: 'Add or update business logic',\n emoji: '👔',\n entity: '👔',\n name: 'necktie',\n semver: 'patch',\n },\n merge: {\n branch: null,\n code: ':twisted_rightwards_arrows:',\n commit: 'merge',\n description: 'Merge branches.',\n emoji: '🔀',\n entity: '🔀',\n name: 'twisted-rightwards-arrows',\n semver: null,\n },\n mock: {\n branch: null,\n code: ':clown_face:',\n commit: 'mock',\n description: 'Mock things.',\n emoji: '🤡',\n entity: '🤡',\n name: 'clown-face',\n semver: null,\n },\n mv: {\n branch: null,\n code: ':truck:',\n commit: 'mv',\n description: 'Move or rename resources (e.g.: files, paths, routes).',\n emoji: '🚚',\n entity: 'F69A;',\n name: 'truck',\n semver: null,\n },\n offline: {\n branch: null,\n code: ':airplane:',\n commit: 'backwards',\n description: 'Provide Offline Support.',\n emoji: '✈️',\n entity: '✈',\n name: 'airplane',\n semver: 'patch',\n },\n patch: {\n branch: null,\n code: ':adhesive_bandage:',\n commit: 'patch',\n description: 'Simple fix for a non-critical issue.',\n emoji: '🩹',\n entity: '🩹',\n name: 'adhesive-bandage',\n semver: 'patch',\n },\n perf: {\n branch: null,\n code: ':zap:',\n commit: 'perf',\n description: 'Improve performance.',\n emoji: '⚡️',\n entity: '⚡',\n name: 'zap',\n semver: 'patch',\n },\n poo: {\n branch: null,\n code: ':poop:',\n commit: 'poo',\n description: 'Write bad code that needs to be improved.',\n emoji: '💩',\n entity: '',\n name: 'poop',\n semver: null,\n },\n prune: {\n branch: null,\n code: ':fire:',\n commit: 'prune',\n description: 'Remove code or files.',\n emoji: '🔥',\n entity: '🔥',\n name: 'fire',\n semver: null,\n },\n pushpin: {\n branch: null,\n code: ':pushpin:',\n commit: 'pushpin',\n description: 'Pin dependencies to specific versions.',\n emoji: '📌',\n entity: '📌',\n name: 'pushpin',\n semver: 'patch',\n },\n refactor: {\n branch: 'refactor',\n code: ':recycle:',\n commit: 'refactor',\n description: 'Refactor code.',\n emoji: '♻️',\n entity: '♲',\n name: 'recycle',\n semver: null,\n },\n release: {\n branch: 'release',\n code: ':bookmark:',\n commit: 'release',\n description: 'Release / Version tags.',\n emoji: '🔖',\n entity: '🔖',\n name: 'bookmark',\n semver: null,\n },\n revert: {\n branch: null,\n code: ':rewind:',\n commit: 'revert',\n description: 'Revert changes.',\n emoji: '⏪️',\n entity: '⏪',\n name: 'rewind',\n semver: 'patch',\n },\n rip: {\n branch: null,\n code: ':coffin:',\n commit: 'rip',\n description: 'Remove dead code.',\n emoji: '⚰️',\n entity: '⚰',\n name: 'coffin',\n semver: null,\n },\n roles: {\n branch: null,\n code: ':passport_control:',\n commit: 'roles',\n description: 'Work on code related to authorization, roles and permissions.',\n emoji: '🛂',\n entity: '🛂',\n name: 'passport-control',\n semver: 'patch',\n },\n rollforward: {\n branch: null,\n code: ':fast_forward:',\n commit: 'rollforward',\n description: 'Create rollforward version.',\n emoji: '⏩️',\n entity: 'E9;',\n name: 'rollforward',\n semver: null,\n },\n 'run-build': {\n branch: null,\n code: ':rocket:',\n commit: 'run-build',\n description: 'Custom type for CI/CD to hook into run build override.',\n emoji: '🚀️',\n entity: 'F680;',\n name: 'run-build',\n semver: 'patch',\n },\n secrets: {\n branch: null,\n code: ':closed_lock_with_key:',\n commit: 'secrets',\n description: 'Add or update secrets.',\n emoji: '🔐',\n entity: '🔐',\n name: 'closed-lock-with-key',\n semver: null,\n },\n security: {\n branch: null,\n code: ':lock:',\n commit: 'security',\n description: 'Fix security issues.',\n emoji: '🔒️',\n entity: '🔒',\n name: 'lock',\n semver: 'patch',\n },\n seed: {\n branch: null,\n code: ':seedling:',\n commit: 'seed',\n description: 'Add or update seed files.',\n emoji: '🌱',\n entity: '🌱',\n name: 'seedling',\n semver: null,\n },\n seo: {\n branch: null,\n code: ':mag:',\n commit: 'seo',\n description: 'Improve SEO.',\n emoji: '🔍️',\n entity: '🔍',\n name: 'mag',\n semver: 'patch',\n },\n snapshot: {\n branch: null,\n code: ':camera_flash:',\n commit: 'snapshot',\n description: 'Add or update snapshots.',\n emoji: '📸',\n entity: '📸',\n name: 'camera-flash',\n semver: null,\n },\n sponsor: {\n branch: null,\n code: ':money_with_wings:',\n commit: 'sponsor',\n description: 'Add sponsorships or money related infrastructure.',\n emoji: '💸',\n entity: '💸',\n name: 'money-with-wings',\n semver: null,\n },\n style: {\n branch: null,\n code: ':art:',\n commit: 'style',\n description: 'Improve structure / format of the code.',\n emoji: '🎨',\n entity: '🎨',\n name: 'art',\n semver: null,\n },\n test: {\n branch: 'test',\n code: ':white_check_mark:',\n commit: 'test',\n description: 'Add, update, or pass tests.',\n emoji: '✅',\n entity: '✅',\n name: 'white-check-mark',\n semver: null,\n },\n 'test-fail': {\n branch: null,\n code: ':test_tube:',\n commit: 'test-fail',\n description: 'Add a failing test.',\n emoji: '🧪',\n entity: '🧪',\n name: 'test-tube',\n semver: null,\n },\n texts: {\n branch: null,\n code: ':speech_balloon:',\n commit: 'texts',\n description: 'Add or update text and literals.',\n emoji: '💬',\n entity: '💬',\n name: 'speech-balloon',\n semver: 'patch',\n },\n types: {\n branch: null,\n code: ':label:',\n commit: 'types',\n description: 'Add or update types.',\n emoji: '🏷️',\n entity: '🏷',\n name: 'label',\n semver: 'patch',\n },\n typo: {\n branch: null,\n code: ':pencil2:',\n commit: 'typo',\n description: 'Fix typos.',\n emoji: '✏️',\n entity: '',\n name: 'pencil2',\n semver: 'patch',\n },\n ui: {\n branch: null,\n code: ':lipstick:',\n commit: 'ui',\n description: 'Add or update the UI and style files.',\n emoji: '💄',\n entity: '&#ff99cc;',\n name: 'lipstick',\n semver: 'patch',\n },\n upgrade: {\n branch: null,\n code: ':arrow_up:',\n commit: 'upgrade',\n description: 'Upgrade dependencies.',\n emoji: '⬆️',\n entity: '⬆️',\n name: 'arrow-up',\n semver: 'patch',\n },\n ux: {\n branch: null,\n code: ':children_crossing:',\n commit: 'ux',\n description: 'Improve user experience / usability.',\n emoji: '🚸',\n entity: '🚸',\n name: 'children-crossing',\n semver: 'patch',\n },\n validation: {\n branch: null,\n code: ':safety-vest:',\n commit: 'validation',\n description: 'Add or update code related to validation.',\n emoji: '🦺',\n entity: '🦺',\n name: 'validation',\n semver: 'patch',\n },\n wip: {\n branch: null,\n code: ':construction:',\n commit: 'wip',\n description: 'Work in progress.',\n emoji: '🚧',\n entity: '🚧',\n name: 'construction',\n semver: null,\n },\n}\n\nexport { releaseRule }\n"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"releaseRule.mjs","names":[],"sources":["../../src/types/releaseRule.ts"],"sourcesContent":["import type { IReleaseRule } from './releaseRule.types'\n\nconst releaseRule: IReleaseRule = {\n access: {\n branch: null,\n code: ':wheelchair:',\n commit: 'access',\n description: 'Improve accessibility.',\n emoji: '♿️',\n entity: '♿',\n name: 'wheelchair',\n semver: 'patch',\n },\n analytics: {\n branch: null,\n code: ':chart_with_upwards_trend:',\n commit: 'analytics',\n description: 'Add or update analytics or track code.',\n emoji: '📈',\n entity: '📈',\n name: 'chart-with-upwards-trend',\n semver: 'patch',\n },\n animation: {\n branch: null,\n code: ':dizzy:',\n commit: 'animation',\n description: 'Add or update animations and transitions.',\n emoji: '💫',\n entity: '💫',\n name: 'animation',\n semver: 'patch',\n },\n arch: {\n branch: null,\n code: ':building_construction:',\n commit: 'arch',\n description: 'Make architectural changes.',\n emoji: '🏗️',\n entity: 'f3d7;',\n name: 'building-construction',\n semver: null,\n },\n assets: {\n branch: null,\n code: ':bento:',\n commit: 'assets',\n description: 'Add or update assets.',\n emoji: '🍱',\n entity: 'F371',\n name: 'bento',\n semver: 'patch',\n },\n backwards: {\n branch: null,\n code: ':t-rex:',\n commit: 'backwards',\n description: 'Backwards Compatibility.',\n emoji: '🦖',\n entity: '🦖',\n name: 't-rex',\n semver: 'patch',\n },\n beer: {\n branch: null,\n code: ':beers:',\n commit: 'beer',\n description: 'Write code drunkenly.',\n emoji: '🍻',\n entity: '🍻',\n name: 'beers',\n semver: null,\n },\n breaking: {\n branch: null,\n code: ':boom:',\n commit: 'breaking',\n description: 'Introduce breaking changes.',\n emoji: '💥',\n entity: '💥',\n name: 'boom',\n semver: 'major',\n },\n build: {\n branch: null,\n code: ':hammer:',\n commit: 'build',\n description: 'Add or update development scripts.',\n emoji: '🔨',\n entity: '🔨',\n name: 'hammer',\n semver: null,\n },\n catch: {\n branch: null,\n code: ':goal_net:',\n commit: 'catch',\n description: 'Catch errors.',\n emoji: '🥅',\n entity: '🥅',\n name: 'goal-net',\n semver: 'patch',\n },\n chore: {\n branch: 'chore',\n code: ':computer_disk:',\n commit: 'chore',\n description: 'Changes that don’t modify src or test files',\n emoji: '💽️',\n entity: '💽',\n name: 'computer-disk',\n semver: null,\n },\n ci: {\n branch: 'ci',\n code: ':construction_worker:',\n commit: 'ci',\n description: 'Add or update CI build system.',\n emoji: '👷',\n entity: '👷',\n name: 'construction-worker',\n semver: null,\n },\n clean: {\n branch: null,\n code: ':wastebasket:',\n commit: 'clean',\n description: 'Deprecate code that needs to be cleaned up.',\n emoji: '🗑️',\n entity: '🗑',\n name: 'wastebasket',\n semver: 'patch',\n },\n compat: {\n branch: null,\n code: ':alien:',\n commit: 'compat',\n description: 'Update code due to external API changes.',\n emoji: '👽️',\n entity: 'F47D;',\n name: 'alien',\n semver: 'patch',\n },\n concurrency: {\n branch: null,\n code: ':thread:',\n commit: 'concurrency',\n description: 'Add or update code related to multithreading or concurrency.',\n emoji: '🧵',\n entity: '🧵',\n name: 'thread',\n semver: 'patch',\n },\n config: {\n branch: null,\n code: ':wrench:',\n commit: 'config',\n description: 'Add or update configuration files.',\n emoji: '🔧',\n entity: '🔧',\n name: 'wrench',\n semver: 'patch',\n },\n 'contrib-add': {\n branch: null,\n code: ':busts_in_silhouette:',\n commit: 'contrib-add',\n description: 'Add or update contributor(s).',\n emoji: '👥',\n entity: '👥',\n name: 'busts-in-silhouette',\n semver: null,\n },\n data: {\n branch: null,\n code: ':monocle_face:',\n commit: 'data',\n description: 'Data exploration/inspection.',\n emoji: '🧐',\n entity: '🧐',\n name: 'monocle-face',\n semver: null,\n },\n db: {\n branch: null,\n code: ':card_file_box:',\n commit: 'db',\n description: 'Perform database related changes.',\n emoji: '🗃️',\n entity: '🗃',\n name: 'card-file-box',\n semver: 'patch',\n },\n 'dep-add': {\n branch: null,\n code: ':heavy_plus_sign:',\n commit: 'dep-add',\n description: 'Add a dependency.',\n emoji: '➕',\n entity: '➕',\n name: 'heavy-plus-sign',\n semver: 'patch',\n },\n 'dep-rm': {\n branch: null,\n code: ':heavy_minus_sign:',\n commit: 'dep-rm',\n description: 'Remove a dependency.',\n emoji: '➖',\n entity: '➖',\n name: 'heavy-minus-sign',\n semver: 'patch',\n },\n 'dep-up': {\n branch: null,\n code: ':package:',\n commit: 'dep-up',\n description: 'Add or update compiled files or packages.',\n emoji: '📦️',\n entity: 'F4E6;',\n name: 'package',\n semver: 'patch',\n },\n deploy: {\n branch: null,\n code: ':rocket:',\n commit: 'deploy',\n description: 'Deploy stuff.',\n emoji: '🚀',\n entity: '🚀',\n name: 'rocket',\n semver: null,\n },\n docs: {\n branch: null,\n code: ':memo:',\n commit: 'docs',\n description: 'Add or update documentation.',\n emoji: '📝',\n entity: '📝',\n name: 'memo',\n semver: null,\n },\n 'docs-code': {\n branch: null,\n code: ':bulb:',\n commit: 'docs-code',\n description: 'Add or update comments in source code.',\n emoji: '💡',\n entity: '💡',\n name: 'bulb',\n semver: null,\n },\n downgrade: {\n branch: null,\n code: ':arrow_down:',\n commit: 'downgrade',\n description: 'Downgrade dependencies.',\n emoji: '⬇️',\n entity: '⬇️',\n name: 'arrow-down',\n semver: 'patch',\n },\n dx: {\n branch: null,\n code: ':technologist:',\n commit: 'dx',\n description: 'Improve developer experience',\n emoji: '🧑💻',\n entity: '🧑‍💻',\n name: 'dx',\n semver: null,\n },\n egg: {\n branch: null,\n code: ':egg:',\n commit: 'egg',\n description: 'Add or update an easter egg.',\n emoji: '🥚',\n entity: '🥚',\n name: 'egg',\n semver: 'patch',\n },\n experiment: {\n branch: null,\n code: ':alembic:',\n commit: 'experiment',\n description: 'Perform experiments.',\n emoji: '⚗️',\n entity: '📸',\n name: 'alembic',\n semver: 'patch',\n },\n feat: {\n branch: 'feature',\n code: ':sparkles:',\n commit: 'feat',\n description: 'Introduce new features.',\n emoji: '✨',\n entity: '✨',\n name: 'sparkles',\n semver: 'minor',\n },\n fix: {\n branch: 'fix',\n code: ':bug:',\n commit: 'fix',\n description: 'Fix a bug.',\n emoji: '🐛',\n entity: '🐛',\n name: 'bug',\n semver: 'patch',\n },\n 'fix-ci': {\n branch: null,\n code: ':green_heart:',\n commit: 'fix-ci',\n description: 'Fix CI Build.',\n emoji: '💚',\n entity: '💚',\n name: 'green-heart',\n semver: null,\n },\n flags: {\n branch: null,\n code: ':triangular_flag_on_post:',\n commit: 'flags',\n description: 'Add, update, or remove feature flags.',\n emoji: '🚩',\n entity: '🚩',\n name: 'triangular-flag-on-post',\n semver: 'patch',\n },\n healthcheck: {\n branch: null,\n code: ':stethoscope:',\n commit: 'healthcheck',\n description: 'Add or update healthcheck.',\n emoji: '🩺',\n entity: '🩺',\n name: 'stethoscope',\n semver: null,\n },\n hotfix: {\n branch: 'hotfix',\n code: ':ambulance:',\n commit: 'hotfix',\n description: 'Critical hotfix.',\n emoji: '🚑️',\n entity: '🚑',\n name: 'ambulance',\n semver: 'patch',\n },\n i18n: {\n branch: null,\n code: ':globe_with_meridians:',\n commit: 'i18n',\n description: 'Internationalization and localization.',\n emoji: '🌐',\n entity: '🌐',\n name: 'globe-with-meridians',\n semver: 'patch',\n },\n ignore: {\n branch: null,\n code: ':see_no_evil:',\n commit: 'ignore',\n description: 'Add or update a .gitignore file.',\n emoji: '🙈',\n entity: 'bdfe7;',\n name: 'see-no-evil',\n semver: null,\n },\n inf: {\n branch: null,\n code: ':bricks:',\n commit: 'inf',\n description: 'Infrastructure related changes.',\n emoji: '🧱',\n entity: '🧱',\n name: 'bricks',\n semver: null,\n },\n init: {\n branch: null,\n code: ':tada:',\n commit: 'init',\n description: 'Begin a project.',\n emoji: '🎉',\n entity: '🎉',\n name: 'tada',\n semver: 'patch',\n },\n iphone: {\n branch: null,\n code: ':iphone:',\n commit: 'iphone',\n description: 'Work on responsive design.',\n emoji: '📱',\n entity: '📱',\n name: 'iphone',\n semver: 'patch',\n },\n license: {\n branch: null,\n code: ':page_facing_up:',\n commit: 'license',\n description: 'Add or update license.',\n emoji: '📄',\n entity: 'F4C4;',\n name: 'page-facing-up',\n semver: null,\n },\n lint: {\n branch: null,\n code: ':rotating_light:',\n commit: 'lint',\n description: 'Fix compiler / linter warnings.',\n emoji: '🚨',\n entity: '🚨',\n name: 'rotating-light',\n semver: null,\n },\n 'log-add': {\n branch: null,\n code: ':loud_sound:',\n commit: 'log-add',\n description: 'Add or update logs.',\n emoji: '🔊',\n entity: '🔊',\n name: 'loud-sound',\n semver: null,\n },\n 'log-rm': {\n branch: null,\n code: ':mute:',\n commit: 'log-rm',\n description: 'Remove logs.',\n emoji: '🔇',\n entity: '🔇',\n name: 'mute',\n semver: null,\n },\n logic: {\n branch: null,\n code: ':necktie:',\n commit: 'logic',\n description: 'Add or update business logic',\n emoji: '👔',\n entity: '👔',\n name: 'necktie',\n semver: 'patch',\n },\n merge: {\n branch: null,\n code: ':twisted_rightwards_arrows:',\n commit: 'merge',\n description: 'Merge branches.',\n emoji: '🔀',\n entity: '🔀',\n name: 'twisted-rightwards-arrows',\n semver: null,\n },\n mock: {\n branch: null,\n code: ':clown_face:',\n commit: 'mock',\n description: 'Mock things.',\n emoji: '🤡',\n entity: '🤡',\n name: 'clown-face',\n semver: null,\n },\n mv: {\n branch: null,\n code: ':truck:',\n commit: 'mv',\n description: 'Move or rename resources (e.g.: files, paths, routes).',\n emoji: '🚚',\n entity: 'F69A;',\n name: 'truck',\n semver: null,\n },\n offline: {\n branch: null,\n code: ':airplane:',\n commit: 'backwards',\n description: 'Provide Offline Support.',\n emoji: '✈️',\n entity: '✈',\n name: 'airplane',\n semver: 'patch',\n },\n patch: {\n branch: null,\n code: ':adhesive_bandage:',\n commit: 'patch',\n description: 'Simple fix for a non-critical issue.',\n emoji: '🩹',\n entity: '🩹',\n name: 'adhesive-bandage',\n semver: 'patch',\n },\n perf: {\n branch: null,\n code: ':zap:',\n commit: 'perf',\n description: 'Improve performance.',\n emoji: '⚡️',\n entity: '⚡',\n name: 'zap',\n semver: 'patch',\n },\n poo: {\n branch: null,\n code: ':poop:',\n commit: 'poo',\n description: 'Write bad code that needs to be improved.',\n emoji: '💩',\n entity: '',\n name: 'poop',\n semver: null,\n },\n prune: {\n branch: null,\n code: ':fire:',\n commit: 'prune',\n description: 'Remove code or files.',\n emoji: '🔥',\n entity: '🔥',\n name: 'fire',\n semver: null,\n },\n pushpin: {\n branch: null,\n code: ':pushpin:',\n commit: 'pushpin',\n description: 'Pin dependencies to specific versions.',\n emoji: '📌',\n entity: '📌',\n name: 'pushpin',\n semver: 'patch',\n },\n refactor: {\n branch: 'refactor',\n code: ':recycle:',\n commit: 'refactor',\n description: 'Refactor code.',\n emoji: '♻️',\n entity: '♲',\n name: 'recycle',\n semver: null,\n },\n release: {\n branch: 'release',\n code: ':bookmark:',\n commit: 'release',\n description: 'Release / Version tags.',\n emoji: '🔖',\n entity: '🔖',\n name: 'bookmark',\n semver: null,\n },\n revert: {\n branch: null,\n code: ':rewind:',\n commit: 'revert',\n description: 'Revert changes.',\n emoji: '⏪️',\n entity: '⏪',\n name: 'rewind',\n semver: 'patch',\n },\n rip: {\n branch: null,\n code: ':coffin:',\n commit: 'rip',\n description: 'Remove dead code.',\n emoji: '⚰️',\n entity: '⚰',\n name: 'coffin',\n semver: null,\n },\n roles: {\n branch: null,\n code: ':passport_control:',\n commit: 'roles',\n description: 'Work on code related to authorization, roles and permissions.',\n emoji: '🛂',\n entity: '🛂',\n name: 'passport-control',\n semver: 'patch',\n },\n rollforward: {\n branch: null,\n code: ':fast_forward:',\n commit: 'rollforward',\n description: 'Create rollforward version.',\n emoji: '⏩️',\n entity: 'E9;',\n name: 'rollforward',\n semver: null,\n },\n 'run-build': {\n branch: null,\n code: ':rocket:',\n commit: 'run-build',\n description: 'Custom type for CI/CD to hook into run build override.',\n emoji: '🚀️',\n entity: 'F680;',\n name: 'run-build',\n semver: 'patch',\n },\n secrets: {\n branch: null,\n code: ':closed_lock_with_key:',\n commit: 'secrets',\n description: 'Add or update secrets.',\n emoji: '🔐',\n entity: '🔐',\n name: 'closed-lock-with-key',\n semver: null,\n },\n security: {\n branch: null,\n code: ':lock:',\n commit: 'security',\n description: 'Fix security issues.',\n emoji: '🔒️',\n entity: '🔒',\n name: 'lock',\n semver: 'patch',\n },\n seed: {\n branch: null,\n code: ':seedling:',\n commit: 'seed',\n description: 'Add or update seed files.',\n emoji: '🌱',\n entity: '🌱',\n name: 'seedling',\n semver: null,\n },\n seo: {\n branch: null,\n code: ':mag:',\n commit: 'seo',\n description: 'Improve SEO.',\n emoji: '🔍️',\n entity: '🔍',\n name: 'mag',\n semver: 'patch',\n },\n snapshot: {\n branch: null,\n code: ':camera_flash:',\n commit: 'snapshot',\n description: 'Add or update snapshots.',\n emoji: '📸',\n entity: '📸',\n name: 'camera-flash',\n semver: null,\n },\n sponsor: {\n branch: null,\n code: ':money_with_wings:',\n commit: 'sponsor',\n description: 'Add sponsorships or money related infrastructure.',\n emoji: '💸',\n entity: '💸',\n name: 'money-with-wings',\n semver: null,\n },\n style: {\n branch: null,\n code: ':art:',\n commit: 'style',\n description: 'Improve structure / format of the code.',\n emoji: '🎨',\n entity: '🎨',\n name: 'art',\n semver: null,\n },\n test: {\n branch: 'test',\n code: ':white_check_mark:',\n commit: 'test',\n description: 'Add, update, or pass tests.',\n emoji: '✅',\n entity: '✅',\n name: 'white-check-mark',\n semver: null,\n },\n 'test-fail': {\n branch: null,\n code: ':test_tube:',\n commit: 'test-fail',\n description: 'Add a failing test.',\n emoji: '🧪',\n entity: '🧪',\n name: 'test-tube',\n semver: null,\n },\n texts: {\n branch: null,\n code: ':speech_balloon:',\n commit: 'texts',\n description: 'Add or update text and literals.',\n emoji: '💬',\n entity: '💬',\n name: 'speech-balloon',\n semver: 'patch',\n },\n types: {\n branch: null,\n code: ':label:',\n commit: 'types',\n description: 'Add or update types.',\n emoji: '🏷️',\n entity: '🏷',\n name: 'label',\n semver: 'patch',\n },\n typo: {\n branch: null,\n code: ':pencil2:',\n commit: 'typo',\n description: 'Fix typos.',\n emoji: '✏️',\n entity: '',\n name: 'pencil2',\n semver: 'patch',\n },\n ui: {\n branch: null,\n code: ':lipstick:',\n commit: 'ui',\n description: 'Add or update the UI and style files.',\n emoji: '💄',\n entity: '&#ff99cc;',\n name: 'lipstick',\n semver: 'patch',\n },\n upgrade: {\n branch: null,\n code: ':arrow_up:',\n commit: 'upgrade',\n description: 'Upgrade dependencies.',\n emoji: '⬆️',\n entity: '⬆️',\n name: 'arrow-up',\n semver: 'patch',\n },\n ux: {\n branch: null,\n code: ':children_crossing:',\n commit: 'ux',\n description: 'Improve user experience / usability.',\n emoji: '🚸',\n entity: '🚸',\n name: 'children-crossing',\n semver: 'patch',\n },\n validation: {\n branch: null,\n code: ':safety-vest:',\n commit: 'validation',\n description: 'Add or update code related to validation.',\n emoji: '🦺',\n entity: '🦺',\n name: 'validation',\n semver: 'patch',\n },\n wip: {\n branch: null,\n code: ':construction:',\n commit: 'wip',\n description: 'Work in progress.',\n emoji: '🚧',\n entity: '🚧',\n name: 'construction',\n semver: null,\n },\n}\n\nexport { releaseRule }\n"],"mappings":"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"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as IReleaseRuleProps, t as IReleaseRule } from "../releaseRule.types-
|
|
2
|
-
export { IReleaseRule, IReleaseRuleProps };
|
|
1
|
+
import { n as IReleaseRuleProps, t as IReleaseRule } from "../releaseRule.types-AZVO5a6m.mjs";
|
|
2
|
+
export type { IReleaseRule, IReleaseRuleProps };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
export{};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getGitmojiConventional.d.mts","names":[],"sources":["../../src/utils/getGitmojiConventional.ts"],"mappings":";;cAUM,UAAA,QAAiB,
|
|
1
|
+
{"version":3,"file":"getGitmojiConventional.d.mts","names":[],"sources":["../../src/utils/getGitmojiConventional.ts"],"mappings":";;cAUM,UAAA,QAAiB,YAqDtB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import
|
|
1
|
+
import{t as e}from"../getGitmojiConventional-CcDLqlOb.mjs";export{e as default};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
const e=[],t=t=>(Object.keys(t).map(n=>{let r=t[n];r?.semver&&(e.push({release:r.semver,type:r?.code.replace(/(:[^:]*):/g,`$1`)}),e.push({release:r.semver,type:r?.code}),e.push({release:r.semver,type:r.commit}),e.push({release:r.semver,type:r.emoji}))}),e);export{t as default};
|
|
2
2
|
//# sourceMappingURL=getReleaseRules.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getReleaseRules.mjs","names":[],"sources":["../../src/utils/getReleaseRules.ts"],"sourcesContent":["// import GraphemeSplitter from 'grapheme-splitter'\n\nimport type { IReleaseRule, IReleaseRuleProps } from '../index'\n\n// const splitter = new GraphemeSplitter()\n\n// @note(semantic-release) can we re-use types here?\n\n// biome-ignore lint/style/useConsistentTypeDefinitions: migrate\ntype CustomReleaseRulesProps = {\n message?: null | string\n release?: null | string\n tag?: null | string\n type?: null | string\n}\n\nconst releaseRules: CustomReleaseRulesProps[] = []\nconst getReleaseRules = (types: IReleaseRule) => {\n Object.keys(types).map((type) => {\n const releaseRule: IReleaseRuleProps = types[type]\n /**\n * @note\n * - Only run this if the releaseRule has a valid semver\n *\n * @hack\n * - Need to create rules for whichever type of commits team is using\n * - - code\n * - - commit\n * - - emoji\n *\n */\n if (
|
|
1
|
+
{"version":3,"file":"getReleaseRules.mjs","names":[],"sources":["../../src/utils/getReleaseRules.ts"],"sourcesContent":["// import GraphemeSplitter from 'grapheme-splitter'\n\nimport type { IReleaseRule, IReleaseRuleProps } from '../index'\n\n// const splitter = new GraphemeSplitter()\n\n// @note(semantic-release) can we re-use types here?\n\n// biome-ignore lint/style/useConsistentTypeDefinitions: migrate\ntype CustomReleaseRulesProps = {\n message?: null | string\n release?: null | string\n tag?: null | string\n type?: null | string\n}\n\nconst releaseRules: CustomReleaseRulesProps[] = []\nconst getReleaseRules = (types: IReleaseRule) => {\n Object.keys(types).map((type) => {\n const releaseRule: IReleaseRuleProps = types[type]\n /**\n * @note\n * - Only run this if the releaseRule has a valid semver\n *\n * @hack\n * - Need to create rules for whichever type of commits team is using\n * - - code\n * - - commit\n * - - emoji\n *\n */\n if (releaseRule?.semver) {\n releaseRules.push({\n release: releaseRule.semver,\n /**\n * @hack (semantic-release)\n * :arrow_up: => :arrow_up\n * accounting for that here \"fixes\"\n */\n type: releaseRule?.code.replace(/(:[^:]*):/g, '$1'),\n })\n releaseRules.push({\n release: releaseRule.semver,\n type: releaseRule?.code,\n })\n releaseRules.push({\n release: releaseRule.semver,\n type: releaseRule.commit,\n })\n releaseRules.push({\n release: releaseRule.semver,\n type: releaseRule.emoji,\n // type: splitter.splitGraphemes(releaseRule.emoji)[0],\n })\n }\n })\n\n return releaseRules\n}\n\nexport default getReleaseRules\n"],"mappings":"AAgBA,MAAM,EAA0C,CAAC,EAC3C,EAAmB,IACvB,OAAO,KAAK,CAAK,EAAE,IAAK,GAAS,CAC/B,IAAM,EAAiC,EAAM,GAYzC,GAAa,SACf,EAAa,KAAK,CAChB,QAAS,EAAY,OAMrB,KAAM,GAAa,KAAK,QAAQ,aAAc,IAAI,CACpD,CAAC,EACD,EAAa,KAAK,CAChB,QAAS,EAAY,OACrB,KAAM,GAAa,IACrB,CAAC,EACD,EAAa,KAAK,CAChB,QAAS,EAAY,OACrB,KAAM,EAAY,MACpB,CAAC,EACD,EAAa,KAAK,CAChB,QAAS,EAAY,OACrB,KAAM,EAAY,KAEpB,CAAC,EAEL,CAAC,EAEM"}
|
package/utils/getTypeSpecs.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { n as IReleaseRuleProps, t as IReleaseRule } from "../releaseRule.types-
|
|
1
|
+
import { n as IReleaseRuleProps, t as IReleaseRule } from "../releaseRule.types-AZVO5a6m.mjs";
|
|
2
2
|
//#region src/utils/getTypeSpecs.d.ts
|
|
3
3
|
declare const getTypeSpecs: (types: IReleaseRule) => Omit<IReleaseRuleProps, "branch" | "commit" | "entity" | "name">[];
|
|
4
4
|
//#endregion
|
package/utils/getTypeSpecs.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import
|
|
1
|
+
import e from"title";const t=[],n=n=>(Object.keys(n).map(r=>{t.push({code:n[r].code,description:e(n[r].description.replace(`.`,``)),emoji:n[r].emoji,semver:n[r].semver,type:n[r].commit,value:n[r].commit})}),t);export{n as default};
|
|
2
2
|
//# sourceMappingURL=getTypeSpecs.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getTypeSpecs.mjs","names":[],"sources":["../../src/utils/getTypeSpecs.ts"],"sourcesContent":["import type { IReleaseRule, IReleaseRuleProps } from '../index'\n\nimport title from 'title'\n\nconst typeSpecs: Omit<IReleaseRuleProps, 'branch' | 'commit' | 'entity' | 'name'>[] =\n []\n\nconst getTypeSpecs = (types: IReleaseRule) => {\n Object.keys(types).map((type) => {\n typeSpecs.push({\n code: types[type].code,\n description: title(types[type].description.replace('.', '')),\n emoji: types[type].emoji,\n semver: types[type].semver,\n type: types[type].commit,\n value: types[type].commit,\n })\n })\n\n return typeSpecs\n}\n\nexport default getTypeSpecs\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"getTypeSpecs.mjs","names":[],"sources":["../../src/utils/getTypeSpecs.ts"],"sourcesContent":["import type { IReleaseRule, IReleaseRuleProps } from '../index'\n\nimport title from 'title'\n\nconst typeSpecs: Omit<IReleaseRuleProps, 'branch' | 'commit' | 'entity' | 'name'>[] =\n []\n\nconst getTypeSpecs = (types: IReleaseRule) => {\n Object.keys(types).map((type) => {\n typeSpecs.push({\n code: types[type].code,\n description: title(types[type].description.replace('.', '')),\n emoji: types[type].emoji,\n semver: types[type].semver,\n type: types[type].commit,\n value: types[type].commit,\n })\n })\n\n return typeSpecs\n}\n\nexport default getTypeSpecs\n"],"mappings":"qBAIA,MAAM,EACJ,CAAC,EAEG,EAAgB,IACpB,OAAO,KAAK,CAAK,EAAE,IAAK,GAAS,CAC/B,EAAU,KAAK,CACb,KAAM,EAAM,GAAM,KAClB,YAAa,EAAM,EAAM,GAAM,YAAY,QAAQ,IAAK,EAAE,CAAC,EAC3D,MAAO,EAAM,GAAM,MACnB,OAAQ,EAAM,GAAM,OACpB,KAAM,EAAM,GAAM,OAClB,MAAO,EAAM,GAAM,MACrB,CAAC,CACH,CAAC,EAEM"}
|
package/chunk-sEf7NbmF.mjs
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import"node:module";Object.create,Object.defineProperty,Object.getOwnPropertyDescriptor,Object.getOwnPropertyNames,Object.getPrototypeOf,Object.prototype.hasOwnProperty;var e=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports);export{e as t};
|
package/commit-FQNQu-d7.d.mts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"commit-FQNQu-d7.d.mts","names":[],"sources":["../src/types/commit.ts"],"mappings":";;;cAEM,MAAA,EAAQ,OAAA"}
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
import{t as e}from"./chunk-sEf7NbmF.mjs";import t from"./config/rewrites.mjs";import n from"./config/types.mjs";const{gitmojis:r}=e((e=>{e.gitmojis={gitmojis:[{emoji:`🎨`,entity:`🎨`,code:`:art:`,description:`Improve structure / format of the code.`,name:`art`,semver:null},{emoji:`⚡️`,entity:`⚡`,code:`:zap:`,description:`Improve performance.`,name:`zap`,semver:`patch`},{emoji:`🔥`,entity:`🔥`,code:`:fire:`,description:`Remove code or files.`,name:`fire`,semver:null},{emoji:`🐛`,entity:`🐛`,code:`:bug:`,description:`Fix a bug.`,name:`bug`,semver:`patch`},{emoji:`🚑️`,entity:`🚑`,code:`:ambulance:`,description:`Critical hotfix.`,name:`ambulance`,semver:`patch`},{emoji:`✨`,entity:`✨`,code:`:sparkles:`,description:`Introduce new features.`,name:`sparkles`,semver:`minor`},{emoji:`📝`,entity:`📝`,code:`:memo:`,description:`Add or update documentation.`,name:`memo`,semver:null},{emoji:`🚀`,entity:`🚀`,code:`:rocket:`,description:`Deploy stuff.`,name:`rocket`,semver:null},{emoji:`💄`,entity:`&#ff99cc;`,code:`:lipstick:`,description:`Add or update the UI and style files.`,name:`lipstick`,semver:`patch`},{emoji:`🎉`,entity:`🎉`,code:`:tada:`,description:`Begin a project.`,name:`tada`,semver:null},{emoji:`✅`,entity:`✅`,code:`:white_check_mark:`,description:`Add, update, or pass tests.`,name:`white-check-mark`,semver:null},{emoji:`🔒️`,entity:`🔒`,code:`:lock:`,description:`Fix security or privacy issues.`,name:`lock`,semver:`patch`},{emoji:`🔐`,entity:`🔐`,code:`:closed_lock_with_key:`,description:`Add or update secrets.`,name:`closed-lock-with-key`,semver:null},{emoji:`🔖`,entity:`🔖`,code:`:bookmark:`,description:`Release / Version tags.`,name:`bookmark`,semver:null},{emoji:`🚨`,entity:`🚨`,code:`:rotating_light:`,description:`Fix compiler / linter warnings.`,name:`rotating-light`,semver:null},{emoji:`🚧`,entity:`🚧`,code:`:construction:`,description:`Work in progress.`,name:`construction`,semver:null},{emoji:`💚`,entity:`💚`,code:`:green_heart:`,description:`Fix CI Build.`,name:`green-heart`,semver:null},{emoji:`⬇️`,entity:`⬇️`,code:`:arrow_down:`,description:`Downgrade dependencies.`,name:`arrow-down`,semver:`patch`},{emoji:`⬆️`,entity:`⬆️`,code:`:arrow_up:`,description:`Upgrade dependencies.`,name:`arrow-up`,semver:`patch`},{emoji:`📌`,entity:`📌`,code:`:pushpin:`,description:`Pin dependencies to specific versions.`,name:`pushpin`,semver:`patch`},{emoji:`👷`,entity:`👷`,code:`:construction_worker:`,description:`Add or update CI build system.`,name:`construction-worker`,semver:null},{emoji:`📈`,entity:`📈`,code:`:chart_with_upwards_trend:`,description:`Add or update analytics or track code.`,name:`chart-with-upwards-trend`,semver:`patch`},{emoji:`♻️`,entity:`♻`,code:`:recycle:`,description:`Refactor code.`,name:`recycle`,semver:null},{emoji:`➕`,entity:`➕`,code:`:heavy_plus_sign:`,description:`Add a dependency.`,name:`heavy-plus-sign`,semver:`patch`},{emoji:`➖`,entity:`➖`,code:`:heavy_minus_sign:`,description:`Remove a dependency.`,name:`heavy-minus-sign`,semver:`patch`},{emoji:`🔧`,entity:`🔧`,code:`:wrench:`,description:`Add or update configuration files.`,name:`wrench`,semver:`patch`},{emoji:`🔨`,entity:`🔨`,code:`:hammer:`,description:`Add or update development scripts.`,name:`hammer`,semver:null},{emoji:`🌐`,entity:`🌐`,code:`:globe_with_meridians:`,description:`Internationalization and localization.`,name:`globe-with-meridians`,semver:`patch`},{emoji:`✏️`,entity:``,code:`:pencil2:`,description:`Fix typos.`,name:`pencil2`,semver:`patch`},{emoji:`💩`,entity:``,code:`:poop:`,description:`Write bad code that needs to be improved.`,name:`poop`,semver:null},{emoji:`⏪️`,entity:`⏪`,code:`:rewind:`,description:`Revert changes.`,name:`rewind`,semver:`patch`},{emoji:`🔀`,entity:`🔀`,code:`:twisted_rightwards_arrows:`,description:`Merge branches.`,name:`twisted-rightwards-arrows`,semver:null},{emoji:`📦️`,entity:`F4E6;`,code:`:package:`,description:`Add or update compiled files or packages.`,name:`package`,semver:`patch`},{emoji:`👽️`,entity:`F47D;`,code:`:alien:`,description:`Update code due to external API changes.`,name:`alien`,semver:`patch`},{emoji:`🚚`,entity:`F69A;`,code:`:truck:`,description:`Move or rename resources (e.g.: files, paths, routes).`,name:`truck`,semver:null},{emoji:`📄`,entity:`F4C4;`,code:`:page_facing_up:`,description:`Add or update license.`,name:`page-facing-up`,semver:null},{emoji:`💥`,entity:`💥`,code:`:boom:`,description:`Introduce breaking changes.`,name:`boom`,semver:`major`},{emoji:`🍱`,entity:`F371`,code:`:bento:`,description:`Add or update assets.`,name:`bento`,semver:`patch`},{emoji:`♿️`,entity:`♿`,code:`:wheelchair:`,description:`Improve accessibility.`,name:`wheelchair`,semver:`patch`},{emoji:`💡`,entity:`💡`,code:`:bulb:`,description:`Add or update comments in source code.`,name:`bulb`,semver:null},{emoji:`🍻`,entity:`🍻`,code:`:beers:`,description:`Write code drunkenly.`,name:`beers`,semver:null},{emoji:`💬`,entity:`💬`,code:`:speech_balloon:`,description:`Add or update text and literals.`,name:`speech-balloon`,semver:`patch`},{emoji:`🗃️`,entity:`🗃`,code:`:card_file_box:`,description:`Perform database related changes.`,name:`card-file-box`,semver:`patch`},{emoji:`🔊`,entity:`🔊`,code:`:loud_sound:`,description:`Add or update logs.`,name:`loud-sound`,semver:null},{emoji:`🔇`,entity:`🔇`,code:`:mute:`,description:`Remove logs.`,name:`mute`,semver:null},{emoji:`👥`,entity:`👥`,code:`:busts_in_silhouette:`,description:`Add or update contributor(s).`,name:`busts-in-silhouette`,semver:null},{emoji:`🚸`,entity:`🚸`,code:`:children_crossing:`,description:`Improve user experience / usability.`,name:`children-crossing`,semver:`patch`},{emoji:`🏗️`,entity:`f3d7;`,code:`:building_construction:`,description:`Make architectural changes.`,name:`building-construction`,semver:null},{emoji:`📱`,entity:`📱`,code:`:iphone:`,description:`Work on responsive design.`,name:`iphone`,semver:`patch`},{emoji:`🤡`,entity:`🤡`,code:`:clown_face:`,description:`Mock things.`,name:`clown-face`,semver:null},{emoji:`🥚`,entity:`🥚`,code:`:egg:`,description:`Add or update an easter egg.`,name:`egg`,semver:`patch`},{emoji:`🙈`,entity:`bdfe7;`,code:`:see_no_evil:`,description:`Add or update a .gitignore file.`,name:`see-no-evil`,semver:null},{emoji:`📸`,entity:`📸`,code:`:camera_flash:`,description:`Add or update snapshots.`,name:`camera-flash`,semver:null},{emoji:`⚗️`,entity:`⚗`,code:`:alembic:`,description:`Perform experiments.`,name:`alembic`,semver:`patch`},{emoji:`🔍️`,entity:`🔍`,code:`:mag:`,description:`Improve SEO.`,name:`mag`,semver:`patch`},{emoji:`🏷️`,entity:`🏷`,code:`:label:`,description:`Add or update types.`,name:`label`,semver:`patch`},{emoji:`🌱`,entity:`🌱`,code:`:seedling:`,description:`Add or update seed files.`,name:`seedling`,semver:null},{emoji:`🚩`,entity:`🚩`,code:`:triangular_flag_on_post:`,description:`Add, update, or remove feature flags.`,name:`triangular-flag-on-post`,semver:`patch`},{emoji:`🥅`,entity:`🥅`,code:`:goal_net:`,description:`Catch errors.`,name:`goal-net`,semver:`patch`},{emoji:`💫`,entity:`💫`,code:`:dizzy:`,description:`Add or update animations and transitions.`,name:`dizzy`,semver:`patch`},{emoji:`🗑️`,entity:`🗑`,code:`:wastebasket:`,description:`Deprecate code that needs to be cleaned up.`,name:`wastebasket`,semver:`patch`},{emoji:`🛂`,entity:`🛂`,code:`:passport_control:`,description:`Work on code related to authorization, roles and permissions.`,name:`passport-control`,semver:`patch`},{emoji:`🩹`,entity:`🩹`,code:`:adhesive_bandage:`,description:`Simple fix for a non-critical issue.`,name:`adhesive-bandage`,semver:`patch`},{emoji:`🧐`,entity:`🧐`,code:`:monocle_face:`,description:`Data exploration/inspection.`,name:`monocle-face`,semver:null},{emoji:`⚰️`,entity:`⚰`,code:`:coffin:`,description:`Remove dead code.`,name:`coffin`,semver:null},{emoji:`🧪`,entity:`🧪`,code:`:test_tube:`,description:`Add a failing test.`,name:`test-tube`,semver:null},{emoji:`👔`,entity:`👔`,code:`:necktie:`,description:`Add or update business logic.`,name:`necktie`,semver:`patch`},{emoji:`🩺`,entity:`🩺`,code:`:stethoscope:`,description:`Add or update healthcheck.`,name:`stethoscope`,semver:null},{emoji:`🧱`,entity:`🧱`,code:`:bricks:`,description:`Infrastructure related changes.`,name:`bricks`,semver:null},{emoji:`🧑💻`,entity:`🧑‍💻`,code:`:technologist:`,description:`Improve developer experience.`,name:`technologist`,semver:null},{emoji:`💸`,entity:`💸`,code:`:money_with_wings:`,description:`Add sponsorships or money related infrastructure.`,name:`money-with-wings`,semver:null},{emoji:`🧵`,entity:`🧵`,code:`:thread:`,description:`Add or update code related to multithreading or concurrency.`,name:`thread`,semver:null},{emoji:`🦺`,entity:`🦺`,code:`:safety_vest:`,description:`Add or update code related to validation.`,name:`safety-vest`,semver:null},{emoji:`✈️`,entity:`✈`,code:`:airplane:`,description:`Improve offline support.`,name:`airplane`,semver:null}]}.gitmojis,e.schema={type:`object`,$schema:`https://json-schema.org/draft/2020-12/schema`,required:[`gitmojis`],properties:{gitmojis:{type:`array`,minItems:1,uniqueItems:!0,items:{type:`object`,required:[`emoji`,`entity`,`code`,`description`,`name`,`semver`],properties:{code:{type:`string`},entity:{type:`string`},description:{type:`string`},emoji:{type:`string`},name:{type:`string`},semver:{enum:[`major`,`minor`,`patch`,null]}}}}}}}))(),i=()=>(r.map(e=>{let r=t.find(t=>t?.from===e.name);if(r){let t=r.semver===void 0?e?.semver||null:r.semver||e?.semver||null;n[r.to]={branch:r?.branch?r.branch:null,code:e?.code,commit:r.to,description:e?.description,emoji:e?.emoji,entity:e?.entity,name:e?.name,semver:t?t.replace(`fix`,`patch`).replace(`feature`,`minor`).replace(`breaking`,`major`):null}}else console.dir(`@todo(conventional-gitmoji) create rewrite for: ${e.name}`)}),Object.keys(n).sort().reduce((e,t)=>(e[t]=n[t],e),{}));export{i as t};
|
|
2
|
-
//# sourceMappingURL=getGitmojiConventional-aDc1od8Y.mjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"releaseRule-CBYQ7ZCz.d.mts","names":[],"sources":["../src/types/releaseRule.ts"],"mappings":";;;cAEM,WAAA,EAAa,YAAA"}
|
|
File without changes
|