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: nodejs/node-core-utils
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.1
Choose a base ref
...
head repository: nodejs/node-core-utils
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.2
Choose a head ref
  • 3 commits
  • 7 files changed
  • 3 contributors

Commits on Nov 8, 2022

  1. fix: use case-insensitive string comparison for fast-track approvals (#…

    …658)
    
    I noticed today that a PR that had sufficient fast-track approvals was
    being rejected as needing one more approval. This is because one of the
    approvers' had a GitHub handle where the case in the README
    (`linkgoron`) did not match the case returned by GitHub (`Linkgoron`).
    Since GitHub handles are case-insensitive, this change makes the
    comparison case-insensitive.
    
    One might be tempted to think that we need to do the same for the list
    of TSC members, but handles are never compared there so it is not
    necessary.
    Trott authored Nov 8, 2022
    Configuration menu
    Copy the full SHA
    8ad4b37 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

  1. fix(v8): add ittapi as V8 dependency (#552)

    Add ittapi to the list of V8 dependencies, which is used by VTune JIT
    profiling.
    
    Refs: nodejs/node#45248
    fanchenkong1 authored Nov 22, 2022
    Configuration menu
    Copy the full SHA
    20713c0 View commit details
    Browse the repository at this point in the history
  2. chore(main): release 2.1.2 (#659)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Nov 22, 2022
    Configuration menu
    Copy the full SHA
    3b5c232 View commit details
    Browse the repository at this point in the history
Loading