Skip to content

Commit c9de805

Browse files
authored
Release 15.1.6 (#179)
* chore: prepare next dev release * fix: set projectService to false in ESLint parserOptions (#178) ### Developer Checklist (Definition of Done) **Issue** - [ ] All acceptance criteria from the issue are met - [ ] Tested in latest Chrome/Firefox **UI/UX/Vis** - [ ] Requires UI/UX/Vis review - [ ] Reviewer(s) are notified (_tag assignees_) - [ ] Review has occurred (_link to notes_) - [ ] Feedback is included in this PR - [ ] Reviewer(s) approve of concept and design **Code** - [ ] Branch is up-to-date with the branch to be merged with, i.e., develop - [ ] Code is cleaned up and formatted - [ ] Unit tests are written (frontend/backend if applicable) - [ ] Integration tests are written (if applicable) **PR** - [ ] Descriptive title for this pull request is provided (will be used for release notes later) - [ ] Reviewer and assignees are defined - [ ] Add type label (e.g., *bug*, *feature*) to this pull request - [ ] Add release label (e.g., `release: minor`) to this PR following [semver](https://semver.org/) - [ ] The PR is connected to the corresponding issue (via `Closes #...`) - [ ] [Summary of changes](#summary-of-changes) is written ### Summary of changes - The latest release made this change required, otherwise we would get a "Parsing error: Enabling "project" does nothing when "projectService" is enabled. You can remove the "project" setting" error - https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.46.4 (typescript-eslint/typescript-eslint#11333) ### Screenshots ### Additional notes for the reviewer(s) - Thanks for creating this pull request 🤗 * Prepare release version 15.1.6 --------- Co-authored-by: datavisyn-bot <> Co-authored-by: Michael Pühringer <[email protected]>
2 parents abeba44 + f993d22 commit c9de805

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

config/eslint.config.template.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ module.exports = ({
8686
// https://github.com/typescript-eslint/typescript-eslint/issues/251
8787
tsconfigRootDir,
8888
project: `./tsconfig.eslint.json`,
89+
// Disable the project service as it must not be set together with project: https://github.com/typescript-eslint/typescript-eslint/issues/11319
90+
projectService: false,
8991
},
9092
globals: {
9193
...globals.commonjs,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "visyn_scripts",
33
"description": "",
4-
"version": "15.1.5",
4+
"version": "15.1.6",
55
"author": {
66
"name": "datavisyn GmbH",
77
"email": "[email protected]",

0 commit comments

Comments
 (0)