Thanks to visit codestin.com
Credit goes to github.com

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: SAP/ui5-fs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.0
Choose a base ref
...
head repository: SAP/ui5-fs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.1
Choose a head ref
  • 8 commits
  • 7 files changed
  • 3 contributors

Commits on Feb 12, 2023

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

Commits on Feb 13, 2023

  1. [INTERNAL] Bump eslint-plugin-jsdoc from 39.9.1 to 40.0.0

    Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 39.9.1 to 40.0.0.
    - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
    - [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc)
    - [Commits](gajus/eslint-plugin-jsdoc@v39.9.1...v40.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint-plugin-jsdoc
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and flovogt committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    b317a78 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. Configuration menu
    Copy the full SHA
    20e9311 View commit details
    Browse the repository at this point in the history
  2. [INTERNAL] Readers: Fix byGlob tests for path traversals

    Due to an optimization in minimatch [1], the glob pattern normalization
    is more accurate now.
    
    Previously tested patterns like "*/../*" are actually equivalent to
    "/*" but where not treated that way.
    
    Added more tests to illustrate this better.
    
    [1] isaacs/minimatch@8c42d42
    RandomByte committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    546129a View commit details
    Browse the repository at this point in the history
  3. [INTERNAL] AbstractAdapter: Make _normalizePattern synchronous

    Remove overhead of unnecessary Promise instances
    RandomByte committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    fd08bd6 View commit details
    Browse the repository at this point in the history
  4. [INTERNAL] FileSystem: Add tests for directory glob on a file

    These tests are intended to illustrate that attempting to glob the
    content of a directory which is actually a file will cause Globby to
    throw an exception.
    RandomByte committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    5efc794 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5e33569 View commit details
    Browse the repository at this point in the history
  6. Release 3.0.1

    flovogt committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    c91d093 View commit details
    Browse the repository at this point in the history
Loading