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: mtr/angular-iscroll
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.1.1
Choose a base ref
...
head repository: mtr/angular-iscroll
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.2.0
Choose a head ref
  • 9 commits
  • 3 files changed
  • 2 contributors

Commits on Oct 26, 2022

  1. Create codeql.yml

    mtr authored Oct 26, 2022
    Configuration menu
    Copy the full SHA
    e5dff02 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. Merge branch 'master' of github.com:mtr/angular-iscroll

    * 'master' of github.com:mtr/angular-iscroll:
      Create codeql.yml
    mtr committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    526d63e View commit details
    Browse the repository at this point in the history
  2. Bump loader-utils from 2.0.0 to 2.0.4

    Bumps [loader-utils](https://github.com/webpack/loader-utils) from 2.0.0 to 2.0.4.
    - [Release notes](https://github.com/webpack/loader-utils/releases)
    - [Changelog](https://github.com/webpack/loader-utils/blob/v2.0.4/CHANGELOG.md)
    - [Commits](webpack/loader-utils@v2.0.0...v2.0.4)
    
    ---
    updated-dependencies:
    - dependency-name: loader-utils
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Nov 29, 2023
    Configuration menu
    Copy the full SHA
    437dd76 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #48 from mtr/dependabot/npm_and_yarn/loader-utils-…

    …2.0.4
    
    Bump loader-utils from 2.0.0 to 2.0.4
    mtr authored Nov 29, 2023
    Configuration menu
    Copy the full SHA
    971bba9 View commit details
    Browse the repository at this point in the history
  4. Tried to make security requirement of loader-utils minimum version …

    …`^2.0.4` independent of yarn.lock.
    mtr committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    2cfb10f View commit details
    Browse the repository at this point in the history
  5. Bump minimatch from 3.0.4 to 3.0.8

    Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.0.8.
    - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
    - [Commits](isaacs/minimatch@v3.0.4...v3.0.8)
    
    ---
    updated-dependencies:
    - dependency-name: minimatch
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Nov 29, 2023
    Configuration menu
    Copy the full SHA
    517b3e8 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #49 from mtr/dependabot/npm_and_yarn/minimatch-3.0.8

    Bump minimatch from 3.0.4 to 3.0.8
    mtr authored Nov 29, 2023
    Configuration menu
    Copy the full SHA
    2859b49 View commit details
    Browse the repository at this point in the history
  7. Update dependencies to resolve security issues

    This change resolves the security issues related to `minimatch` and `loader-utils` dependencies. `brace-expansion` package and its associated dependencies have been removed from `yarn.lock`. The `minimatch` and `loader-utils` dependencies were updated in the same file to meet the minimum security requirements. These updates were necessary to ensure the application is secured against potential vulnerabilities. This change also ensures that the minimum security requirement of `loader-utils version ^2.0.4` is now independent of `yarn.lock`.
    mtr committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    3b6e623 View commit details
    Browse the repository at this point in the history
  8. 4.2.0

    mtr committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    2498b30 View commit details
    Browse the repository at this point in the history
Loading