Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump prettier from 3.2.4 to 3.4.2 #732

Merged
merged 2 commits into from
Dec 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/src/content/docs/api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,7 @@ This configuration should be used sparingly and with caution. It is better to do
```ts title="onerepo.config.ts"
export default {
root: true,
ignore: ['.github/*'],
ignore: ['.github/\*'],
};
```

Expand Down
2 changes: 1 addition & 1 deletion docs/src/content/docs/docs/config.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ This configuration should be used sparingly and with caution. It is better to do
```ts title="onerepo.config.ts"
export default {
root: true,
ignore: ['.github/*'],
ignore: ['.github/\*'],
};
```

Expand Down
30 changes: 15 additions & 15 deletions docs/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,46 +5,46 @@
"noEmit": false,
"composite": true,
"emitDeclarationOnly": true,
"types": ["node"],
"types": ["node"]
},
"include": ["./**/*"],
"exclude": ["dist/**/*"],
"references": [
{
"path": "../modules/onerepo",
"path": "../modules/onerepo"
},
{
"path": "../modules/test-cli",
"path": "../modules/test-cli"
},
{
"path": "../modules/yargs",
"path": "../modules/yargs"
},
{
"path": "../modules/builders",
"path": "../modules/builders"
},
{
"path": "../modules/git",
"path": "../modules/git"
},
{
"path": "../modules/graph",
"path": "../modules/graph"
},
{
"path": "../modules/package-manager",
"path": "../modules/package-manager"
},
{
"path": "../modules/subprocess",
"path": "../modules/subprocess"
},
{
"path": "../modules/file",
"path": "../modules/file"
},
{
"path": "../modules/logger",
"path": "../modules/logger"
},
{
"path": "../internal/vitest-config",
"path": "../internal/vitest-config"
},
{
"path": "../internal/jest-config",
},
],
"path": "../internal/jest-config"
}
]
}
4 changes: 2 additions & 2 deletions internal/eslint-plugin/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"extends": "@internal/tsconfig/base.json",
"compilerOptions": {
"outDir": "./dist/",
"outDir": "./dist/"
},
"include": ["./**/*"],
"references": [],
"references": []
}
4 changes: 2 additions & 2 deletions internal/jest-config/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"extends": "@internal/tsconfig/base.json",
"compilerOptions": {
"outDir": "./dist/",
"outDir": "./dist/"
},
"include": ["./**/*"],
"references": [],
"references": []
}
2 changes: 1 addition & 1 deletion internal/prettier-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"@types/prettier": "^3.0.0"
},
"dependencies": {
"prettier-plugin-astro": "^0.13.0"
"prettier-plugin-astro": "^0.14.1"
}
}
4 changes: 2 additions & 2 deletions internal/prettier-config/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"extends": "@internal/tsconfig/base.json",
"compilerOptions": {
"outDir": "./dist/",
"outDir": "./dist/"
},
"include": ["./**/*"],
"references": [],
"references": []
}
4 changes: 2 additions & 2 deletions internal/vitest-config/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"extends": "@internal/tsconfig/base.json",
"compilerOptions": {
"outDir": "./dist/",
"outDir": "./dist/"
},
"include": ["./**/*"],
"references": [],
"references": []
}
5 changes: 5 additions & 0 deletions modules/builders/.changes/000-chubby-worms-travel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
type: patch
---

Internal formatting changes due to Prettier upgrade.
22 changes: 11 additions & 11 deletions modules/builders/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
{
"extends": "@internal/tsconfig/base.json",
"compilerOptions": {
"outDir": "./dist/",
"outDir": "./dist/"
},
"include": ["./**/*"],
"references": [
{
"path": "../git",
"path": "../git"
},
{
"path": "../graph",
"path": "../graph"
},
{
"path": "../package-manager",
"path": "../package-manager"
},
{
"path": "../subprocess",
"path": "../subprocess"
},
{
"path": "../file",
"path": "../file"
},
{
"path": "../logger",
"path": "../logger"
},
{
"path": "../../internal/vitest-config",
"path": "../../internal/vitest-config"
},
{
"path": "../../internal/jest-config",
},
],
"path": "../../internal/jest-config"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
type: patch
---

Internal formatting changes due to Prettier upgrade.
8 changes: 4 additions & 4 deletions modules/eslint-formatter/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"extends": "@internal/tsconfig/base.json",
"compilerOptions": {
"outDir": "./dist/",
"outDir": "./dist/"
},
"include": ["./**/*"],
"references": [
{
"path": "../../internal/jest-config",
},
],
"path": "../../internal/jest-config"
}
]
}
5 changes: 5 additions & 0 deletions modules/file/.changes/000-chubby-worms-travel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
type: patch
---

Internal formatting changes due to Prettier upgrade.
2 changes: 1 addition & 1 deletion modules/file/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"devDependencies": {
"@internal/tsconfig": "workspace:^",
"@internal/vitest-config": "workspace:^",
"prettier": "^3.0.0"
"prettier": "^3.4.2"
},
"peerDependencies": {
"prettier": "^2 || ^3"
Expand Down
12 changes: 6 additions & 6 deletions modules/file/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"extends": "@internal/tsconfig/base.json",
"compilerOptions": {
"outDir": "./dist/",
"outDir": "./dist/"
},
"include": ["./**/*"],
"references": [
{
"path": "../logger",
"path": "../logger"
},
{
"path": "../../internal/vitest-config",
"path": "../../internal/vitest-config"
},
{
"path": "../../internal/jest-config",
},
],
"path": "../../internal/jest-config"
}
]
}
5 changes: 5 additions & 0 deletions modules/git/.changes/000-chubby-worms-travel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
type: patch
---

Internal formatting changes due to Prettier upgrade.
20 changes: 10 additions & 10 deletions modules/git/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
{
"extends": "@internal/tsconfig/base.json",
"compilerOptions": {
"outDir": "./dist/",
"outDir": "./dist/"
},
"include": ["./**/*"],
"references": [
{
"path": "../graph",
"path": "../graph"
},
{
"path": "../package-manager",
"path": "../package-manager"
},
{
"path": "../subprocess",
"path": "../subprocess"
},
{
"path": "../file",
"path": "../file"
},
{
"path": "../logger",
"path": "../logger"
},
{
"path": "../../internal/vitest-config",
"path": "../../internal/vitest-config"
},
{
"path": "../../internal/jest-config",
},
],
"path": "../../internal/jest-config"
}
]
}
30 changes: 15 additions & 15 deletions modules/github-action/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,45 +1,45 @@
{
"extends": "@internal/tsconfig/base.json",
"compilerOptions": {
"outDir": "./dist/",
"outDir": "./dist/"
},
"include": ["./**/*"],
"references": [
{
"path": "../onerepo",
"path": "../onerepo"
},
{
"path": "../test-cli",
"path": "../test-cli"
},
{
"path": "../yargs",
"path": "../yargs"
},
{
"path": "../builders",
"path": "../builders"
},
{
"path": "../git",
"path": "../git"
},
{
"path": "../graph",
"path": "../graph"
},
{
"path": "../package-manager",
"path": "../package-manager"
},
{
"path": "../subprocess",
"path": "../subprocess"
},
{
"path": "../file",
"path": "../file"
},
{
"path": "../logger",
"path": "../logger"
},
{
"path": "../../internal/vitest-config",
"path": "../../internal/vitest-config"
},
{
"path": "../../internal/jest-config",
},
],
"path": "../../internal/jest-config"
}
]
}
5 changes: 5 additions & 0 deletions modules/graph/.changes/000-chubby-worms-travel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
type: patch
---

Internal formatting changes due to Prettier upgrade.
16 changes: 8 additions & 8 deletions modules/graph/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
{
"extends": "@internal/tsconfig/base.json",
"compilerOptions": {
"outDir": "./dist/",
"outDir": "./dist/"
},
"include": ["./**/*"],
"references": [
{
"path": "../package-manager",
"path": "../package-manager"
},
{
"path": "../subprocess",
"path": "../subprocess"
},
{
"path": "../logger",
"path": "../logger"
},
{
"path": "../../internal/vitest-config",
"path": "../../internal/vitest-config"
},
{
"path": "../../internal/jest-config",
},
],
"path": "../../internal/jest-config"
}
]
}
5 changes: 5 additions & 0 deletions modules/logger/.changes/000-chubby-worms-travel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
type: patch
---

Internal formatting changes due to Prettier upgrade.
Loading
Loading