Skip to content

Commit 6e8d147

Browse files
authored
Release 11.3.0 (#107)
## What's Changed * feat: add ESLint playwright plugin by @oltionchampari in #106 * update release.yaml for automated release workflow by @datavisyn-bot in #102 ## New Contributors * @datavisyn-bot made their first contribution in #102 **Full Changelog**: v11.2.0...11.3.0
2 parents f8eda97 + 42ebc29 commit 6e8d147

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
release:
13-
uses: datavisyn/github-workflows/.github/workflows/release-source.yml@feat-automate-releases-releasenotes
14-
secrets: inherit
13+
uses: datavisyn/github-workflows/.github/workflows/release-source.yml@main
14+
secrets: inherit
1515
with:
16-
release_version: ${{ inputs.release_version }}
16+
release_version: ${{ inputs.release_version }}

config/eslintrc.template.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,5 +145,9 @@ module.exports = ({ tsconfigRootDir, optimizeImports }) => ({
145145
extends: ['plugin:jest/recommended'],
146146
plugins: ['jest'],
147147
},
148+
{
149+
files: 'playwright/**/*.{test|spec}.ts',
150+
extends: 'plugin:playwright/recommended',
151+
},
148152
],
149153
});

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "visyn_scripts",
33
"description": "",
4-
"version": "11.2.0",
4+
"version": "11.3.0",
55
"author": {
66
"name": "datavisyn GmbH",
77
"email": "[email protected]",
@@ -63,6 +63,7 @@
6363
"eslint-plugin-react-compiler": "0.0.0-experimental-b8a7b48-20240830",
6464
"eslint-plugin-react-hooks": "^4.6.2",
6565
"eslint-plugin-unused-imports": "^4.1.4",
66+
"eslint-plugin-playwright": "^2.0.1",
6667
"fork-ts-checker-webpack-plugin": "^9.0.2",
6768
"fs-extra": "^11.2.0",
6869
"glob": "^11.0.0",

0 commit comments

Comments
 (0)