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

fix(path-alias): Fix aliasing of paths using ts/jsconfig #9574

Merged
merged 19 commits into from
Dec 27, 2023

Commits on Nov 24, 2023

  1. Configuration menu
    Copy the full SHA
    8ee9fbb View commit details
    Browse the repository at this point in the history
  2. Update implementation

    dac09 committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    15a717e View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. Configuration menu
    Copy the full SHA
    d916bd6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e45beb3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cce231d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    111d863 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

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

Commits on Dec 1, 2023

  1. Merge branch 'main' of github.com:redwoodjs/redwood into fix/module-p…

    …ath-aliases
    
    * 'main' of github.com:redwoodjs/redwood: (23 commits)
      Add note about base 64 encoded event body (redwoodjs#9595)
      fix(deps): update graphql-tools monorepo (redwoodjs#9609)
      fix(deps): update dependency fs-extra to v11.2.0 (redwoodjs#9606)
      fix(deps): update dependency graphql-sse to v2.4.0 (redwoodjs#9607)
      fix(deps): update docusaurus monorepo to v3.0.1 (redwoodjs#9608)
      fix(deps): update babel monorepo (redwoodjs#9596)
      fix(deps): update dependency @whatwg-node/server to v0.9.18 (redwoodjs#9602)
      fix(deps): update dependency @apollo/client to v3.8.8 (redwoodjs#9600)
      chore: update yarn.lock
      chore(deps): update dependency @playwright/test to v1.40.1 (redwoodjs#9599)
      chore(deps): update dependency @supabase/supabase-js to v2.39.0 (redwoodjs#9603)
      fix(deps): update dependency @clerk/clerk-sdk-node to v4.12.22 (redwoodjs#9601)
      chore(deps): update dependency @clerk/clerk-react to v4.28.1 (redwoodjs#9598)
      fix(deps): update storybook monorepo to v7.6.2 (redwoodjs#9597)
      RSC: Generate a route manifest (redwoodjs#9592)
      chore(private-set): Wrap profile page in <PrivateSet> instead of Private (redwoodjs#9575)
      add documentation on mocking useParams in component test (redwoodjs#9284)
      Update Typescript to 5.3.2 (redwoodjs#9589)
      RSC: Refactor build process (redwoodjs#9588)
      fix(crwa): clarify docs to avoid issues in yarn modern installs (redwoodjs#9579)
      ...
    dac09 committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    54bbf3f View commit details
    Browse the repository at this point in the history
  2. Trying mocking path.resolve

    dac09 committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    a3bebf9 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'fix/module-path-aliases' of github.com:dac09/redwood in…

    …to fix/module-path-aliases
    
    * 'fix/module-path-aliases' of github.com:dac09/redwood:
    dac09 committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    5162fa4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bb0743e View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. chore(tests): handle windows

    jtoar committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    64dc129 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e09e05 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7f3bbc0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    03d68cd View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. try swapping /e for /d

    jtoar committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    b4ceedb View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. Merge branch 'main' of github.com:redwoodjs/redwood into fix/module-p…

    …ath-aliases
    
    * 'main' of github.com:redwoodjs/redwood: (92 commits)
      chore(deps): update dependency @types/yargs to v17.0.32 (redwoodjs#9759)
      Make it easier to find useMatch docs (redwoodjs#9756)
      chore(unit tests): Use side-effect import to fix TS errors (redwoodjs#9754)
      fix(context): Refactor context (redwoodjs#9371)
      docs: Replaced deprecated <Set private> with PrivateSet within router.md (redwoodjs#9749)
      add TS support for storybook preview tsx config extension (redwoodjs#9309)
      fix(studio): Fix windows path issues (redwoodjs#9752)
      redwoodjs#9620: Update studio to support variable components (Mailer) (redwoodjs#9639)
      chore(tasks): Add comparison view to nmHoisting visualisation (redwoodjs#9751)
      chore(cli): make fs modules used in the CLI consistent (redwoodjs#9746)
      chore(tooling): Make sure console boxen print on a new line
      chore(CI): fix publish release candidate
      feat(CLI): add check node version middleware, rm `.nvmrc`, yarn engines (redwoodjs#9728)
      docs: added some clarification on serverless functions getting executed in a non-serverless environment (redwoodjs#9742)
      Fix sshExec() errors not displaying (redwoodjs#9743)
      chore(tooling): Add missing word in release tooling output
      Update Metadata docs (redwoodjs#9744)
      chore(CI): update test project fixture and CRWA for deploy target CI repo (redwoodjs#9730)
      chore(tooling): add script for getting nested dependency data (redwoodjs#9734)
      Trusted Documents docs: Proofreading corrections (redwoodjs#9737)
      ...
    dac09 committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    09e262d View commit details
    Browse the repository at this point in the history
  2. Try again

    dac09 committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    2a4dcf7 View commit details
    Browse the repository at this point in the history
  3. Restore old yarn lock

    dac09 committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    c4f4d4c View commit details
    Browse the repository at this point in the history