Skip to content

Commit

Permalink
Update eslint-plugin-prettier and prettier.
Browse files Browse the repository at this point in the history
Constructed from previous commits:

- Update dependency eslint-plugin-prettier to v5
- Update dependency prettier to v3
  • Loading branch information
zemnmez-renovate-bot authored and Zemnmez committed Jul 13, 2023
1 parent 0d7f20e commit 7eed0a7
Show file tree
Hide file tree
Showing 15 changed files with 3,202 additions and 3,620 deletions.
7 changes: 5 additions & 2 deletions deploy/program.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,10 @@ type OperationData = UpResult | void;
type Operation = ArtifactInfo | NpmPackageInfo | PulumiDeployInfo;

class OperationFailure<O extends Operation = Operation> extends Error {
constructor(public readonly operation: O, public readonly error: Error) {
constructor(
public readonly operation: O,
public readonly error: Error
) {
super(
`${operation.kind}${
'buildTag' in operation ? ' ' + operation.buildTag : ''
Expand Down Expand Up @@ -167,7 +170,7 @@ export const releaseNotes =
const operationAndFailure: [
operation: Operation,
data: OperationData,
error: Error | undefined
error: Error | undefined,
][] = notes.map(({ info: item, data }) => {
let op: Operation;
let error: Error | undefined;
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"eslint": "8.44.0",
"eslint-config-next": "13.4.9",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-prettier": "5.0.0",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-simple-import-sort": "10.0.0",
"grunt-cli": "1.4.3",
Expand All @@ -68,7 +68,7 @@
"module-alias": "2.2.3",
"next": "13.4.9",
"patch-package": "7.0.0",
"prettier": "2.8.8",
"prettier": "3.0.0",
"puppeteer": "20.8.0",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down Expand Up @@ -105,6 +105,7 @@
"dependencies": {
"@commander-js/extra-typings": "^11.0.0",
"@pulumi/command": "4.5.0",
"@react-spring/rafz": "^9.7.3",
"@types/bcryptjs": "2.4.2",
"csstype": "^3.1.1",
"devtools-protocol": "^0.0.1167732",
Expand Down
Loading

0 comments on commit 7eed0a7

Please sign in to comment.