Skip to content

Bump CoalesceVersion from 3.0.0-alpha.20220617.1 to 3.1.1 #131

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 16, 2023

Bumps CoalesceVersion from 3.0.0-alpha.20220617.1 to 3.1.1.
Updates IntelliTect.Coalesce from 3.0.0-alpha.20220617.1 to 3.1.1

Release notes

Sourced from IntelliTect.Coalesce's releases.

3.0.0-rc.20200901.1 released!

Changes:

  • b8fad9eaa9ac462299440f8f31029ab2bda2aef3 Fix generated DTOs - collection properties were expected to always be typed as ICollection
  • 4e682f9a195c4508aaf26378f86081d0674f577c EF 5 compatibility for IAsyncQueryProvider
  • 40c130dfeea963b89e21c42e1df3eb83533df3d2 Introducing IClassDto - Custom DTOs even if the DbContext isn't exposed with Coalesce! (#176)
  • 3c54e6bf2d13a9f40abe0efe1f8e877be618cad9 coalesce-vue - fix error when serializing a nested object property with a null value to a dto.
  • 88728e6080298e23f1098edf9b901dd298ced680 - Fix Dto->Model mapping for collections
  • 8ba4258788f7364a19a394195ce5217cd2494f71 Support passing of properties from the client to the server whose type is an External Type
  • 322cce51d791d81ea9793601697b06dbb97f3d67 #59 - Support CancellationToken in DataSources (#142)
  • ebe79a51a92cc778bc6d2a8f5d9d0eefcfa3c07e Pass CancellationToken from controllers to custom methods (sort of #59 but not really)
  • 833191ad7050a9576d78f175f9954c60b120fa18 Stop copying new target files every time we analyze a project - its forcing MS build to rebuild all dependencies every time we code gen because the targets file counts as an input file to the build
  • 9adb2aabcd23dc7f53839abce2b9f11911e67bde Use GetQueryAsync in ProjectedDtoDataSource
  • 9cf83ce4646063ed0518dc4eed82c77830ecfb06 Add GetQueryAsync to StandardDataSource
  • 6497b3ef8e4cfad8feb0a6142fb78c94fd790061 Fix vue metadata for min/max validation rules
  • 24351029832d172b18be97d83e35799f9ac21bbe Restore the admin table buttons - more got deleted when removing the CSV endpoints than was intended.
  • 7fefdf984f2205301b028ef5de931558ea29561d Fix #52 - Prevent local vars in controller actions generated for methods from conflicting with the method's parameters
  • 3d94233bb84ef052c5e32b1b0b09b9c2b04afe18 Fix #13 - Accept string[] for roles on SecurityAttribute
  • 681d5c8f1549d87ac2b962f1c3c6cd68d67bc0d5 Fix symbol generation for IntelliTect.Coalesce.Cli.csproj
  • 1cf70f63946cf0c47124e1f82d54d266fd88ad23 Update docs for #169
  • 37d18f38fccf03b7f1b1da2403a09a128d8dde45 [breaking] Fix #95 - removed the CSV endpoints
  • 3e232a0d5c0638633da69d0e18828fe6a278017c [breaking] Fix #123 - Added implicit conversion from T to ItemResult
  • d5c37f8e67c42b10723513641e38a270bfb613f3 [breaking] Fix #169 - Omit "Async" suffix from generated controller actions and Typescript
  • 05667ca6642f6d28c43906112fdb0fe641c2a295 Fix #158 - parsing empty/blank as a number should result in null, not 0.
  • da91c7206c2665153d884e9622940a97a51c50c9 Fix #164 - filter params not being removed the first time the X is clicked.
  • 55328141e46672307ca3943650fec4ef5c2b2714 Fix #166 - Don't emit CSV endpoints if reads are disallowed.
  • 9b1195d8f3ca6bd35ff9c3d745b1934d5c4a3a51 Fix #172, #162 - Allow column reordering on c-table, and documentation fixes.
  • 8d50c5883d6e6d01bb9bd5e509d54f08fedc2889 Fix #160 - throw a validation error for static [Service] classes.
  • 107d3471ad3713f274c3653d60e3f3b1f1a86c53 Bump lodash from 4.17.15 to 4.17.19 in /src/coalesce-vue (#170)
  • 79159e3f2d07c31e308af4d92fd8630205bd702d Make InverseProperty slightly more strict to reduce the chance that it could go into infinite recursion (by avoiding checks against Role when possible).
  • c0f0005bdf3ade7ab87594394074967e2833d625 Prevent InverseProperty from incorrectly picking up the wrong type of property when detecting by convention.
  • d631280dac5e870351b9efe5fce5397efc3348b3 Vue: Added some of the ClientValidation rules that make sense.
  • 8593d27ed83cd4730619cc9e1ea379e8afd90ab2 Document support of DatabaseGenerated attribute. Fix dotnet/roslyn#37379
  • 5539d4c20f60826c0fdd3879896a2b8dc8af1f81 Hide bullet point from errors in c-loader-status if there is only one error.
  • 8f94e55865c744d7cb16d5aaf550bf4c17724712 [breaking] Added support for non-database-generated primary keys
  • dfff83c19bc49c5b4b303890606c0b23eae3637f Add ContinuousIntegrationBuild msbuild property
  • 008dedb22b701bdb525ab61237d4847acb40e4bd Create Snupkegs (.snupkg symbol packages)
  • f018e9ef0cb7f9dd4a93233674ad6d01c4bfd9d5 Added C# 8 nullability to the IntelliTect.Coalesce project. (#168)
  • fa73569e29d1687b21522f09b1180504e45f3fc0 Attempting to fix sourcelink
  • 5b3f7de42a03bfedf38ae8807d0cd945ae5bdd7d Bump swashbuckle version (#161)
  • b74b8c4a009558cfbe4acc60a72f8b0edd87f511 Added support for editable table mode for c-admin-table and c-table
  • b8a4b0ea812d908605b15b1d76b241b1bb215221 Fix event used by v-file-input when deleted to by c-input
  • 48f680f023b53e2c217181fbf2f3b061aff38877 Added pageSizes param to c-admin-table
  • 1507f3b6bb00787560892ccf0748b239fabe8b3a That was way too much effort - just adding date-fns-tz as a hard dependency.
  • 605afb8b18fd36a94f75e728e4f897d44d5b51a5 Make the tests run
  • 8c5d9751f1f126a319e0153c2b64814a844e0059 Totally different approach now for date-fns-tz to avoid absurd warnings from webpack about optional modules being missing...

... (truncated)

Commits

Updates IntelliTect.Coalesce.Vue from 3.0.0-alpha.20220617.1 to 3.1.1

Release notes

Sourced from IntelliTect.Coalesce.Vue's releases.

3.0.0-rc.20200901.1 released!

Changes:

  • b8fad9eaa9ac462299440f8f31029ab2bda2aef3 Fix generated DTOs - collection properties were expected to always be typed as ICollection
  • 4e682f9a195c4508aaf26378f86081d0674f577c EF 5 compatibility for IAsyncQueryProvider
  • 40c130dfeea963b89e21c42e1df3eb83533df3d2 Introducing IClassDto - Custom DTOs even if the DbContext isn't exposed with Coalesce! (#176)
  • 3c54e6bf2d13a9f40abe0efe1f8e877be618cad9 coalesce-vue - fix error when serializing a nested object property with a null value to a dto.
  • 88728e6080298e23f1098edf9b901dd298ced680 - Fix Dto->Model mapping for collections
  • 8ba4258788f7364a19a394195ce5217cd2494f71 Support passing of properties from the client to the server whose type is an External Type
  • 322cce51d791d81ea9793601697b06dbb97f3d67 #59 - Support CancellationToken in DataSources (#142)
  • ebe79a51a92cc778bc6d2a8f5d9d0eefcfa3c07e Pass CancellationToken from controllers to custom methods (sort of #59 but not really)
  • 833191ad7050a9576d78f175f9954c60b120fa18 Stop copying new target files every time we analyze a project - its forcing MS build to rebuild all dependencies every time we code gen because the targets file counts as an input file to the build
  • 9adb2aabcd23dc7f53839abce2b9f11911e67bde Use GetQueryAsync in ProjectedDtoDataSource
  • 9cf83ce4646063ed0518dc4eed82c77830ecfb06 Add GetQueryAsync to StandardDataSource
  • 6497b3ef8e4cfad8feb0a6142fb78c94fd790061 Fix vue metadata for min/max validation rules
  • 24351029832d172b18be97d83e35799f9ac21bbe Restore the admin table buttons - more got deleted when removing the CSV endpoints than was intended.
  • 7fefdf984f2205301b028ef5de931558ea29561d Fix #52 - Prevent local vars in controller actions generated for methods from conflicting with the method's parameters
  • 3d94233bb84ef052c5e32b1b0b09b9c2b04afe18 Fix #13 - Accept string[] for roles on SecurityAttribute
  • 681d5c8f1549d87ac2b962f1c3c6cd68d67bc0d5 Fix symbol generation for IntelliTect.Coalesce.Cli.csproj
  • 1cf70f63946cf0c47124e1f82d54d266fd88ad23 Update docs for #169
  • 37d18f38fccf03b7f1b1da2403a09a128d8dde45 [breaking] Fix #95 - removed the CSV endpoints
  • 3e232a0d5c0638633da69d0e18828fe6a278017c [breaking] Fix #123 - Added implicit conversion from T to ItemResult
  • d5c37f8e67c42b10723513641e38a270bfb613f3 [breaking] Fix #169 - Omit "Async" suffix from generated controller actions and Typescript
  • 05667ca6642f6d28c43906112fdb0fe641c2a295 Fix #158 - parsing empty/blank as a number should result in null, not 0.
  • da91c7206c2665153d884e9622940a97a51c50c9 Fix #164 - filter params not being removed the first time the X is clicked.
  • 55328141e46672307ca3943650fec4ef5c2b2714 Fix #166 - Don't emit CSV endpoints if reads are disallowed.
  • 9b1195d8f3ca6bd35ff9c3d745b1934d5c4a3a51 Fix #172, #162 - Allow column reordering on c-table, and documentation fixes.
  • 8d50c5883d6e6d01bb9bd5e509d54f08fedc2889 Fix #160 - throw a validation error for static [Service] classes.
  • 107d3471ad3713f274c3653d60e3f3b1f1a86c53 Bump lodash from 4.17.15 to 4.17.19 in /src/coalesce-vue (#170)
  • 79159e3f2d07c31e308af4d92fd8630205bd702d Make InverseProperty slightly more strict to reduce the chance that it could go into infinite recursion (by avoiding checks against Role when possible).
  • c0f0005bdf3ade7ab87594394074967e2833d625 Prevent InverseProperty from incorrectly picking up the wrong type of property when detecting by convention.
  • d631280dac5e870351b9efe5fce5397efc3348b3 Vue: Added some of the ClientValidation rules that make sense.
  • 8593d27ed83cd4730619cc9e1ea379e8afd90ab2 Document support of DatabaseGenerated attribute. Fix dotnet/roslyn#37379
  • 5539d4c20f60826c0fdd3879896a2b8dc8af1f81 Hide bullet point from errors in c-loader-status if there is only one error.
  • 8f94e55865c744d7cb16d5aaf550bf4c17724712 [breaking] Added support for non-database-generated primary keys
  • dfff83c19bc49c5b4b303890606c0b23eae3637f Add ContinuousIntegrationBuild msbuild property
  • 008dedb22b701bdb525ab61237d4847acb40e4bd Create Snupkegs (.snupkg symbol packages)
  • f018e9ef0cb7f9dd4a93233674ad6d01c4bfd9d5 Added C# 8 nullability to the IntelliTect.Coalesce project. (#168)
  • fa73569e29d1687b21522f09b1180504e45f3fc0 Attempting to fix sourcelink
  • 5b3f7de42a03bfedf38ae8807d0cd945ae5bdd7d Bump swashbuckle version (#161)
  • b74b8c4a009558cfbe4acc60a72f8b0edd87f511 Added support for editable table mode for c-admin-table and c-table
  • b8a4b0ea812d908605b15b1d76b241b1bb215221 Fix event used by v-file-input when deleted to by c-input
  • 48f680f023b53e2c217181fbf2f3b061aff38877 Added pageSizes param to c-admin-table
  • 1507f3b6bb00787560892ccf0748b239fabe8b3a That was way too much effort - just adding date-fns-tz as a hard dependency.
  • 605afb8b18fd36a94f75e728e4f897d44d5b51a5 Make the tests run
  • 8c5d9751f1f126a319e0153c2b64814a844e0059 Totally different approach now for date-fns-tz to avoid absurd warnings from webpack about optional modules being missing...

... (truncated)

Commits

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

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 16, 2023
@github-actions github-actions bot enabled auto-merge (squash) January 16, 2023 20:07
Bumps `CoalesceVersion` from 3.0.0-alpha.20220617.1 to 3.1.1.

Updates `IntelliTect.Coalesce` from 3.0.0-alpha.20220617.1 to 3.1.1
- [Release notes](https://github.com/IntelliTect/Coalesce/releases)
- [Changelog](https://github.com/IntelliTect/Coalesce/blob/dev/Coalesce2.0Changes.md)
- [Commits](https://github.com/IntelliTect/Coalesce/commits/3.1.1)

Updates `IntelliTect.Coalesce.Vue` from 3.0.0-alpha.20220617.1 to 3.1.1
- [Release notes](https://github.com/IntelliTect/Coalesce/releases)
- [Changelog](https://github.com/IntelliTect/Coalesce/blob/dev/Coalesce2.0Changes.md)
- [Commits](https://github.com/IntelliTect/Coalesce/commits/3.1.1)

---
updated-dependencies:
- dependency-name: IntelliTect.Coalesce
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: IntelliTect.Coalesce.Vue
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/nuget/CoalesceVersion-3.1.1 branch from baba3cf to 520b9a0 Compare March 20, 2023 20:24
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants