8000 Comparing v3.1.3...v3.1.4 · actions/dependency-review-action · GitHub
[go: up one dir, main page]

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: actions/dependency-review-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.1.3
Choose a base ref
...
head repository: actions/dependency-review-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.1.4
Choose a head ref
  • 14 commits
  • 7 files changed
  • 2 contributors

Commits on Nov 20, 2023

  1. Bump @types/node from 16.18.61 to 16.18.62

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 16.18.61 to 16.18.62.
    - [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-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Nov 20, 2023
    Configuration menu
    Copy the full SHA
    c409735 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #619 from actions/dependabot/npm_and_yarn/types/no…

    …de-16.18.62
    
    Bump @types/node from 16.18.61 to 16.18.62
    Federico Builes authored Nov 20, 2023
    Configuration menu
    Copy the full SHA
    5991d7a View commit details
    Browse the repository at this point in the history
  3. Bump @typescript-eslint/eslint-plugin from 6.10.0 to 6.11.0

    Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.10.0 to 6.11.0.
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.11.0/packages/eslint-plugin)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/eslint-plugin"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Nov 20, 2023
    Configuration menu
    Copy the full SHA
    ee69e92 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #620 from actions/dependabot/npm_and_yarn/typescri…

    …pt-eslint/eslint-plugin-6.11.0
    
    Bump @typescript-eslint/eslint-plugin from 6.10.0 to 6.11.0
    Federico Builes authored Nov 20, 2023
    Configuration menu
    Copy the full SHA
    1cbb048 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

  1. Tiny logic refactor.

    Federico Builes committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    50dafeb View commit details
    Browse the repository at this point in the history
  2. Advisory filters should not drop entire dependencies.

    Federico Builes committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    4366dba View commit details
    Browse the repository at this point in the history
  3. adding dist

    Federico Builes committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    a6d4686 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. Bump typescript from 5.2.2 to 5.3.2

    Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.2.2 to 5.3.2.
    - [Release notes](https://github.com/Microsoft/TypeScript/releases)
    - [Commits](microsoft/TypeScript@v5.2.2...v5.3.2)
    
    ---
    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] authored Nov 27, 2023
    Configuration menu
    Copy the full SHA
    4d842d7 View commit details
    Browse the repository at this point in the history
  2. Bump @typescript-eslint/eslint-plugin from 6.11.0 to 6.12.0

    Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.11.0 to 6.12.0.
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.12.0/packages/eslint-plugin)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/eslint-plugin"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Nov 27, 2023
    Configuration menu
    Copy the full SHA
    c07c237 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #625 from actions/dependabot/npm_and_yarn/typescri…

    …pt-eslint/eslint-plugin-6.12.0
    
    Bump @typescript-eslint/eslint-plugin from 6.11.0 to 6.12.0
    Federico Builes authored Nov 27, 2023
    Configuration menu
    Copy the full SHA
    2d0fb60 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #624 from actions/dependabot/npm_and_yarn/typescri…

    …pt-5.3.2
    
    Bump typescript from 5.2.2 to 5.3.2
    Federico Builes authored Nov 27, 2023
    Configuration menu
    Copy the full SHA
    550520e View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Fixing test name.

    Federico Builes committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    a93fa86 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #623 from actions/fix-advisory-filters

    Fix GHSA Filtering
    Federico Builes authored Nov 28, 2023
    Configuration menu
    Copy the full SHA
    4b4f0de View commit details
    Browse the repository at this point in the history
  3. bumping version

    Federico Builes committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    01bc870 View commit details
    Browse the repository at this point in the history
Loading
0