Skip to content

build(deps-dev): bump typescript from 5.9.3 to 6.0.2 in /typescript/type-orm#755

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/typescript/type-orm/typescript-6.0.2
Closed

build(deps-dev): bump typescript from 5.9.3 to 6.0.2 in /typescript/type-orm#755
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/typescript/type-orm/typescript-6.0.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 24, 2026

Bumps typescript from 5.9.3 to 6.0.2.

Release notes

Sourced from typescript's releases.

TypeScript 6.0

For release notes, check out the release announcement blog post.

Downloads are available on:

TypeScript 6.0 Beta

For release notes, check out the release announcement.

Downloads are available on:

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 24, 2026
@github-actions github-actions Bot enabled auto-merge (squash) March 24, 2026 02:15
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/typescript/type-orm/typescript-6.0.2 branch from 8e4d48c to fafd902 Compare March 24, 2026 02:18
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/typescript/type-orm/typescript-6.0.2 branch from fafd902 to 80da8b8 Compare March 26, 2026 02:17
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/typescript/type-orm/typescript-6.0.2 branch from 80da8b8 to 8c911aa Compare March 27, 2026 02:18
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/typescript/type-orm/typescript-6.0.2 branch from 8c911aa to fc97db2 Compare March 30, 2026 02:24
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/typescript/type-orm/typescript-6.0.2 branch from fc97db2 to d42ebe3 Compare March 31, 2026 02:18
@anwesham-lab
Copy link
Copy Markdown
Contributor

Error: src/index.ts(59,16): error TS18047: 'petQuery' is possibly 'null'.
Error: src/index.ts(60,16): error TS18047: 'petQuery' is possibly 'null'.
Error: src/index.ts(64,18): error TS18047: 'petQuery' is possibly 'null'.
Error: src/index.ts(71,16): error TS18047: 'ownerQuery' is possibly 'null'.
Error: src/index.ts(72,16): error TS18047: 'ownerQuery' is possibly 'null'.
Error: src/index.ts(82,9): error TS2353: Object literal may only specify known properties, and 'name' does not exist in type '{ direction?: "ASC" | "DESC" | "asc" | "desc" | undefined; nulls?: "first" | "last" | "FIRST" | "LAST" | undefined; }'.
Error: src/index.ts(93,40): error TS2550: Property 'includes' does not exist on type 'string[]'. Do you need to change your target library? Try changing the 'lib' compiler option to 'es2016' or later.
Error: src/index.ts(111,30): error TS18047: 'johnResult' is possibly 'null'.
Error: src/index.ts(112,32): error TS2769: No overload matches this call.
  Overload 1 of 2, '(entities: Owner[], options?: RemoveOptions | undefined): Promise<Owner[]>', gave the following error.
    Argument of type 'Owner | null' is not assignable to parameter of type 'Owner[]'.
      Type 'null' is not assignable to type 'Owner[]'.
  Overload 2 of 2, '(entity: Owner, options?: RemoveOptions | undefined): Promise<Owner>', gave the following error.
    Argument of type 'Owner | null' is not assignable to parameter of type 'Owner'.
      Type 'null' is not assignable to type 'Owner'.
Error: src/index.ts(113,30): error TS18047: 'maryResult' is possibly 'null'.
Error: src/index.ts(114,32): error TS2769: No overload matches this call.
  Overload 1 of 2, '(entities: Owner[], options?: RemoveOptions | undefined): Promise<Owner[]>', gave the following error.
    Argument of type 'Owner | null' is not assignable to parameter of type 'Owner[]'.
      Type 'null' is not assignable to type 'Owner[]'.
  Overload 2 of 2, '(entity: Owner, options?: RemoveOptions | undefined): Promise<Owner>', gave the following error.
    Argument of type 'Owner | null' is not assignable to parameter of type 'Owner'.
      Type 'null' is not assignable to type 'Owner'.
Error: src/index.ts(142,67): error TS18046: 'err' is of type 'unknown'.
Error: src/index.ts(145,11): error TS18046: 'err' is of type 'unknown'.
Error: src/index.ts(145,44): error TS18046: 'err' is of type 'unknown'.
Error: src/utils.ts(2,16): error TS2591: Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.
Error: src/utils.ts(3,27): error TS2591: Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.
Error: src/utils.ts(4,18): error TS2591: Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.
Error: test/index.spec.ts(6,1): error TS2593: Cannot find name 'describe'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha` and then add 'jest' or 'mocha' to the types field in your tsconfig.
Error: test/index.spec.ts(7,5): error TS2593: Cannot find name 'test'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha` and then add 'jest' or 'mocha' to the types field in your tsconfig.
ERROR: "build:compile" exited with 1.
Error: Process completed with exit code 1.

Requires null upgrades. This one should be automate-able for fix. Will try to drive it.

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/typescript/type-orm/typescript-6.0.2 branch from d42ebe3 to d02b391 Compare April 1, 2026 02:26
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/typescript/type-orm/typescript-6.0.2 branch from d02b391 to 03b2784 Compare April 3, 2026 02:18
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/typescript/type-orm/typescript-6.0.2 branch from 03b2784 to 5eaa190 Compare April 6, 2026 02:24
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/typescript/type-orm/typescript-6.0.2 branch from 5eaa190 to 07f6dde Compare April 7, 2026 02:18
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/typescript/type-orm/typescript-6.0.2 branch from 07f6dde to 25937d3 Compare April 8, 2026 02:18
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/typescript/type-orm/typescript-6.0.2 branch from 25937d3 to 68becfb Compare April 9, 2026 02:18
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/typescript/type-orm/typescript-6.0.2 branch from 68becfb to ef8c3db Compare April 10, 2026 02:18
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/typescript/type-orm/typescript-6.0.2 branch from ef8c3db to 3ee2ac6 Compare April 13, 2026 02:25
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.3 to 6.0.2.
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.9.3...v6.0.2)

---
updated-dependencies:
- dependency-name: typescript
  dependency-version: 6.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/typescript/type-orm/typescript-6.0.2 branch from 3ee2ac6 to 68e3391 Compare April 14, 2026 02:18
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 17, 2026

Superseded by #916.

@dependabot dependabot Bot closed this Apr 17, 2026
auto-merge was automatically disabled April 17, 2026 02:15

Pull request was closed

@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/typescript/type-orm/typescript-6.0.2 branch April 17, 2026 02:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant