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/readable-stream
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a2e9aed
Choose a base ref
...
head repository: nodejs/readable-stream
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 88df210
Choose a head ref
  • 7 commits
  • 36 files changed
  • 5 contributors

Commits on Dec 18, 2024

  1. Fix internalStreamsWeakHandler replacement (#544)

    The replacement part of the rule incorrectly contains the escape `\\`,
    probably copy-pasted from the pattern part of the rule. Fix is to just
    remove it.
    natebuckareff authored Dec 18, 2024
    Configuration menu
    Copy the full SHA
    837ec9e View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2024

  1. fix: avoid using bigint literal syntax (#542)

    * fix: avoid using bigint literal syntax
    
    * simplify
    
    * fix: Add custom eslint plugin with no-big-int rule
    
    * fix: Migrate .eslintrc.js to flat format eslint.config.mjs
    
    * fix(gh): exclude node 12.x, 14.x on macos-latest
    mman authored Dec 19, 2024
    Configuration menu
    Copy the full SHA
    c14d358 View commit details
    Browse the repository at this point in the history
  2. Bumped v4.6.0

    Signed-off-by: Matteo Collina <[email protected]>
    mcollina committed Dec 19, 2024
    Configuration menu
    Copy the full SHA
    fdfbf82 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2024

  1. Fix string_decoder import (#548)

    * Fix `string_decoder` import
    
    Resolves #547
    
    * add replacement to replacement.mjs, add node version to package.json and rebuild
    
    * chore: put node version in package.json script
    
    * chore: use node version 18.19.0
    
    * run npm run format
    jeswr authored Dec 31, 2024
    Configuration menu
    Copy the full SHA
    4281bc0 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2025

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

Commits on Jan 7, 2025

  1. Run lint on CI (#550)

    * Check for lint issues on CI
    
    * Check if generated files are up-to-date on CI
    
    * Fix step name
    
    * Check code formatting on CI
    
    * Fix eslint config
    MattiasBuelens authored Jan 7, 2025
    2 Configuration menu
    Copy the full SHA
    5d24fc7 View commit details
    Browse the repository at this point in the history
  2. Bumped v4.7.0

    Signed-off-by: Matteo Collina <[email protected]>
    mcollina committed Jan 7, 2025
    Configuration menu
    Copy the full SHA
    88df210 View commit details
    Browse the repository at this point in the history
Loading