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 ApplicationModel from 13.4.0 to 13.5.0 #1378

Merged
merged 1 commit into from
Sep 4, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 2, 2024

Bumps ApplicationModel from 13.4.0 to 13.5.0.
Updates Cratis.Applications from 13.4.0 to 13.5.0

Release notes

Sourced from Cratis.Applications's releases.

Release v13.5.0

Added

  • Added Vite plugin for being able to add query string to references in generated files. This includes imports and CSS files with url references.

Release v13.4.5

Fixed

  • Typescript proxy files imports are now alphabetically ordered (#132)

Release v13.4.4

Fixed

  • Failed commands due to errors during fetch operation are now considered failed an information is added as exception message.

Release v13.4.3

Fixed

  • Remove console.log() when query was executed.

Release v13.4.2

Fixed

  • Fixing ObservableQueryFor to disconnect an existing connection. This would for instance be the case for queries that changes its arguments.
  • Fixing request argument validation to consider empty string a missing argument. This means that routes that would end up with // due to an empty string that is supposed to be part of the route would not be considered valid and we won't connect to the server.

Release v13.4.1

Fixed

  • Implementation of subscribe on messenger is now using the correct type. Added specs to verify its functionality.
Commits
  • d7eafd2 Merge pull request #172 from Cratis:feature/add-query-string
  • 0442ddd Fixing regex for imports
  • a73fe67 Merge remote-tracking branch 'origin/main' into feature/add-query-string
  • 7430d54 Changing to more general name; reverences
  • 6176d1f Plugin for adding query string to imports
  • 8ea747b Merge pull request #161 from Cratis/fix/order-proxy-import
  • 1fd0f6b Make build happy
  • 74a42f5 Merge pull request #166 from Cratis:fix/command-errors
  • 5d8ec87 If command fails during fetch - we now return a failed command
  • 4e0b9af Merge pull request #165 from Cratis:fix/console-log
  • Additional commits viewable in compare view

Updates Cratis.Applications.MongoDB from 13.4.0 to 13.5.0

Release notes

Sourced from Cratis.Applications.MongoDB's releases.

Release v13.5.0

Added

  • Added Vite plugin for being able to add query string to references in generated files. This includes imports and CSS files with url references.

Release v13.4.5

Fixed

  • Typescript proxy files imports are now alphabetically ordered (#132)

Release v13.4.4

Fixed

  • Failed commands due to errors during fetch operation are now considered failed an information is added as exception message.

Release v13.4.3

Fixed

  • Remove console.log() when query was executed.

Release v13.4.2

Fixed

  • Fixing ObservableQueryFor to disconnect an existing connection. This would for instance be the case for queries that changes its arguments.
  • Fixing request argument validation to consider empty string a missing argument. This means that routes that would end up with // due to an empty string that is supposed to be part of the route would not be considered valid and we won't connect to the server.

Release v13.4.1

Fixed

  • Implementation of subscribe on messenger is now using the correct type. Added specs to verify its functionality.
Commits
  • d7eafd2 Merge pull request #172 from Cratis:feature/add-query-string
  • 0442ddd Fixing regex for imports
  • a73fe67 Merge remote-tracking branch 'origin/main' into feature/add-query-string
  • 7430d54 Changing to more general name; reverences
  • 6176d1f Plugin for adding query string to imports
  • 8ea747b Merge pull request #161 from Cratis/fix/order-proxy-import
  • 1fd0f6b Make build happy
  • 74a42f5 Merge pull request #166 from Cratis:fix/command-errors
  • 5d8ec87 If command fails during fetch - we now return a failed command
  • 4e0b9af Merge pull request #165 from Cratis:fix/console-log
  • Additional commits viewable in compare view

Updates Cratis.Applications.ProxyGenerator.Build from 13.4.0 to 13.5.0

Release notes

Sourced from Cratis.Applications.ProxyGenerator.Build's releases.

Release v13.5.0

Added

  • Added Vite plugin for being able to add query string to references in generated files. This includes imports and CSS files with url references.

Release v13.4.5

Fixed

  • Typescript proxy files imports are now alphabetically ordered (#132)

Release v13.4.4

Fixed

  • Failed commands due to errors during fetch operation are now considered failed an information is added as exception message.

Release v13.4.3

Fixed

  • Remove console.log() when query was executed.

Release v13.4.2

Fixed

  • Fixing ObservableQueryFor to disconnect an existing connection. This would for instance be the case for queries that changes its arguments.
  • Fixing request argument validation to consider empty string a missing argument. This means that routes that would end up with // due to an empty string that is supposed to be part of the route would not be considered valid and we won't connect to the server.

Release v13.4.1

Fixed

  • Implementation of subscribe on messenger is now using the correct type. Added specs to verify its functionality.
Commits
  • d7eafd2 Merge pull request #172 from Cratis:feature/add-query-string
  • 0442ddd Fixing regex for imports
  • a73fe67 Merge remote-tracking branch 'origin/main' into feature/add-query-string
  • 7430d54 Changing to more general name; reverences
  • 6176d1f Plugin for adding query string to imports
  • 8ea747b Merge pull request #161 from Cratis/fix/order-proxy-import
  • 1fd0f6b Make build happy
  • 74a42f5 Merge pull request #166 from Cratis:fix/command-errors
  • 5d8ec87 If command fails during fetch - we now return a failed command
  • 4e0b9af Merge pull request #165 from Cratis:fix/console-log
  • Additional commits viewable in compare view

Updates Cratis.Applications.Orleans from 13.4.0 to 13.5.0

Release notes

Sourced from Cratis.Applications.Orleans's releases.

Release v13.5.0

Added

  • Added Vite plugin for being able to add query string to references in generated files. This includes imports and CSS files with url references.

Release v13.4.5

Fixed

  • Typescript proxy files imports are now alphabetically ordered (#132)

Release v13.4.4

Fixed

  • Failed commands due to errors during fetch operation are now considered failed an information is added as exception message.

Release v13.4.3

Fixed

  • Remove console.log() when query was executed.

Release v13.4.2

Fixed

  • Fixing ObservableQueryFor to disconnect an existing connection. This would for instance be the case for queries that changes its arguments.
  • Fixing request argument validation to consider empty string a missing argument. This means that routes that would end up with // due to an empty string that is supposed to be part of the route would not be considered valid and we won't connect to the server.

Release v13.4.1

Fixed

  • Implementation of subscribe on messenger is now using the correct type. Added specs to verify its functionality.
Commits
  • d7eafd2 Merge pull request #172 from Cratis:feature/add-query-string
  • 0442ddd Fixing regex for imports
  • a73fe67 Merge remote-tracking branch 'origin/main' into feature/add-query-string
  • 7430d54 Changing to more general name; reverences
  • 6176d1f Plugin for adding query string to imports
  • 8ea747b Merge pull request #161 from Cratis/fix/order-proxy-import
  • 1fd0f6b Make build happy
  • 74a42f5 Merge pull request #166 from Cratis:fix/command-errors
  • 5d8ec87 If command fails during fetch - we now return a failed command
  • 4e0b9af Merge pull request #165 from Cratis:fix/console-log
  • Additional commits viewable in compare view

Updates Cratis.Applications.Orleans.MongoDB from 13.4.0 to 13.5.0

Release notes

Sourced from Cratis.Applications.Orleans.MongoDB's releases.

Release v13.5.0

Added

  • Added Vite plugin for being able to add query string to references in generated files. This includes imports and CSS files with url references.

Release v13.4.5

Fixed

  • Typescript proxy files imports are now alphabetically ordered (#132)

Release v13.4.4

Fixed

  • Failed commands due to errors during fetch operation are now considered failed an information is added as exception message.

Release v13.4.3

Fixed

  • Remove console.log() when query was executed.

Release v13.4.2

Fixed

  • Fixing ObservableQueryFor to disconnect an existing connection. This would for instance be the case for queries that changes its arguments.
  • Fixing request argument validation to consider empty string a missing argument. This means that routes that would end up with // due to an empty string that is supposed to be part of the route would not be considered valid and we won't connect to the server.

Release v13.4.1

Fixed

  • Implementation of subscribe on messenger is now using the correct type. Added specs to verify its functionality.
Commits
  • d7eafd2 Merge pull request #172 from Cratis:feature/add-query-string
  • 0442ddd Fixing regex for imports
  • a73fe67 Merge remote-tracking branch 'origin/main' into feature/add-query-string
  • 7430d54 Changing to more general name; reverences
  • 6176d1f Plugin for adding query string to imports
  • 8ea747b Merge pull request #161 from Cratis/fix/order-proxy-import
  • 1fd0f6b Make build happy
  • 74a42f5 Merge pull request #166 from Cratis:fix/command-errors
  • 5d8ec87 If command fails during fetch - we now return a failed command
  • 4e0b9af Merge pull request #165 from Cratis:fix/console-log
  • Additional commits viewable in compare view

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

Bumps `ApplicationModel` from 13.4.0 to 13.5.0.

Updates `Cratis.Applications` from 13.4.0 to 13.5.0
- [Release notes](https://github.com/Cratis/ApplicationModel/releases)
- [Commits](Cratis/ApplicationModel@v13.4.0...v13.5.0)

Updates `Cratis.Applications.MongoDB` from 13.4.0 to 13.5.0
- [Release notes](https://github.com/Cratis/ApplicationModel/releases)
- [Commits](Cratis/ApplicationModel@v13.4.0...v13.5.0)

Updates `Cratis.Applications.ProxyGenerator.Build` from 13.4.0 to 13.5.0
- [Release notes](https://github.com/Cratis/ApplicationModel/releases)
- [Commits](Cratis/ApplicationModel@v13.4.0...v13.5.0)

Updates `Cratis.Applications.Orleans` from 13.4.0 to 13.5.0
- [Release notes](https://github.com/Cratis/ApplicationModel/releases)
- [Commits](Cratis/ApplicationModel@v13.4.0...v13.5.0)

Updates `Cratis.Applications.Orleans.MongoDB` from 13.4.0 to 13.5.0
- [Release notes](https://github.com/Cratis/ApplicationModel/releases)
- [Commits](Cratis/ApplicationModel@v13.4.0...v13.5.0)

---
updated-dependencies:
- dependency-name: Cratis.Applications
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Cratis.Applications.MongoDB
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Cratis.Applications.ProxyGenerator.Build
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Cratis.Applications.Orleans
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Cratis.Applications.Orleans.MongoDB
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file minor labels Sep 2, 2024
@einari einari removed the minor label Sep 4, 2024
@einari einari merged commit a60a1ce into main Sep 4, 2024
2 checks passed
@einari einari deleted the dependabot/nuget/ApplicationModel-13.5.0 branch September 4, 2024 11:14
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 .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant