-
Notifications
You must be signed in to change notification settings - Fork 14
feat: use react 19 #738
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
Open
oterral
wants to merge
27
commits into
master
Choose a base branch
from
olivier/react19
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
feat: use react 19 #738
Changes from 5 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
5ba9d88
feat: use react 19
oterral e840500
build: use pnpm
oterral d2bb0b4
build: use node 24
oterral 01a0a19
Merge branch 'master' into olivier/react19
oterral 52c551e
chore: update lock file
oterral c4dbb1a
chore(release): 2.1.0
oterral 80185e9
chore(release): 2.1.1
oterral ec962dc
chore(release): 2.1.2
oterral 2bd0d0d
chore(release): 2.1.3
oterral 873ac52
chore(release): 2.1.4
oterral 883201a
chore(release): 2.1.5
oterral 1998ee4
chore(release): 2.1.6
oterral b2f71e0
chore(release): 2.1.7-beta.0
oterral 71f8c48
build: fix beta
oterral b9cd5a5
chore(release): 2.1.7-beta.1
oterral 8122139
chore(release): 3.0.1-beta.0
oterral 0fce596
build: fix beta
oterral 8e9e472
chore(release): 3.0.1-beta.1
oterral 64e0810
build: fix readme
oterral 14a0cd5
build: fix peer
oterral 0db9476
chore(release): 3.0.1-beta.2
oterral 5614652
build: fix actions
oterral 7119f1a
build: fix actions
oterral 3bc5c19
build: fix actions
oterral 3f20a0c
fix: remove useless file
oterral b5718e9
chore(release): 3.0.1-beta.3
oterral 6ac8af3
fix: remove useless package
oterral File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -7,3 +7,4 @@ styleguide | |
| coverage | ||
| doc/build | ||
| styleguide-build | ||
| pnpm-workspace.yaml | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,3 @@ | ||
| #!/usr/bin/env sh | ||
|
|
||
| yarn commitlint --edit $1 | ||
| pnpm commitlint --edit $1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| #!/bin/sh | ||
| [ -n "$CI" ] && exit 0 | ||
|
|
||
| yarn install --frozen-lockfile | ||
| pnpm install --frozen-lockfile |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,3 @@ | ||
| #!/bin/sh | ||
|
|
||
| yarn install --frozen-lockfile | ||
| pnpm install --frozen-lockfile |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,3 @@ | ||
| #!/bin/sh | ||
|
|
||
| yarn install --frozen-lockfile | ||
| pnpm install --frozen-lockfile |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| 22 | ||
| 24 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,39 @@ | ||
| import flat from "@geops/eslint-config-react/flat"; | ||
|
|
||
| // tailwind@4 only supported in beta channel | ||
| // import tailwind from "eslint-plugin-tailwindcss"; | ||
|
|
||
| export default [ | ||
| ...flat, | ||
| // tailwind@4 only supported in beta channel | ||
| // ...tailwind.configs["flat/recommended"], | ||
| // { | ||
| // settings: { | ||
| // react: { | ||
| // version: "18.3.1", | ||
| // }, | ||
| // }, | ||
| // }, | ||
| { | ||
| rules: { | ||
| "@typescript-eslint/no-empty-function": "off", | ||
| "@typescript-eslint/no-unsafe-call": "off", | ||
| "@typescript-eslint/no-unsafe-member-access": "off", | ||
| "@typescript-eslint/no-unsafe-assignment": "off", | ||
| "@typescript-eslint/no-unsafe-return": "off", | ||
| "@typescript-eslint/unbound-method": "off", | ||
| "@typescript-eslint/no-unsafe-argument": "off", | ||
| "mocha/no-setup-in-describe": "off", | ||
| "mocha/consistent-spacing-between-blocks": "off", | ||
| "@typescript-eslint/no-redundant-type-constituents": "off", | ||
| "mocha/no-pending-tests": "off", | ||
| "@typescript-eslint/prefer-nullish-coalescing": "off", | ||
| "react-compiler/react-compiler": "off", | ||
| "@typescript-eslint/prefer-for-of": "warn", | ||
| "@typescript-eslint/no-unused-vars": "warn", | ||
| "@typescript-eslint/no-floating-promises": "warn", | ||
| "@typescript-eslint/no-misused-promises": "warn", | ||
| "@typescript-eslint/prefer-optional-chain": "warn", | ||
| }, | ||
| }, | ||
| ]; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CI now runs
pnpm ...but the workflow does not install/activate pnpm (e.g., viacorepack enable/corepack prepare pnpm@... --activateorpnpm/action-setup). On GitHub runnerspnpmis not guaranteed to be available, so this job may fail.