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

Replace <rootDir> prior to path.join() #154

Merged
merged 24 commits into from Oct 4, 2021

Commits on Dec 10, 2020

  1. Replace <rootDir> prior to path.join().

    This allows outputDirectory to be formatted like <rootDir>/../some/dir. In that case, path.join() assumes the .. cancels out the <rootDir>, which seems entirely reasonable. Unfortunately, it means the final value is some/dir, and that ends up rooted at process.cwd(), which doesn't always match <rootDir>.
    
    Handling the <rootDir> replacement first allevaites this problem.
    Michael Johns committed Dec 10, 2020
    Copy the full SHA
    5a96643 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2021

  1. Bump y18n from 4.0.0 to 4.0.1

    Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1.
    - [Release notes](https://github.com/yargs/y18n/releases)
    - [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/yargs/y18n/commits)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Mar 31, 2021
    Copy the full SHA
    79682c6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request jest-community#161 from jest-community/dependabot/…

    …npm_and_yarn/y18n-4.0.1
    
    Bump y18n from 4.0.0 to 4.0.1
    palmerj3 committed Mar 31, 2021
    Copy the full SHA
    12da1a2 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2021

  1. Add outputFile config and tests

    daivinhtran committed May 25, 2021
    Copy the full SHA
    3c68d50 View commit details
    Browse the repository at this point in the history
  2. Merge pull request jest-community#168 from daivinhtran/add-outputfile…

    …-config
    
    Add outputFile config and tests
    palmerj3 committed May 25, 2021
    Copy the full SHA
    69e802c View commit details
    Browse the repository at this point in the history
  3. v12.1.0

    palmerj3 committed May 25, 2021
    Copy the full SHA
    712907b View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    e02ac65 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2021

  1. fix: Upgrade uuid package

    scttcper committed Jun 9, 2021
    Copy the full SHA
    c6bc051 View commit details
    Browse the repository at this point in the history
  2. Merge pull request jest-community#171 from scttcper/uuid-upgrade

    fix: Upgrade uuid package
    palmerj3 committed Jun 9, 2021
    Copy the full SHA
    181e14e View commit details
    Browse the repository at this point in the history
  3. v12.2.0

    palmerj3 committed Jun 9, 2021
    Copy the full SHA
    ce8dde5 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    6751a86 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2021

  1. Copy the full SHA
    e189f2d View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2021

  1. Merge pull request jest-community#179 from D4N14L/fixDisplayName

    Fix displayName usage in templates
    palmerj3 committed Sep 10, 2021
    Copy the full SHA
    8e5f72b View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2021

  1. v12.3.0

    palmerj3 committed Sep 21, 2021
    Copy the full SHA
    7568d08 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    46ab4a4 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2021

  1. Copy the full SHA
    77e5b64 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    475c84f View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    c054549 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    506df22 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2021

  1. Fix CG by updating strip-ansi from 5.2.0 to 6.0.1

    Detail:
    Component and governance pipeline detect security vulnerability alert about ansi-regex(v4.1.0).
    To update ansi-regex to v5.0.1, I update strip-ansi to v6.0.1
    KeYu committed Sep 30, 2021
    Copy the full SHA
    8f43cd0 View commit details
    Browse the repository at this point in the history
  2. Update package.json

    SimenB committed Sep 30, 2021
    Copy the full SHA
    2b6c131 View commit details
    Browse the repository at this point in the history
  3. Merge pull request jest-community#188 from KeYu-dev/fixcg-ansi-regex

    Fix CG by updating strip-ansi from 5.2.0 to 6.0.1
    palmerj3 committed Sep 30, 2021
    Copy the full SHA
    46bc2c9 View commit details
    Browse the repository at this point in the history
  4. Replace <rootDir> prior to path.join().

    This allows outputDirectory to be formatted like <rootDir>/../some/dir. In that case, path.join() assumes the .. cancels out the <rootDir>, which seems entirely reasonable. Unfortunately, it means the final value is some/dir, and that ends up rooted at process.cwd(), which doesn't always match <rootDir>.
    
    Handling the <rootDir> replacement first allevaites this problem.
    Michael Johns committed Sep 30, 2021
    Copy the full SHA
    c5ca7c8 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'rootDir' of https://github.com/arabull/jest-junit into …

    …rootDir
    Michael Johns committed Sep 30, 2021
    Copy the full SHA
    1b5af37 View commit details
    Browse the repository at this point in the history