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: v3.0.0
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: v3.1.0
Choose a head ref
  • 16 commits
  • 39 files changed
  • 7 contributors

Commits on Mar 10, 2023

  1. chore(deps): replace eslint-plugin-node with eslint-plugin-n (#682)

    * chore(deps): add `eslint-plugin-n` to the list of devDependencies
    
    Without it, I'm unable to run the linter locally.
    
    * add `eslint-plugin-node` as it seems unmaintained
    aduh95 authored Mar 10, 2023
    Configuration menu
    Copy the full SHA
    1ad864e View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2023

  1. Configuration menu
    Copy the full SHA
    e0d6d0d View commit details
    Browse the repository at this point in the history
  2. fix(pr_checker): do not count non-approving reviews (#680)

    Before this commit, any review after the last commit would
    disable the warning and let the CQ land the PR. This commit makes sure
    that only approving reviews from collaborators are taken into account to
    decide if a PR is ready to land.
    aduh95 authored Mar 18, 2023
    Configuration menu
    Copy the full SHA
    b9c443b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    92d621e View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. chore(test): migrate to node:test (#670)

    Co-authored-by: Moshe Atlow <[email protected]>
    aduh95 and MoLow authored Mar 20, 2023
    Configuration menu
    Copy the full SHA
    cc4b11c View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

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

Commits on Apr 1, 2023

  1. chore: update core-validate-commit and others (#690)

    - Update the `core-validate-commit` dependency to the next major
    version.
    - Update all other dependencies and developer dependencies to their
    latest versions.
    VoltrexKeyva authored Apr 1, 2023
    Configuration menu
    Copy the full SHA
    4ef0fe2 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2023

  1. chore: update deps and dev deps (#693)

    - Update the `listr2` dependency to it's new major version.
    - Update the `branch-diff` and `changelog-maker` dependencies to their
    latest versions to fix a vulnerability reported by Snyk.
    - Update the other dependencies and developer dependencies to their
    latest versions.
    VoltrexKeyva authored Apr 10, 2023
    Configuration menu
    Copy the full SHA
    0d01f9a View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2023

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

Commits on Apr 17, 2023

  1. docs: update build shield badge (#694)

    Update the build shield badge to the new format.
    
    Refs: badges/shields#8671
    VoltrexKeyva authored Apr 17, 2023
    Configuration menu
    Copy the full SHA
    4c2d84e View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

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

Commits on Jun 1, 2023

  1. chore: update dependencies (#698)

    - Update the `replace-in-file` dependency to its new major version.
    - Update the `eslint-plugin-n` developer dependency to its new major
    version.
    - Update all other dependencies and developer dependencies to their
    latest versions.
    VoltrexKeyva authored Jun 1, 2023
    Configuration menu
    Copy the full SHA
    e7b2fea View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

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

Commits on Jun 11, 2023

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

Commits on Jun 12, 2023

  1. fix: accurately define ncu-ci report condition (#697)

    Problems are ignored if they occurred in less than two PRs.
    Thus, they are reported if they failed in two or more PRs.
    tniessen authored Jun 12, 2023
    Configuration menu
    Copy the full SHA
    02a9163 View commit details
    Browse the repository at this point in the history
  2. chore(main): release 3.1.0 (#687)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Jun 12, 2023
    Configuration menu
    Copy the full SHA
    1a2adf9 View commit details
    Browse the repository at this point in the history
Loading