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.5.1
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.2
Choose a head ref
  • 6 commits
  • 7 files changed
  • 3 contributors

Commits on Jul 12, 2023

  1. build(deps-dev): bump @typescript-eslint/parser from 5.61.0 to 5.62.0 (

    …#2128)
    
    Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.61.0 to 5.62.0.
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.62.0/packages/parser)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/parser"
      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 12, 2023
    Configuration menu
    Copy the full SHA
    59e0caa View commit details
    Browse the repository at this point in the history
  2. build(deps-dev): bump @types/node from 20.4.0 to 20.4.1 (#2127)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.4.0 to 20.4.1.
    - [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] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 12, 2023
    Configuration menu
    Copy the full SHA
    af6b6dc View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. fix: Update events that are propagated from pool cluster to include r…

    …emove (#2114)
    
    * Add test for events being propegated through promise wrapper for pool cluster
    
    * Propagate pool cluster remove event and don't propegate events that don't happen
    
    * Move pool cluster promise test to builtin-runner
    
    * Update PoolCluster.d.ts to match promise.d.ts for pool cluster events
    Michael03 authored Jul 13, 2023
    Configuration menu
    Copy the full SHA
    927d209 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. build(deps-dev): bump @types/node from 20.4.1 to 20.4.2 (#2133)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.4.1 to 20.4.2.
    - [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] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 14, 2023
    Configuration menu
    Copy the full SHA
    01f9b10 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. build(deps-dev): bump eslint from 8.44.0 to 8.45.0 (#2137)

    Bumps [eslint](https://github.com/eslint/eslint) from 8.44.0 to 8.45.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v8.44.0...v8.45.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      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 17, 2023
    Configuration menu
    Copy the full SHA
    4c4e29e View commit details
    Browse the repository at this point in the history
  2. chore(master): release 3.5.2 (#2132)

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