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: intercom/contentful-typescript-codegen
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.3.0
Choose a base ref
...
head repository: intercom/contentful-typescript-codegen
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.4.0
Choose a head ref
  • 5 commits
  • 10 files changed
  • 5 contributors

Commits on Nov 22, 2022

  1. delete unused import (#113)

    * fix(renderContentfulImport): Only import Document when needed
    
    * test(renderContentfulImports, renderers): Add tests
    
    Co-authored-by: kouhei <[email protected]>
    kouhei and kouhei authored Nov 22, 2022
    Configuration menu
    Copy the full SHA
    750ab4c View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

  1. build(deps): bump qs from 6.5.2 to 6.5.3 (#132)

    Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3.
    - [Release notes](https://github.com/ljharb/qs/releases)
    - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
    - [Commits](ljharb/qs@v6.5.2...v6.5.3)
    
    ---
    updated-dependencies:
    - dependency-name: qs
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 12, 2022
    Configuration menu
    Copy the full SHA
    2883bda View commit details
    Browse the repository at this point in the history
  2. build(deps): bump minimatch from 3.0.4 to 3.1.2 (#133)

    Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2.
    - [Release notes](https://github.com/isaacs/minimatch/releases)
    - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
    - [Commits](isaacs/minimatch@v3.0.4...v3.1.2)
    
    ---
    updated-dependencies:
    - dependency-name: minimatch
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 12, 2022
    Configuration menu
    Copy the full SHA
    b3ed329 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump decode-uri-component from 0.2.0 to 0.2.2 (#131)

    Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
    - [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
    - [Commits](SamVerschueren/decode-uri-component@v0.2.0...v0.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: decode-uri-component
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Gabriel Anca <[email protected]>
    dependabot[bot] and GabrielAnca authored Dec 12, 2022
    Configuration menu
    Copy the full SHA
    319ce84 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2022

  1. feat: support typescript config (#110)

    * feat: support `getContentfulEnvironment.ts`
    
    * fix: loosen types of load environment
    
    * fix: add `ts-node` as an optional peer dependency
    
    * refactor: move exported types and functions to top of file
    
    * chore: add todo comment
    
    * chore: bump `ts-node` to v10.6.0 or higher
    
    * test: add extra case + deduplicate
    
    * docs: update readme with typescript config
    
    * Fix typo
    
    Co-authored-by: Gabriel Anca <[email protected]>
    G-Rath and GabrielAnca authored Dec 15, 2022
    Configuration menu
    Copy the full SHA
    90c2a17 View commit details
    Browse the repository at this point in the history
Loading