Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update eslint #54

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
# Publish version to public repository
- name: Publish release version
if: startsWith(github.event.inputs.release-type, 'pre') != true
working-directory: packages/rxdb
working-directory: dist/packages/rxdb
run: |
npm pack
npm publish --access public --non-interactive --no-git-tag-version --tag latest
Expand All @@ -104,7 +104,7 @@ jobs:
# Publish version to public repository
- name: Publish pre-release version
if: startsWith(github.event.inputs.release-type, 'pre')
working-directory: packages/rxdb
working-directory: dist/packages/rxdb
run: |
npm pack
npm publish --access public --non-interactive --no-git-tag-version --tag dev
Expand Down
125 changes: 84 additions & 41 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,11 +128,11 @@
"@typescript-eslint/parser": "6.15.0",
"conventional-changelog-cli": "^4.1.0",
"document-register-element": "1.14.10",
"eslint": "8.56.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsdoc": "^46.8.2",
"eslint-plugin-prettier": "5.1.2",
"eslint-plugin-jsdoc": "^48.0.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-rxjs": "=5.0.3",
"eslint-plugin-rxjs-angular": "=2.0.1",
"fs-extra": "^9.1.0",
Expand Down
Loading