Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump typescript from 4.9.5 to 5.4.5 #4

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 9, 2024

Bumps typescript from 4.9.5 to 5.4.5.

Release notes

Sourced from typescript's releases.

TypeScript 5.4.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.4.4

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.4.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.4

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

... (truncated)

Commits
  • 27bcd4c Update LKG
  • 9f33bf1 🤖 Pick PR #58098 (Fix constraints of nested homomorph...) into release-5.4 (#...
  • 71b2f84 Bump version to 5.4.5 and LKG
  • 892936f 🤖 Pick PR #58083 (Don't propagate partial union/inter...) into release-5.4 (#...
  • 38a7c05 release-5.4: Always set node-version for setup-node (#58117)
  • b754fc3 🤖 Pick PR #57778 (fix type import check for default-i...) into release-5.4 (#...
  • 8eb3367 Bump version to 5.4.4 and LKG
  • de9096b 🤖 Pick PR #57871 (Divide-and-conquer strategy for int...) into release-5.4 (#...
  • 06aae98 🤖 Pick PR #57973 (Compare package.json paths with cor...) into release-5.4 (#...
  • 6d8134e 🤖 Pick PR #57637 (Fixed a regression related to deter...) into release-5.4 (#...
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


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 <dependency name> 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Copy link
Contributor Author

dependabot bot commented on behalf of github May 9, 2024

The following labels could not be found: npm, dependencies.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/typescript-5.4.5 branch 13 times, most recently from 7cbc1c6 to 61e28db Compare May 14, 2024 10:43
@EPMatt
Copy link
Collaborator

EPMatt commented May 14, 2024

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/typescript-5.4.5 branch 7 times, most recently from 3b2b11e to 8f2a8fd Compare May 18, 2024 13:09
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/typescript-5.4.5 branch from 8f2a8fd to c091a10 Compare May 21, 2024 19:22
@dependabot dependabot bot requested review from Dabolus, davidoort and EPMatt as code owners May 21, 2024 19:22
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/typescript-5.4.5 branch 3 times, most recently from a20eead to 6a1331c Compare May 26, 2024 06:03
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/typescript-5.4.5 branch from 6a1331c to c3e0472 Compare May 29, 2024 07:35
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/typescript-5.4.5 branch 6 times, most recently from 7160fae to 0d5b864 Compare June 4, 2024 13:52
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/typescript-5.4.5 branch from 0d5b864 to 7407a51 Compare June 5, 2024 20:16
Copy link

sonarqubecloud bot commented Jun 5, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.5 to 5.4.5.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v4.9.5...v5.4.5)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/typescript-5.4.5 branch from 7407a51 to e656712 Compare June 8, 2024 16:47
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 21, 2024

Superseded by #95.

@dependabot dependabot bot closed this Jun 21, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/typescript-5.4.5 branch June 21, 2024 01:01
EPMatt pushed a commit that referenced this pull request Nov 14, 2024
* feat: add embedding to cohere example

* fix: make mistral embeddingTypes optional

* feat: add embedding to openai example
EPMatt added a commit that referenced this pull request Nov 15, 2024
* chore(deps)!: run npm audit fix, upgrade openai plugin to genkit 0.9 RC

* chore(deps)!: upgrade anthropic plugin to genkit RC

* chore(deps)!: upgrade cohere plugin to genkit 0.9.0-dev.1

* chore(mistral)!: bump genkit to RC version

* test(*): add first run at example apps for plugins

* chore(examples): add gitignore to each example

* docs(anthropic): add jsDoc comments back in

* chore(*): organize imports

* fix(*): update build script

* Groq updated for 0.9

* @invertase/augment examples (#4)

* feat: add embedding to cohere example

* fix: make mistral embeddingTypes optional

* feat: add embedding to openai example

* chore: fix RC bump deps (#5)

* chore(*): keep RC dependency compatible with stable release

* fix(cohere): remove direct import of zod

* @invertase/fix groq (#6)

* chore: fix RC bump deps (#5)

* chore(*): keep RC dependency compatible with stable release

* fix(cohere): remove direct import of zod

* fix(groq): amend model ref names

* Update examples/anthropic/src/index.ts

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* fix(cohere): amend type error in toCohereTool (#7)

* docs(*): update plugin READMEs (#8)

* Update examples/anthropic/package.json

Co-authored-by: Pavel Jbanov <[email protected]>

* fix(*): fix genkit dependencies

* chore(*): reinstate and update dotprompt example

* chore(*): update test CI

* chore(*): add nx as dev dependency

* bump genkit versions to 0.9.0, remove examples lockfiles

* fix genkit plugin build

* fix tests

* remove empty npm test scripts

---------

Co-authored-by: Jacob Cable <[email protected]>
Co-authored-by: Gustavo Pedro Ricou <[email protected]>
Co-authored-by: Jacob Cable <[email protected]>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: Pavel Jbanov <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant