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

Bump node-fetch from 2.6.7 to 3.3.2 #134

Closed
wants to merge 5 commits into from

Commits on Aug 9, 2023

  1. Bump typescript from 4.5.4 to 4.9.5

    Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.5.4 to 4.9.5.
    - [Release notes](https://github.com/Microsoft/TypeScript/releases)
    - [Commits](microsoft/TypeScript@v4.5.4...v4.9.5)
    
    ---
    updated-dependencies:
    - dependency-name: typescript
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    0f5e2e8 View commit details
    Browse the repository at this point in the history
  2. Fix enum typeguard generator

    GenericEnum wasn't necessarily an object (though that is the intent)
    and the latest typescript correctly flagged the potential mistake from
    not specifying that expectation.
    slifty committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    5b70714 View commit details
    Browse the repository at this point in the history
  3. Lock in node types

    It looks like our node types were not being explicitly loaded in this
    project, which was resulting in some type conflicts with the latest
    version of TypeScript
    slifty committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    76999d8 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #126 from PermanentOrg/dependabot/npm_and_yarn/typ…

    …escript-4.9.5
    
    Bump typescript from 4.5.4 to 4.9.5
    slifty committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    0659146 View commit details
    Browse the repository at this point in the history
  5. Bump node-fetch from 2.6.7 to 3.3.2

    Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.7 to 3.3.2.
    - [Release notes](https://github.com/node-fetch/node-fetch/releases)
    - [Commits](node-fetch/node-fetch@v2.6.7...v3.3.2)
    
    ---
    updated-dependencies:
    - dependency-name: node-fetch
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    b5584c4 View commit details
    Browse the repository at this point in the history