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: Fix main branch typescript errors #83

Merged
merged 12 commits into from
May 25, 2023
Merged

chore: Fix main branch typescript errors #83

merged 12 commits into from
May 25, 2023

Commits on May 17, 2023

  1. Configuration menu
    Copy the full SHA
    6df8e5a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca5e123 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    005290f View commit details
    Browse the repository at this point in the history
  4. chore: Upgrade ember-source + resolver

    Started getting type errors with resolver:
    
    "Module '"@ember/owner"' has no exported member 'Resolver'. Did you mean to use 'import Resolver from "@ember/owner"' instead?"
    
    ember-resolver now ships with their own types rather than the types namespace
    ynotdraw committed May 17, 2023
    Configuration menu
    Copy the full SHA
    7c54006 View commit details
    Browse the repository at this point in the history
  5. chore: Remove commitlint

    ynotdraw committed May 17, 2023
    Configuration menu
    Copy the full SHA
    3690063 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

  1. Configuration menu
    Copy the full SHA
    28761d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b6ed5b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad8da94 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. Configuration menu
    Copy the full SHA
    6ae7b64 View commit details
    Browse the repository at this point in the history
  2. chore: Convert tests to gts

    ynotdraw committed May 22, 2023
    Configuration menu
    Copy the full SHA
    c399620 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. fix: Remove unneeded peerDependencies

    Co-authored-by: Simon Ihmig <[email protected]>
    ynotdraw and simonihmig committed May 24, 2023
    Configuration menu
    Copy the full SHA
    126348c View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. fix: Remove unneeded types/ember packages

    BREAKING CHANGE: Removing types and updating TypeScript version to support Glint properly.
    
    These libraries now ship with their own types, so we no longer need the ones coming from the types namespace anymore.
    
    Co-authored-by: Simon Ihmig <[email protected]>
    ynotdraw and simonihmig committed May 25, 2023
    Configuration menu
    Copy the full SHA
    370cb3b View commit details
    Browse the repository at this point in the history