Skip to content

Commit

Permalink
add support to react v19
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed Dec 8, 2024
1 parent 32a4ba0 commit 59ff873
Show file tree
Hide file tree
Showing 16 changed files with 5,773 additions and 8,840 deletions.
1 change: 0 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
}
],
"@typescript-eslint/no-misused-promises": "off",
"@typescript-eslint/no-parameter-properties": ["warn", { "allows": ["public", "private", "protected"] }],
"@typescript-eslint/no-unnecessary-type-assertion": "off",
"@typescript-eslint/no-unused-vars": "off",
"@typescript-eslint/no-unsafe-argument": "off",
Expand Down
23 changes: 11 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@ name: Test & Build

on:
push:
branches: [ main ]
branches: [main]
pull_request:
branches: [ main ]
branches: [main]

jobs:
build:

runs-on: ubuntu-latest

strategy:
Expand All @@ -20,12 +19,12 @@ jobs:
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm run build --if-present
- run: npm test
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm run build --if-present
- run: npm test
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ Greetings, Java Hipster!

This is the JHipster React utilities library


[![NPM version][npm-image]][npm-url]
[![Build Status][github-actions-image]][github-actions-url]

Expand All @@ -14,7 +13,6 @@ Please read our [guidelines](https://github.com/jhipster/generator-jhipster/CONT

[github-actions-image]: https://github.com/jhipster/react-jhipster/actions/workflows/ci.yml/badge.svg
[github-actions-url]: https://github.com/jhipster/react-jhipster/actions/workflows/ci.yml

[jhipster-image]: https://raw.githubusercontent.com/jhipster/jhipster.github.io/main/images/logo/logo-jhipster2x.png
[jhipster-url]: http://www.jhipster.tech/
[npm-image]: https://badge.fury.io/js/react-jhipster.svg
Expand Down
Loading

0 comments on commit 59ff873

Please sign in to comment.