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.5.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: v4.0.0
Choose a head ref
  • 6 commits
  • 18 files changed
  • 3 contributors

Commits on Sep 24, 2023

  1. chore!: remove unmarked DEP0XXX handler (#685)

    The deprecation numbers are linted by the `test-doc` test suite, and
    using `DEP0XXX` would be flagged as invalid before the PR can land.
    aduh95 authored Sep 24, 2023
    Configuration menu
    Copy the full SHA
    bdb85a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f334713 View commit details
    Browse the repository at this point in the history
  3. fix(git-node): update README parser to account the recent TSC changes (

    …#688)
    
    BREAKING CHANGE: Old README format is no longer supported
    aduh95 authored Sep 24, 2023
    Configuration menu
    Copy the full SHA
    7382454 View commit details
    Browse the repository at this point in the history
  4. chore: update supported Node.js versions (#733)

    * chore: remove EoL Node.js 16 from test matrix
    * chore: update engines in package.json
    * chore: moved to prepare-node-test-matrix
    
    BREAKING CHANGE: remove support from Node.js 16.x,17.x and 19.x.
    rluvaton authored Sep 24, 2023
    Configuration menu
    Copy the full SHA
    b727af2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    17ee594 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ccb1fec View commit details
    Browse the repository at this point in the history
Loading