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: mqttjs/MQTT.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.13.2
Choose a base ref
...
head repository: mqttjs/MQTT.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.13.3
Choose a head ref
  • 4 commits
  • 32 files changed
  • 3 contributors

Commits on Jul 9, 2025

  1. chore: restore some eslint rules (#2011)

    * feat: add github action to test a ts project and build it
    
    * chore: restore no unused vars rule, except for fn params
    
    * chore: restore import order and run lint-fix
    
    * chore: remove unused rule
    
    * chore: restore prefer-destructuring rule and run lint-fix
    
    * chore: remove unused rules
    
    * chore: remove ts test
    
    * chore: restore import order for should
    DavideViolante authored Jul 9, 2025
    Configuration menu
    Copy the full SHA
    8f0f4d4 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2025

  1. chore(types): migrate module resolution and module types (#2012)

    * chore: Added a first iteration of TypeScript rules to migrate module resolution and module types.
    
    * chore: Extended tsconfig/node20.
    
    * chore: Attempted to resolve issues due to @tsconfig/node20 extension.
    
    * chore: Removed a comment.
    SmashingQuasar authored Jul 14, 2025
    Configuration menu
    Copy the full SHA
    eeda24e View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2025

  1. chore(tsconfig): added stricter TypeScript without direct effect on t…

    …he codebase. (#2013)
    
    * chore(tsconfig): Added stricter TypeScript without direct effect on the codebase.
    
    * chore: Removed mistakenly configured rules.
    SmashingQuasar authored Jul 18, 2025
    Configuration menu
    Copy the full SHA
    afa14ae View commit details
    Browse the repository at this point in the history
  2. chore(release): 5.13.3

    robertsLando authored and robertsLando committed Jul 18, 2025
    Configuration menu
    Copy the full SHA
    1dd6c03 View commit details
    Browse the repository at this point in the history
Loading