fschoenfeldt / fotohaecker

fotohaecker in elixir!
1 stars 0 forks source link

Bump nodejs from 2.0.0 to 3.1.0 #132

Open dependabot[bot] opened 1 month ago

dependabot[bot] commented 1 month ago

Bumps nodejs from 2.0.0 to 3.1.0.

Release notes

Sourced from nodejs's releases.

v3.1.0

Changed

  • add support for JS that imports ESM modules (#84)

Contributors

v3.0.0

[3.0.0]

This version is mainly a maintenance release to get all of the tooling and required language versions up-to-date so we can begin merging more substantive fixes and iterating on functionality.

Changed

  • update language support minimums to Elixir 1.12, OTP 24, and Node 18
  • format code with the latest mix format settings
  • replace Travis CI with GitHub Actions for CI/CD
  • add .dependabot.yml config file
  • remove coverage reporting
  • upgrade dependencies

Fixed

  • fixed test error due to JS TypeError format change

Contributors

Changelog

Sourced from nodejs's changelog.

[3.1.0]

Changed

  • add support for JS that imports ESM modules (#84)

Contributors

[3.0.0]

This version is mainly a maintenance release to get all of the tooling and required language versions up-to-date so we can begin merging more substantive fixes and iterating on functionality.

Changed

  • update language support minimums to Elixir 1.12, OTP 24, and Node 18
  • format code with the latest mix format settings
  • replace Travis CI with GitHub Actions for CI/CD
  • add .dependabot.yml config file
  • remove coverage reporting
  • upgrade dependencies

Fixed

  • fixed test error due to JS TypeError format change

Contributors

Commits
  • 8b4e841 Merge pull request #88 from revelrylabs/v3.1.0
  • cbc3754 Release version 3.1.0 with ESM support
  • 60cd567 Implement support for JS that imports ESM modules (#84)
  • 235e8d8 implemented importing ESM modules
  • f6acc7c fix: remove manager in mix.exs (#87)
  • 584d1d9 fix: remove override in mix.exs (#86)
  • 94748d6 Merge pull request #85 from revelrylabs/modernize
  • 04e04b5 chore: use hex API key from repo secrets
  • ac296e4 chore: add a summary to the changelog
  • 855bfb4 TypeError: Cannot read property 'foo' of undefinedupdate dependencies, bump t...
  • Additional commits viewable in compare view


Dependabot compatibility score

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 show 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)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.