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: typeorm/typeorm
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: typeorm/typeorm
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: next
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 19 commits
  • 124 files changed
  • 2 contributors

Commits on Sep 30, 2025

  1. feat!: drop support for node 16 and 18 (#11382)

    BREAKING CHANGE: TypeORM is now compiled for ECMAScript 2023, meaning old versions of Node.js are no longer supported. The minimum supported version of Node.js is 20.
    alumni authored Sep 30, 2025
    Configuration menu
    Copy the full SHA
    7fb6ba7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b59c906 View commit details
    Browse the repository at this point in the history
  3. chore: update chai (#11698)

    alumni authored Sep 30, 2025
    Configuration menu
    Copy the full SHA
    1894530 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2025

  1. Configuration menu
    Copy the full SHA
    a7c387b View commit details
    Browse the repository at this point in the history
  2. chore: disable eslint errors for chai assertions (#11700)

    * chore: disable eslint errors for chai assertions
    
    * refactor: make `no-unused-expressions` an error and fix code
    alumni authored Oct 1, 2025
    Configuration menu
    Copy the full SHA
    b1680a0 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2025

  1. Configuration menu
    Copy the full SHA
    ea7a99a View commit details
    Browse the repository at this point in the history
  2. feat: support explicit resource management in QueryRunner (#11701)

    * feat: support explicit resource management in QueryRunner
    
    * test: improve tests for explicit resource management
    
    * feat: commit transaction on QueryRunner dispose
    alumni authored Oct 2, 2025
    Configuration menu
    Copy the full SHA
    bcee921 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2025

  1. Merge branch 'master' into next

    # Conflicts:
    #	.github/workflows/commit-validation.yml
    #	.github/workflows/preview.yml
    #	.github/workflows/publish-package.yml
    #	README-zh_CN.md
    #	README_ko.md
    #	docs/docs/query-runner.md
    #	eslint.config.mjs
    #	package-lock.json
    #	package.json
    #	src/commands/InitCommand.ts
    #	src/driver/sqlserver/MssqlParameter.ts
    #	test/utils/xfail.ts
    pkuczynski committed Nov 20, 2025
    Configuration menu
    Copy the full SHA
    806ea0a View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2025

  1. Merge branch 'master' into next

    # Conflicts:
    #	package-lock.json
    #	package.json
    pkuczynski committed Nov 21, 2025
    Configuration menu
    Copy the full SHA
    d943a17 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61379da View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2025

  1. Configuration menu
    Copy the full SHA
    b2ad548 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2025

  1. Configuration menu
    Copy the full SHA
    d8444fc View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2025

  1. Merge branch 'master' into next

    # Conflicts:
    #	DEVELOPER.md
    #	package-lock.json
    #	package.json
    #	test/github-issues/3387/issue-3387.ts
    #	test/github-issues/3837/issue-3387.test.ts
    #	test/github-issues/3837/issue-3837.ts
    pkuczynski committed Dec 5, 2025
    Configuration menu
    Copy the full SHA
    200d3df View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2025

  1. Configuration menu
    Copy the full SHA
    544f640 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef9e4b6 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2025

  1. Configuration menu
    Copy the full SHA
    ffd735d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14e2ae3 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into next

    # Conflicts:
    #	eslint.config.mjs
    pkuczynski committed Dec 8, 2025
    Configuration menu
    Copy the full SHA
    974803c View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2025

  1. Configuration menu
    Copy the full SHA
    baa625c View commit details
    Browse the repository at this point in the history
Loading