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

Bump @bugsnag/plugin-express from 6.0.0 to 7.3.0 #205

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link

Bumps @bugsnag/plugin-express from 6.0.0 to 7.3.0.

Release notes

Sourced from @bugsnag/plugin-express's releases.

v7.3.0

As of this version, this repo contains our brand new notifier for React Native @bugsnag/react-native. See the docs and upgrade guide for more info.

Some minor internal changes to shared code were made to support the new notifier, but no external changes are required for existing @bugsnag/js or @bugsnag/expo users to upgrade to this version.

v7.2.1

7.2.1 (2020-07-22)

Fixed

  • (plugin-vue): Ensure the window.Vue fallback does not throw in environments where window is undefined. #928
  • (plugin-react): Ensure the window.React fallback does not throw in environments where window is undefined. #930
  • (types): Use Record<string,string> instead of object for the stackframe.code property on events. #929

v7.2.0

Added

  • (browser|node) Record the length of time the app has been running when an error occurs #881
  • (plugin-browser-device): Add device orientation to error reports #881
  • (plugin-expo-device): Add device manufacturer and model name for non-iOS devices to error reports #881
  • (plugin-expo-device): Add total memory to error reports #881
  • (plugin-node-device): Add OS name, OS version, total memory and free memory to error reports #881

Changed

  • Update @bugsnag/safe-json-stringify to make redactedKeys case insensitive when using strings #905
  • (expo): Add support for Expo SDK v38 #781

Fixed

  • (plugin-express): Ensure req.body is always present in metadata by collecting it at the last possible moment #872

v7.1.1

Fixed

  • (plugin-express): Use import syntax that works without TypeScript's esModuleInterop compiler flag #866
  • (expo-cli): Ensure version detection logic for @bugsnag/expo works after v7.0.0 #865
  • (core): Ensure callbacks supplied in config permit functions with no named arguments #863

v7.1.0

This update contains some substantial changes to plugin type definitions. If you are using TypeScript alongside a framework, you may need to make changes to your app. Please refer to the upgrade guide.

Changed

  • (plugin-react|plugin-vue): Support late passing of framework reference #839

Added

  • (plugin-react): Add type definitions for Bugsnag.getPlugin('react') #839
  • (plugin-vue): Add type definitions for Bugsnag.getPlugin('vue') #839
  • (plugin-react): Add clearError prop to ErrorBoundary #797
Changelog

Sourced from @bugsnag/plugin-express's changelog.

7.3.0 (2020-08-10)

As of this version, this repo contains our brand new notifier for React Native @bugsnag/react-native. See the docs and upgrade guide for more info.

Some minor internal changes to shared code were made to support the new notifier, but no external changes are required for existing @bugsnag/js or @bugsnag/expo users to upgrade to this version.

7.2.1 (2020-07-22)

Fixed

  • (plugin-vue): Ensure the window.Vue fallback does not throw in environments where window is undefined. #928
  • (plugin-react): Ensure the window.React fallback does not throw in environments where window is undefined. #930
  • (types): Use Record<string,string> instead of object for the stackframe.code property on events. #929

7.2.0 (2020-07-06)

Added

  • (browser|node) Record the length of time the app has been running when an error occurs #881
  • (plugin-browser-device): Add device orientation to error reports #881
  • (plugin-expo-device): Add device manufacturer and model name for non-iOS devices to error reports #881
  • (plugin-expo-device): Add total memory to error reports #881
  • (plugin-node-device): Add OS name, OS version, total memory and free memory to error reports #881

Changed

  • Update @bugsnag/safe-json-stringify to make redactedKeys case insensitive when using strings #905
  • (expo): Add support for Expo SDK v38 #781

Fixed

  • (plugin-express): Ensure req.body is always present in metadata by collecting it at the last possible moment #872

7.1.1 (2020-05-26)

Fixed

  • (plugin-express): Use import syntax that works without TypeScript's esModuleInterop compiler flag #866
  • (expo-cli): Ensure version detection logic for @bugsnag/expo works after v7.0.0 #865
  • (core): Ensure callbacks supplied in config permit functions with no named arguments #863

7.1.0 (2020-05-21)

This update contains some substantial changes to plugin type definitions. If you are using TypeScript alongside a framework, you may need to make changes to your app. Please refer to the upgrade guide.

Changed

  • (plugin-react|plugin-vue): Support late passing of framework reference #839

Added

Commits
  • 819d792 v7.3.0
  • b6fa3a9 Merge pull request #986 from bugsnag/release/v7.3.0
  • e0a1bcf chore: Update changelog for release
  • 190d5a2 Merge pull request #708 from bugsnag/v7-react-native
  • a055e68 v7.3.0-alpha.14
  • 64d218b chore(android): bump android notifier again after finding earlier attempt was...
  • 363871c chore(examples): Remove leftover files from restructure
  • 5701e51 v7.3.0-alpha.13
  • 750b236 Merge pull request #985 from bugsnag/autolink-rn-example
  • 4f49821 Merge pull request #983 from bugsnag/v7-rn/readme-updates
  • 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)
  • @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)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [@bugsnag/plugin-express](https://github.com/bugsnag/bugsnag-js) from 6.0.0 to 7.3.0.
- [Release notes](https://github.com/bugsnag/bugsnag-js/releases)
- [Changelog](https://github.com/bugsnag/bugsnag-js/blob/next/CHANGELOG.md)
- [Commits](bugsnag/bugsnag-js@v6.0.0...v7.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Aug 10, 2020
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.

None yet

0 participants