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 json5, ts-loader and webpack in /samples/client/petstore/typescript-fetch/tests/default #147

Open
wants to merge 18 commits into
base: master
Choose a base branch
from

Commits on Nov 2, 2020

  1. Merge pull request #26 from OpenAPITools/master

    Merge upstream fixes
    code-lucidal58 authored Nov 2, 2020
    Configuration menu
    Copy the full SHA
    5c28f79 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2020

  1. Merge pull request #27 from OpenAPITools/master

    update with upstream master
    code-lucidal58 authored Dec 17, 2020
    Configuration menu
    Copy the full SHA
    f4028ff View commit details
    Browse the repository at this point in the history

Commits on May 11, 2021

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

Commits on Aug 13, 2021

  1. Merge branch 'master' of ssh://github.com/OpenAPITools/openapi-genera…

    …tor into feature/refresh_master
    vvb committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    2efa03e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #28 from CiscoM31/feature/refresh_master

    regular merge code from upstream
    vvb authored Aug 13, 2021
    Configuration menu
    Copy the full SHA
    232cc89 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2021

  1. Merge branch 'master' of ssh://github.com/OpenAPITools/openapi-genera…

    …tor into refresh/master
    vvb committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    d3e3725 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #42 from CiscoM31/refresh/master

    Merge upstream code to master
    vvb authored Aug 18, 2021
    Configuration menu
    Copy the full SHA
    91716ea View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2021

  1. Merge branch 'master' of ssh://github.com/OpenAPITools/openapi-genera…

    …tor into refresh/master
    vvb committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    76f570e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #43 from CiscoM31/refresh/master

    pulling in the python set-item fix from master
    vvb authored Aug 23, 2021
    Configuration menu
    Copy the full SHA
    3ba948b View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2021

  1. Merge branch 'master' of ssh://github.com/OpenAPITools/openapi-genera…

    …tor into refresh/master
    vvb committed Aug 25, 2021
    Configuration menu
    Copy the full SHA
    56f32d5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #44 from CiscoM31/refresh/master

    pull in golang restrict read-only props changes from upstream
    vvb authored Aug 25, 2021
    Configuration menu
    Copy the full SHA
    058f491 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2021

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

Commits on Oct 11, 2021

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

Commits on Oct 12, 2021

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

Commits on Mar 31, 2022

  1. Merge branch 'master' of ssh://github.com/OpenAPITools/openapi-genera…

    …tor into refresh/upstream
    vvb committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    6debc0b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #62 from CiscoM31/refresh/upstream

    Pull in latest upstream code
    vvb authored Mar 31, 2022
    Configuration menu
    Copy the full SHA
    dfb40dc View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. Merge pull request #78 from CiscoM31/feature/refresh_13_Jul_2022

    Pull latest upstream code
    vvb authored Jul 13, 2022
    Configuration menu
    Copy the full SHA
    a0e05b8 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2022

  1. Bump json5, ts-loader and webpack

    Removes [json5](https://github.com/json5/json5). It's no longer used after updating ancestor dependencies [json5](https://github.com/json5/json5), [ts-loader](https://github.com/TypeStrong/ts-loader) and [webpack](https://github.com/webpack/webpack). These dependencies need to be updated together.
    
    
    Removes `json5`
    
    Updates `ts-loader` from 2.3.7 to 9.4.2
    - [Release notes](https://github.com/TypeStrong/ts-loader/releases)
    - [Changelog](https://github.com/TypeStrong/ts-loader/blob/main/CHANGELOG.md)
    - [Commits](TypeStrong/ts-loader@v2.3.7...v9.4.2)
    
    Updates `webpack` from 1.15.0 to 5.75.0
    - [Release notes](https://github.com/webpack/webpack/releases)
    - [Commits](webpack/webpack@v1.15.0...v5.75.0)
    
    ---
    updated-dependencies:
    - dependency-name: json5
      dependency-type: indirect
    - dependency-name: ts-loader
      dependency-type: direct:development
    - dependency-name: webpack
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Dec 31, 2022
    Configuration menu
    Copy the full SHA
    88f590f View commit details
    Browse the repository at this point in the history