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: update with-react-intl example #40999

Merged
merged 10 commits into from Sep 30, 2022
Merged

Commits on Sep 30, 2022

  1. Ignore compiled languages

    HaNdTriX committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    6917544 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f6b43f4 View commit details
    Browse the repository at this point in the history
  3. Fix type issues

    - ReactChild is deprecated
    - description should be a meta tag
    - locales can be null
    HaNdTriX committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    2edf22b View commit details
    Browse the repository at this point in the history
  4. Enable strict mode

    HaNdTriX committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    c2a2d35 View commit details
    Browse the repository at this point in the history
  5. Update deps

    HaNdTriX committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    734197c View commit details
    Browse the repository at this point in the history
  6. Remove ESM type assertion from the future

    The Next.js pipline (eslint) runs on Node 16. Type assert should be used from Node.js >= 17 onwards.
    
    If you want to know more about this check out the following discussion: eslint/eslint#15305
    HaNdTriX committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    0b82c78 View commit details
    Browse the repository at this point in the history
  7. Improve error handling

    HaNdTriX committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    861e698 View commit details
    Browse the repository at this point in the history
  8. Refactor layout

    HaNdTriX committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    fd11300 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4d0503f View commit details
    Browse the repository at this point in the history
  10. Make sure pre & post scripts are enabled

    pnpm defaults to enable-pre-post-scripts=false leading to a broken example on the first run.
    HaNdTriX committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    bf858d8 View commit details
    Browse the repository at this point in the history