Skip to content

Commit

Permalink
feat(workspace): Migrate documentation pathnames
Browse files Browse the repository at this point in the history
Migrates `README` pathnames to support Markdown syntax.
  • Loading branch information
langri-sha committed Jul 19, 2024
1 parent a79fc12 commit 930848c
Show file tree
Hide file tree
Showing 60 changed files with 233 additions and 30 deletions.
60 changes: 30 additions & 30 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const project = new Project({
packages: ['apps/*', 'packages/*'],
},
readme: {
filename: 'readme',
filename: 'readme.md',
},
renovate: {
packageRules: [
Expand Down Expand Up @@ -173,7 +173,7 @@ project.addSubproject(
outdir: path.join('packages', 'babel-preset'),
npmIgnore: {},
readme: {
filename: 'readme',
filename: 'readme.md',
},
typeScriptConfig: {},
package: {
Expand Down Expand Up @@ -205,7 +205,7 @@ project.addSubproject(
ignorePatterns: ['fixtures/'],
},
readme: {
filename: 'readme',
filename: 'readme.md',
},
typeScriptConfig: {},
package: {
Expand Down Expand Up @@ -233,7 +233,7 @@ project.addSubproject(
outdir: path.join('packages', 'eslint-config'),
npmIgnore: {},
readme: {
filename: 'readme',
filename: 'readme.md',
},
typeScriptConfig: {},
package: {
Expand Down Expand Up @@ -267,7 +267,7 @@ project.addSubproject(
outdir: path.join('packages', 'jest-config'),
npmIgnore: {},
readme: {
filename: 'readme',
filename: 'readme.md',
},
typeScriptConfig: {},
package: {
Expand All @@ -287,7 +287,7 @@ project.addSubproject(
outdir: path.join('packages', 'jest-test'),
npmIgnore: {},
readme: {
filename: 'readme',
filename: 'readme.md',
},
typeScriptConfig: {},
package: {
Expand All @@ -308,7 +308,7 @@ project.addSubproject(
outdir: path.join('packages', 'lint-staged'),
npmIgnore: {},
readme: {
filename: 'readme',
filename: 'readme.md',
},
typeScriptConfig: {},
package: {
Expand All @@ -330,7 +330,7 @@ project.addSubproject(
outdir: path.join('packages', 'monorepo'),
npmIgnore: {},
readme: {
filename: 'readme',
filename: 'readme.md',
},
typeScriptConfig: {},
package: {
Expand All @@ -352,7 +352,7 @@ project.addSubproject(
outdir: path.join('packages', 'prettier'),
npmIgnore: {},
readme: {
filename: 'readme',
filename: 'readme.md',
},
typeScriptConfig: {},
package: {
Expand All @@ -374,7 +374,7 @@ project.addSubproject(
outdir: path.join('packages', 'projen-codeowners'),
npmIgnore: {},
readme: {
filename: 'readme',
filename: 'readme.md',
},
typeScriptConfig: {},
package: {
Expand All @@ -395,7 +395,7 @@ project.addSubproject(
outdir: path.join('packages', 'projen-babel'),
npmIgnore: {},
readme: {
filename: 'readme',
filename: 'readme.md',
},
typeScriptConfig: {},
package: {
Expand All @@ -422,7 +422,7 @@ project.addSubproject(
outdir: path.join('packages', 'projen-beachball'),
npmIgnore: {},
readme: {
filename: 'readme',
filename: 'readme.md',
},
typeScriptConfig: {},
package: {
Expand All @@ -443,7 +443,7 @@ project.addSubproject(
outdir: path.join('packages', 'projen-editorconfig'),
npmIgnore: {},
readme: {
filename: 'readme',
filename: 'readme.md',
},
typeScriptConfig: {},
package: {
Expand All @@ -464,7 +464,7 @@ project.addSubproject(
outdir: path.join('packages', 'projen-eslint'),
npmIgnore: {},
readme: {
filename: 'readme',
filename: 'readme.md',
},
typeScriptConfig: {},
package: {
Expand All @@ -487,7 +487,7 @@ project.addSubproject(
outdir: path.join('packages', 'projen-husky'),
npmIgnore: {},
readme: {
filename: 'readme',
filename: 'readme.md',
},
typeScriptConfig: {},
package: {
Expand All @@ -509,7 +509,7 @@ project.addSubproject(
outdir: path.join('packages', 'projen-jest-config'),
npmIgnore: {},
readme: {
filename: 'readme',
filename: 'readme.md',
},
typeScriptConfig: {},
package: {
Expand All @@ -532,7 +532,7 @@ project.addSubproject(
outdir: path.join('packages', 'projen-lint-synthesized'),
npmIgnore: {},
readme: {
filename: 'readme',
filename: 'readme.md',
},
typeScriptConfig: {},
package: {
Expand All @@ -555,7 +555,7 @@ project.addSubproject(
outdir: path.join('packages', 'projen-lint-staged'),
npmIgnore: {},
readme: {
filename: 'readme',
filename: 'readme.md',
},
typeScriptConfig: {},
package: {
Expand All @@ -578,7 +578,7 @@ project.addSubproject(
outdir: path.join('packages', 'projen-license'),
npmIgnore: {},
readme: {
filename: 'readme',
filename: 'readme.md',
},
typeScriptConfig: {
config: {
Expand Down Expand Up @@ -606,7 +606,7 @@ project.addSubproject(
outdir: path.join('packages', 'projen-pnpm-workspace'),
npmIgnore: {},
readme: {
filename: 'readme',
filename: 'readme.md',
},
typeScriptConfig: {},
package: {
Expand All @@ -628,7 +628,7 @@ project.addSubproject(
outdir: path.join('packages', 'projen-prettier'),
npmIgnore: {},
readme: {
filename: 'readme',
filename: 'readme.md',
},
typeScriptConfig: {},
package: {
Expand All @@ -651,7 +651,7 @@ project.addSubproject(
outdir: path.join('packages', 'projen-project'),
npmIgnore: {},
readme: {
filename: 'readme',
filename: 'readme.md',
},
typeScriptConfig: {},
package: {
Expand Down Expand Up @@ -741,7 +741,7 @@ project.addSubproject(
outdir: path.join('packages', 'projen-readme'),
npmIgnore: {},
readme: {
filename: 'readme',
filename: 'readme.md',
},
typeScriptConfig: {},
package: {
Expand All @@ -762,7 +762,7 @@ project.addSubproject(
outdir: path.join('packages', 'projen-renovate'),
npmIgnore: {},
readme: {
filename: 'readme',
filename: 'readme.md',
},
typeScriptConfig: {},
package: {
Expand Down Expand Up @@ -793,7 +793,7 @@ project.addSubproject(
outdir: path.join('packages', 'projen-swcrc'),
npmIgnore: {},
readme: {
filename: 'readme',
filename: 'readme.md',
},
typeScriptConfig: {},
package: {
Expand Down Expand Up @@ -824,7 +824,7 @@ project.addSubproject(
outdir: path.join('packages', 'projen-typescript-config'),
npmIgnore: {},
readme: {
filename: 'readme',
filename: 'readme.md',
},
typeScriptConfig: {},
package: {
Expand All @@ -847,7 +847,7 @@ project.addSubproject(
outdir: path.join('packages', 'schemastore-to-typescript'),
npmIgnore: {},
readme: {
filename: 'readme',
filename: 'readme.md',
},
typeScriptConfig: {},
package: {
Expand Down Expand Up @@ -890,7 +890,7 @@ project.addSubproject(
outdir: path.join('packages', 'tsconfig'),
npmIgnore: {},
readme: {
filename: 'readme',
filename: 'readme.md',
},
typeScriptConfig: {},
package: {
Expand All @@ -910,7 +910,7 @@ project.addSubproject(
outdir: path.join('packages', 'vitest'),
npmIgnore: {},
readme: {
filename: 'readme',
filename: 'readme.md',
},
typeScriptConfig: {},
package: {
Expand All @@ -931,7 +931,7 @@ project.addSubproject(
outdir: path.join('packages', 'webpack'),
npmIgnore: {},
readme: {
filename: 'readme',
filename: 'readme.md',
},
typeScriptConfig: {},
package: {
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "feat(workspace): Migrate documentation pathnames",
"packageName": "@langri-sha/babel-preset",
"email": "filip.dupanovic@gmail.com",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "feat(workspace): Migrate documentation pathnames",
"packageName": "@langri-sha/babel-test",
"email": "filip.dupanovic@gmail.com",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "feat(workspace): Migrate documentation pathnames",
"packageName": "@langri-sha/eslint-config",
"email": "filip.dupanovic@gmail.com",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "feat(workspace): Migrate documentation pathnames",
"packageName": "@langri-sha/jest-config",
"email": "filip.dupanovic@gmail.com",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "feat(workspace): Migrate documentation pathnames",
"packageName": "@langri-sha/jest-test",
"email": "filip.dupanovic@gmail.com",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "feat(workspace): Migrate documentation pathnames",
"packageName": "@langri-sha/lint-staged",
"email": "filip.dupanovic@gmail.com",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "feat(workspace): Migrate documentation pathnames",
"packageName": "@langri-sha/monorepo",
"email": "filip.dupanovic@gmail.com",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "feat(workspace): Migrate documentation pathnames",
"packageName": "@langri-sha/prettier",
"email": "filip.dupanovic@gmail.com",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "feat(workspace): Migrate documentation pathnames",
"packageName": "@langri-sha/projen-babel",
"email": "filip.dupanovic@gmail.com",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "feat(workspace): Migrate documentation pathnames",
"packageName": "@langri-sha/projen-beachball",
"email": "filip.dupanovic@gmail.com",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "feat(workspace): Migrate documentation pathnames",
"packageName": "@langri-sha/projen-codeowners",
"email": "filip.dupanovic@gmail.com",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "feat(workspace): Migrate documentation pathnames",
"packageName": "@langri-sha/projen-editorconfig",
"email": "filip.dupanovic@gmail.com",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "feat(workspace): Migrate documentation pathnames",
"packageName": "@langri-sha/projen-eslint",
"email": "filip.dupanovic@gmail.com",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "feat(workspace): Migrate documentation pathnames",
"packageName": "@langri-sha/projen-husky",
"email": "filip.dupanovic@gmail.com",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "feat(workspace): Migrate documentation pathnames",
"packageName": "@langri-sha/projen-jest-config",
"email": "filip.dupanovic@gmail.com",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "feat(workspace): Migrate documentation pathnames",
"packageName": "@langri-sha/projen-license",
"email": "filip.dupanovic@gmail.com",
"dependentChangeType": "none"
}
Loading

0 comments on commit 930848c

Please sign in to comment.