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

build(deps): bump awilix from 5.0.1 to 8.0.0 in /app/api #181

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 Oct 14, 2022

Bumps awilix from 5.0.1 to 8.0.0.

Changelog

Sourced from awilix's changelog.

v8.0.0

  • BREAKING: Drop Node 12 support, add Node 18 to build matrix
  • BREAKING: #300 Rename awilix.module.js to awilix.module.mjs
  • #293 Update packages, including fast-glob

BREAKING CHANGES

Drop Node 12 support

Node 12 is no longer officially supported, as it is not an active LTS anymore.

Rename awilix.module.js to awilix.module.mjs

I am not sure if this is actually a breaking change, but if someone is importing the module directly using the file name, then it would be.

v7.0.3

  • Use LoadedModuleDescriptor in NameFormatter delegate parameter
  • Update packages

v7.0.2

  • #291 Fix listModules regression on Windows
  • Update packages

v7.0.1

  • #288 Don't use Error.captureStackTrace on unsupported platforms

v7.0.0

  • BREAKING: #286 Support Symbol.toStringTag. This should fix es5-shim/480.
  • Update packages

BREAKING CHANGES

Cradle JSON and inspect representation changed

The Awilix Cradle's string representation when used by util.inspect, .toJSON() and others returned [AwilixContainer.cradle]. This has been changed to [object AwilixContainerCradle] to align with other common string representations in JavaScript.

Symbol.toStringTag now implemented

When using Object.prototype.toString.call(container.cradle), it would return [object Object]. With this change, it now returns [object AwilixContainerCradle].

v6.1.0

... (truncated)

Commits
  • ee632fc 8.0.0
  • 6dc45df Merge pull request #303 from jeffijoe/chore/update-deps
  • b7d18c0 chore: drop Node 12 support, Node 18 is now latest LTS
  • 11c33d2 fix: rename awilix.module.js to awilix.module.mjs
  • ee4d0ea docs: add note about esModules and Promise
  • 64202b2 chore(packages): upgrade packages
  • 6f563f4 7.0.3
  • 3f2644c Merge pull request #295 from jeffijoe/fix/module-descriptor-type
  • ea7246d docs(changelog): update changelog
  • 075f202 chore(build): use Focal in Travis
  • 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 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 [awilix](https://github.com/jeffijoe/awilix) from 5.0.1 to 8.0.0.
- [Release notes](https://github.com/jeffijoe/awilix/releases)
- [Changelog](https://github.com/jeffijoe/awilix/blob/master/CHANGELOG.md)
- [Commits](jeffijoe/awilix@v5.0.1...v8.0.0)

---
updated-dependencies:
- dependency-name: awilix
  dependency-type: direct:production
  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 Oct 14, 2022
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