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

ci: bump @droidsolutions-oss/job-service from 2.1.2 to 3.0.0 #551

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 9, 2023

Bumps @droidsolutions-oss/job-service from 2.1.2 to 3.0.0.

Release notes

Sourced from @​droidsolutions-oss/job-service's releases.

v3.0.0

3.0.0 (2023-08-08)

Bug Fixes

  • deps: Update NanoID to v3 (eb77ee6)
  • net: Update NanoId to 3.0.0 (f17ac88)

Features

  • Node: add IJobBase to export (fafbc75)
  • NodeJS: replace cancellationtoken with AbortSignal (dce496d)

BREAKING CHANGES

  • net: NanoID 3.0.0 comes with changed namespace which can lead to problems when using another version along with this package.
  • NodeJS: JobWorkerBase.executeAsync, processJobAsync and IJobRepository methods now receive an AbortSignal which is native to NodeJS since 15 instead of the cancellationtoken. Remove cancellationToken peer dependency, in favor of NodeJS AbortSignal
  • NodeJS: removed isCancellationError function

v3.0.0-develop.2

3.0.0-develop.2 (2023-08-08)

Bug Fixes

  • net: Update NanoId to 3.0.0 (f17ac88)

Features

  • Node: add IJobBase to export (fafbc75)

BREAKING CHANGES

  • net: NanoID 3.0.0 comes with changed namespace which can lead to problems when using another version along with this package.

v3.0.0-develop.1

3.0.0-develop.1 (2023-08-04)

Bug Fixes

... (truncated)

Changelog

Sourced from @​droidsolutions-oss/job-service's changelog.

3.0.0 (2023-08-08)

Bug Fixes

  • deps: Update NanoID to v3 (eb77ee6)
  • net: Update NanoId to 3.0.0 (f17ac88)

Features

  • Node: add IJobBase to export (fafbc75)
  • NodeJS: replace cancellationtoken with AbortSignal (dce496d)

BREAKING CHANGES

  • net: NanoID 3.0.0 comes with changed namespace which can lead to problems when using another version along with this package.
  • NodeJS: JobWorkerBase.executeAsync, processJobAsync and IJobRepository methods now receive an AbortSignal which is native to NodeJS since 15 instead of the cancellationtoken. Remove cancellationToken peer dependency, in favor of NodeJS AbortSignal
  • NodeJS: removed isCancellationError function

3.0.0-develop.2 (2023-08-08)

Bug Fixes

  • net: Update NanoId to 3.0.0 (f17ac88)

Features

  • Node: add IJobBase to export (fafbc75)

BREAKING CHANGES

  • net: NanoID 3.0.0 comes with changed namespace which can lead to problems when using another version along with this package.

3.0.0-develop.1 (2023-08-04)

Bug Fixes

  • deps: Update NanoID to v3 (eb77ee6)

... (truncated)

Commits
  • a5fd63f chore(release): 3.0.0 [skip ci]
  • 4343bf4 Merge pull request #613 from droidsolutions/develop
  • 945941c docs(Readme): fix some typos
  • 0de7a34 Merge pull request #612 from droidsolutions/dependabot/nuget/Moq-4.20.0
  • adebc71 chore: bump Moq from 4.18.4 to 4.20.0
  • 97229e3 ci(GitHub): use prefix instead of prefix-development
  • b631831 chore(release): 3.0.0-develop.2 [skip ci]
  • fcba0cc docs(Readme): add description how to use NodeJS worker
  • fafbc75 feat(Node): add IJobBase to export
  • f17ac88 fix(net): Update NanoId to 3.0.0
  • 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> dependency will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> dependency will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 9, 2023
Bumps [@droidsolutions-oss/job-service](https://github.com/droidsolutions/job-service) from 2.1.2 to 3.0.0.
- [Release notes](https://github.com/droidsolutions/job-service/releases)
- [Changelog](https://github.com/droidsolutions/job-service/blob/main/CHANGELOG.md)
- [Commits](droidsolutions/job-service@v2.1.2...v3.0.0)

---
updated-dependencies:
- dependency-name: "@droidsolutions-oss/job-service"
  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/droidsolutions-oss/job-service-3.0.0 branch from 2256fba to d77ecbf Compare August 10, 2023 09:45
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 11, 2023

Looks like @droidsolutions-oss/job-service is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Aug 11, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/droidsolutions-oss/job-service-3.0.0 branch August 11, 2023 11:29
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant