Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: allegro/typescript-strict-plugin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.2.1
Choose a base ref
...
head repository: allegro/typescript-strict-plugin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 15 commits
  • 34 files changed
  • 10 contributors

Commits on Jan 29, 2024

  1. Add in-memory strict language server (#67)

    * Add in-memory strict language server
    
    * Proxy mutative-seeming methods
    
    * Bump version to 2.2.2
    heyimalex authored Jan 29, 2024
    Configuration menu
    Copy the full SHA
    ef0fe25 View commit details
    Browse the repository at this point in the history
  2. bumps package.lock

    KostkaBrukowa authored Jan 29, 2024
    Configuration menu
    Copy the full SHA
    a478915 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Update README.md (#66)

    ghophp authored Feb 19, 2024
    Configuration menu
    Copy the full SHA
    ca60100 View commit details
    Browse the repository at this point in the history
  2. Provide strict quick info in plugin (#69)

    Co-authored-by: Henrik Andersson <h@hnra.dev>
    hnra and Henrik Andersson authored Feb 19, 2024
    Configuration menu
    Copy the full SHA
    a5990b7 View commit details
    Browse the repository at this point in the history
  3. Update package.json

    KostkaBrukowa authored Feb 19, 2024
    Configuration menu
    Copy the full SHA
    4644010 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Configuration menu
    Copy the full SHA
    7c9d48e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18afe83 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. feat(#58): Add exclude pattern support (#64)

    * add minimatch (had to legacy peer deps)
    
    * Extend the config
    
    * Add file matching
    
    * Unit test for matched by exclude pattern
    
    * Update readme
    
    * Adjust readme grammar
    
    * Update version and changelog
    
    * docs(58): Update changelog + lint
    
    * fix(58): Update jest/ts-jest
    spencer-shupe-qhr authored Mar 8, 2024
    Configuration menu
    Copy the full SHA
    10f37ee View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Force strictLanguageService program initialization to fix integration…

    … with TS 5.4 (#71)
    
    * force program initialization on strictLanguageService
    
    * bump package.json
    
    * update changelog
    guillaumewuip authored Apr 10, 2024
    Configuration menu
    Copy the full SHA
    4d55ec6 View commit details
    Browse the repository at this point in the history
  2. master- | Prettier

    KostkaBrukowa committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    c496c08 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. E2e back (#75)

    * working with static paths
    
    * Works without node modules
    
    * fixes paths
    
    * Changes workflows
    
    * Possible fix
    
    * Adds comment
    
    * Adds latest to the build
    
    * Removes vscode settings
    KostkaBrukowa authored May 2, 2024
    Configuration menu
    Copy the full SHA
    bae7aa6 View commit details
    Browse the repository at this point in the history
  2. Bumps version

    KostkaBrukowa committed May 2, 2024
    Configuration menu
    Copy the full SHA
    970116f View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. fix: tsc-strict does not return a failure exit code with SIGABRT (#76)

    According to execa docs the error might contain an undefined exitCode when it gets killed by a signal or fails when spawning.
    
    https://github.com/sindresorhus/execa/blob/main/docs/errors.md#exit-code
    
    To test I did the following locally to simulate the TSC getting out of memory:
    
    ```
    NODE_OPTIONS="--max-old-space-size=512" ../node_modules/.bin/tsc-strict
    ```
    eberlitz authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    7185245 View commit details
    Browse the repository at this point in the history
  2. Update package.json

    KostkaBrukowa authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    28dcbdb View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

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