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 super-linter/super-linter from 5 to 6 #5

Merged

Commits on Feb 19, 2024

  1. Bump super-linter/super-linter from 5 to 6

    Bumps [super-linter/super-linter](https://github.com/super-linter/super-linter) from 5 to 6.
    - [Release notes](https://github.com/super-linter/super-linter/releases)
    - [Changelog](https://github.com/super-linter/super-linter/blob/main/CHANGELOG.md)
    - [Commits](super-linter/super-linter@v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: super-linter/super-linter
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 19, 2024
    Configuration menu
    Copy the full SHA
    4c91dd9 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. bump to v1.0.0

    * domain -> destination
    
    * bump to v1.0.0-rc
    
    * fixed action defaults
    
    * bump to v1.0.0
    raianand committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    1d0dda5 View commit details
    Browse the repository at this point in the history
  2. Bump the npm-development group with 1 update (#6)

    Bumps the npm-development group with 1 update: [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest).
    
    
    Updates `eslint-plugin-jest` from 27.6.3 to 27.9.0
    - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
    - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md)
    - [Commits](jest-community/eslint-plugin-jest@v27.6.3...v27.9.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint-plugin-jest
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: npm-development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and raianand committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    2e4d0d4 View commit details
    Browse the repository at this point in the history
  3. Bump the npm-development group with 4 updates (#10)

    * Bump the npm-development group with 4 updates
    
    Bumps the npm-development group with 4 updates: [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core), [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env), [eslint](https://github.com/eslint/eslint) and [eslint-plugin-github](https://github.com/github/eslint-plugin-github).
    
    
    Updates `@babel/core` from 7.23.9 to 7.24.0
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.24.0/packages/babel-core)
    
    Updates `@babel/preset-env` from 7.23.9 to 7.24.0
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.24.0/packages/babel-preset-env)
    
    Updates `eslint` from 8.56.0 to 8.57.0
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v8.56.0...v8.57.0)
    
    Updates `eslint-plugin-github` from 4.10.1 to 4.10.2
    - [Release notes](https://github.com/github/eslint-plugin-github/releases)
    - [Commits](github/eslint-plugin-github@v4.10.1...v4.10.2)
    
    ---
    updated-dependencies:
    - dependency-name: "@babel/core"
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: npm-development
    - dependency-name: "@babel/preset-env"
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: npm-development
    - dependency-name: eslint
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: npm-development
    - dependency-name: eslint-plugin-github
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: npm-development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * fixed isort lint issue in intercept.py
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Abhishek Anand <raianand@users.noreply.github.com>
    dependabot[bot] and raianand committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    381b91a View commit details
    Browse the repository at this point in the history
  4. Bump yaml from 2.3.4 to 2.4.0 (#9)

    * Bump yaml from 2.3.4 to 2.4.0
    
    Bumps [yaml](https://github.com/eemeli/yaml) from 2.3.4 to 2.4.0.
    - [Release notes](https://github.com/eemeli/yaml/releases)
    - [Commits](eemeli/yaml@v2.3.4...v2.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: yaml
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * fixed dist diff
    
    * generated dist after npm i
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Abhishek Anand <raianand@users.noreply.github.com>
    dependabot[bot] and raianand committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    676ef8f View commit details
    Browse the repository at this point in the history
  5. fix super-linter issues

    raianand committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    c65bb44 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    69de4fa View commit details
    Browse the repository at this point in the history