swagger-api / apidom

Semantic parser for API specifications
https://swagger-api.github.io/apidom/
68 stars 17 forks source link

chore(deps-dev): bump typescript from 5.4.5 to 5.5.3 #4219

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 3 months ago

Bumps typescript from 5.4.5 to 5.5.3.

Release notes

Sourced from typescript's releases.

TypeScript 5.5.3

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.5

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.5 RC

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.5 Beta

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

... (truncated)

Commits
  • f0e9921 Bump version to 5.5.3 and LKG
  • 738bd60 Cherry-pick #58966 to release-5.5 (#59002)
  • ce2e60e Update LKG
  • f3b21a2 🤖 Pick PR #58931 (Defer creation of barebonesLibSourc...) into release-5.5 (#...
  • 7b1620b 🤖 Pick PR #58811 (fix(58801): "Move to file" on globa...) into release-5.5 (#...
  • 5367ae1 Bump version to 5.5.2 and LKG
  • 02132e5 🤖 Pick PR #58895 (Fix global when typescript.js loade...) into release-5.5 (#...
  • 45b1e3c 🤖 Pick PR #58872 (Fix declaration emit crash) into release-5.5 (#58874)
  • 17933ee 🤖 Pick PR #58810 (Fixed declaration emit issue relate...) into release-5.5 (#...
  • 552b07e 🤖 Pick PR #58786 (Fixed declaration emit crash relate...) into release-5.5 (#...
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

Dependabot will merge this PR once CI passes on it, as requested by @swagger-bot.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
swagger-bot commented 3 months ago

@dependabot squash and merge

dependabot[bot] commented 3 months ago

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

dependabot[bot] commented 3 months ago

Dependabot couldn't access the repository. Because of this, Dependabot cannot update this pull request.

swagger-bot commented 3 months ago

@dependabot squash and merge

swagger-bot commented 3 months ago

@dependabot squash and merge

swagger-bot commented 2 months ago

@dependabot squash and merge

swagger-bot commented 2 months ago

@dependabot squash and merge

swagger-bot commented 2 months ago

@dependabot squash and merge

swagger-bot commented 2 months ago

@dependabot squash and merge

swagger-bot commented 2 months ago

@dependabot squash and merge

swagger-bot commented 2 months ago

@dependabot squash and merge

swagger-bot commented 2 months ago

@dependabot squash and merge

glowcloud commented 2 months ago

The error I'm getting when running npm run typescript:declaration is: cannot find namespace 'minim', coming from apidom-core. The error seems to be this missing import in dist.d.ts:

import * as minim from "minim";

After adding it manually, I could run typescript:declaration in other packages.

Managed to run it for all of the packages after changing the command for apidom-core to also add the import:

"typescript:declaration": "tsc -p declaration.tsconfig.json && rollup -c config/rollup/types.dist.js && copyfiles -u 2 ../@types/minim.d.ts ./types && node ../../scripts/file-replace-bof.js './types/dist.d.ts' '/// <reference path=\"./minim.d.ts\" />\nimport * as minim from \"minim\";'"

Not sure if that's the best solution, perhaps there is some setting for this.

The line /// <reference path="./minim.d.ts" /> is also missing in other files, although doesn't seem to cause errors: before:

Screenshot 2024-07-09 at 08 40 09

after:

Screenshot 2024-07-09 at 08 40 38
swagger-bot commented 2 months ago

@dependabot squash and merge

char0n commented 2 months ago

We'll wait if rollup-plugin-dts catches up with TypeScript 5.5. If not, when we'll have utilize workaround or wait untill we have ts-minim (TypeScript version of the minim) available.

dependabot[bot] commented 2 months ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.