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: sidorares/node-mysql2
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.4.5
Choose a base ref
...
head repository: sidorares/node-mysql2
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.5.0
Choose a head ref
  • 3 commits
  • 9 files changed
  • 3 contributors

Commits on Jul 5, 2023

  1. build(deps-dev): bump @typescript-eslint/eslint-plugin (#2111)

    Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.60.1 to 5.61.0.
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.61.0/packages/eslint-plugin)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/eslint-plugin"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 5, 2023
    Configuration menu
    Copy the full SHA
    facc68c View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. feat: improved inspection of columns (#2112)

    * feat: improved inspection of column definition objects
    
    * remove console.log
    
    * lint
    
    * lint
    
    * display type length modifiers for non-default column lengths
    
    * add a unit test for column definition custom inspect
    
    * fix unit test
    
    * fix tests
    
    * fix unit test
    sidorares authored Jul 6, 2023
    Configuration menu
    Copy the full SHA
    69277aa View commit details
    Browse the repository at this point in the history
  2. chore(master): release 3.5.0 (#2115)

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