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

feat: bump @expressots/core from 2.16.1 to 3.0.0 #109

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 5, 2024

Bumps @expressots/core from 2.16.1 to 3.0.0.

Release notes

Sourced from @​expressots/core's releases.

Release 3.0.0

3.0.0 (2024-12-04)

Features

  • add di impl and remove inversify deps (9ff6302)
  • add env configuration load from expressots.config (fc61d44)
  • remove binding decor deps & offer as core (a8aeecc)
  • implement in-memory data provider and repository interfaces (09561fa)

Tests

  • update MockWebServer to use Server and IWebServerPublic types (3c736c3)
  • update unit tests for AppFactory.create() to include close() (24446d8)
  • add unit tests for middleware, provider and repository methods (2de4d6e)
  • adding early ai agent tests p1 (7e74f01)
  • adding early ai agent tests p2 (0ef25d2)
  • improve unit tests formatting and edge case handling (8439e5d)
  • update MockWebServer to use Server and IWebServerPublic types (3c736c3)
  • update unit tests for AppFactory.create() to include close() (24446d8)
  • update unit tests for AppFactory.create() to include close() (24446d8)
  • add unit tests for insert, update, delete, and find methods in InMemoryDataTable (a96f4a6)

Bug Fixes

  • adjust env validator to load files dynamically (09d0cc3)
  • adjust env validator to load files dynamically (d1c5a2e)
  • update license reference (acb5f7e)
  • view binding tables info (f93abb6)

Code Refactoring

  • change express types deps (c10336b)
  • clean up code by removing unnecessary whitespace and improving formatting (2090efd)
  • enhance doc by adding @​public API annotations and cleaning up comments (f98a52c)
  • make basecontroller injectable (d2ef5a7)
  • move config to shared lib (d14bb98)
  • remove provide decorators for items not in container (fb0ecd3)
  • remove unnecessary whitespace in inject.ts documentation example (538039b)
  • remove unnecessary whitespace in URL Encoded Parser documentation (d81610d)
  • remove unused Compiler and ExpressoConfig imports from AppFactory (913d919)
  • remove vitest configuration and update types in tsconfig (047f7a2)
  • reorg files application, console, color and logger (2bb619e)
  • simplify application container and factory, enhance provider interface (2f32b1d)
  • update @​expressots/shared dependency to version 0.2.0 (61b5c27)
  • update app factory and container tests, improve mocks and error handling (9852507)
  • update container and interface (4be3fd5)
  • update ContainerOptions interface and improve AppContainer logging (b31de0d)
  • update decorators to export and enhance doc with @​public API annotations (a935933)
  • update express imports and usage in middleware-service (f8046bd)

... (truncated)

Changelog

Sourced from @​expressots/core's changelog.

3.0.0 (2024-12-04)

Tests

  • update MockWebServer to use Server and IWebServerPublic types (3c736c3)
  • update unit tests for AppFactory.create() to include close() (24446d8)
  • update unit tests for AppFactory.create() to include close() (24446d8)

3.0.0-beta.3 (2024-11-28)

Features

  • implement in-memory data provider and repository interfaces (09561fa)

Tests

  • add unit tests for insert, update, delete, and find methods in InMemoryDataTable (a96f4a6)

3.0.0-beta.1 (2024-11-17)

Features

  • add di impl and remove inversify deps (9ff6302)
  • add env configuration load from expressots.config (fc61d44)
  • remove binding decor deps & offer as core (a8aeecc)

Bug Fixes

  • adjust env validator to load files dynamically (09d0cc3)
  • adjust env validator to load files dynamically (d1c5a2e)
  • update license reference (acb5f7e)
  • view binding tables info (f93abb6)

Code Refactoring

  • change express types deps (c10336b)
  • clean up code by removing unnecessary whitespace and improving formatting (2090efd)
  • enhance doc by adding @​public API annotations and cleaning up comments (f98a52c)
  • make basecontroller injectable (d2ef5a7)
  • move config to shared lib (d14bb98)
  • remove provide decorators for items not in container (fb0ecd3)
  • remove unnecessary whitespace in inject.ts documentation example (538039b)
  • remove unnecessary whitespace in URL Encoded Parser documentation (d81610d)
  • remove unused Compiler and ExpressoConfig imports from AppFactory (913d919)
  • remove vitest configuration and update types in tsconfig (047f7a2)
  • reorg files application, console, color and logger (2bb619e)
  • simplify application container and factory, enhance provider interface (2f32b1d)
  • update @​expressots/shared dependency to version 0.2.0 (61b5c27)
  • update app factory and container tests, improve mocks and error handling (9852507)
  • update container and interface (4be3fd5)

... (truncated)

Commits
  • f752af7 chore(release): 3.0.0
  • 6c9a3a0 chore: update package.json to use fixed versions for dependencies
  • afa5e1b chore: update CHANGELOG.md to include recent test updates
  • 3c736c3 test: update MockWebServer to use Server and IWebServerPublic types
  • 25d8b46 chore: bump version in package.json to 3.0.0-beta.4
  • 9938178 chore: adjust return type in AppFactory.create() method
  • 24446d8 test: update unit tests for AppFactory.create() to include close()
  • 632be0b chore: update @​expressots/shared dep to 3.0.0-beta.3 in package.json
  • fabb7fd chore: update changelog for version 3.0.0-beta.3 and bump version in package....
  • 965fc8f Merge pull request #505 from expressots/refactor/in-memorydb-refact
  • 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 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 [@expressots/core](https://github.com/expressots/expressots) from 2.16.1 to 3.0.0.
- [Release notes](https://github.com/expressots/expressots/releases)
- [Changelog](https://github.com/expressots/expressots/blob/main/CHANGELOG.md)
- [Commits](expressots/expressots@2.16.1...3.0.0)

---
updated-dependencies:
- dependency-name: "@expressots/core"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 5, 2024
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