Skip to content

Commit

Permalink
Release 11.3.0 (#107)
Browse files Browse the repository at this point in the history
## 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
  • Loading branch information
puehringer authored Nov 8, 2024
2 parents f8eda97 + 42ebc29 commit 6e8d147
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
release:
uses: datavisyn/github-workflows/.github/workflows/release-source.yml@feat-automate-releases-releasenotes
secrets: inherit
uses: datavisyn/github-workflows/.github/workflows/release-source.yml@main
secrets: inherit
with:
release_version: ${{ inputs.release_version }}
release_version: ${{ inputs.release_version }}
4 changes: 4 additions & 0 deletions config/eslintrc.template.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,5 +145,9 @@ module.exports = ({ tsconfigRootDir, optimizeImports }) => ({
extends: ['plugin:jest/recommended'],
plugins: ['jest'],
},
{
files: 'playwright/**/*.{test|spec}.ts',
extends: 'plugin:playwright/recommended',
},
],
});
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "visyn_scripts",
"description": "",
"version": "11.2.0",
"version": "11.3.0",
"author": {
"name": "datavisyn GmbH",
"email": "[email protected]",
Expand Down Expand Up @@ -63,6 +63,7 @@
"eslint-plugin-react-compiler": "0.0.0-experimental-b8a7b48-20240830",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-unused-imports": "^4.1.4",
"eslint-plugin-playwright": "^2.0.1",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"fs-extra": "^11.2.0",
"glob": "^11.0.0",
Expand Down

0 comments on commit 6e8d147

Please sign in to comment.