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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update raven-js to the latest version 馃殌 #24

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

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Oct 2, 2017

Version 3.18.0 of raven-js just got published.

Dependency raven-js
Current Version 3.17.0
Type dependency

The version 3.18.0 is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of raven-js.
Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Release Notes 3.18.0
  • NEW: All unit and integration tests are now running on CI using SauceLabs, to ensure everything is working correctly on all browsers #1026
  • NEW: console.assert is now instrumented in the same way as the rest of console methods #1044
  • NEW: Vue.js plugin now provides lifecycleHook as the 3rd argument to error handler, to make it in line with v2.2.0 implementation #1053
  • NEW: Updated Errors serialization to store all additional properties and allow for attaching other object instances directly to it #1060
  • NEW: Included exception type in ignoreErrors test, which allows for filtering based on error types #1057
  • CHANGE: Raven.js now uses Prettier to format it's code #1020
  • CHANGE: Unit tests are using Headless Chrome instead of PhantomJS #1029
  • CHANGE: Added setDSN typing definition for TypeScript #995
  • BUGFIX: Defend against undefined XMLHttpRequest while sending events #1024
  • BUGFIX: lastEventId won't be overriden when an event was dropped #1041
  • BUGFIX: Make sure that document is available before reading location #1038
  • BUGFIX: Prevent breadcrumbs with undefined url to throw an error #1018
Commits

The new version differs by 50 commits.

  • cd9082a 3.18.0
  • b771bb2 test: Build before running test server
  • cb723ec Fix test command in contribution guides
  • a023305 feat: Include exception type in igoreErrors test
  • adb4501 feat: Add Errors serialization to json-stringify-safe
  • f4d21fc docs: Added missing backslash in source maps docs
  • b6a14e5 docs: Fix config call in source maps docs
  • 1c7a86c docs: Recommend Raven.context in getting started docs
  • 58d3d20 ref: Remove deprecated crossOrigin option
  • f876d89 remove use-strict (#981)
  • b28db84 ci: Remove duplicated browsers on SauceLabs
  • 435647d ci: Remove IE11 tests on Windows 7
  • 4bd15d4 Add lifecycleHook argument in vue plugin handler
  • 50d0705 ref: Run vendor code through Prettier
  • 21daca5 fix: Make sure that document is available before reading location

There are 50 commits in total.

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 馃尨

greenkeeper bot added a commit that referenced this pull request Oct 2, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 2, 2017

Version 3.18.1 just got published.

Update to this version instead 馃殌

Commits

The new version differs by 3 commits.

  • 37d20f9 3.18.1
  • 2dca364 build: remove engine from package.json
  • 9553fad Bumped missed version in unit test

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 17, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 17, 2017

Version 3.19.0 just got published.

Update to this version instead 馃殌

Release Notes 3.19.0
  • NEW: ErrorEvent are now treated in the same way as regular Error objects #1094
  • NEW: replaceState is now instrumented to be stored as a breadcrumbs correctly #1093
  • NEW: captureMessage now respects ignoreUrls and whitelistUrls configs #1080
  • NEW: Improved support for parsing Electron errors #1068
  • NEW: All test suites are now using Karma and are additionally running on Headless Firefox, Edge 15, Android 4.4/5.1/6.0/7.1 and iOS10 #1087
  • BUGFIX: Don't throw error when calling fetch without a valid arguments #1069
  • BUGFIX: ignoreErrors patterns are now compared on both, error message itself and <type>: <message> formatted string #1076
  • BUGFIX: showReportDialog options argument is now optional in TypeScript definitions #1097
  • BUGFIX: TravisCI tests will run correctly for non-org contributors as well \o/ 1650da7
Commits

The new version differs by 34 commits.

  • bf104e4 3.19.0
  • 98bda52 ci: Remove build artefacts after test:size and update CONTRIB docs
  • 01a180f test: Run ErrorEvent tests only when its available
  • 6746dfd feat: Treat ErrorEvents like Errors
  • 9c2cfab showReportDialog's option object is optional
  • e803a51 build: Ignore scripts/ for ESLint
  • 21a5484 Update test name
  • 51cea06 Update test to not call window.onpopstate
  • 69cf82e Check for replaceState and fill it
  • 30e64a9 Factor out history replacement function
  • 1650da7 ci: Fix TravisCI ENV vars check
  • 442a4b3 build: Automated deploy script
  • 05df5bf build: Commit package-lock.json file
  • a4f710a ci: Run SauceLabs tests only when PRs come from the org
  • 5cc29ae Update karma sauce config

There are 34 commits in total.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 17, 2017

Version 3.19.1 just got published.

Update to this version instead 馃殌

Release Notes 3.19.1
  • BUGFIX: Don't prettify minified dist files fee3771
Commits

The new version differs by 2 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 17, 2017
greenkeeper bot added a commit that referenced this pull request Nov 14, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 14, 2017

Version 3.20.0 just got published.

Update to this version instead 馃殌

Commits

The new version differs by 14 commits.

  • 30c0da4 3.20.0
  • e6baafa ci: Update Safari to 11.0 (OSX) on SauceLabs (#1127)
  • 55e9805 ci: Update Safari to 11.0 on SauceLabs (#1126)
  • 989f43a fix: Add sampleRate typing
  • 29b89de Add maxBreadcrumbs to Typescript typings
  • 0fbdf95 fix: Send raw error when vm is undefined in Vue plugin (#1118)
  • 4c41fef fix: Vue plugin doesnt explode if vm is undefined (#1111)
  • cf89f86 fix: Update how wrapped functions are detected as native functions (#1106)
  • 9cb17c1 ref: Remove doubled isObject declaration
  • f74498e feat: Disable automatic breadcrumbs collection #782 (#1099)
  • 783a4ee meta: Remove jsDelivr badge
  • df8a89b Add jsDelivr hits badge
  • 66a5db5 utils: make isEmptyObject check prototype #940
  • 3858b07 build: Reduce publishing to just one step

See the full diff

greenkeeper bot added a commit that referenced this pull request Nov 17, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 17, 2017

Version 3.20.1 just got published.

Update to this version instead 馃殌

Release Notes 3.20.1
  • BUGFIX: Prevent Raven throwing during installation when Function.prototype.toString is called in Angular projects with zone.js and core.js wrapped functions #1135
  • BUGFIX: Add isArray util to prevent undefined stack.stack during captureMessage with synthetic stack traces enabled #1140
Commits

The new version differs by 4 commits.

  • f9b49e4 3.20.1
  • 42adaf5 fix: Add isArray util to prevent undefined stack.stack (#1140)
  • 2bd838d fix: Fix toString usage for function (#1135)
  • 8416fed ref: Added breadcrumbCallback and sentry breadcrumb TS typings (#1133)

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 13, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 13, 2017

Version 3.21.0 just got published.

Update to this version instead 馃殌

Commits

The new version differs by 14 commits.

  • a278000 3.21.0
  • fbfea0f feat: Ability to specify Custom headers (#1166)
  • 1956b18 feat: Return original arguments when handling ErrorEvent objects in TraceKit
  • 315dab5 feat: Handle ErrorEvent objects in TraceKit
  • 5d2685f feat: Scoped packages Typescript Core/Browser implementation (#1149)
  • af6228d docs: Include Sentry Webpack Plugin in the Source Maps section
  • 0362926 check for both stacktraces before calling 'isSameException'
  • 104217a ci: Revert headless Chrome workaround
  • 0f6e4cc ci: Lower CI tests concurrency to 2 and fix headless Chrome on Travis
  • 9f4a6f6 feat: Use Fetch instead of XHR when available
  • 9894ae1 docs: Release Electron docs (#1154)
  • fd2ddbe docs: Use :ref: instead of :doc: for electron
  • a05f4ac docs: Fix document reference for electron (#1144)
  • f9ac32a docs: Electron integration docs (#1142)

See the full diff

greenkeeper bot added a commit that referenced this pull request Jan 12, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 12, 2018

Version 3.22.0 just got published.

Update to this version instead 馃殌

Commits

The new version differs by 13 commits.

  • 562fb28 3.22.0
  • 50583ff ref: Make user type more flexible (#1187)
  • 6eda259 fix: Check parseUrl for correct input type (#1190)
  • ddd1200 ref: Improve support for Windows 10 webview URLs in the stack trace (#1137)
  • b48b830 ref: Access window.location first before trying document.location (#1180)
  • 2efb497 feat: Typescript typings update (#1183)
  • edbc49d docs: fix typo (#1182)
  • cb966a8 fix(docs): Bad code block
  • f5ddf9e feat: Add fetchParameters to configure fetch (#1177)
  • bd3bd9d ref: Delete empty properties before sending event to the server (#1179)
  • 851129a feat: core/browser additions (#1175)
  • 7d7eee2 fix: Updated typescript typings (#1134)
  • f675c64 fix: Fix IE/Android request headers tests (#1171)

See the full diff

greenkeeper bot added a commit that referenced this pull request Jan 15, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 15, 2018

Version 3.22.1 just got published.

Update to this version instead 馃殌

Release Notes 3.22.1
  • NEW: Check for SENTRY_RELEASE during config phase (#1194)
  • CHANGE: Fix ChromeLauncher for Travis integration tests (#1196)
  • BUGFIX: Do not include credentials by default (#1191)
  • BUGFIX: Call captureBreadcrumb for fetch after its done (#1197)
Commits

The new version differs by 6 commits.

  • 7584197 3.22.1
  • eec289b fix: Call captureBreadcrumb for fetch after its done (#1197)
  • fa9d69e feat: Check for SENTRY_RELEASE during config phase (#1194)
  • 6445589 ci: Fix ChromeLauncher for Travis integration tests (#1196)
  • fbce1cd feat: Update all dependencies for core/browser (#1195)
  • f6482e5 fix: Do not include credentials by default (#1191)

See the full diff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants