begin-examples / node-vue

Basic Vue app + API (Begin / Node.js)
Apache License 2.0
1 stars 0 forks source link

Bump @begin/data from 3.0.4 to 4.0.0 #345

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps @begin/data from 3.0.4 to 4.0.0.

Changelog

Sourced from @​begin/data's changelog.

[4.0.0] 2022-02-07

Added

  • Added support for Sandbox dynamic port selection
    • Added best-effort attempt to find Sandbox ports via internal SSM

Changed

  • Deep require aws-sdk deps for a potentially large cold start perf boost
  • Breaking change: Begin Data no longer relies on or makes direct use of NODE_ENV or other legacy Architect env vars. @begin/data v4+ now requires Architect v10 / Sandbox v5 or later.
  • Improved table lookup performance

Commits
  • d96a29b 4.0.0
  • 2e2297a 4.0.0-RC.2
  • b8ce1bf Deep require aws-sdk deps for a potentially large cold start perf boost
  • 3b082d7 4.0.0-RC.1
  • 9735e13 Fix production bug where tables SSM scoped query would fail with default Ar...
  • d3688f2 4.0.0-RC.0
  • a97e267 Breaking change: Begin Data no longer uses NODE_ENV and now requires Archit...
  • See full diff 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)
dependabot[bot] commented 2 years ago

Superseded by #364.