Skip to content

Bump @adonisjs/fold from 4.1.0 to 8.1.0 in /server#147

Open
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/server/adonisjs/fold-8.1.0
Open

Bump @adonisjs/fold from 4.1.0 to 8.1.0 in /server#147
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/server/adonisjs/fold-8.1.0

Conversation

@dependabot-preview
Copy link
Copy Markdown
Contributor

@dependabot-preview dependabot-preview Bot commented May 1, 2021

⚠️ Dependabot Preview has been deactivated ⚠️

This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to dependabot commands nor will it be automatically closed if a new version is found.

If you close this pull request, Dependabot will re-create it the next time it checks for updates and everything will work as expected.


Bumps @adonisjs/fold from 4.1.0 to 8.1.0.

Release notes

Sourced from @​adonisjs/fold's releases.

Publish under latest tag

  • chore: update publish tag to latest 3ce2d60
  • chore: update dependencies 1915a2d

adonisjs/fold@v8.0.2...v8.1.0

Bug fix introduced in v8.0.0

  • chore: use the next tag for release af41932
  • fix: await the sub-providers collection method 97a8544
  • chore: update dependencies 249e60a

adonisjs/fold@v8.0.1...v8.0.2

Make resolve.call method async

It is a breaking change and part of v8.x.x series

  • refactor: make resolver.call method async b866438

adonisjs/fold@v8.0.0...v8.0.1

Making container ESM ready

Changes

The IoC container now ships with alternative async APIs to work with ES modules in the future. Converting from sync to async always going to be a breaking change and hence we are doing it now.

Infact, there are no hard breaking changes. Just recommendations around using the async API and the old sync API will still continue to work.

useAsync

Async alternative to use. Right now, there is no difference. However, in the future, we will use ES modules to import dependencies.

await ioc.useAsync('App/Models/User')

makeAsync

Async alternative to make.

const user = await ioc.makeAsync('App/Models/User')

callAsync

Async alternative to call method.

class User {
  public foo () {}
}
await ioc.callAsync(User, 'foo')
</tr></table>

... (truncated)

Commits

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 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview Bot added the dependencies Pull requests that update a dependency file label May 1, 2021
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