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: mochajs/mocha
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v10.5.2
Choose a base ref
...
head repository: mochajs/mocha
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v10.6.0
Choose a head ref
  • 8 commits
  • 3 files changed
  • 1 contributor

Commits on Jul 2, 2024

  1. feat: allow ^ versions for character encoding packages (#5150)

    * feat: allow ^ versions for character encoding packages
    
    * escape-string-regexp too
    
    * npm install ansi-colors@^4.1.3
    
    * ...but keep package.json's dependencies entry the same
    
    * Updated to the latest ansi-colors per review
    JoshuaKGoldberg authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    38695da View commit details
    Browse the repository at this point in the history
  2. feat: allow ^ versions for yargs packages (#5152)

    * fet: allow ^ versions for yargs packages
    
    * Use latest yargs-parser
    JoshuaKGoldberg authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    71e9fba View commit details
    Browse the repository at this point in the history
  3. feat: allow ^ versions for file matching packages (#5151)

    * feat: allow ^ versions for character encoding packages
    
    * Use latest minimatch
    JoshuaKGoldberg authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    be82606 View commit details
    Browse the repository at this point in the history
  4. feat: allow ^ versions for data serialization packages (#5153)

    * feat: allow ^ versions for data serialization packages
    
    * Use latest serialize-javascript
    JoshuaKGoldberg authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    514b83f View commit details
    Browse the repository at this point in the history
  5. feat: allow ^ versions for miscellaneous packages (#5154)

    * feat: allow ^ versions for miscellaneous packages
    
    * Use latest for several
    JoshuaKGoldberg authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    bb8d7b9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    528836e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    021aa80 View commit details
    Browse the repository at this point in the history
  8. Release 10.6.0

    JoshuaKGoldberg committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    177732f View commit details
    Browse the repository at this point in the history
Loading