Skip to content

Commit 45daddf

Browse files
authored
Eslint config package upgrade 2025 07 29 (#55)
* Extract globals from resolved configs. * Update resolved-configs scripts. * Update npm packages * Add globals.json files. * format code * Update resolved configs * renamed resolved configs * Unify disabled and non-configured rules. * change publish workflow * Rmove Node 18 from ci workflow
1 parent 0c13217 commit 45daddf

File tree

674 files changed

+498416
-583107
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

674 files changed

+498416
-583107
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
node-version: [18, 20, 22]
15+
node-version: [20, 22]
1616
os: [ubuntu-latest, windows-latest, macos-latest]
1717

1818
name: Node.js ${{matrix.node-version}} - ${{matrix.os}}

.github/workflows/npm-publish.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ on:
1414
- eslint-plugin-tsoa
1515
- eslint-plugin-typescript
1616
- eslint-config
17+
npm_tag:
18+
description: 'NPM tag'
19+
required: false
20+
type: string
21+
default: 'latest'
1722

1823
jobs:
1924
build:
@@ -48,6 +53,6 @@ jobs:
4853
registry-url: https://registry.npmjs.org/
4954
- run: npm ci
5055
- run: npm run build --if-present
51-
- run: npm publish --provenance --access public
56+
- run: npm publish --provenance --access public --tag ${{ inputs.npm_tag }}
5257
env:
5358
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

eslint-config/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -85,20 +85,20 @@ Plugin packages included in this ESLint config:
8585
- @arabasta/eslint-plugin-testing-library@1.0.0
8686
- @arabasta/eslint-plugin-tsoa@1.1.1
8787
- @arabasta/eslint-plugin-typescript@1.0.1
88-
- @eslint-community/eslint-plugin-eslint-comments@4.4.1
89-
- @typescript-eslint/eslint-plugin@7.18.0
90-
- @vitest/eslint-plugin@1.1.39
88+
- @eslint-community/eslint-plugin-eslint-comments@4.5.0
89+
- @typescript-eslint/eslint-plugin@8.14.0
90+
- @vitest/eslint-plugin@1.3.4
9191
- eslint-plugin-deprecation@3.0.0
9292
- eslint-plugin-es@4.1.0
93-
- eslint-plugin-import@2.31.0
94-
- eslint-plugin-jest@28.11.0
95-
- eslint-plugin-jsdoc@50.6.9
93+
- eslint-plugin-import@2.32.0
94+
- eslint-plugin-jest@28.14.0
95+
- eslint-plugin-jsdoc@52.0.0
9696
- eslint-plugin-jsx-a11y@6.10.2
9797
- eslint-plugin-new-with-error@5.0.0
9898
- eslint-plugin-react@7.37.5
9999
- eslint-plugin-react-hooks@5.2.0
100-
- eslint-plugin-react-refresh@0.4.19
101-
- eslint-plugin-testing-library@7.1.1
100+
- eslint-plugin-react-refresh@0.4.20
101+
- eslint-plugin-testing-library@7.6.3
102102
- eslint-plugin-unused-imports@3.2.0
103103

104104
<!-- end generated block (plugin-packages) -->

0 commit comments

Comments
 (0)