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: winstonjs/winston
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.10.0
Choose a base ref
...
head repository: winstonjs/winston
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.11.0
Choose a head ref
  • 8 commits
  • 11 files changed
  • 7 contributors

Commits on Jul 19, 2023

  1. Bug Fix: FileTransportOptions type missing lazy:boolean option (#2334)

    * Test for file Transport option rotationFormat
    
    * Test for file Transport option rotationFormat
    
    * Added Lazy option in file transport
    
    * Lint and test
    
    * removed only statement
    
    * Update test/unit/winston/transports/01-file-maxsize.test.js
    
    Co-authored-by: David Hyde <DABH@users.noreply.github.com>
    
    * Update test/unit/winston/transports/01-file-maxsize.test.js
    
    Co-authored-by: David Hyde <DABH@users.noreply.github.com>
    
    * Added lazy in FileTransportOptions types
    
    * Added lazy type in FileTransportInstance
    
    ---------
    
    Co-authored-by: myAlapi <myalapi2022@gmail.com>
    Co-authored-by: David Hyde <DABH@users.noreply.github.com>
    3 people authored Jul 19, 2023
    Configuration menu
    Copy the full SHA
    1c43f7b View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2023

  1. Bump @types/node from 20.3.1 to 20.4.2 (#2329)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.3.1 to 20.4.2.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 22, 2023
    Configuration menu
    Copy the full SHA
    23cb80c View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. feat: add guardrails to the instantiation of a Profiler (#2226)

    Authored-by: debaduttakore <139857436+debaduttakore@users.noreply.github.com>
    Reviewed-by: @wbt @maverick1872 
    Merged-by: maverick1872 <10217028+maverick1872@users.noreply.github.com>
    Ref: 2091
    debadutta98 authored Aug 9, 2023
    Configuration menu
    Copy the full SHA
    914b846 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2023

  1. Bump rimraf from 3.0.2 to 5.0.5 (#2357)

    * Bump rimraf from 3.0.2 to 5.0.5
    
    Bumps [rimraf](https://github.com/isaacs/rimraf) from 3.0.2 to 5.0.5.
    - [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md)
    - [Commits](isaacs/rimraf@v3.0.2...v5.0.5)
    
    ---
    updated-dependencies:
    - dependency-name: rimraf
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * fix: rimraf is not a function
    
    * fix: rimraf is not a function
    
    * fix: rimraf is not a function
    
    * fix: done() is not called on mocha hooks
    
    * fix: done() invoked with non-Error
    
    * fix: resolution method is overspecified
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    nolddor and dependabot[bot] authored Oct 7, 2023
    Configuration menu
    Copy the full SHA
    aaaa4c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dcbec34 View commit details
    Browse the repository at this point in the history
  3. Bump actions/checkout from 3 to 4 (#2346)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 7, 2023
    Configuration menu
    Copy the full SHA
    fdcc893 View commit details
    Browse the repository at this point in the history
  4. Bump split2 from 4.1.0 to 4.2.0 (#2336)

    Bumps [split2](https://github.com/mcollina/split2) from 4.1.0 to 4.2.0.
    - [Release notes](https://github.com/mcollina/split2/releases)
    - [Commits](mcollina/split2@v4.1.0...v4.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: split2
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 7, 2023
    Configuration menu
    Copy the full SHA
    37f4282 View commit details
    Browse the repository at this point in the history
  5. 3.11.0

    DABH committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    1c8c65f View commit details
    Browse the repository at this point in the history
Loading