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

test: edge cases for server action #745

Closed
wants to merge 26 commits into from

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    355e558 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5934c8 View commit details
    Browse the repository at this point in the history
  3. fix: typo

    himself65 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    0de7663 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5c6b67c View commit details
    Browse the repository at this point in the history
  5. fix: update code

    himself65 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    6fef60b View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    65c6ecc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00efab2 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Configuration menu
    Copy the full SHA
    1339070 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Merge remote-tracking branch 'refs/remotes/upstream/main' into himsel…

    …f65/20240612/actions
    
    # Conflicts:
    #	e2e/fixtures/rsc-basic/package.json
    #	pnpm-lock.yaml
    himself65 committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    c64150f View commit details
    Browse the repository at this point in the history
  2. fix: lock

    himself65 committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    237e07b View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    a37303a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f8aef3 View commit details
    Browse the repository at this point in the history
  3. fix: typo

    himself65 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    409cef7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    366aadc View commit details
    Browse the repository at this point in the history
  5. fix: update code

    himself65 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    daeb9f2 View commit details
    Browse the repository at this point in the history
  6. avoid disabling ts ban comment

    dai-shi authored and himself65 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    256cc41 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b7b88a1 View commit details
    Browse the repository at this point in the history
  8. fix: server action cases (dai-shi#774)

    Fix some RSC case, will fix dai-shi#745. In
    the future, I will migrate the logic to
    https://github.com/himself65/react-server and keep same output
    
    Some issues still happening:
    
    1. `export default async function () {"use server"}` cannot be RSCA
    2. `export function a() { "use server" }` should throw error, because
    it's not async
    
    ---------
    
    Co-authored-by: daishi <daishi@axlight.com>
    himself65 and dai-shi committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    21fcbe8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a1d06b7 View commit details
    Browse the repository at this point in the history
  10. fix(website): hack next-mdx-remote with vite config (DEV only) (dai-s…

    …hi#779)
    
    Hmm, this is going to be a big problem with ESM/CJS compat...
    
    Maybe related: dai-shi#421, dai-shi#428
    dai-shi authored and himself65 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    f79441c View commit details
    Browse the repository at this point in the history
  11. chore: update dependencies (dai-shi#780)

    - downgrade pnpm
    dai-shi authored and himself65 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    3267bdf View commit details
    Browse the repository at this point in the history
  12. update react rc (dai-shi#781)

    I was hoping to use `-rc.0` for a while, but it has a bug and
    `-rc.<num>` has not been maintained. Let's use nightly rc version.
    
    close dai-shi#766
    dai-shi authored and himself65 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    ddb4980 View commit details
    Browse the repository at this point in the history
  13. v0.21.0-beta.1

    dai-shi authored and himself65 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    0a7ff13 View commit details
    Browse the repository at this point in the history
  14. fix: lock

    himself65 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    67bad7c View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Configuration menu
    Copy the full SHA
    a8e579c View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/himself65/20240612/actions' into…

    … himself65/20240612/actions
    
    # Conflicts:
    #	e2e/fixtures/rsc-basic/package.json
    #	pnpm-lock.yaml
    himself65 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    75e7d18 View commit details
    Browse the repository at this point in the history