Skip to content

Commit

Permalink
build(deps-dev): bump prettier from 3.2.4 to 3.3.3 (#3918)
Browse files Browse the repository at this point in the history
* build(deps-dev): bump prettier from 3.2.4 to 3.3.3

Bumps [prettier](https://github.com/prettier/prettier) from 3.2.4 to 3.3.3.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.2.4...3.3.3)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore(tsconfig): Isolated declarations, format

* format

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Felix <188768+fb55@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and fb55 authored Jul 16, 2024
1 parent 5b97aee commit 641cd18
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 19 deletions.
27 changes: 14 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"jquery": "^3.7.1",
"jsdom": "^24.1.0",
"lint-staged": "^15.2.7",
"prettier": "^3.2.4",
"prettier": "^3.3.3",
"prettier-plugin-jsdoc": "^1.3.0",
"ts-jest": "^29.2.2",
"tsx": "^4.16.2",
Expand Down
7 changes: 4 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,21 @@
"strict": true,

/* Additional Checks */
"isolatedDeclarations": true,
"forceConsistentCasingInFileNames": true,
"isolatedModules": true,
"noFallthroughCasesInSwitch": true,
"noImplicitOverride": true,
"noImplicitReturns": true,
"noPropertyAccessFromIndexSignature": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noUnusedParameters": true
},
"include": ["src"],
"exclude": [
"**/*.spec.ts",
"**/__fixtures__/*",
"**/__tests__/*",
"**/__snapshots__/*",
],
"**/__snapshots__/*"
]
}
4 changes: 2 additions & 2 deletions website/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"extends": "@tsconfig/docusaurus/tsconfig.json",
"compilerOptions": {
"baseUrl": ".",
"resolveJsonModule": true,
},
"resolveJsonModule": true
}
}

0 comments on commit 641cd18

Please sign in to comment.