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.9.0
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.9.1
Choose a head ref
  • 5 commits
  • 6 files changed
  • 4 contributors

Commits on Jan 29, 2024

  1. docs: fix prepared statements examples link (#2405)

    * Update prepared-statements.mdx
    
    the link in the page was not changed when deployed, it was still routing to localhost.
    changed to github.io link, now working properly.
    
    * Update prepared-statements.mdx
    
    updated as per feedback
    bhanuprakashbahoju authored Jan 29, 2024
    Configuration menu
    Copy the full SHA
    2fe4061 View commit details
    Browse the repository at this point in the history
  2. build(deps-dev): bump @types/node from 20.11.6 to 20.11.7 (#2403)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.6 to 20.11.7.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 29, 2024
    Configuration menu
    Copy the full SHA
    ecc11f8 View commit details
    Browse the repository at this point in the history
  3. build(deps-dev): bump husky from 9.0.2 to 9.0.6 (#2404)

    Bumps [husky](https://github.com/typicode/husky) from 9.0.2 to 9.0.6.
    - [Release notes](https://github.com/typicode/husky/releases)
    - [Commits](typicode/husky@v9.0.2...v9.0.6)
    
    ---
    updated-dependencies:
    - dependency-name: husky
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 29, 2024
    Configuration menu
    Copy the full SHA
    6bd0120 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1dc2011 View commit details
    Browse the repository at this point in the history
  5. chore(master): release 3.9.1 (#2408)

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